Trace number 4299357

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 1285.07 1279.05

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
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 benchmark174.122
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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2.65/1.26	o 80
2.76/1.39	o 75
2.86/1.48	o 73
3.08/1.68	o 72
4.50/2.96	o 68
6.02/4.45	o 66
6.83/5.28	o 62
23.78/22.12	o 60
133.99/132.10	o 55
1285.03/1279.04	s OPTIMUM FOUND
1285.03/1279.04	v <instantiation>
1285.03/1279.04	v 	<list>
1285.03/1279.04	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] 
1285.03/1279.04	v 	</list>
1285.03/1279.04	v 	<values>
1285.03/1279.04	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 
1285.03/1279.04	v 	</values>
1285.03/1279.04	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 (13526 MiB free)
  memory of node 1: 16384 MiB (13732 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299357-1532792877/watcher-4299357-1532792877 -o /tmp/evaluation-result-4299357-1532792877/solver-4299357-1532792877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299357-1532792877.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=26551, runsolver pid=26548

[startup+0.100087 s]*
/proc/loadavg: 1.21 1.44 1.59 4/215 26566
/proc/meminfo: memFree=27897324/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661052 memory=27876 CPUtime=0.13 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 5314 0 0 0 12 1 0 0 20 0 15 0 96850876 10916917248 6969 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665263 6969 2846 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661052 memory=-8269626465541197435 CPUtime=0.09 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 3177 0 0 0 9 0 0 0 20 0 15 0 96850876 10916917248 6969 33554432000 4194304 4196468 140727008383472 140574587103632 140574575110974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916917248 6969 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661052 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916917248 6969 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916917248 6969 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850877 10916917248 6969 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661052 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850878 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96850879 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96850879 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) S 26548 26551 23229 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 96850882 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573681874928 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) S 26548 26551 23229 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 96850882 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661052 memory=139850129593984 CPUtime=0.01 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) R 26548 26551 23229 0 -1 4202560 333 0 0 0 1 0 0 0 20 0 15 0 96850882 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573679769840 140574582895194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661052 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850882 10916917248 6969 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27876 KiB

[startup+0.210471 s]*
/proc/loadavg: 1.21 1.44 1.59 3/215 26566
/proc/meminfo: memFree=27886012/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=40296 CPUtime=0.33 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 8182 0 0 0 31 2 0 0 20 0 15 0 96850876 10916995072 10074 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 10074 2950 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 5245 0 0 0 19 1 0 0 20 0 15 0 96850876 10916995072 10074 33554432000 4194304 4196468 140727008383472 140574587106160 140574566954334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=364 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 10074 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=139850130132168 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 10074 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 10074 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 10112 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850878 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) S 26548 26551 23229 0 -1 1077944384 316 0 0 0 2 0 0 0 20 0 15 0 96850882 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573681874928 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) S 26548 26551 23229 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 15 0 96850882 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=139850129593984 CPUtime=0.07 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) S 26548 26551 23229 0 -1 1077944384 798 0 0 0 7 0 0 0 20 0 15 0 96850882 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573679769840 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 10112 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40296 KiB

[startup+0.310133 s]*
/proc/loadavg: 1.21 1.44 1.59 5/215 26566
/proc/meminfo: memFree=27881732/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=46972 CPUtime=0.56 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 8873 0 0 0 53 3 0 0 20 0 15 0 96850876 10916995072 11743 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 11743 3048 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 5572 0 0 0 28 2 0 0 20 0 15 0 96850876 10916995072 11743 33554432000 4194304 4196468 140727008383472 140574587099936 140574220614784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 11743 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=139850130128804 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 11743 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 11743 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 11743 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96850878 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) R 26548 26551 23229 0 -1 4202560 508 0 0 0 7 0 0 0 20 0 15 0 96850882 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573681864128 140574566261145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) R 26548 26551 23229 0 -1 1077944384 504 0 0 0 3 0 0 0 20 0 15 0 96850882 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=139850129593984 CPUtime=0.14 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) R 26548 26551 23229 0 -1 4202560 919 0 0 0 14 0 0 0 20 0 15 0 96850882 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573679769648 140574575110974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=139850129593984 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 11743 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46972 KiB

[startup+0.700698 s]
/proc/loadavg: 1.21 1.44 1.59 5/215 26566
/proc/meminfo: memFree=27859532/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=75772 CPUtime=1.71 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 14962 0 0 0 168 3 0 0 20 0 15 0 96850876 10916995072 18943 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 18943 3080 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=16236 CPUtime=0.68 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 5644 0 0 0 66 2 0 0 20 0 15 0 96850876 10916995072 18943 33554432000 4194304 4196468 140727008383472 140574587112656 140574223460563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 18943 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=640 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 18943 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 18943 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=960 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 18943 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96850878 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=6081108994580113768 CPUtime=0.42 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) R 26548 26551 23229 0 -1 4202560 3245 0 0 0 42 0 0 0 20 0 15 0 96850882 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573681864720 140574568888156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=6154282490091891024 CPUtime=0.38 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) R 26548 26551 23229 0 -1 4202560 3615 0 0 0 38 0 0 0 20 0 15 0 96850882 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573680808736 140574564391694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) S 26548 26551 23229 0 -1 1077944384 1087 0 0 0 20 0 0 0 20 0 15 0 96850882 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573679769840 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 18943 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 75772 KiB

