Trace number 4299434

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28OPT44 45.7536 44.3029

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
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 benchmark1.82438
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
0.56/0.36	o 65
0.56/0.36	o 59
0.56/0.36	o 57
0.56/0.37	o 53
0.56/0.39	o 52
0.56/0.40	o 50
0.87/0.49	o 47
1.73/0.70	o 45
1.73/0.79	o 44
45.64/44.29	s OPTIMUM FOUND
45.64/44.29	v <instantiation>
45.64/44.29	v 	<list>
45.64/44.29	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] 
45.64/44.29	v 	</list>
45.64/44.29	v 	<values>
45.64/44.29	v 		0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 
45.64/44.29	v 	</values>
45.64/44.29	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299434-1532796669/watcher-4299434-1532796669 -o /tmp/evaluation-result-4299434-1532796669/solver-4299434-1532796669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299434-1532796669.xml 

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

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

solver pid=27002, runsolver pid=26999

[startup+0.100205 s]*
/proc/loadavg: 1.35 1.36 1.34 5/216 27017
/proc/meminfo: memFree=27880388/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661052 memory=27916 CPUtime=0.12 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 5385 0 0 0 11 1 0 0 20 0 15 0 97230101 10916917248 6979 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665263 6979 2838 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661052 memory=-8269626465541198970 CPUtime=0.08 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 3257 0 0 0 8 0 0 0 20 0 15 0 97230101 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293792808304 140293788597654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661052 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230102 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661052 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230104 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97230104 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97230104 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 23229 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 97230107 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230107 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293274778096 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661052 memory=140098644260480 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 15 0 97230107 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661052 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230107 10916917248 6979 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27916 KiB

[startup+0.210609 s]*
/proc/loadavg: 1.35 1.36 1.34 4/216 27017
/proc/meminfo: memFree=27868740/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=40444 CPUtime=0.32 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 8167 0 0 0 30 2 0 0 20 0 15 0 97230101 10916995072 10111 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 10111 2993 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 5252 0 0 0 19 1 0 0 20 0 15 0 97230101 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293792818032 140293772666206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=364 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=288370474795972224 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 23229 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 97230107 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 23229 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 97230107 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293274778096 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=140098644260480 CPUtime=0.07 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 15 0 97230107 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 10111 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40444 KiB

[startup+0.31161 s]*
/proc/loadavg: 1.35 1.36 1.34 5/216 27017
/proc/meminfo: memFree=27864428/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=48320 CPUtime=0.56 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 9183 0 0 0 53 3 0 0 20 0 15 0 97230101 10916995072 12080 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 12080 3055 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 5607 0 0 0 28 2 0 0 20 0 15 0 97230101 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293792821008 140293378820819 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=288370474795972224 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) R 26999 27002 23229 0 -1 1077944384 581 0 0 0 4 0 0 0 20 0 15 0 97230107 10916995072 12080 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) R 26999 27002 23229 0 -1 4202560 583 0 0 0 6 0 0 0 20 0 15 0 97230107 10916995072 12146 33554432000 4194304 4196468 140735006125824 140293274763560 140293773511204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=140098644260480 CPUtime=0.14 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) R 26999 27002 23229 0 -1 4202560 1125 0 0 0 14 0 0 0 20 0 15 0 97230107 10916995072 12146 33554432000 4194304 4196468 140735006125824 140293273720344 140293780822846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 12146 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=140098644260480 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 12146 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 48320 KiB

[startup+0.700736 s]
/proc/loadavg: 1.35 1.36 1.34 5/216 27017
/proc/meminfo: memFree=27840808/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=82128 CPUtime=1.73 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 14060 0 0 0 169 4 0 0 20 0 15 0 97230101 10916995072 20532 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 20532 3081 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=16236 CPUtime=0.67 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 5710 0 0 0 65 2 0 0 20 0 15 0 97230101 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293792822888 140293381620813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=640 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=960 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=6081108994580113768 CPUtime=0.4 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) R 26999 27002 23229 0 -1 4202560 2243 0 0 0 40 0 0 0 20 0 15 0 97230107 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293275816992 140293770129997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=6154282490091891024 CPUtime=0.42 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) R 26999 27002 23229 0 -1 4202560 2974 0 0 0 42 0 0 0 20 0 15 0 97230107 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293274763976 140293771972956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 1762 0 0 0 20 0 0 0 20 0 15 0 97230107 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 20532 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 82128 KiB

