Trace number 4299399

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-28OPT55 443.958 441.619

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark14.9852
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"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.58/0.36	o 80
0.58/0.36	o 75
0.58/0.37	o 73
0.58/0.39	o 72
0.88/0.43	o 70
0.88/0.47	o 68
1.19/0.54	o 66
1.19/0.55	o 62
2.12/0.90	o 60
5.40/4.07	o 55
443.93/441.61	s OPTIMUM FOUND
443.93/441.61	v <instantiation>
443.93/441.61	v 	<list>
443.93/441.61	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] 
443.93/441.61	v 	</list>
443.93/441.61	v 	<values>
443.93/441.61	v 		0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 
443.93/441.61	v 	</values>
443.93/441.61	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299399-1532796028/watcher-4299399-1532796028 -o /tmp/evaluation-result-4299399-1532796028/solver-4299399-1532796028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24589 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299399-1532796028.xml 

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

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

solver pid=28644, runsolver pid=28641

[startup+0.100059 s]*
/proc/loadavg: 1.20 1.33 1.36 4/216 28659
/proc/meminfo: memFree=23217296/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661052 memory=27724 CPUtime=0.12 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 5344 0 0 0 11 1 0 0 20 0 15 0 97165697 10916917248 6931 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665263 6931 2863 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661052 memory=-8269626465541329788 CPUtime=0.08 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 3206 0 0 0 8 0 0 0 20 0 15 0 97165698 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391606451680 140391602232726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661052 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661052 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165700 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165700 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165701 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 97165703 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) S 28641 28644 24557 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 97165703 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391156672752 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661052 memory=140369786939008 CPUtime=0.01 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) R 28641 28644 24557 0 -1 4202560 323 0 0 0 1 0 0 0 20 0 15 0 97165703 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391155620080 140391581610121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661052 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165703 10916917248 6931 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27724 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.20 1.33 1.36 4/216 28659
/proc/meminfo: memFree=23205264/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=40380 CPUtime=0.32 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 8149 0 0 0 30 2 0 0 20 0 15 0 97165697 10916995072 10095 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 10095 2993 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 5236 0 0 0 18 1 0 0 20 0 15 0 97165698 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391606453104 140391586301278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=140369787488927 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 624 0 0 0 3 0 0 0 20 0 15 0 97165703 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) S 28641 28644 24557 0 -1 1077944384 145 0 0 0 1 0 0 0 20 0 15 0 97165703 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391156672752 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=140369786939008 CPUtime=0.07 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) S 28641 28644 24557 0 -1 1077944384 776 0 0 0 7 0 0 0 20 0 15 0 97165703 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391155619952 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 10095 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40380 KiB

[startup+0.31311 s]*
/proc/loadavg: 1.20 1.33 1.36 6/216 28659
/proc/meminfo: memFree=23197944/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=47900 CPUtime=0.58 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 9074 0 0 0 55 3 0 0 20 0 15 0 97165697 10916995072 11975 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 11975 3047 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 5509 0 0 0 28 1 0 0 20 0 15 0 97165698 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391606456048 140391602232726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=140369787314439 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 723 0 0 0 7 0 0 0 20 0 15 0 97165703 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) R 28641 28644 24557 0 -1 4202560 329 0 0 0 3 0 0 0 20 0 15 0 97165703 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391156658776 140391587346569 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=140369786939008 CPUtime=0.14 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) R 28641 28644 24557 0 -1 4202560 1148 0 0 0 14 0 0 0 20 0 15 0 97165703 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391155612928 140391582187910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=140369786939008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 11975 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47900 KiB

[startup+0.700814 s]
/proc/loadavg: 1.20 1.33 1.36 5/216 28659
/proc/meminfo: memFree=23176364/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=82984 CPUtime=1.74 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 14190 0 0 0 169 5 0 0 20 0 15 0 97165697 10916995072 20746 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 20746 3092 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=263424772703050 CPUtime=0.68 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 5608 0 0 0 66 2 0 0 20 0 15 0 97165698 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391606459472 140391226211093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=-6511782102145834793 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) R 28641 28644 24557 0 -1 4202560 3472 0 0 0 42 0 0 0 20 0 15 0 97165703 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391157711576 140391587101053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) R 28641 28644 24557 0 -1 4202560 2126 0 0 0 38 0 0 0 20 0 15 0 97165703 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391156658776 140391583743942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) S 28641 28644 24557 0 -1 1077944384 1612 0 0 0 20 0 0 0 20 0 15 0 97165703 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391155619952 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 20746 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 82984 KiB

[startup+1.50079 s]
/proc/loadavg: 1.20 1.33 1.36 3/216 28659
/proc/meminfo: memFree=23142512/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=142252 CPUtime=2.83 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 17243 0 0 0 277 6 0 0 20 0 15 0 97165697 10916995072 35563 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 35563 3096 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=12848 CPUtime=1.48 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 5996 0 0 0 145 3 0 0 20 0 15 0 97165698 10916995072 35563 33554432000 4194304 4196468 140730548045808 140391606457408 140391226505451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 35563 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 35563 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 35563 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165699 10916995072 35563 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 35563 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0

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