[startup+1.50077 s]
/proc/loadavg: 1.21 1.44 1.59 3/215 26566
/proc/meminfo: memFree=27837640/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=117500 CPUtime=2.98 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 16025 0 0 0 293 5 0 0 20 0 15 0 96850876 10916995072 29375 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 29375 3097 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=101060 CPUtime=1.48 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 5796 0 0 0 146 2 0 0 20 0 15 0 96850876 10916995072 29375 33554432000 4194304 4196468 140727008383472 140574587110528 140574223420814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 29375 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 29375 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 29375 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96850877 10916995072 29375 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 96850878 10916995072 29375 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0

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

[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=1444 CPUtime=0.39 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 654 0 0 0 18 21 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 1279.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 245784 KiB

[startup+1276.8 s]
/proc/loadavg: 1.53 1.46 1.46 3/215 26628
/proc/meminfo: memFree=27617608/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=245784 CPUtime=1282.81 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 37410 0 0 0 128208 73 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 61446 3135 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=0 CPUtime=1272.88 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 11287 0 0 0 127279 9 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574587113168 140574223235658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=3248 CPUtime=1.57 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 3382 0 0 0 144 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=245784 CPUtime=1.57 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 2756 0 0 0 145 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=928 CPUtime=1.55 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1625 0 0 0 143 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=1580 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2671 0 0 0 143 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=28180 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 3014 0 0 0 144 12 0 0 20 0 15 0 96850878 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=1280 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=1232 CPUtime=0.75 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) S 26548 26551 23229 0 -1 1077944384 5068 0 0 0 74 1 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573681874928 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=12012 CPUtime=0.63 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) S 26548 26551 23229 0 -1 1077944384 4211 0 0 0 63 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=1724 CPUtime=0.24 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) S 26548 26551 23229 0 -1 1077944384 1316 0 0 0 24 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573679769840 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=792 CPUtime=0.4 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 654 0 0 0 18 22 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 1282.81 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 245784 KiB

[startup+1278.4 s]
/proc/loadavg: 1.53 1.46 1.46 3/215 26628
/proc/meminfo: memFree=27617680/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=245784 CPUtime=1284.42 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 37413 0 0 0 128369 73 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 61446 3135 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=1274.47 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 11290 0 0 0 127438 9 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574587113328 140574223998472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=7740095006923255398 CPUtime=1.57 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 3382 0 0 0 144 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=7452450649061021548 CPUtime=1.58 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 2756 0 0 0 146 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=2340 CPUtime=1.55 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1625 0 0 0 143 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=1832 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2671 0 0 0 143 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=792 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 3014 0 0 0 144 12 0 0 20 0 15 0 96850878 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=1960 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=245784 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=7124 CPUtime=0.75 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) S 26548 26551 23229 0 -1 1077944384 5068 0 0 0 74 1 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573681874928 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=1012 CPUtime=0.63 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) S 26548 26551 23229 0 -1 1077944384 4211 0 0 0 63 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=5756 CPUtime=0.24 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) S 26548 26551 23229 0 -1 1077944384 1316 0 0 0 24 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573679769840 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=1232 CPUtime=0.4 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 654 0 0 0 18 22 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 1284.42 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 245784 KiB

[startup+1278.8 s]
/proc/loadavg: 1.53 1.46 1.46 3/215 26628
/proc/meminfo: memFree=27617680/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=245784 CPUtime=1284.82 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 37414 0 0 0 128409 73 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 61446 3135 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=1274.87 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 11291 0 0 0 127478 9 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574587113136 140574223234772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=1788 CPUtime=1.57 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 3382 0 0 0 144 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=960 CPUtime=1.58 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 2756 0 0 0 146 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=1232 CPUtime=1.55 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1625 0 0 0 143 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=2332 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2671 0 0 0 143 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=3852 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 3014 0 0 0 144 12 0 0 20 0 15 0 96850878 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=2720 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=2784 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=1408 CPUtime=0.75 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) S 26548 26551 23229 0 -1 1077944384 5068 0 0 0 74 1 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573681874928 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=3168 CPUtime=0.63 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) S 26548 26551 23229 0 -1 1077944384 4211 0 0 0 63 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=261904 CPUtime=0.24 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) S 26548 26551 23229 0 -1 1077944384 1316 0 0 0 24 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573679769840 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=3248 CPUtime=0.4 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 654 0 0 0 18 22 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 1284.82 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 245784 KiB