[startup+1.50079 s]
/proc/loadavg: 1.35 1.36 1.34 3/216 27017
/proc/meminfo: memFree=27803112/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=149952 CPUtime=2.83 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 17539 0 0 0 278 5 0 0 20 0 15 0 97230101 10916995072 37488 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 37488 3101 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=131500 CPUtime=1.47 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 6061 0 0 0 144 3 0 0 20 0 15 0 97230101 10916995072 37488 33554432000 4194304 4196468 140735006125824 140293792822336 140293381766617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 37488 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 37488 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 37488 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97230102 10916995072 37488 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 37488 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0

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

[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=6788 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 46218 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=6945507666079274341 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 46218 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 39.84 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 184872 KiB

[startup+41.6006 s]
/proc/loadavg: 1.26 1.33 1.33 3/216 27017
/proc/meminfo: memFree=27720296/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=183332 CPUtime=43.04 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 21698 0 0 0 4294 10 0 0 20 0 15 0 97230101 10916995072 45833 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 45833 3129 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=5756 CPUtime=41.52 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 6875 0 0 0 4148 4 0 0 20 0 15 0 97230101 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293792825152 140293381780859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=4616 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=1232 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 893 0 0 0 2 0 0 0 20 0 15 0 97230102 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=12012 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 726 0 0 0 1 1 0 0 20 0 15 0 97230102 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=3868 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=28264 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 914 0 0 0 1 0 0 0 20 0 15 0 97230104 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=183844 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=792 CPUtime=0.56 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 23229 0 -1 1077944384 3749 0 0 0 56 0 0 0 20 0 15 0 97230107 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=1960 CPUtime=0.55 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 23229 0 -1 1077944384 4520 0 0 0 55 0 0 0 20 0 15 0 97230107 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293274778096 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=5756 CPUtime=0.22 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 1870 0 0 0 22 0 0 0 20 0 15 0 97230107 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45833 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 43.04 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183332 KiB

[startup+43.2006 s]
/proc/loadavg: 1.26 1.33 1.33 3/216 27017
/proc/meminfo: memFree=27720400/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=182820 CPUtime=44.64 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 21702 0 0 0 4454 10 0 0 20 0 15 0 97230101 10916995072 45705 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 45705 3129 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=1280 CPUtime=43.11 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 6877 0 0 0 4307 4 0 0 20 0 15 0 97230101 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293792825088 140293381937783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=183332 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 893 0 0 0 2 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=26500 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 726 0 0 0 1 1 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=183844 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=28264 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 914 0 0 0 1 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=1280 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=792 CPUtime=0.56 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 23229 0 -1 1077944384 3749 0 0 0 56 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=1960 CPUtime=0.55 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 23229 0 -1 1077944384 4520 0 0 0 55 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293274778096 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=5756 CPUtime=0.22 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 1870 0 0 0 22 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 44.64 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182820 KiB

[startup+44.0006 s]*
/proc/loadavg: 1.24 1.32 1.32 3/216 27017
/proc/meminfo: memFree=27720400/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=182820 CPUtime=45.45 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 21704 0 0 0 4535 10 0 0 20 0 15 0 97230101 10916995072 45705 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 45705 3129 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=590024538737094835 CPUtime=43.92 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 6878 0 0 0 4388 4 0 0 20 0 15 0 97230101 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293792824944 140293381647980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=140098644283997 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 893 0 0 0 2 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=6944656592385698452 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 726 0 0 0 1 1 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=3472328296227680303 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=3472468377692071600 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 914 0 0 0 2 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=-4546129931942301728 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=7306316804797196914 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 23229 0 -1 1077944384 3749 0 0 0 56 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=4121416120939984434 CPUtime=0.55 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 23229 0 -1 1077944384 4520 0 0 0 55 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293274778096 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=280197189121784 CPUtime=0.22 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 1870 0 0 0 22 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=140098544861559 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=280197189869760 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 45.45 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182820 KiB

[startup+44.2006 s]
/proc/loadavg: 1.24 1.32 1.32 3/216 27017
/proc/meminfo: memFree=27720400/32770624 swapFree=67108532/67108860
[pid=27002] ppid=26999 vsize=10661128 memory=182820 CPUtime=45.64 cores=0,2,4,6
/proc/27002/stat : 27002 (java) S 26999 27002 23229 0 -1 1077944320 21704 0 0 0 4554 10 0 0 20 0 15 0 97230101 10916995072 45705 33554432000 4194304 4196468 140735006125824 140735006108368 140293788585719 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
/proc/27002/statm: 2665282 45705 3129 1 0 2627263 0
[pid=27002/tid=27004] ppid=26999 vsize=10661128 memory=-7301300944354471044 CPUtime=44.11 cores=0,2,4,6
/proc/27002/task/27004/stat : 27004 (java) R 26999 27002 23229 0 -1 4202560 6878 0 0 0 4407 4 0 0 20 0 15 0 97230101 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293792824944 140293381763284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27005] ppid=26999 vsize=10661128 memory=8514701219781834910 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 23229 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293714660240 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27006] ppid=26999 vsize=10661128 memory=-5798491764861793472 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 23229 0 -1 1077944384 893 0 0 0 2 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293713607440 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27007] ppid=26999 vsize=10661128 memory=-7025452035940392864 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 23229 0 -1 1077944384 726 0 0 0 1 1 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293712555152 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27008] ppid=26999 vsize=10661128 memory=-7531822216215551788 CPUtime=0.01 cores=0,2,4,6
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 23229 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 15 0 97230102 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293711502352 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27009] ppid=26999 vsize=10661128 memory=8292088564187963537 CPUtime=0.02 cores=0,2,4,6
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 23229 0 -1 1077944384 914 0 0 0 2 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293280041072 140293788596866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27010] ppid=26999 vsize=10661128 memory=-7029379521808015264 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 23229 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293278987040 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27011] ppid=26999 vsize=10661128 memory=-7361174377247368086 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97230104 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293277934704 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27012] ppid=26999 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293276883024 140293788604315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27013] ppid=26999 vsize=10661128 memory=6944656592455359580 CPUtime=0.56 cores=0,2,4,6
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 23229 0 -1 1077944384 3749 0 0 0 56 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293275830896 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27014] ppid=26999 vsize=10661128 memory=6944652177228980320 CPUtime=0.55 cores=0,2,4,6
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 23229 0 -1 1077944384 4520 0 0 0 55 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293274778096 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27015] ppid=26999 vsize=10661128 memory=6944656592387989600 CPUtime=0.22 cores=0,2,4,6
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 23229 0 -1 1077944384 1870 0 0 0 22 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293273725808 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27016] ppid=26999 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293272673248 140293788595925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
[pid=27002/tid=27017] ppid=26999 vsize=10661128 memory=417 CPUtime=0 cores=0,2,4,6
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 23229 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 97230107 10916995072 45705 33554432000 4194304 4196468 140735006125824 140293271620016 140293788596866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23281664 140735006127277 140735006127369 140735006127369 140735006130127 0
Current children cumulated CPU time: 45.64 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 182820 KiB

