Trace number 4291573

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-07-02SAT (TO)35 2400.12 2361.82

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 benchmark2400.22
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.54	c version: 2018-07-02
0.68/0.54	c seed: 29095729
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.74/1.14	c Parsing done, starting first complete search...
1.74/1.17	o 59
1.74/1.17	o 58
1.74/1.17	o 57
1.74/1.17	o 56
1.74/1.18	o 54
3.61/1.81	c First complete search done, starting ALNS search...
3.61/1.89	o 53
3.61/1.89	o 51
3.61/1.89	o 50
3.61/1.89	o 45
3.61/1.89	o 42
3.79/1.91	o 40
3.79/1.92	o 38
5.85/3.07	o 37
5.85/3.11	o 36
5.98/3.11	o 35
2400.09/2361.80	s SATISFIABLE
2400.09/2361.80	v <instantiation>
2400.09/2361.80	v 	<list>
2400.09/2361.80	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]
2400.09/2361.80	v 	</list>
2400.09/2361.80	v 	<values>
2400.09/2361.80	v 		6 2 3 1 0 12 13 7 5 4 9 10 11 15 8 14 0 1 2 1 1 2 0 1 0 0 1 0 1 2 1 0 0 1 2 1 1 0 1 1 2 2 1 0 0 2 1 0 1 0 1 0 1 0 
2400.09/2361.80	v 	</values>
2400.09/2361.80	v </instantiation>

Verifier Data

OK	35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291573-1532243009/watcher-4291573-1532243009 -o /tmp/evaluation-result-4291573-1532243009/solver-4291573-1532243009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532226532-31076 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 29095729 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291573-1532243009.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1345, runsolver pid=1342

[startup+0.100138 s]*
/proc/loadavg: 1.64 1.67 1.65 3/217 1360
/proc/meminfo: memFree=19951320/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14082740 memory=33388 CPUtime=0.12 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 7280 0 0 0 11 1 0 0 20 0 15 0 41864121 14420725760 8347 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3520685 8347 3140 1 0 3482761 0
[pid=1345/tid=1347] ppid=1342 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 5356 0 0 0 9 0 0 0 20 0 15 0 41864122 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806482274704 139806478070941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 8412 33554432000 4194304 4196468 140722020812576 139806019048608 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805950206704 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0.01 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) R 1342 1345 31044 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 41864127 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805945997808 139806456989159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 8412 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33388 KiB

[startup+0.216613 s]*
/proc/loadavg: 1.64 1.67 1.65 5/217 1360
/proc/meminfo: memFree=19936312/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14082740 memory=47148 CPUtime=0.33 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 10397 0 0 0 31 2 0 0 20 0 15 0 41864121 14420725760 11787 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3520685 11787 3377 1 0 3482761 0
[pid=1345/tid=1347] ppid=1342 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 8122 0 0 0 19 1 0 0 20 0 15 0 41864122 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806482240432 139806462129502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14082740 memory=4294967636 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14082740 memory=288371026764785280 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 11787 33554432000 4194304 4196468 140722020812576 139806019048608 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805950206704 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 41864127 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 41864127 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0.07 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) R 1342 1345 31044 0 -1 4202560 305 0 0 0 7 0 0 0 20 0 15 0 41864127 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805945997808 139806478070362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14082740 memory=140650613073536 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 11787 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47148 KiB

[startup+0.310802 s]*
/proc/loadavg: 1.64 1.67 1.65 3/217 1360
/proc/meminfo: memFree=19932776/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14082740 memory=50360 CPUtime=0.44 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 10728 0 0 0 42 2 0 0 20 0 15 0 41864121 14420725760 12590 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3520685 12590 3379 1 0 3482761 0
[pid=1345/tid=1347] ppid=1342 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 8427 0 0 0 29 1 0 0 20 0 15 0 41864122 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806482210752 139806462129502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14082740 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41864122 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 12590 33554432000 4194304 4196468 140722020812576 139806019048608 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41864124 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805950206704 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 41864127 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14082740 memory=140650515362831 CPUtime=0.01 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 41864127 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14082740 memory=140650613074801 CPUtime=0.08 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) S 1342 1345 31044 0 -1 1077944384 318 0 0 0 8 0 0 0 20 0 15 0 41864127 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805945997808 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14082740 memory=140650515371951 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14082740 memory=281301128480736 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864127 14420725760 12590 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50360 KiB

