Trace number 4310377

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
OscaR - Hybrid 2018-08-14SAT (TO)34 252.037 244.63

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark250.591
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"type":"allDifferent","count":1}]
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.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 608145385
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.77/1.12	c Parsing done, starting first complete search...
1.77/1.15	o 59
1.77/1.15	o 58
1.77/1.15	o 57
1.77/1.16	o 56
1.77/1.16	o 54
3.53/1.77	c First complete search done, starting ALNS search...
3.85/1.87	o 47
3.85/1.88	o 45
3.85/1.89	o 44
3.85/1.89	o 43
3.85/1.89	o 41
4.49/2.08	o 40
4.77/2.11	o 39
4.77/2.12	o 37
5.36/2.49	o 36
5.48/2.50	o 35
6.26/3.15	o 34
252.00/244.60	s SATISFIABLE
252.00/244.60	v <instantiation>
252.00/244.60	v 	<list>
252.00/244.60	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] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
252.00/244.60	v 	</list>
252.00/244.60	v 	<values>
252.00/244.60	v 		0 9 11 1 12 14 4 2 10 8 6 5 15 7 13 3 1 2 0 1 2 0 0 1 0 0 0 1 2 1 0 1 1 0 1 1 1 2 1 0 0 2 1 0 1 1 0 1 1 2 1 0 1 0 
252.00/244.60	v 	</values>
252.00/244.60	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310377-1534330465/watcher-4310377-1534330465 -o /tmp/evaluation-result-4310377-1534330465/solver-4310377-1534330465 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 608145385 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310377-1534330465.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17030, runsolver pid=17027

[startup+0.100094 s]*
/proc/loadavg: 1.71 1.69 1.71 3/220 17045
/proc/meminfo: memFree=20322964/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14082736 memory=34924 CPUtime=0.11 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 7143 0 0 0 10 1 0 0 20 0 15 0 250609659 14420721664 8731 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3520684 8731 3138 1 0 3482761 0
[pid=17030/tid=17032] ppid=17027 vsize=14082736 memory=-8485517772678402938 CPUtime=0.09 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 5301 0 0 0 9 0 0 0 20 0 15 0 250609660 14420721664 8797 33554432000 4194304 4196468 140724585436944 139848828236584 139848816733783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 8797 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 8797 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 8797 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 8797 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 8863 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 8863 33554432000 4194304 4196468 140724585436944 139848364741920 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847734126192 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0.01 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 15 0 250609665 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 8863 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34924 KiB

[startup+0.21061 s]*
/proc/loadavg: 1.71 1.69 1.71 4/220 17045
/proc/meminfo: memFree=20307796/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14082736 memory=48840 CPUtime=0.3 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 10299 0 0 0 28 2 0 0 20 0 15 0 250609659 14420721664 12210 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3520684 12210 3378 1 0 3482761 0
[pid=17030/tid=17032] ppid=17027 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 8057 0 0 0 19 1 0 0 20 0 15 0 250609660 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848828242688 139848808060261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14082736 memory=139944403674066 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 12210 33554432000 4194304 4196468 140724585436944 139848364741920 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847734126192 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) R 17027 17030 16066 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 250609665 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) R 17027 17030 16066 0 -1 4202560 246 0 0 0 1 0 0 0 20 0 15 0 250609665 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847730968560 139848805560810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0.06 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) R 17027 17030 16066 0 -1 4202560 288 0 0 0 6 0 0 0 20 0 15 0 250609665 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847729913808 139848802819768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 12210 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48840 KiB

[startup+0.310773 s]*
/proc/loadavg: 1.71 1.69 1.71 3/220 17045
/proc/meminfo: memFree=20304632/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14082736 memory=52408 CPUtime=0.43 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 10706 0 0 0 41 2 0 0 20 0 15 0 250609659 14420721664 13102 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3520684 13102 3381 1 0 3482761 0
[pid=17030/tid=17032] ppid=17027 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 8431 0 0 0 28 1 0 0 20 0 15 0 250609660 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848828237728 139848809182270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14082736 memory=139944403673750 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 13102 33554432000 4194304 4196468 140724585436944 139848364741920 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609662 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847734126192 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 250609665 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 250609665 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0.08 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 305 0 0 0 8 0 0 0 20 0 15 0 250609665 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14082736 memory=139944402314880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609665 14420721664 13102 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52408 KiB