[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=1796 CPUtime=0.09 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 495 0 0 0 3 6 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 440.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196688 KiB

[startup+440.001 s]*
/proc/loadavg: 1.32 1.44 1.40 3/215 28818
/proc/meminfo: memFree=23127504/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=196688 CPUtime=442.33 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 28579 0 0 0 44205 28 0 0 20 0 15 0 97165697 10916995072 49172 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 49172 3124 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=438.99 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 8474 0 0 0 43894 5 0 0 20 0 15 0 97165698 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391606460224 140391226270386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=2660 CPUtime=0.35 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1240 0 0 0 32 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=2600 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1598 0 0 0 33 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=4100 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 1825 0 0 0 32 4 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=1408 CPUtime=0.34 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 1365 0 0 0 31 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=3124 CPUtime=0.38 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 2179 0 0 0 35 3 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=196688 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=196688 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=18264 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=17112 CPUtime=0.57 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 4878 0 0 0 56 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=1788 CPUtime=0.58 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) S 28641 28644 24557 0 -1 1077944384 3394 0 0 0 57 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391156672752 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=644 CPUtime=0.23 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) S 28641 28644 24557 0 -1 1077944384 1710 0 0 0 22 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391155619952 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=1232 CPUtime=0.09 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 495 0 0 0 3 6 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 442.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196688 KiB

[startup+440.801 s]
/proc/loadavg: 1.32 1.44 1.40 3/215 28818
/proc/meminfo: memFree=23127504/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=196688 CPUtime=443.13 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 28582 0 0 0 44285 28 0 0 20 0 15 0 97165697 10916995072 49172 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 49172 3124 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=196688 CPUtime=439.78 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 8475 0 0 0 43973 5 0 0 20 0 15 0 97165698 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391606460336 140391226270402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1240 0 0 0 32 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=1408 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1598 0 0 0 33 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=2972 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 1827 0 0 0 32 4 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=177800 CPUtime=0.34 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 1365 0 0 0 31 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=2408 CPUtime=0.38 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 2179 0 0 0 35 3 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=1708 CPUtime=0.57 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 4878 0 0 0 56 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=792 CPUtime=0.58 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) S 28641 28644 24557 0 -1 1077944384 3394 0 0 0 57 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391156672752 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=1228 CPUtime=0.23 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) S 28641 28644 24557 0 -1 1077944384 1710 0 0 0 22 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391155619952 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=1444 CPUtime=0.09 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 495 0 0 0 3 6 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 443.13 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196688 KiB

[startup+441.201 s]
/proc/loadavg: 1.32 1.44 1.40 3/215 28818
/proc/meminfo: memFree=23127380/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=196688 CPUtime=443.53 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 28584 0 0 0 44325 28 0 0 20 0 15 0 97165697 10916995072 49172 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 49172 3124 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=16104758104558012 CPUtime=440.18 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 8476 0 0 0 44013 5 0 0 20 0 15 0 97165698 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391606460352 140391226483537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=3848 CPUtime=0.35 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1241 0 0 0 32 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=2660 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1598 0 0 0 33 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=2600 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 1827 0 0 0 32 4 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=3472328296227679313 CPUtime=0.34 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 1365 0 0 0 31 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=302032546571759914 CPUtime=0.38 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 2179 0 0 0 35 3 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=303769774943645994 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=15539617701059739 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=-5791214980764885868 CPUtime=0.57 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 4878 0 0 0 56 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=-2746958450906831424 CPUtime=0.58 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) S 28641 28644 24557 0 -1 1077944384 3394 0 0 0 57 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391156672752 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=-7164194984475897127 CPUtime=0.23 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) S 28641 28644 24557 0 -1 1077944384 1710 0 0 0 22 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391155619952 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=196688 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=196688 CPUtime=0.09 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 495 0 0 0 3 6 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 443.53 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196688 KiB