[startup+0.700744 s]
/proc/loadavg: 1.64 1.67 1.65 4/217 1360
/proc/meminfo: memFree=19910596/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14084808 memory=88876 CPUtime=0.99 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 17621 0 0 0 96 3 0 0 20 0 15 0 41864121 14422843392 22219 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3521202 22219 3499 1 0 3483273 0
[pid=1345/tid=1347] ppid=1342 vsize=14084808 memory=15876 CPUtime=0.67 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 14869 0 0 0 64 3 0 0 20 0 15 0 41864122 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806482263952 139806462129502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14084808 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14084808 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14084808 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14084808 memory=140650515483488 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41864122 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41864124 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41864124 14422843392 22219 33554432000 4194304 4196468 140722020812576 139806019048608 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41864124 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805950206704 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14084808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 719 0 0 0 8 0 0 0 20 0 15 0 41864127 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14084808 memory=6655300316396806240 CPUtime=0.06 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 221 0 0 0 6 0 0 0 20 0 15 0 41864127 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14084808 memory=6944656592387989600 CPUtime=0.15 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) S 1342 1345 31044 0 -1 1077944384 430 0 0 0 15 0 0 0 20 0 15 0 41864127 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805945997808 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14084808 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864127 14422843392 22219 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88876 KiB

[startup+1.5008 s]
/proc/loadavg: 1.64 1.67 1.65 3/217 1360
/proc/meminfo: memFree=19879668/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14090952 memory=152360 CPUtime=2.93 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 27532 0 0 0 287 6 0 0 20 0 15 0 41864121 14429134848 38090 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3522738 38090 3551 1 0 3484809 0
[pid=1345/tid=1347] ppid=1342 vsize=14090952 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 20247 0 0 0 142 5 0 0 20 0 15 0 41864122 14429134848 38090 33554432000 4194304 4196468 140722020812576 139806482284200 139806106390547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14090952 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14429134848 38090 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14090952 memory=140650515483488 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14429134848 38090 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41864122 14429134848 38090 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41864122 14429134848 38090 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 41864124 14429134848 38090 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0

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

/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 73503 0 0 0 218052 34 0 0 20 0 15 0 41864122 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806482286208 139806102345054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14093000 memory=411476 CPUtime=10.79 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 6065 0 0 0 1018 61 0 0 20 0 15 0 41864122 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14093000 memory=419676 CPUtime=10.8 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 9777 0 0 0 1025 55 0 0 20 0 15 0 41864122 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14093000 memory=419676 CPUtime=10.82 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 7788 0 0 0 1031 51 0 0 20 0 15 0 41864122 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14093000 memory=421724 CPUtime=10.82 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 4990 0 0 0 1026 56 0 0 20 0 15 0 41864122 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14093000 memory=423784 CPUtime=8.5 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 7388 0 0 0 790 60 0 0 20 0 15 0 41864124 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14093000 memory=423784 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 105946 33554432000 4194304 4196468 140722020812576 139806019048672 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805950206720 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14093000 memory=423784 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14093000 memory=423784 CPUtime=1.7 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 15523 0 0 0 167 3 0 0 20 0 15 0 41864127 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14093000 memory=1952 CPUtime=1.49 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 10713 0 0 0 147 2 0 0 20 0 15 0 41864127 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14093000 memory=421724 CPUtime=0.86 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) S 1342 1345 31044 0 -1 1077944384 21343 0 0 0 83 3 0 0 20 0 15 0 41864127 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805945997808 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14093000 memory=421724 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14093000 memory=423784 CPUtime=1.09 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1600 0 0 0 53 56 0 0 20 0 15 0 41864127 14431232000 105946 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 2237.8 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 423784 KiB

