Trace number 4401358

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
Concrete 3.12.2OPT44 154.164 146.51

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
7.29/3.35	o 59
7.29/3.37	o 58
7.29/3.39	o 55
7.60/3.40	o 54
7.60/3.41	o 52
7.60/3.41	o 50
8.44/3.71	o 48
10.37/5.16	o 47
10.71/5.41	o 46
23.93/17.99	o 45
49.80/43.31	o 44
154.04/146.48	v <instantiation
154.04/146.48	v         cost = '44'>
154.04/146.48	v       <list>
154.04/146.48	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
154.04/146.48	v       </list>
154.04/146.48	v       <values>
154.04/146.48	v         0 3 9 17 19 32 39 43 44 3 9 17 19 32 39 43 44 6 14 16 29 36 40 41 8 10 23 30 34 35 2 15 22 26 27 13 20 24 25 7 11 12 4 5 1
154.04/146.48	v       </values>
154.04/146.48	v     </instantiation>
154.04/146.48	s OPTIMUM FOUND

Verifier Data

OK	44

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14624 MiB free)
  memory of node 1: 16384 MiB (14486 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401358-1568692352/watcher-4401358-1568692352 -o /tmp/evaluation-result-4401358-1568692352/solver-4401358-1568692352 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401358-1568692352.xml 

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

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


[startup+0.100124 s]*
/proc/loadavg: 1.46 1.52 1.54 3/216 19692
/proc/meminfo: memFree=29802104/32770624 swapFree=66922612/67108860
[pid=19635] ppid=19632 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 4473 13182 0 0 1 0 5 3 20 0 6 0 445503978 10212057088 4203 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2493178 4203 1935 1 0 2481616 0
[pid=19635/tid=19688] ppid=19632 vsize=9972712 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 2280 13182 0 0 1 0 5 3 20 0 6 0 445503987 10212057088 4269 33554432000 4194304 4196468 140730802860048 140641707893328 140641720137054 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 445503988 10212057088 4269 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=9972712 memory=140607176418944 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 445503988 10212057088 4269 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 445503988 10212057088 4269 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 445503988 10212057088 4269 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209942 s]*
/proc/loadavg: 1.46 1.52 1.54 3/225 19701
/proc/meminfo: memFree=29781160/32770624 swapFree=66922612/67108860
[pid=19635] ppid=19632 vsize=10820020 memory=42220 CPUtime=0.27 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 7473 13182 0 0 17 2 5 3 20 0 15 0 445503978 11079700480 10555 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2705005 10555 3246 1 0 2667149 0
[pid=19635/tid=19688] ppid=19632 vsize=10820020 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 3964 13182 0 0 11 1 5 3 20 0 15 0 445503987 11079700480 10555 33554432000 4194304 4196468 140730802860048 140641707850624 140641339262355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10820020 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079700480 10555 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10820164 memory=140607176418944 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10820164 memory=140607176418944 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503989 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 13 13182 0 0 0 0 5 3 20 0 15 0 445503990 11079847936 10555 33554432000 4194304 4196468 140730802860048 140640917570464 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503990 11079847936 10555 33554432000 4194304 4196468 140730802860048 140640784475120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11079847936 10555 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10820164 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) R 19632 19635 12464 0 -1 4202560 345 13182 0 0 1 0 5 3 20 0 15 0 445503993 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641261644272 140641714032448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10820164 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 318 13182 0 0 1 0 5 3 20 0 15 0 445503993 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10820164 memory=140607176418944 CPUtime=0.11 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 609 13182 0 0 3 0 5 3 20 0 15 0 445503993 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11079847936 10555 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10820164 memory=140607176418944 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503993 11079847936 10555 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 42220 KiB