[startup+1279 s]*
/proc/loadavg: 1.53 1.46 1.46 3/215 26628
/proc/meminfo: memFree=27617680/32770624 swapFree=67108532/67108860
[pid=26551] ppid=26548 vsize=10661128 memory=245784 CPUtime=1285.03 cores=0,2,4,6
/proc/26551/stat : 26551 (java) S 26548 26551 23229 0 -1 1077944320 37414 0 0 0 128430 73 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140727008366016 140574582873847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
/proc/26551/statm: 2665282 61446 3135 1 0 2627263 0
[pid=26551/tid=26553] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=1275.08 cores=0,2,4,6
/proc/26551/task/26553/stat : 26553 (java) R 26548 26551 23229 0 -1 4202560 11291 0 0 0 127499 9 0 0 20 0 15 0 96850876 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574587113136 140574223686365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26554] ppid=26548 vsize=10661128 memory=4872558044660077418 CPUtime=1.57 cores=0,2,4,6
/proc/26551/task/26554/stat : 26554 (java) S 26548 26551 23229 0 -1 1077944384 3382 0 0 0 144 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574190053648 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26555] ppid=26548 vsize=10661128 memory=1444 CPUtime=1.58 cores=0,2,4,6
/proc/26551/task/26555/stat : 26555 (java) S 26548 26551 23229 0 -1 1077944384 2756 0 0 0 146 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574189001104 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26556] ppid=26548 vsize=10661128 memory=1200 CPUtime=1.55 cores=0,2,4,6
/proc/26551/task/26556/stat : 26556 (java) S 26548 26551 23229 0 -1 1077944384 1625 0 0 0 143 12 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574187948560 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26557] ppid=26548 vsize=10661128 memory=245784 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26557/stat : 26557 (java) S 26548 26551 23229 0 -1 1077944384 2671 0 0 0 143 13 0 0 20 0 15 0 96850877 10916995072 61446 33554432000 4194304 4196468 140727008383472 140574186896016 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26558] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=1.56 cores=0,2,4,6
/proc/26551/task/26558/stat : 26558 (java) S 26548 26551 23229 0 -1 1077944384 3014 0 0 0 144 12 0 0 20 0 15 0 96850878 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573686086128 140574582884994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26559] ppid=26548 vsize=10661128 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26559/stat : 26559 (java) S 26548 26551 23229 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573685032352 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26560] ppid=26548 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26560/stat : 26560 (java) S 26548 26551 23229 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 96850879 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573683979760 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26561] ppid=26548 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26561/stat : 26561 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573682928336 140574582892443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26562] ppid=26548 vsize=10661128 memory=12012 CPUtime=0.75 cores=0,2,4,6
/proc/26551/task/26562/stat : 26562 (java) S 26548 26551 23229 0 -1 1077944384 5068 0 0 0 74 1 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573681874928 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26563] ppid=26548 vsize=10661128 memory=1724 CPUtime=0.63 cores=0,2,4,6
/proc/26551/task/26563/stat : 26563 (java) S 26548 26551 23229 0 -1 1077944384 4211 0 0 0 63 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573680822384 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26564] ppid=26548 vsize=10661128 memory=7124 CPUtime=0.24 cores=0,2,4,6
/proc/26551/task/26564/stat : 26564 (java) S 26548 26551 23229 0 -1 1077944384 1316 0 0 0 24 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573679769840 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26565] ppid=26548 vsize=10661128 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26551/task/26565/stat : 26565 (java) S 26548 26551 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573678717536 140574582884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
[pid=26551/tid=26566] ppid=26548 vsize=10661128 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/26551/task/26566/stat : 26566 (java) S 26548 26551 23229 0 -1 1077944384 654 0 0 0 18 22 0 0 20 0 15 0 96850882 10916995072 61446 33554432000 4194304 4196468 140727008383472 140573677665072 140574582884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140727008388269 140727008388361 140727008388361 140727008391119 0
Current children cumulated CPU time: 1285.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 245784 KiB

Child status: 0
Real time (s): 1279.05
CPU time (s): 1285.07
CPU user time (s): 1284.34
CPU system time (s): 0.734229
CPU usage (%): 100.471
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 245784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1284.34
system time used= 0.734229
maximum resident set size= 245928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71624
involuntary context switches= 2614


# summary of solver processes directly reported to runsolver:
#   pid: 26551
#   total CPU time (s): 1285.07
#   total CPU user time (s): 1284.34
#   total CPU system time (s): 0.734229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78519 second user time and 12.2294 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 17:47:57
IDJOB=4299357
IDBENCH=141365
IDSOLVER=2766
FILE ID=node104/4299357-1532792877
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-nodv-10_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299357-1532792877/watcher-4299357-1532792877 -o /tmp/evaluation-result-4299357-1532792877/solver-4299357-1532792877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299357-1532792877.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=136610691

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:        27914080 kB
MemAvailable:   31761868 kB
Buffers:          156172 kB
Cached:          3943796 kB
SwapCached:           12 kB
Active:          2128204 kB
Inactive:        2215640 kB
Active(anon):     198716 kB
Inactive(anon):    73040 kB
Active(file):    1929488 kB
Inactive(file):  2142600 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1256 kB
Writeback:             4 kB
AnonPages:        251064 kB
Mapped:            52552 kB
Shmem:             25060 kB
Slab:             211732 kB
SReclaimable:     183068 kB
SUnreclaim:        28664 kB
KernelStack:        3504 kB
PageTables:         5444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1125044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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:09:16