[startup+2262.3 s]
/proc/loadavg: 1.29 1.24 1.30 3/216 1433
/proc/meminfo: memFree=19415868/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14093000 memory=427880 CPUtime=2298.87 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 162142 0 0 0 229562 325 0 0 20 0 15 0 41864121 14431232000 106970 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3523250 106970 3598 1 0 3485321 0
[pid=1345/tid=1347] ppid=1342 vsize=14093000 memory=427880 CPUtime=2240.2 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 74421 0 0 0 223986 34 0 0 20 0 15 0 41864122 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806482286240 139806102345047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14093000 memory=427880 CPUtime=11.15 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 6213 0 0 0 1052 63 0 0 20 0 15 0 41864122 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14093000 memory=425832 CPUtime=11.17 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 10015 0 0 0 1060 57 0 0 20 0 15 0 41864122 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14093000 memory=427880 CPUtime=11.18 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 7928 0 0 0 1065 53 0 0 20 0 15 0 41864122 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14093000 memory=427880 CPUtime=11.17 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 5229 0 0 0 1060 57 0 0 20 0 15 0 41864122 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14093000 memory=427880 CPUtime=8.72 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 7570 0 0 0 811 61 0 0 20 0 15 0 41864124 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14093000 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 106970 33554432000 4194304 4196468 140722020812576 139806019048672 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805950206720 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14093000 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14093000 memory=427880 CPUtime=1.7 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 15525 0 0 0 167 3 0 0 20 0 15 0 41864127 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14093000 memory=427880 CPUtime=1.49 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 10845 0 0 0 147 2 0 0 20 0 15 0 41864127 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14093000 memory=952 CPUtime=0.86 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) S 1342 1345 31044 0 -1 1077944384 21345 0 0 0 83 3 0 0 20 0 15 0 41864127 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805945997808 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14093000 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14093000 memory=427880 CPUtime=1.13 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1615 0 0 0 55 58 0 0 20 0 15 0 41864127 14431232000 106970 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 2298.87 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 427880 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.26 1.30 3/216 1434
/proc/meminfo: memFree=19419268/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14093000 memory=434024 CPUtime=2359.94 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 164157 0 0 0 235662 332 0 0 20 0 15 0 41864121 14431232000 108506 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3523250 108506 3598 1 0 3485321 0
[pid=1345/tid=1347] ppid=1342 vsize=14093000 memory=434024 CPUtime=2299.53 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 75395 0 0 0 229918 35 0 0 20 0 15 0 41864122 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806482286240 139806107771452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14093000 memory=431976 CPUtime=11.53 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 6279 0 0 0 1089 64 0 0 20 0 15 0 41864122 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14093000 memory=431976 CPUtime=11.54 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 10132 0 0 0 1096 58 0 0 20 0 15 0 41864122 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14093000 memory=434024 CPUtime=11.55 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 8241 0 0 0 1101 54 0 0 20 0 15 0 41864122 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14093000 memory=4140 CPUtime=11.55 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 5470 0 0 0 1097 58 0 0 20 0 15 0 41864122 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14093000 memory=952 CPUtime=8.95 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 7749 0 0 0 831 64 0 0 20 0 15 0 41864124 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14093000 memory=431976 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 108506 33554432000 4194304 4196468 140722020812576 139806019048672 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14093000 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805950206720 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14093000 memory=434024 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14093000 memory=2244 CPUtime=1.7 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 15631 0 0 0 167 3 0 0 20 0 15 0 41864127 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14093000 memory=431976 CPUtime=1.49 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 10847 0 0 0 147 2 0 0 20 0 15 0 41864127 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14093000 memory=431976 CPUtime=0.86 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) S 1342 1345 31044 0 -1 1077944384 21347 0 0 0 83 3 0 0 20 0 15 0 41864127 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805945997808 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14093000 memory=434024 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14093000 memory=952 CPUtime=1.16 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1630 0 0 0 57 59 0 0 20 0 15 0 41864127 14431232000 108506 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 2359.94 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 434024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.8 s]
/proc/loadavg: 1.54 1.32 1.32 3/216 1514
/proc/meminfo: memFree=19224612/32770624 swapFree=67108860/67108860
[pid=1345] ppid=1342 vsize=14093000 memory=436216 CPUtime=2400.09 cores=1,3,5,7
/proc/1345/stat : 1345 (java) S 1342 1345 31044 0 -1 1077944320 166247 0 0 0 239671 338 0 0 20 0 15 0 41864121 14431232000 109054 33554432000 4194304 4196468 140722020812576 140722020795120 139806478049015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
/proc/1345/statm: 3523250 109054 3598 1 0 3485321 0
[pid=1345/tid=1347] ppid=1342 vsize=14093000 memory=8112282956445269571 CPUtime=2338.63 cores=1,3,5,7
/proc/1345/task/1347/stat : 1347 (java) R 1342 1345 31044 0 -1 4202560 76236 0 0 0 233826 37 0 0 20 0 15 0 41864122 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806482286096 139806104522360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1348] ppid=1342 vsize=14093000 memory=1408 CPUtime=11.74 cores=1,3,5,7
/proc/1345/task/1348/stat : 1348 (java) S 1342 1345 31044 0 -1 1077944384 6483 0 0 0 1110 64 0 0 20 0 15 0 41864122 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806430669840 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1349] ppid=1342 vsize=14093000 memory=3292 CPUtime=11.77 cores=1,3,5,7
/proc/1345/task/1349/stat : 1349 (java) S 1342 1345 31044 0 -1 1077944384 10385 0 0 0 1118 59 0 0 20 0 15 0 41864122 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806429617296 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1350] ppid=1342 vsize=14093000 memory=436216 CPUtime=11.78 cores=1,3,5,7
/proc/1345/task/1350/stat : 1350 (java) S 1342 1345 31044 0 -1 1077944384 8369 0 0 0 1123 55 0 0 20 0 15 0 41864122 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806428564240 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1351] ppid=1342 vsize=14093000 memory=4100 CPUtime=11.77 cores=1,3,5,7
/proc/1345/task/1351/stat : 1351 (java) S 1342 1345 31044 0 -1 1077944384 5549 0 0 0 1118 59 0 0 20 0 15 0 41864122 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806427511696 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1352] ppid=1342 vsize=14093000 memory=1404 CPUtime=9.08 cores=1,3,5,7
/proc/1345/task/1352/stat : 1352 (java) S 1342 1345 31044 0 -1 1077944384 7937 0 0 0 843 65 0 0 20 0 15 0 41864124 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806020102384 139806478060162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1353] ppid=1342 vsize=14093000 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1353/stat : 1353 (java) S 1342 1345 31044 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 109054 33554432000 4194304 4196468 140722020812576 139806019048672 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1354] ppid=1342 vsize=14093000 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1354/stat : 1354 (java) S 1342 1345 31044 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 41864124 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805950206720 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1355] ppid=1342 vsize=14093000 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1355/stat : 1355 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805949155280 139806478067611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1356] ppid=1342 vsize=14093000 memory=12976 CPUtime=1.71 cores=1,3,5,7
/proc/1345/task/1356/stat : 1356 (java) S 1342 1345 31044 0 -1 1077944384 15759 0 0 0 168 3 0 0 20 0 15 0 41864127 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805948103408 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1357] ppid=1342 vsize=14093000 memory=436216 CPUtime=1.5 cores=1,3,5,7
/proc/1345/task/1357/stat : 1357 (java) S 1342 1345 31044 0 -1 1077944384 11023 0 0 0 148 2 0 0 20 0 15 0 41864127 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805947050864 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1358] ppid=1342 vsize=14093000 memory=436216 CPUtime=0.86 cores=1,3,5,7
/proc/1345/task/1358/stat : 1358 (java) S 1342 1345 31044 0 -1 1077944384 21426 0 0 0 83 3 0 0 20 0 15 0 41864127 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805945997808 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1359] ppid=1342 vsize=14093000 memory=436216 CPUtime=0 cores=1,3,5,7
/proc/1345/task/1359/stat : 1359 (java) S 1342 1345 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41864127 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805944945504 139806478059221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
[pid=1345/tid=1360] ppid=1342 vsize=14093000 memory=288230621803970871 CPUtime=1.18 cores=1,3,5,7
/proc/1345/task/1360/stat : 1360 (java) S 1342 1345 31044 0 -1 1077944384 1644 0 0 0 58 60 0 0 20 0 15 0 41864127 14431232000 109054 33554432000 4194304 4196468 140722020812576 139805943892528 139806478060162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 35983360 140722020815958 140722020816137 140722020816137 140722020818895 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 436216 KiB

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

