Trace number 4298348

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-27SAT13 303.664 300.311

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark75.1304
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.32/0.31	o 18
0.32/0.31	o 17
0.32/0.31	o 16
0.55/0.34	o 15
0.86/0.46	o 14
1.93/0.92	o 13
303.65/300.30	s SATISFIABLE
303.65/300.30	v <instantiation>
303.65/300.30	v 	<list>
303.65/300.30	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] 
303.65/300.30	v 	</list>
303.65/300.30	v 	<values>
303.65/300.30	v 		0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 
303.65/300.30	v 	</values>
303.65/300.30	v </instantiation>

Verifier Data

OK	13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298348-1532809684/watcher-4298348-1532809684 -o /tmp/evaluation-result-4298348-1532809684/solver-4298348-1532809684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298348-1532809684.xml 

running on 4 cores: 1,3,5,7

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

solver pid=1767, runsolver pid=1764

[startup+0.100058 s]*
/proc/loadavg: 1.22 0.90 1.06 3/215 1782
/proc/meminfo: memFree=26900652/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661052 memory=27708 CPUtime=0.12 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 5271 0 0 0 11 1 0 0 20 0 15 0 98531535 10916917248 6927 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665263 6927 2846 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661052 memory=-8412660957079705459 CPUtime=0.09 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 3142 0 0 0 8 1 0 0 20 0 15 0 98531536 10916917248 6927 33554432000 4194304 4196468 140727131054592 140487528021360 140487523820122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916917248 6927 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661052 memory=140099568350848 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916917248 6927 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916917248 6927 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916917248 6927 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661052 memory=140099568350848 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531538 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98531538 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) R 1764 1767 1613 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 98531541 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486755948624 140487523808981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) R 1764 1767 1613 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 98531541 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486754887488 140487507222605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661052 memory=140099568350848 CPUtime=0.02 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) R 1764 1767 1613 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 98531541 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486753843440 140487502475776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661052 memory=140099568350848 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531541 10916917248 6927 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27708 KiB

[startup+0.210651 s]*
/proc/loadavg: 1.22 0.90 1.06 3/215 1782
/proc/meminfo: memFree=26888468/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=40352 CPUtime=0.32 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 8158 0 0 0 30 2 0 0 20 0 15 0 98531535 10916995072 10088 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 10088 2988 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 5245 0 0 0 18 1 0 0 20 0 15 0 98531536 10916995072 10088 33554432000 4194304 4196468 140727131054592 140487528031088 140487507879262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 10088 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=3545096644989367968 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 10088 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 10088 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 10088 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=140099568350848 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) R 1764 1767 1613 0 -1 4202560 701 0 0 0 2 0 0 0 20 0 15 0 98531541 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486755948528 140487523810710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) S 1764 1767 1613 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 98531541 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486754895984 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) R 1764 1767 1613 0 -1 4202560 782 0 0 0 7 0 0 0 20 0 15 0 98531541 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486753843440 140487523820122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 10088 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40352 KiB

[startup+0.310418 s]*
/proc/loadavg: 1.22 0.90 1.06 6/215 1782
/proc/meminfo: memFree=26883816/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=44936 CPUtime=0.55 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 8851 0 0 0 52 3 0 0 20 0 15 0 98531535 10916995072 11234 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 11234 3048 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=4638778419807998288 CPUtime=0.3 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 5563 0 0 0 28 2 0 0 20 0 15 0 98531536 10916995072 11746 33554432000 4194304 4196468 140727131054592 140487528034944 140487122098989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=140099417373903 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 11746 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=140099568350848 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 11746 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 11746 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 11746 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=280198834761632 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=280198985717840 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) R 1764 1767 1613 0 -1 4202560 731 0 0 0 4 0 0 0 20 0 15 0 98531541 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486755937328 140487508193728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=140099417413263 CPUtime=0.04 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) R 1764 1767 1613 0 -1 1077944384 189 0 0 0 4 0 0 0 20 0 15 0 98531541 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486754896080 140487523808981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=280198834812528 CPUtime=0.14 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) R 1764 1767 1613 0 -1 4202560 999 0 0 0 14 0 0 0 20 0 15 0 98531541 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486753840376 140487502745232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=280198834696200 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=12 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 11746 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 44936 KiB

