Trace number 4299421

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27SAT64 302.573 300.38

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.6089
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1.17/0.55	o 65
11.00/9.26	o 64
302.50/300.36	s SATISFIABLE
302.50/300.36	v <instantiation>
302.50/300.36	v 	<list>
302.50/300.36	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] 
302.50/300.36	v 	</list>
302.50/300.36	v 	<values>
302.50/300.36	v 		0 20 22 26 31 39 49 63 64 20 22 26 31 39 49 63 64 2 6 11 19 29 43 44 4 9 17 27 41 42 5 13 23 37 38 8 18 32 33 10 24 25 14 15 1 
302.50/300.36	v 	</values>
302.50/300.36	v </instantiation>

Verifier Data

OK	64

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299421-1532820844/watcher-4299421-1532820844 -o /tmp/evaluation-result-4299421-1532820844/solver-4299421-1532820844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11471 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299421-1532820844.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.33 1.36 1.35 4/217 14002
/proc/meminfo: memFree=27910284/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661052 memory=27296 CPUtime=0.12 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 5286 0 0 0 11 1 0 0 20 0 15 0 99647645 10916917248 6824 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665263 6824 2811 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661052 memory=-8269626465541196929 CPUtime=0.09 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 3169 0 0 0 8 1 0 0 20 0 15 0 99647646 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813874059232 139813869859418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647647 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661052 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661052 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647648 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99647648 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99647649 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) R 13984 13987 11440 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 99647651 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813358135888 139813869848277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) R 13984 13987 11440 0 -1 4202560 143 0 0 0 0 0 0 0 20 0 15 0 99647651 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813357074752 139813853313267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661052 memory=140226578007680 CPUtime=0.02 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) R 13984 13987 11440 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 99647651 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813356030704 139813848797033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661052 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647651 10916917248 6890 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27296 KiB

[startup+0.210663 s]*
/proc/loadavg: 1.33 1.36 1.35 3/217 14002
/proc/meminfo: memFree=27898352/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=40396 CPUtime=0.32 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 8167 0 0 0 30 2 0 0 20 0 15 0 99647645 10916995072 10099 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 10099 2981 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 5258 0 0 0 19 1 0 0 20 0 15 0 99647646 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813874070384 139813853918558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=343 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=288370602729719424 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) S 13984 13987 11440 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 99647651 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813358135792 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) S 13984 13987 11440 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 99647651 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813357083248 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=140226578007680 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) S 13984 13987 11440 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 15 0 99647651 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813356030704 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 10099 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40396 KiB

[startup+0.310222 s]*
/proc/loadavg: 1.33 1.36 1.35 5/217 14002
/proc/meminfo: memFree=27891816/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=47700 CPUtime=0.56 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 8968 0 0 0 54 2 0 0 20 0 15 0 99647645 10916995072 11925 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 11925 3057 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 5558 0 0 0 28 1 0 0 20 0 15 0 99647646 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813874073984 139813853918558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=288370602729719424 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) R 13984 13987 11440 0 -1 4202560 473 0 0 0 5 0 0 0 20 0 15 0 99647651 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813358135792 139813850080953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) R 13984 13987 11440 0 -1 1077944384 534 0 0 0 5 0 0 0 20 0 15 0 99647651 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813357083248 139813869849218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=140226578007680 CPUtime=0.14 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) R 13984 13987 11440 0 -1 4202560 1038 0 0 0 14 0 0 0 20 0 15 0 99647651 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813356030704 139813848375464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=140226578007680 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 11925 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47700 KiB

[startup+0.700747 s]
/proc/loadavg: 1.33 1.36 1.35 5/217 14002
/proc/meminfo: memFree=27872904/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=75384 CPUtime=1.73 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 14395 0 0 0 169 4 0 0 20 0 15 0 99647645 10916995072 18846 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 18846 3081 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=200330226715145 CPUtime=0.68 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 5660 0 0 0 66 2 0 0 20 0 15 0 99647646 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813874070224 139813486116766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=601175 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) R 13984 13987 11440 0 -1 4202560 2702 0 0 0 41 0 0 0 20 0 15 0 99647651 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813358126624 139813862934907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) R 13984 13987 11440 0 -1 4202560 3161 0 0 0 40 0 0 0 20 0 15 0 99647651 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813357069304 139813847855083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) S 13984 13987 11440 0 -1 1077944384 1500 0 0 0 21 0 0 0 20 0 15 0 99647651 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813356030704 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 18846 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 75384 KiB