[startup+0.700813 s]
/proc/loadavg: 1.71 1.69 1.71 4/220 17045
/proc/meminfo: memFree=20282496/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14084804 memory=90952 CPUtime=1 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 17550 0 0 0 95 5 0 0 20 0 15 0 250609659 14422839296 22738 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3521201 22738 3504 1 0 3483273 0
[pid=17030/tid=17032] ppid=17027 vsize=14084804 memory=3340 CPUtime=0.68 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 14852 0 0 0 64 4 0 0 20 0 15 0 250609660 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848828234544 139848824038557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250609660 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14084804 memory=37804 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250609662 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14084804 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250609662 14422839296 22738 33554432000 4194304 4196468 140724585436944 139848364741920 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14084804 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609662 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847734126192 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14084804 memory=7237400421040875609 CPUtime=0.06 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 518 0 0 0 6 0 0 0 20 0 15 0 250609665 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14084804 memory=7523071198212214892 CPUtime=0.08 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 400 0 0 0 8 0 0 0 20 0 15 0 250609665 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 419 0 0 0 15 0 0 0 20 0 15 0 250609665 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14084804 memory=6436 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609665 14422839296 22738 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90952 KiB

[startup+1.50076 s]
/proc/loadavg: 1.71 1.69 1.71 3/220 17045
/proc/meminfo: memFree=20247196/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14090948 memory=156528 CPUtime=2.92 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 24231 0 0 0 284 8 0 0 20 0 15 0 250609659 14429130752 39132 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3522737 39132 3553 1 0 3484809 0
[pid=17030/tid=17032] ppid=17027 vsize=14090948 memory=134060 CPUtime=1.47 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 18263 0 0 0 141 6 0 0 20 0 15 0 250609660 14429130752 39132 33554432000 4194304 4196468 140724585436944 139848828254544 139848451734967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250609660 14429130752 39132 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14429130752 39132 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14429130752 39132 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250609660 14429130752 39132 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 250609662 14429130752 39132 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0

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

/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 29218 0 0 0 10114 9 0 0 20 0 15 0 250609660 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848828253808 139848448037344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14092996 memory=184788 CPUtime=0.36 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 1773 0 0 0 33 3 0 0 20 0 15 0 250609660 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14092996 memory=182256 CPUtime=0.36 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1207 0 0 0 33 3 0 0 20 0 15 0 250609660 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14092996 memory=182256 CPUtime=0.36 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1568 0 0 0 34 2 0 0 20 0 15 0 250609660 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14092996 memory=184656 CPUtime=0.36 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 1367 0 0 0 34 2 0 0 20 0 15 0 250609660 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14092996 memory=1414351094373861289 CPUtime=0.38 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 1422 0 0 0 36 2 0 0 20 0 15 0 250609662 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14092996 memory=182256 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 46745 33554432000 4194304 4196468 140724585436944 139848364741984 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14092996 memory=182256 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847734126208 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14092996 memory=11584 CPUtime=1.69 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 11217 0 0 0 167 2 0 0 20 0 15 0 250609665 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14092996 memory=4960 CPUtime=1.56 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 7965 0 0 0 155 1 0 0 20 0 15 0 250609665 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14092996 memory=168312 CPUtime=0.87 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 13715 0 0 0 85 2 0 0 20 0 15 0 250609665 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14092996 memory=288288870200771382 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14092996 memory=186980 CPUtime=0.05 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 848 0 0 0 2 3 0 0 20 0 15 0 250609665 14431227904 46745 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 107.32 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 186980 KiB

[startup+162.301 s]
/proc/loadavg: 1.33 1.56 1.66 4/220 17129
/proc/meminfo: memFree=23456800/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14092996 memory=208636 CPUtime=168.35 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 76256 0 0 0 16795 40 0 0 20 0 15 0 250609659 14431227904 52159 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3523249 52159 3599 1 0 3485321 0
[pid=17030/tid=17032] ppid=17027 vsize=14092996 memory=208636 CPUtime=160.58 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 30717 0 0 0 16048 10 0 0 20 0 15 0 250609660 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848828253808 139848448038119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14092996 memory=208636 CPUtime=0.65 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 1913 0 0 0 60 5 0 0 20 0 15 0 250609660 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14092996 memory=208416 CPUtime=0.65 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1301 0 0 0 61 4 0 0 20 0 15 0 250609660 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14092996 memory=208636 CPUtime=0.65 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 1672 0 0 0 61 4 0 0 20 0 15 0 250609660 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14092996 memory=14892 CPUtime=0.64 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 2033 0 0 0 60 4 0 0 20 0 15 0 250609660 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14092996 memory=208636 CPUtime=0.66 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 1463 0 0 0 62 4 0 0 20 0 15 0 250609662 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14092996 memory=208636 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 52159 33554432000 4194304 4196468 140724585436944 139848364741984 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14092996 memory=208636 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847734126208 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14092996 memory=208636 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14092996 memory=196108 CPUtime=1.8 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 12025 0 0 0 178 2 0 0 20 0 15 0 250609665 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14092996 memory=193572 CPUtime=1.63 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 8828 0 0 0 162 1 0 0 20 0 15 0 250609665 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14092996 memory=3708 CPUtime=0.89 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 14050 0 0 0 87 2 0 0 20 0 15 0 250609665 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14092996 memory=208636 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14092996 memory=208636 CPUtime=0.08 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 862 0 0 0 3 5 0 0 20 0 15 0 250609665 14431227904 52159 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 168.35 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 208636 KiB