[startup+0.700789 s]
/proc/loadavg: 1.22 0.90 1.06 5/215 1782
/proc/meminfo: memFree=26846472/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=118348 CPUtime=1.67 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 13348 0 0 0 162 5 0 0 20 0 15 0 98531535 10916995072 29587 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 29587 3084 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 5591 0 0 0 65 2 0 0 20 0 15 0 98531536 10916995072 29587 33554432000 4194304 4196468 140727131054592 140487528035664 140487124609127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 29587 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 29587 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 29587 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=2 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 29587 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=147718689266253 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=572019 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) S 1764 1767 1613 0 -1 1077944384 2507 0 0 0 39 0 0 0 20 0 15 0 98531541 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486755948528 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=7809523229951467572 CPUtime=0.38 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) S 1764 1767 1613 0 -1 1077944384 2545 0 0 0 38 0 0 0 20 0 15 0 98531541 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486754895984 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) S 1764 1767 1613 0 -1 1077944384 1333 0 0 0 18 0 0 0 20 0 15 0 98531541 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486753843440 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 29587 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 118348 KiB

[startup+1.50075 s]
/proc/loadavg: 1.22 0.90 1.06 4/215 1782
/proc/meminfo: memFree=26742212/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=189180 CPUtime=2.66 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 13766 0 0 0 260 6 0 0 20 0 15 0 98531535 10916995072 47295 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 47295 3103 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=7014751519633462882 CPUtime=1.47 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 5868 0 0 0 143 4 0 0 20 0 15 0 98531536 10916995072 47295 33554432000 4194304 4196468 140727131054592 140487528037984 140487124496054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=7014751519633462882 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 47295 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=7812456078719145827 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 47295 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=280198834890672 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 47295 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 98531537 10916995072 47295 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=10755 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 47295 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0

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

[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=10368 CPUtime=0.16 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 663 0 0 0 6 10 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 300.93 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 200592 KiB

[startup+299.201 s]
/proc/loadavg: 1.37 1.29 1.19 3/216 1794
/proc/meminfo: memFree=25442536/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=200592 CPUtime=302.54 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 27604 0 0 0 30205 49 0 0 20 0 15 0 98531535 10916995072 50148 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 50148 3138 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=3360 CPUtime=297 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 9989 0 0 0 29692 8 0 0 20 0 15 0 98531536 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487528038448 140487124496026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=2724 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 890 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=8112282956445269571 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 614 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=2204 CPUtime=0.76 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1009 0 0 0 67 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=1240 CPUtime=0.75 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 1555 0 0 0 65 10 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=1520 CPUtime=1.02 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 2156 0 0 0 96 6 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=200592 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=28412 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=2204 CPUtime=0.51 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) S 1764 1767 1613 0 -1 1077944384 3565 0 0 0 51 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486755948528 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=1240 CPUtime=0.49 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) S 1764 1767 1613 0 -1 1077944384 3627 0 0 0 49 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486754895984 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=1520 CPUtime=0.21 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) S 1764 1767 1613 0 -1 1077944384 2175 0 0 0 21 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486753843440 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=844 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=3360 CPUtime=0.17 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 663 0 0 0 7 10 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 302.54 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 200592 KiB