[startup+0.310288 s]*
/proc/loadavg: 1.46 1.52 1.54 4/225 19701
/proc/meminfo: memFree=29769676/32770624 swapFree=66922612/67108860
[pid=19635] ppid=19632 vsize=10820196 memory=50504 CPUtime=0.4 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 10867 13182 0 0 29 3 5 3 20 0 15 0 445503978 11079880704 12626 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2705049 12626 3300 1 0 2667149 0
[pid=19635/tid=19688] ppid=19632 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 7343 13182 0 0 19 2 5 3 20 0 15 0 445503987 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641707863040 140641720137054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10820196 memory=7161963005533580910 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10820196 memory=7649539986982192833 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503989 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 13 13182 0 0 0 0 5 3 20 0 15 0 445503990 11079880704 12626 33554432000 4194304 4196468 140730802860048 140640917570464 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503990 11079880704 12626 33554432000 4194304 4196468 140730802860048 140640784475120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11079880704 12626 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) S 19632 19635 12464 0 -1 1077944384 355 13182 0 0 2 0 5 3 20 0 15 0 445503993 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641261644272 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 318 13182 0 0 1 0 5 3 20 0 15 0 445503993 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 616 13182 0 0 5 0 5 3 20 0 15 0 445503993 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11079880704 12626 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503993 11079880704 12626 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50504 KiB

[startup+0.707495 s]
/proc/loadavg: 1.46 1.52 1.54 3/225 19701
/proc/meminfo: memFree=29754232/32770624 swapFree=66922612/67108860
[pid=19635] ppid=19632 vsize=10824364 memory=83544 CPUtime=1.14 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 15127 13182 0 0 101 5 5 3 20 0 15 0 445503978 11084148736 20886 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2706091 20886 3501 1 0 2668173 0
[pid=19635/tid=19688] ppid=19632 vsize=10824364 memory=2241 CPUtime=0.68 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 10536 13182 0 0 56 4 5 3 20 0 15 0 445503987 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641707885904 140641719244480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445503988 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 6 13182 0 0 0 0 5 3 20 0 15 0 445503989 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 13 13182 0 0 0 0 5 3 20 0 15 0 445503990 11084148736 20886 33554432000 4194304 4196468 140730802860048 140640917570464 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503990 11084148736 20886 33554432000 4194304 4196468 140730802860048 140640784475120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11084148736 20886 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) R 19632 19635 12464 0 -1 4202560 785 13182 0 0 14 0 5 3 20 0 15 0 445503993 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641261630816 140641715745228 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) R 19632 19635 12464 0 -1 4202560 754 13182 0 0 11 0 5 3 20 0 15 0 445503993 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641260579568 140641714460018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 814 13182 0 0 17 0 5 3 20 0 15 0 445503993 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10824364 memory=281214057447664 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11084148736 20886 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503993 11084148736 20886 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83544 KiB

[startup+1.50066 s]
/proc/loadavg: 1.46 1.52 1.54 3/225 19701
/proc/meminfo: memFree=29709944/32770624 swapFree=66922612/67108860
[pid=19635] ppid=19632 vsize=10834680 memory=171440 CPUtime=2.46 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 21879 13182 0 0 228 10 5 3 20 0 15 0 445503978 11094712320 42860 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2708670 42860 3583 1 0 2670733 0
[pid=19635/tid=19688] ppid=19632 vsize=10834680 memory=19 CPUtime=1.44 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 15438 13182 0 0 130 6 5 3 20 0 15 0 445503987 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641707865808 140641736068502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10834680 memory=25 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 80 13182 0 0 1 0 5 3 20 0 15 0 445503988 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 427 13182 0 0 0 0 5 3 20 0 15 0 445503988 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 96 13182 0 0 1 0 5 3 20 0 15 0 445503988 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10834680 memory=100600 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 17 13182 0 0 1 0 5 3 20 0 15 0 445503988 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 144 13182 0 0 1 0 5 3 20 0 15 0 445503989 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10834680 memory=7234844112153765203 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 14 13182 0 0 0 0 5 3 20 0 15 0 445503990 11094712320 42860 33554432000 4194304 4196468 140730802860048 140640917570528 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10834680 memory=7018972553446646357 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503990 11094712320 42860 33554432000 4194304 4196468 140730802860048 140640784475136 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10834680 memory=7374473310071907435 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11094712320 42860 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10834680 memory=5787216060782762340 CPUtime=0.31 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) S 19632 19635 12464 0 -1 1077944384 858 13182 0 0 23 0 5 3 20 0 15 0 445503993 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641261644272 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10834680 memory=7234589038578192489 CPUtime=0.33 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 921 13182 0 0 25 0 5 3 20 0 15 0 445503993 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10834680 memory=7234844112153765203 CPUtime=0.49 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) R 19632 19635 12464 0 -1 4202560 1670 13182 0 0 41 0 5 3 20 0 15 0 445503993 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641259539184 140641736068502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10834680 memory=7234844112153765203 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11094712320 42860 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445503993 11094712320 42860 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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