[startup+1.50074 s]
/proc/loadavg: 1.33 1.36 1.35 4/217 14002
/proc/meminfo: memFree=27853112/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=109852 CPUtime=2.93 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 18569 0 0 0 288 5 0 0 20 0 15 0 99647645 10916995072 27463 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 27463 3102 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=10799 CPUtime=1.48 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 6176 0 0 0 146 2 0 0 20 0 15 0 99647646 10916995072 27463 33554432000 4194304 4196468 140733978640688 139813874074160 139813486049111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 27463 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 27463 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 27463 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99647647 10916995072 27463 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 27463 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0

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

[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=1232 CPUtime=0.06 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 336 0 0 0 3 3 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 299.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185400 KiB

[startup+299.201 s]
/proc/loadavg: 1.39 1.40 1.38 3/214 14082
/proc/meminfo: memFree=27736820/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=185400 CPUtime=301.39 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 31590 0 0 0 30126 13 0 0 20 0 15 0 99647645 10916995072 46350 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 46350 3141 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=4136 CPUtime=298.9 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 8658 0 0 0 29886 4 0 0 20 0 15 0 99647646 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813874077408 139813486050285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=28840 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 1330 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1030 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 499 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=1228 CPUtime=0.1 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 1822 0 0 0 9 1 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=185400 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=185400 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=188460 CPUtime=0.68 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) S 13984 13987 11440 0 -1 1077944384 4676 0 0 0 67 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813358135792 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=6791534058613427641 CPUtime=1.04 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) S 13984 13987 11440 0 -1 1077944384 8589 0 0 0 103 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813357083248 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=916 CPUtime=0.25 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) S 13984 13987 11440 0 -1 1077944384 2483 0 0 0 25 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813356030704 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=2844 CPUtime=0.06 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 336 0 0 0 3 3 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 301.39 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185400 KiB

[startup+300.001 s]*
/proc/loadavg: 1.39 1.40 1.38 3/214 14082
/proc/meminfo: memFree=27736820/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=185400 CPUtime=302.2 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 31591 0 0 0 30206 14 0 0 20 0 15 0 99647645 10916995072 46350 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 46350 3141 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=6791534058613427641 CPUtime=299.7 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 8659 0 0 0 29966 4 0 0 20 0 15 0 99647646 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813874077440 139813485988696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 1330 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=1692 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1030 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 499 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=2844 CPUtime=0.1 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 1822 0 0 0 9 1 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=2864 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=3160 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.68 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) S 13984 13987 11440 0 -1 1077944384 4676 0 0 0 67 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813358135792 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=6791534058613427641 CPUtime=1.04 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) S 13984 13987 11440 0 -1 1077944384 8589 0 0 0 103 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813357083248 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=2800 CPUtime=0.25 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) S 13984 13987 11440 0 -1 1077944384 2483 0 0 0 25 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813356030704 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=4136 CPUtime=0.06 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 336 0 0 0 3 3 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 302.2 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185400 KiB

[startup+300.201 s]
/proc/loadavg: 1.39 1.40 1.38 3/214 14082
/proc/meminfo: memFree=27736820/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=185400 CPUtime=302.4 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 31591 0 0 0 30226 14 0 0 20 0 15 0 99647645 10916995072 46350 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 46350 3141 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=288230583166042426 CPUtime=299.9 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 8659 0 0 0 29986 4 0 0 20 0 15 0 99647646 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813874077440 139813486115670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=14976689222453353 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 1330 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=14976689222453353 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1030 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=140226455377906 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 499 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=14976689222453353 CPUtime=0.1 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 1822 0 0 0 9 1 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=1720 CPUtime=0.68 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) S 13984 13987 11440 0 -1 1077944384 4676 0 0 0 67 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813358135792 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=5760 CPUtime=1.04 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) S 13984 13987 11440 0 -1 1077944384 8589 0 0 0 103 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813357083248 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=4588 CPUtime=0.25 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) S 13984 13987 11440 0 -1 1077944384 2483 0 0 0 25 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813356030704 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=28840 CPUtime=0.06 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 336 0 0 0 3 3 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 302.4 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185400 KiB