[startup+2361.82 s]
# the end of solver process 1345 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.73 s, system=3.39368 s

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

Child status: 143
Real time (s): 2361.82
CPU time (s): 2400.12
CPU user time (s): 2396.73
CPU system time (s): 3.39368
CPU usage (%): 101.622
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 436216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.73
system time used= 3.39368
maximum resident set size= 436780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 287566
involuntary context switches= 4778


# summary of solver processes directly reported to runsolver:
#   pid: 1345
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.73
#   total CPU system time (s): 3.39368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2369 second user time and 20.7583 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 09:03:29
IDJOB=4291573
IDBENCH=141255
IDSOLVER=2746
FILE ID=node107/4291573-1532243009
RUNJOBID= node107-1532226532-31076
PBS_JOBID= 21018954
Free space on /tmp= 55132 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
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-4291573-1532243009/watcher-4291573-1532243009 -o /tmp/evaluation-result-4291573-1532243009/solver-4291573-1532243009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532226532-31076 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 29095729 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291573-1532243009.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=29095729

node107.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.40
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.40
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.40
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.40
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:        19966436 kB
MemAvailable:   31728416 kB
Buffers:          239372 kB
Cached:         11673020 kB
SwapCached:            0 kB
Active:          1762456 kB
Inactive:       10415960 kB
Active(anon):     268892 kB
Inactive(anon):    16860 kB
Active(file):    1493564 kB
Inactive(file): 10399100 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35996 kB
Writeback:             0 kB
AnonPages:        135856 kB
Mapped:            49124 kB
Shmem:             17036 kB
Slab:             325008 kB
SReclaimable:     297776 kB
SUnreclaim:        27232 kB
KernelStack:        3824 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1242596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55096 MiB
End job on node107 at 2018-07-22 09:42:51