[startup+222.301 s]
/proc/loadavg: 1.33 1.52 1.64 3/220 17131
/proc/meminfo: memFree=23422084/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14092996 memory=218012 CPUtime=229.34 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 81850 0 0 0 22885 49 0 0 20 0 15 0 250609659 14431227904 54503 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3523249 54503 3599 1 0 3485321 0
[pid=17030/tid=17032] ppid=17027 vsize=14092996 memory=217708 CPUtime=219.91 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 31890 0 0 0 21980 11 0 0 20 0 15 0 250609660 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848828253696 139848453312602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14092996 memory=217860 CPUtime=0.96 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2047 0 0 0 90 6 0 0 20 0 15 0 250609660 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14092996 memory=218012 CPUtime=0.97 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1378 0 0 0 92 5 0 0 20 0 15 0 250609660 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14092996 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 2026 0 0 0 91 6 0 0 20 0 15 0 250609660 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14092996 memory=217860 CPUtime=0.97 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 2120 0 0 0 90 7 0 0 20 0 15 0 250609660 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14092996 memory=217860 CPUtime=0.94 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 1710 0 0 0 89 5 0 0 20 0 15 0 250609662 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14092996 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 54503 33554432000 4194304 4196468 140724585436944 139848364741984 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14092996 memory=218012 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847734126208 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14092996 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14092996 memory=68260 CPUtime=1.86 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 14099 0 0 0 184 2 0 0 20 0 15 0 250609665 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14092996 memory=68260 CPUtime=1.65 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 10077 0 0 0 164 1 0 0 20 0 15 0 250609665 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14092996 memory=1100 CPUtime=0.89 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 14229 0 0 0 87 2 0 0 20 0 15 0 250609665 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14092996 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14092996 memory=2056 CPUtime=0.11 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 882 0 0 0 4 7 0 0 20 0 15 0 250609665 14431227904 54503 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 229.34 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 218012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.601 s]
/proc/loadavg: 1.32 1.51 1.63 3/220 17131
/proc/meminfo: memFree=23416020/32770624 swapFree=67108852/67108860
[pid=17030] ppid=17027 vsize=14092996 memory=222564 CPUtime=252 cores=0,2,4,6
/proc/17030/stat : 17030 (java) S 17027 17030 16066 0 -1 1077944320 82456 0 0 0 25147 53 0 0 20 0 15 0 250609659 14431227904 55641 33554432000 4194304 4196468 140724585436944 140724585419488 139848824016631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
/proc/17030/statm: 3523249 55641 3599 1 0 3485321 0
[pid=17030/tid=17032] ppid=17027 vsize=14092996 memory=1616 CPUtime=241.97 cores=0,2,4,6
/proc/17030/task/17032/stat : 17032 (java) R 17027 17030 16066 0 -1 4202560 32053 0 0 0 24186 11 0 0 20 0 15 0 250609660 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848828253808 139848448038222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17033] ppid=17027 vsize=14092996 memory=11584 CPUtime=1.08 cores=0,2,4,6
/proc/17030/task/17033/stat : 17033 (java) S 17027 17030 16066 0 -1 1077944384 2071 0 0 0 101 7 0 0 20 0 15 0 250609660 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848776636816 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17034] ppid=17027 vsize=14092996 memory=4960 CPUtime=1.09 cores=0,2,4,6
/proc/17030/task/17034/stat : 17034 (java) S 17027 17030 16066 0 -1 1077944384 1401 0 0 0 102 7 0 0 20 0 15 0 250609660 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848775584016 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17035] ppid=17027 vsize=14092996 memory=3840 CPUtime=1.08 cores=0,2,4,6
/proc/17030/task/17035/stat : 17035 (java) S 17027 17030 16066 0 -1 1077944384 2058 0 0 0 102 6 0 0 20 0 15 0 250609660 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848774531728 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17036] ppid=17027 vsize=14092996 memory=1280 CPUtime=1.09 cores=0,2,4,6
/proc/17030/task/17036/stat : 17036 (java) S 17027 17030 16066 0 -1 1077944384 2142 0 0 0 101 8 0 0 20 0 15 0 250609660 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848773478928 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17037] ppid=17027 vsize=14092996 memory=1152 CPUtime=1.05 cores=0,2,4,6
/proc/17030/task/17037/stat : 17037 (java) S 17027 17030 16066 0 -1 1077944384 1712 0 0 0 99 6 0 0 20 0 15 0 250609662 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848365795952 139848824027778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17038] ppid=17027 vsize=14092996 memory=876 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17038/stat : 17038 (java) S 17027 17030 16066 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 55641 33554432000 4194304 4196468 140724585436944 139848364741984 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17039] ppid=17027 vsize=14092996 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17039/stat : 17039 (java) S 17027 17030 16066 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 250609662 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847734126208 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17040] ppid=17027 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17040/stat : 17040 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847733074512 139848824035227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17041] ppid=17027 vsize=14092996 memory=1408 CPUtime=1.86 cores=0,2,4,6
/proc/17030/task/17041/stat : 17041 (java) S 17027 17030 16066 0 -1 1077944384 14210 0 0 0 184 2 0 0 20 0 15 0 250609665 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847732021360 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17042] ppid=17027 vsize=14092996 memory=3148 CPUtime=1.65 cores=0,2,4,6
/proc/17030/task/17042/stat : 17042 (java) S 17027 17030 16066 0 -1 1077944384 10167 0 0 0 164 1 0 0 20 0 15 0 250609665 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847730968560 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17043] ppid=17027 vsize=14092996 memory=233468 CPUtime=0.9 cores=0,2,4,6
/proc/17030/task/17043/stat : 17043 (java) S 17027 17030 16066 0 -1 1077944384 14365 0 0 0 88 2 0 0 20 0 15 0 250609665 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847729916272 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17044] ppid=17027 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17030/task/17044/stat : 17044 (java) S 17027 17030 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250609665 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847728863712 139848824026837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
[pid=17030/tid=17045] ppid=17027 vsize=14092996 memory=4872558044660077418 CPUtime=0.13 cores=0,2,4,6
/proc/17030/task/17045/stat : 17045 (java) S 17027 17030 16066 0 -1 1077944384 885 0 0 0 5 8 0 0 20 0 15 0 250609665 14431227904 55641 33554432000 4194304 4196468 140724585436944 139847727811504 139848824027778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 21188608 140724585440347 140724585440526 140724585440526 140724585443279 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 222564 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+244.63 s]
# the end of solver process 17030 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.485 s, system=0.551829 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 244.63
CPU time (s): 252.037
CPU user time (s): 251.485
CPU system time (s): 0.551829
CPU usage (%): 103.028
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 239540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.485
system time used= 0.551829
maximum resident set size= 239540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33044
involuntary context switches= 1042