[startup+300.301 s]
/proc/loadavg: 1.39 1.40 1.38 3/214 14082
/proc/meminfo: memFree=27736820/32770624 swapFree=67108792/67108860
[pid=13987] ppid=13984 vsize=10661128 memory=185400 CPUtime=302.5 cores=0,2,4,6
/proc/13987/stat : 13987 (java) S 13984 13987 11440 0 -1 1077944320 31591 0 0 0 30236 14 0 0 20 0 15 0 99647645 10916995072 46350 33554432000 4194304 4196468 140733978640688 140733978623232 139813869838071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
/proc/13987/statm: 2665282 46350 3141 1 0 2627263 0
[pid=13987/tid=13989] ppid=13984 vsize=10661128 memory=185400 CPUtime=300 cores=0,2,4,6
/proc/13987/task/13989/stat : 13989 (java) R 13984 13987 11440 0 -1 4202560 8659 0 0 0 29996 4 0 0 20 0 15 0 99647646 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813874077440 139813486050058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13990] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13990/stat : 13990 (java) S 13984 13987 11440 0 -1 1077944384 1330 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813806529296 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13991] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13991/stat : 13991 (java) S 13984 13987 11440 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813805476752 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13992] ppid=13984 vsize=10661128 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13992/stat : 13992 (java) S 13984 13987 11440 0 -1 1077944384 1030 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813804424208 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13993] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.07 cores=0,2,4,6
/proc/13987/task/13993/stat : 13993 (java) S 13984 13987 11440 0 -1 1077944384 499 0 0 0 6 1 0 0 20 0 15 0 99647647 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813803371664 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13994] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.1 cores=0,2,4,6
/proc/13987/task/13994/stat : 13994 (java) S 13984 13987 11440 0 -1 1077944384 1822 0 0 0 9 1 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813362345968 139813869849218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13995] ppid=13984 vsize=10661128 memory=185400 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13995/stat : 13995 (java) S 13984 13987 11440 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 99647648 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813361292192 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13996] ppid=13984 vsize=10661128 memory=185400 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13996/stat : 13996 (java) S 13984 13987 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 99647649 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813360239600 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13997] ppid=13984 vsize=10661128 memory=185400 CPUtime=0 cores=0,2,4,6
/proc/13987/task/13997/stat : 13997 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813359188176 139813869856667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13998] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.68 cores=0,2,4,6
/proc/13987/task/13998/stat : 13998 (java) S 13984 13987 11440 0 -1 1077944384 4676 0 0 0 67 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813358135792 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=13999] ppid=13984 vsize=10661128 memory=185400 CPUtime=1.04 cores=0,2,4,6
/proc/13987/task/13999/stat : 13999 (java) S 13984 13987 11440 0 -1 1077944384 8589 0 0 0 103 1 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813357083248 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14000] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.25 cores=0,2,4,6
/proc/13987/task/14000/stat : 14000 (java) S 13984 13987 11440 0 -1 1077944384 2483 0 0 0 25 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813356030704 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14001] ppid=13984 vsize=10661128 memory=185400 CPUtime=0 cores=0,2,4,6
/proc/13987/task/14001/stat : 14001 (java) S 13984 13987 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813354978400 139813869848277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
[pid=13987/tid=14002] ppid=13984 vsize=10661128 memory=185400 CPUtime=0.06 cores=0,2,4,6
/proc/13987/task/14002/stat : 14002 (java) S 13984 13987 11440 0 -1 1077944384 336 0 0 0 3 3 0 0 20 0 15 0 99647651 10916995072 46350 33554432000 4194304 4196468 140733978640688 139813353924912 139813869849218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140733978649738 140733978649865 140733978649865 140733978652623 0
Current children cumulated CPU time: 302.5 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185400 KiB

Child status: 0
Real time (s): 300.38
CPU time (s): 302.573
CPU user time (s): 302.427
CPU system time (s): 0.146047
CPU usage (%): 100.73
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 196564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.427
system time used= 0.146047
maximum resident set size= 196564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32003
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= 10733
involuntary context switches= 478


# summary of solver processes directly reported to runsolver:
#   pid: 13987
#   total CPU time (s): 302.573
#   total CPU user time (s): 302.427
#   total CPU system time (s): 0.146047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.649 second user time and 2.61401 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 01:34:04
IDJOB=4299421
IDBENCH=141374
IDSOLVER=2767
FILE ID=node150/4299421-1532820844
RUNJOBID= node150-1532808681-11471
PBS_JOBID= 21022473
Free space on /tmp= 53100 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299421-1532820844/watcher-4299421-1532820844 -o /tmp/evaluation-result-4299421-1532820844/solver-4299421-1532820844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11471 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299421-1532820844.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=472996587

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27926448 kB
MemAvailable:   31771892 kB
Buffers:          212188 kB
Cached:          3871796 kB
SwapCached:           32 kB
Active:          1647680 kB
Inactive:        2655136 kB
Active(anon):     170360 kB
Inactive(anon):    76188 kB
Active(file):    1477320 kB
Inactive(file):  2578948 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:        228604 kB
Mapped:            55400 kB
Shmem:             25156 kB
Slab:             238796 kB
SReclaimable:     210024 kB
SUnreclaim:        28772 kB
KernelStack:        3584 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1132276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-29 01:39:04