[startup+441.601 s]
/proc/loadavg: 1.32 1.44 1.40 3/215 28818
/proc/meminfo: memFree=23127380/32770624 swapFree=67108688/67108860
[pid=28644] ppid=28641 vsize=10661128 memory=196688 CPUtime=443.93 cores=1,3,5,7
/proc/28644/stat : 28644 (java) S 28641 28644 24557 0 -1 1077944320 28589 0 0 0 44365 28 0 0 20 0 15 0 97165697 10916995072 49172 33554432000 4194304 4196468 140730548045808 140730548028352 140391602220791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
/proc/28644/statm: 2665282 49172 3124 1 0 2627263 0
[pid=28644/tid=28646] ppid=28641 vsize=10661128 memory=1724 CPUtime=440.58 cores=1,3,5,7
/proc/28644/task/28646/stat : 28646 (java) R 28641 28644 24557 0 -1 4202560 8477 0 0 0 44053 5 0 0 20 0 15 0 97165698 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391606460352 140391226482114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28647] ppid=28641 vsize=10661128 memory=1004 CPUtime=0.35 cores=1,3,5,7
/proc/28644/task/28647/stat : 28647 (java) S 28641 28644 24557 0 -1 1077944384 1241 0 0 0 32 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391544224400 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28648] ppid=28641 vsize=10661128 memory=196688 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28648/stat : 28648 (java) S 28641 28644 24557 0 -1 1077944384 1602 0 0 0 33 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391207459344 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28649] ppid=28641 vsize=10661128 memory=196688 CPUtime=0.36 cores=1,3,5,7
/proc/28644/task/28649/stat : 28649 (java) S 28641 28644 24557 0 -1 1077944384 1827 0 0 0 32 4 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391206406544 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28650] ppid=28641 vsize=10661128 memory=196688 CPUtime=0.34 cores=1,3,5,7
/proc/28644/task/28650/stat : 28650 (java) S 28641 28644 24557 0 -1 1077944384 1365 0 0 0 31 3 0 0 20 0 15 0 97165699 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391205353744 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28651] ppid=28641 vsize=10661128 memory=196688 CPUtime=0.38 cores=1,3,5,7
/proc/28644/task/28651/stat : 28651 (java) S 28641 28644 24557 0 -1 1077944384 2179 0 0 0 35 3 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391161936752 140391602231938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28652] ppid=28641 vsize=10661128 memory=196688 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28652/stat : 28652 (java) S 28641 28644 24557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97165700 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391160882720 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28653] ppid=28641 vsize=10661128 memory=196688 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28653/stat : 28653 (java) S 28641 28644 24557 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97165701 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391159829872 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28654] ppid=28641 vsize=10661128 memory=196688 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28654/stat : 28654 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391158778192 140391602239387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28655] ppid=28641 vsize=10661128 memory=196688 CPUtime=0.57 cores=1,3,5,7
/proc/28644/task/28655/stat : 28655 (java) S 28641 28644 24557 0 -1 1077944384 4878 0 0 0 56 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391157725552 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28656] ppid=28641 vsize=10661128 memory=1004 CPUtime=0.58 cores=1,3,5,7
/proc/28644/task/28656/stat : 28656 (java) S 28641 28644 24557 0 -1 1077944384 3394 0 0 0 57 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391156672752 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28657] ppid=28641 vsize=10661128 memory=6791534058613427641 CPUtime=0.23 cores=1,3,5,7
/proc/28644/task/28657/stat : 28657 (java) S 28641 28644 24557 0 -1 1077944384 1710 0 0 0 22 1 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391155619952 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28658] ppid=28641 vsize=10661128 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28644/task/28658/stat : 28658 (java) S 28641 28644 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391154567392 140391602230997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
[pid=28644/tid=28659] ppid=28641 vsize=10661128 memory=1232 CPUtime=0.09 cores=1,3,5,7
/proc/28644/task/28659/stat : 28659 (java) S 28641 28644 24557 0 -1 1077944384 495 0 0 0 3 6 0 0 20 0 15 0 97165703 10916995072 49172 33554432000 4194304 4196468 140730548045808 140391153515696 140391602231938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32059392 140730548053165 140730548053257 140730548053257 140730548056015 0
Current children cumulated CPU time: 443.93 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196688 KiB

Child status: 0
Real time (s): 441.619
CPU time (s): 443.958
CPU user time (s): 443.666
CPU system time (s): 0.292274
CPU usage (%): 100.53
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 196688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 443.666
system time used= 0.292274
maximum resident set size= 197012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21229
involuntary context switches= 753


# summary of solver processes directly reported to runsolver:
#   pid: 28644
#   total CPU time (s): 443.958
#   total CPU user time (s): 443.666
#   total CPU system time (s): 0.292274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70711 second user time and 3.82965 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 18:40:28
IDJOB=4299399
IDBENCH=141371
IDSOLVER=2766
FILE ID=node106/4299399-1532796028
RUNJOBID= node106-1532776007-24589
PBS_JOBID= 21022468
Free space on /tmp= 46168 MiB

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

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=883601923

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        23234744 kB
MemAvailable:   31683856 kB
Buffers:          231616 kB
Cached:          8379400 kB
SwapCached:            0 kB
Active:          2780492 kB
Inactive:        6129848 kB
Active(anon):     246720 kB
Inactive(anon):    80488 kB
Active(file):    2533772 kB
Inactive(file):  6049360 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1272 kB
Writeback:             0 kB
AnonPages:        337112 kB
Mapped:            55076 kB
Shmem:             25056 kB
Slab:             321704 kB
SReclaimable:     294440 kB
SUnreclaim:        27264 kB
KernelStack:        3824 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1109724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46164 MiB
End job on node106 at 2018-07-28 18:47:50