[startup+144.001 s]*
/proc/loadavg: 1.27 1.39 1.49 3/226 19714
/proc/meminfo: memFree=28914856/32770624 swapFree=66922616/67108860
[pid=19635] ppid=19632 vsize=10846988 memory=951420 CPUtime=151.63 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 73201 13182 0 0 15108 47 5 3 20 0 15 0 445503978 11107315712 237855 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2711747 237855 3625 1 0 2673805 0
[pid=19635/tid=19688] ppid=19632 vsize=10846988 memory=4104 CPUtime=142.9 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 28166 13182 0 0 14264 18 5 3 20 0 15 0 445503987 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641707891888 140641349037800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10846988 memory=4872558044660077418 CPUtime=0.54 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 3468 13182 0 0 43 3 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10846988 memory=2852 CPUtime=0.54 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2288 13182 0 0 42 4 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10846988 memory=4104 CPUtime=0.54 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 1841 13182 0 0 42 4 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10846988 memory=1408 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 935 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10846988 memory=3212 CPUtime=0.53 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 2323 13182 0 0 42 3 5 3 20 0 15 0 445503989 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10846988 memory=1241692 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640917570592 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10846988 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640784475136 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10846988 memory=2992 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10846988 memory=951420 CPUtime=2.43 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) S 19632 19635 12464 0 -1 1077944384 11280 13182 0 0 234 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641261644272 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10846988 memory=5792872021611013225 CPUtime=2.53 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 10180 13182 0 0 244 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10846988 memory=1552 CPUtime=1.5 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 10005 13182 0 0 140 2 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10846988 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10846988 memory=2832 CPUtime=0.16 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 457 13182 0 0 4 4 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 151.63 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951420 KiB

[startup+145.601 s]
/proc/loadavg: 1.27 1.39 1.49 3/226 19714
/proc/meminfo: memFree=28914856/32770624 swapFree=66922616/67108860
[pid=19635] ppid=19632 vsize=10846988 memory=951420 CPUtime=153.24 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 73213 13182 0 0 15269 47 5 3 20 0 15 0 445503978 11107315712 237855 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2711747 237855 3625 1 0 2673805 0
[pid=19635/tid=19688] ppid=19632 vsize=10846988 memory=2016 CPUtime=144.47 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 28177 13182 0 0 14421 18 5 3 20 0 15 0 445503987 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641707892096 140641342927695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10846988 memory=6791534058613427641 CPUtime=0.55 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 3468 13182 0 0 44 3 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10846988 memory=951420 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2288 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10846988 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 1841 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10846988 memory=8 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 936 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10846988 memory=6791534058613427641 CPUtime=0.54 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 2323 13182 0 0 43 3 5 3 20 0 15 0 445503989 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10846988 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640917570592 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10846988 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640784475136 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10846988 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10846988 memory=8 CPUtime=2.43 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) S 19632 19635 12464 0 -1 1077944384 11280 13182 0 0 234 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641261644272 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10846988 memory=951420 CPUtime=2.53 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 10180 13182 0 0 244 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10846988 memory=2364 CPUtime=1.5 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 10005 13182 0 0 140 2 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10846988 memory=1540 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10846988 memory=828 CPUtime=0.16 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 457 13182 0 0 4 4 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 153.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951420 KiB