Child status: 0
Real time (s): 44.3029
CPU time (s): 45.7536
CPU user time (s): 45.6454
CPU system time (s): 0.108159
CPU usage (%): 103.275
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 195276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.6454
system time used= 0.108159
maximum resident set size= 195280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2814
involuntary context switches= 69


# summary of solver processes directly reported to runsolver:
#   pid: 27002
#   total CPU time (s): 45.7536
#   total CPU user time (s): 45.6454
#   total CPU system time (s): 0.108159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.269136 second user time and 0.456672 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 18:51:09
IDJOB=4299434
IDBENCH=141376
IDSOLVER=2766
FILE ID=node104/4299434-1532796669
RUNJOBID= node104-1532774598-23260
PBS_JOBID= 21022461
Free space on /tmp= 48344 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299434-1532796669/watcher-4299434-1532796669 -o /tmp/evaluation-result-4299434-1532796669/solver-4299434-1532796669 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299434-1532796669.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=269070013

node104.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.11
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.11
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.11
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.11
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:        27895796 kB
MemAvailable:   31746408 kB
Buffers:          157372 kB
Cached:          3945120 kB
SwapCached:           12 kB
Active:          2144736 kB
Inactive:        2216728 kB
Active(anon):     213560 kB
Inactive(anon):    73040 kB
Active(file):    1931176 kB
Inactive(file):  2143688 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:        283904 kB
Mapped:            52728 kB
Shmem:             25060 kB
Slab:             211488 kB
SReclaimable:     183164 kB
SUnreclaim:        28324 kB
KernelStack:        3808 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1101020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48344 MiB
End job on node104 at 2018-07-28 18:51:54