# summary of solver processes directly reported to runsolver:
#   pid: 17030
#   total CPU time (s): 252.037
#   total CPU user time (s): 251.485
#   total CPU system time (s): 0.551829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27509 second user time and 2.54454 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 12:54:25
IDJOB=4310377
IDBENCH=141255
IDSOLVER=2796
FILE ID=node133/4310377-1534330465
RUNJOBID= node133-1534329232-16097
PBS_JOBID= 21038161
Free space on /tmp= 39280 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310377-1534330465/watcher-4310377-1534330465 -o /tmp/evaluation-result-4310377-1534330465/solver-4310377-1534330465 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 608145385 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310377-1534330465.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=608145385

node133.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.24
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.24
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.24
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.24
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:        20343752 kB
MemAvailable:   28393456 kB
Buffers:          158140 kB
Cached:          8131624 kB
SwapCached:            4 kB
Active:          7849940 kB
Inactive:        3990988 kB
Active(anon):    3501584 kB
Inactive(anon):   109924 kB
Active(file):    4348356 kB
Inactive(file):  3881064 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35808 kB
Writeback:             4 kB
AnonPages:       3557348 kB
Mapped:            69480 kB
Shmem:             58008 kB
Slab:             277700 kB
SReclaimable:     248744 kB
SUnreclaim:        28956 kB
KernelStack:        3600 kB
PageTables:        13204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4464536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3401728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39244 MiB
End job on node133 at 2018-08-15 12:58:30