[startup+146.001 s]*
/proc/loadavg: 1.27 1.39 1.49 3/226 19714
/proc/meminfo: memFree=28914856/32770624 swapFree=66922616/67108860
[pid=19635] ppid=19632 vsize=10846988 memory=951420 CPUtime=153.65 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 73215 13182 0 0 15310 47 5 3 20 0 15 0 445503978 11107315712 237855 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2711747 237855 3625 1 0 2673805 0
[pid=19635/tid=19688] ppid=19632 vsize=10846988 memory=6791534058613427641 CPUtime=144.87 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 28179 13182 0 0 14461 18 5 3 20 0 15 0 445503987 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641707891904 140641348907968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10846988 memory=4872558044660077418 CPUtime=0.55 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 3468 13182 0 0 44 3 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10846988 memory=1412 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2288 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10846988 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 1841 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10846988 memory=-6152319000431654080 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 936 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10846988 memory=-9001734043636558696 CPUtime=0.54 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 2323 13182 0 0 43 3 5 3 20 0 15 0 445503989 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10846988 memory=6944656592455350634 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640917570592 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10846988 memory=7810483379050670183 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640784475136 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10846988 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10846988 memory=302304344886477115 CPUtime=2.43 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) S 19632 19635 12464 0 -1 1077944384 11280 13182 0 0 234 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641261644272 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10846988 memory=0 CPUtime=2.53 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 10180 13182 0 0 244 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10846988 memory=0 CPUtime=1.5 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 10005 13182 0 0 140 2 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10846988 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 457 13182 0 0 4 4 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 153.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951420 KiB