[startup+300.001 s]*
/proc/loadavg: 1.37 1.29 1.19 3/216 1794
/proc/meminfo: memFree=25442536/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=200592 CPUtime=303.35 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 27614 0 0 0 30286 49 0 0 20 0 15 0 98531535 10916995072 50148 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 50148 3138 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=1399051139730258233 CPUtime=297.81 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 9997 0 0 0 29773 8 0 0 20 0 15 0 98531536 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487528038272 140487124753651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=4126316290023845779 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 891 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=1408 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 614 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=3216 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1010 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=2526220 CPUtime=0.75 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 1555 0 0 0 65 10 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=1572 CPUtime=1.02 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 2156 0 0 0 96 6 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=924 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=198544 CPUtime=0.51 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) S 1764 1767 1613 0 -1 1077944384 3565 0 0 0 51 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486755948528 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=1992 CPUtime=0.49 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) S 1764 1767 1613 0 -1 1077944384 3627 0 0 0 49 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486754895984 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=2236 CPUtime=0.21 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) S 1764 1767 1613 0 -1 1077944384 2175 0 0 0 21 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486753843440 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=4140 CPUtime=0.17 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 663 0 0 0 7 10 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 303.35 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 200592 KiB

[startup+300.201 s]
/proc/loadavg: 1.37 1.29 1.19 3/216 1794
/proc/meminfo: memFree=25442536/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=200592 CPUtime=303.54 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 27615 0 0 0 30305 49 0 0 20 0 15 0 98531535 10916995072 50148 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 50148 3138 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=301741412096147765 CPUtime=298 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 9998 0 0 0 29792 8 0 0 20 0 15 0 98531536 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487528038272 140487124613583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=14698491305789113 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 891 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=1700 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 614 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=1172 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1010 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=1812 CPUtime=0.75 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 1555 0 0 0 65 10 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=1020 CPUtime=1.02 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 2156 0 0 0 96 6 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=5448 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=198544 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=14698491305789113 CPUtime=0.51 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) S 1764 1767 1613 0 -1 1077944384 3565 0 0 0 51 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486755948528 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) S 1764 1767 1613 0 -1 1077944384 3627 0 0 0 49 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486754895984 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=280198836166480 CPUtime=0.21 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) S 1764 1767 1613 0 -1 1077944384 2175 0 0 0 21 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486753843440 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=140099418280872 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=28412 CPUtime=0.17 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 663 0 0 0 7 10 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 303.54 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 200592 KiB