[startup+146.401 s]
/proc/loadavg: 1.27 1.39 1.49 3/226 19714
/proc/meminfo: memFree=28914856/32770624 swapFree=66922616/67108860
[pid=19635] ppid=19632 vsize=10846988 memory=951420 CPUtime=154.04 cores=0,2,4,6
/proc/19635/stat : 19635 (java) S 19632 19635 12464 0 -1 1077944320 73221 13182 0 0 15349 47 5 3 20 0 15 0 445503978 11107315712 237855 33554432000 4194304 4196468 140730802860048 140730802842592 140641736056567 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
/proc/19635/statm: 2711747 237855 3625 1 0 2673805 0
[pid=19635/tid=19688] ppid=19632 vsize=10846988 memory=2016 CPUtime=145.26 cores=0,2,4,6
/proc/19635/task/19688/stat : 19688 (java) R 19632 19635 12464 0 -1 4202560 28185 13182 0 0 14500 18 5 3 20 0 15 0 445503987 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641707892832 140641348907906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19689] ppid=19632 vsize=10846988 memory=951420 CPUtime=0.55 cores=0,2,4,6
/proc/19635/task/19689/stat : 19689 (java) S 19632 19635 12464 0 -1 1077944384 3468 13182 0 0 44 3 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641740299024 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19690] ppid=19632 vsize=10846988 memory=988 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19690/stat : 19690 (java) S 19632 19635 12464 0 -1 1077944384 2288 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641659050896 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19691] ppid=19632 vsize=10846988 memory=6791534058613427641 CPUtime=0.56 cores=0,2,4,6
/proc/19635/task/19691/stat : 19691 (java) S 19632 19635 12464 0 -1 1077944384 1841 13182 0 0 43 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641657998352 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19692] ppid=19632 vsize=10846988 memory=10728 CPUtime=0.57 cores=0,2,4,6
/proc/19635/task/19692/stat : 19692 (java) S 19632 19635 12464 0 -1 1077944384 936 13182 0 0 44 5 5 3 20 0 15 0 445503988 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641307647120 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19693] ppid=19632 vsize=10846988 memory=1552 CPUtime=0.54 cores=0,2,4,6
/proc/19635/task/19693/stat : 19693 (java) S 19632 19635 12464 0 -1 1077944384 2323 13182 0 0 43 3 5 3 20 0 15 0 445503989 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641262696432 140641736067714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19694] ppid=19632 vsize=10846988 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19694/stat : 19694 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640917570592 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19695] ppid=19632 vsize=10846988 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19695/stat : 19695 (java) S 19632 19635 12464 0 -1 1077944384 23 13182 0 0 0 0 5 3 20 0 15 0 445503990 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640784475136 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19696] ppid=19632 vsize=10846988 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19696/stat : 19696 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640275749072 140641736075163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19697] ppid=19632 vsize=10846988 memory=1060 CPUtime=2.43 cores=0,2,4,6
/proc/19635/task/19697/stat : 19697 (java) S 19632 19635 12464 0 -1 1077944384 11280 13182 0 0 234 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641261644272 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19698] ppid=19632 vsize=10846988 memory=1484 CPUtime=2.53 cores=0,2,4,6
/proc/19635/task/19698/stat : 19698 (java) S 19632 19635 12464 0 -1 1077944384 10180 13182 0 0 244 1 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641260591728 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19699] ppid=19632 vsize=10846988 memory=1096 CPUtime=1.5 cores=0,2,4,6
/proc/19635/task/19699/stat : 19699 (java) S 19632 19635 12464 0 -1 1077944384 10005 13182 0 0 140 2 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641259539184 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19700] ppid=19632 vsize=10846988 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/19635/task/19700/stat : 19700 (java) S 19632 19635 12464 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140640242191456 140641736066773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
[pid=19635/tid=19701] ppid=19632 vsize=10846988 memory=6072 CPUtime=0.16 cores=0,2,4,6
/proc/19635/task/19701/stat : 19701 (java) S 19632 19635 12464 0 -1 1077944384 457 13182 0 0 4 4 5 3 20 0 15 0 445503993 11107315712 237855 33554432000 4194304 4196468 140730802860048 140641258486064 140641736067714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32317440 140730802862831 140730802865349 140730802865349 140730802868175 0
Current children cumulated CPU time: 154.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951420 KiB

[startup+146.501 s]*
/proc/loadavg: 1.25 1.38 1.48 3/213 19715
/proc/meminfo: memFree=29450508/32770624 swapFree=66922616/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 146.51
CPU time (s): 154.164
CPU user time (s): 153.642
CPU system time (s): 0.521572
CPU usage (%): 105.224
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 955844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.642
system time used= 0.521572
maximum resident set size= 955848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18909
involuntary context switches= 459


# summary of solver processes directly reported to runsolver:
#   pid: 19635
#   total CPU time (s): 154.164
#   total CPU user time (s): 153.642
#   total CPU system time (s): 0.521572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.854572 second user time and 1.45565 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 05:54:25
IDJOB=4401358
IDBENCH=141374
IDSOLVER=2858
FILE ID=node139/4401358-1568692352
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401358-1568692352/watcher-4401358-1568692352 -o /tmp/evaluation-result-4401358-1568692352/solver-4401358-1568692352 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538733696 HOME/instance-4401358-1568692352.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1538733696

node139.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.57
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.57
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.57
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.57
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:        29810228 kB
MemAvailable:   30549724 kB
Buffers:          122140 kB
Cached:           908540 kB
SwapCached:        78116 kB
Active:          1924568 kB
Inactive:         466320 kB
Active(anon):    1284676 kB
Inactive(anon):   118736 kB
Active(file):     639892 kB
Inactive(file):   347584 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922612 kB
Dirty:             35568 kB
Writeback:             0 kB
AnonPages:       1390584 kB
Mapped:            61740 kB
Shmem:             34520 kB
Slab:             164864 kB
SReclaimable:     135712 kB
SUnreclaim:        29152 kB
KernelStack:        3648 kB
PageTables:        10280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2428056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 05:56:52