[startup+300.301 s]
/proc/loadavg: 1.37 1.29 1.19 3/216 1794
/proc/meminfo: memFree=25442536/32770624 swapFree=67108860/67108860
[pid=1767] ppid=1764 vsize=10661128 memory=200592 CPUtime=303.65 cores=1,3,5,7
/proc/1767/stat : 1767 (java) S 1764 1767 1613 0 -1 1077944320 27616 0 0 0 30316 49 0 0 20 0 15 0 98531535 10916995072 50148 33554432000 4194304 4196468 140727131054592 140727131037136 140487523798775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
/proc/1767/statm: 2665282 50148 3138 1 0 2627263 0
[pid=1767/tid=1769] ppid=1764 vsize=10661128 memory=200592 CPUtime=298.09 cores=1,3,5,7
/proc/1767/task/1769/stat : 1769 (java) R 1764 1767 1613 0 -1 4202560 9999 0 0 0 29801 8 0 0 20 0 15 0 98531536 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487528038272 140487124488918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1770] ppid=1764 vsize=10661128 memory=198544 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1770/stat : 1770 (java) S 1764 1767 1613 0 -1 1077944384 891 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487449872656 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1771] ppid=1764 vsize=10661128 memory=198544 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1771/stat : 1771 (java) S 1764 1767 1613 0 -1 1077944384 614 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487448820112 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1772] ppid=1764 vsize=10661128 memory=198544 CPUtime=0.77 cores=1,3,5,7
/proc/1767/task/1772/stat : 1772 (java) S 1764 1767 1613 0 -1 1077944384 1010 0 0 0 68 9 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487447767568 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1773] ppid=1764 vsize=10661128 memory=198544 CPUtime=0.75 cores=1,3,5,7
/proc/1767/task/1773/stat : 1773 (java) S 1764 1767 1613 0 -1 1077944384 1555 0 0 0 65 10 0 0 20 0 15 0 98531537 10916995072 50148 33554432000 4194304 4196468 140727131054592 140487446715024 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1774] ppid=1764 vsize=10661128 memory=198544 CPUtime=1.02 cores=1,3,5,7
/proc/1767/task/1774/stat : 1774 (java) S 1764 1767 1613 0 -1 1077944384 2156 0 0 0 96 6 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486760159728 140487523809922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1775] ppid=1764 vsize=10661128 memory=198544 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1775/stat : 1775 (java) S 1764 1767 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98531538 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486759105952 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1776] ppid=1764 vsize=10661128 memory=200592 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1776/stat : 1776 (java) S 1764 1767 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98531539 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486758053360 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1777] ppid=1764 vsize=10661128 memory=200592 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1777/stat : 1777 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486757001936 140487523817371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1778] ppid=1764 vsize=10661128 memory=200592 CPUtime=0.51 cores=1,3,5,7
/proc/1767/task/1778/stat : 1778 (java) S 1764 1767 1613 0 -1 1077944384 3565 0 0 0 51 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486755948528 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1779] ppid=1764 vsize=10661128 memory=200592 CPUtime=0.49 cores=1,3,5,7
/proc/1767/task/1779/stat : 1779 (java) S 1764 1767 1613 0 -1 1077944384 3627 0 0 0 49 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486754895984 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1780] ppid=1764 vsize=10661128 memory=200592 CPUtime=0.21 cores=1,3,5,7
/proc/1767/task/1780/stat : 1780 (java) S 1764 1767 1613 0 -1 1077944384 2175 0 0 0 21 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486753843440 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1781] ppid=1764 vsize=10661128 memory=198544 CPUtime=0 cores=1,3,5,7
/proc/1767/task/1781/stat : 1781 (java) S 1764 1767 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486752791136 140487523808981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
[pid=1767/tid=1782] ppid=1764 vsize=10661128 memory=198544 CPUtime=0.17 cores=1,3,5,7
/proc/1767/task/1782/stat : 1782 (java) S 1764 1767 1613 0 -1 1077944384 663 0 0 0 7 10 0 0 20 0 15 0 98531541 10916995072 50148 33554432000 4194304 4196468 140727131054592 140486751738672 140487523809922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31498240 140727131059338 140727131059465 140727131059465 140727131062223 0
Current children cumulated CPU time: 303.65 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 200592 KiB

Child status: 0
Real time (s): 300.311
CPU time (s): 303.664
CPU user time (s): 303.167
CPU system time (s): 0.496159
CPU usage (%): 101.116
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 200592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.167
system time used= 0.496159
maximum resident set size= 201028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35696
involuntary context switches= 710


# summary of solver processes directly reported to runsolver:
#   pid: 1767
#   total CPU time (s): 303.664
#   total CPU user time (s): 303.167
#   total CPU system time (s): 0.496159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90621 second user time and 2.75274 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 22:28:04
IDJOB=4298348
IDBENCH=141114
IDSOLVER=2767
FILE ID=node136/4298348-1532809684
RUNJOBID= node136-1532809638-1645
PBS_JOBID= 21022480
Free space on /tmp= 55792 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298348-1532809684/watcher-4298348-1532809684 -o /tmp/evaluation-result-4298348-1532809684/solver-4298348-1532809684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298348-1532809684.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=1636391799

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:        26917544 kB
MemAvailable:   30726424 kB
Buffers:          195884 kB
Cached:          3873040 kB
SwapCached:            0 kB
Active:          2970864 kB
Inactive:        2383604 kB
Active(anon):    1236876 kB
Inactive(anon):    76472 kB
Active(file):    1733988 kB
Inactive(file):  2307132 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1229592 kB
Mapped:            45448 kB
Shmem:             25228 kB
Slab:             194484 kB
SReclaimable:     167192 kB
SUnreclaim:        27292 kB
KernelStack:        3808 kB
PageTables:         8128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3215852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1124352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55792 MiB
End job on node136 at 2018-07-28 22:33:04