Trace number 4299382

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
GG's minicp 2018-04-29SAT (TO)27 2520.04 2507.81

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-07_c18.xml
MD5SUMe42a0bd121bf3364b1a4e345eaac980a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.040288
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints22
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":21},{"size":50,"count":7}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":6,"count":6},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.54/0.35	o 30
0.54/0.36	o 28
0.54/0.37	o 27
2520.02/2507.80	s SATISFIABLE
2520.02/2507.80	v <instantiation>
2520.02/2507.80	v 	<list>
2520.02/2507.80	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6] 
2520.02/2507.80	v 	</list>
2520.02/2507.80	v 	<values>
2520.02/2507.80	v 		0 1 3 8 17 21 27 1 3 8 17 21 27 2 7 16 20 26 5 14 18 24 9 13 19 4 10 6 
2520.02/2507.80	v 	</values>
2520.02/2507.80	v </instantiation>

Verifier Data

OK	27

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299382-1532798467/watcher-4299382-1532798467 -o /tmp/evaluation-result-4299382-1532798467/solver-4299382-1532798467 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8893 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299382-1532798467.xml 

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

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

solver pid=11796, runsolver pid=11793

[startup+0.100588 s]*
/proc/loadavg: 1.80 2.04 2.05 4/215 11811
/proc/meminfo: memFree=28113192/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661056 memory=27828 CPUtime=0.12 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 5292 0 0 0 11 1 0 0 20 0 15 0 97409909 10916921344 6957 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665264 6957 2863 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661056 memory=-8269626465541067643 CPUtime=0.09 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 3168 0 0 0 8 1 0 0 20 0 15 0 97409910 10916921344 6957 33554432000 4194304 4196468 140724277840384 140067214936464 140067189784179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916921344 6957 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661056 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916921344 6957 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916921344 6957 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916921344 6957 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661056 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409912 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97409913 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97409913 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) S 11793 11796 8861 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 97409915 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) S 11793 11796 8861 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 97409915 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066697255152 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661056 memory=139842368796288 CPUtime=0.02 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) R 11793 11796 8861 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 97409915 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066696202352 140067210718614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661056 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97409916 10916921344 6957 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27828 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.80 2.04 2.05 5/215 11811
/proc/meminfo: memFree=28101640/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=40036 CPUtime=0.32 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 8132 0 0 0 30 2 0 0 20 0 15 0 97409909 10916999168 10009 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 10009 2957 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 5242 0 0 0 18 1 0 0 20 0 15 0 97409910 10916999168 10040 33554432000 4194304 4196468 140724277840384 140067214938992 140067210728605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=364 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 10040 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=139842369376601 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 10040 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 10040 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 10040 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409912 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) S 11793 11796 8861 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 97409915 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) S 11793 11796 8861 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 97409915 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066697255152 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=139842368796288 CPUtime=0.07 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) S 11793 11796 8861 0 -1 1077944384 791 0 0 0 7 0 0 0 20 0 15 0 97409915 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066696202352 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97409916 10916999168 10040 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40036 KiB

[startup+0.310829 s]*
/proc/loadavg: 1.80 2.04 2.05 6/215 11811
/proc/meminfo: memFree=28096492/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=46320 CPUtime=0.54 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 9272 0 0 0 51 3 0 0 20 0 15 0 97409909 10916999168 11580 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 11580 3058 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 5691 0 0 0 28 2 0 0 20 0 15 0 97409910 10916999168 11580 33554432000 4194304 4196468 140724277840384 140067214941056 140067210718614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 11580 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=139842369378223 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 11580 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 11580 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 11580 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409912 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) R 11793 11796 8861 0 -1 1077944384 534 0 0 0 3 0 0 0 20 0 15 0 97409915 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) R 11793 11796 8861 0 -1 4202560 337 0 0 0 6 0 0 0 20 0 15 0 97409915 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066697241176 140067189122947 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=139842368796288 CPUtime=0.13 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) R 11793 11796 8861 0 -1 4202560 1346 0 0 0 13 0 0 0 20 0 15 0 97409915 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066696198032 140067189211070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=139842368796288 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97409916 10916999168 11580 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46320 KiB

[startup+0.700775 s]
/proc/loadavg: 1.80 2.04 2.05 5/215 11811
/proc/meminfo: memFree=28065852/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=97820 CPUtime=1.71 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 15576 0 0 0 166 5 0 0 20 0 15 0 97409909 10916999168 24455 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 24455 3082 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 5804 0 0 0 65 2 0 0 20 0 15 0 97409910 10916999168 24455 33554432000 4194304 4196468 140724277840384 140067214943912 140066821590926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 24455 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 24455 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 24455 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 24455 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97409912 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=7163631965283378496 CPUtime=0.4 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) R 11793 11796 8861 0 -1 4202560 3177 0 0 0 39 1 0 0 20 0 15 0 97409915 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066698294048 140067192250783 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=7667213801450137426 CPUtime=0.41 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) R 11793 11796 8861 0 -1 4202560 3628 0 0 0 41 0 0 0 20 0 15 0 97409915 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066697241032 140067192251288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=7295946094789283920 CPUtime=0.19 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) S 11793 11796 8861 0 -1 1077944384 1593 0 0 0 19 0 0 0 20 0 15 0 97409915 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066696202352 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97409916 10916999168 24455 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 97820 KiB

[startup+1.50072 s]
/proc/loadavg: 1.98 2.07 2.06 3/215 11811
/proc/meminfo: memFree=27999340/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=195664 CPUtime=3.09 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 18504 0 0 0 303 6 0 0 20 0 15 0 97409909 10916999168 48916 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 48916 3112 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 6158 0 0 0 144 3 0 0 20 0 15 0 97409910 10916999168 48916 33554432000 4194304 4196468 140724277840384 140067214945744 140066821881606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 48916 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 48916 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 48916 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97409911 10916999168 48916 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 97409912 10916999168 48916 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0

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

/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 21339 0 0 0 237058 20 0 0 20 0 15 0 97409910 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067214946592 140066822112276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.74 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 753 0 0 0 326 48 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.71 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 3223 0 0 0 324 47 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.75 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2326 0 0 0 329 46 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.68 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2935 0 0 0 322 46 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=206476 CPUtime=5.52 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 5185 0 0 0 512 40 0 0 20 0 15 0 97409912 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=4028 CPUtime=0.72 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) S 11793 11796 8861 0 -1 1077944384 5829 0 0 0 71 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=28140 CPUtime=0.76 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) S 11793 11796 8861 0 -1 1077944384 4495 0 0 0 75 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066697255152 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=206476 CPUtime=0.24 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) S 11793 11796 8861 0 -1 1077944384 3890 0 0 0 24 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066696202352 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=206476 CPUtime=1.01 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 929 0 0 0 48 53 0 0 20 0 15 0 97409916 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 2394.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206476 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.34 1.42 3/216 11908
/proc/meminfo: memFree=27893932/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=206476 CPUtime=2454.26 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 53242 0 0 0 245204 222 0 0 20 0 15 0 97409909 10916999168 51619 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 51619 3128 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=4028 CPUtime=2430.48 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 21776 0 0 0 243027 21 0 0 20 0 15 0 97409910 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067214946592 140066821910454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=0 CPUtime=3.85 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 756 0 0 0 336 49 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.81 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 3226 0 0 0 333 48 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.84 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2561 0 0 0 338 46 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.77 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2978 0 0 0 330 47 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=206476 CPUtime=5.66 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 5361 0 0 0 525 41 0 0 20 0 15 0 97409912 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=3296 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=206476 CPUtime=0.72 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) S 11793 11796 8861 0 -1 1077944384 5831 0 0 0 71 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=206476 CPUtime=0.76 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) S 11793 11796 8861 0 -1 1077944384 4497 0 0 0 75 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066697255152 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=206476 CPUtime=0.24 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) S 11793 11796 8861 0 -1 1077944384 3892 0 0 0 24 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066696202352 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=206476 CPUtime=1.04 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 952 0 0 0 49 55 0 0 20 0 15 0 97409916 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 2454.26 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206476 KiB

[startup+2502.3 s]
/proc/loadavg: 1.16 1.31 1.40 3/216 11986
/proc/meminfo: memFree=27910276/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=206476 CPUtime=2514.51 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 53518 0 0 0 251222 229 0 0 20 0 15 0 97409909 10916999168 51619 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 51619 3128 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=206476 CPUtime=2490.16 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 22042 0 0 0 248995 21 0 0 20 0 15 0 97409910 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067214946592 140066822358448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.95 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 756 0 0 0 344 51 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.91 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 3226 0 0 0 341 50 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.95 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2561 0 0 0 347 48 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=206476 CPUtime=3.86 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2978 0 0 0 338 48 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=206476 CPUtime=5.8 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 5368 0 0 0 538 42 0 0 20 0 15 0 97409912 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) S 11793 11796 8861 0 -1 1077944384 5831 0 0 0 71 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=28156 CPUtime=0.76 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) S 11793 11796 8861 0 -1 1077944384 4497 0 0 0 75 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066697255152 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=1296 CPUtime=0.25 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) S 11793 11796 8861 0 -1 1077944384 3892 0 0 0 25 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066696202352 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=206476 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=206476 CPUtime=1.06 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 955 0 0 0 50 56 0 0 20 0 15 0 97409916 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 2514.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.8 s]
/proc/loadavg: 1.07 1.29 1.39 3/216 11986
/proc/meminfo: memFree=27910276/32770624 swapFree=67108860/67108860
[pid=11796] ppid=11793 vsize=10661132 memory=206476 CPUtime=2520.02 cores=1,3,5,7
/proc/11796/stat : 11796 (java) S 11793 11796 8861 0 -1 1077944320 53542 0 0 0 251773 229 0 0 20 0 15 0 97409909 10916999168 51619 33554432000 4194304 4196468 140724277840384 140724277822928 140067210706679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
/proc/11796/statm: 2665283 51619 3128 1 0 2627263 0
[pid=11796/tid=11798] ppid=11793 vsize=10661132 memory=4872558044660077418 CPUtime=2495.64 cores=1,3,5,7
/proc/11796/task/11798/stat : 11798 (java) R 11793 11796 8861 0 -1 4202560 22066 0 0 0 249543 21 0 0 20 0 15 0 97409910 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067214946464 140066822358141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11799] ppid=11793 vsize=10661132 memory=1800 CPUtime=3.95 cores=1,3,5,7
/proc/11796/task/11799/stat : 11799 (java) S 11793 11796 8861 0 -1 1077944384 756 0 0 0 344 51 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067147397776 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11800] ppid=11793 vsize=10661132 memory=920 CPUtime=3.92 cores=1,3,5,7
/proc/11796/task/11800/stat : 11800 (java) S 11793 11796 8861 0 -1 1077944384 3226 0 0 0 342 50 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067146344976 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11801] ppid=11793 vsize=10661132 memory=3848 CPUtime=3.95 cores=1,3,5,7
/proc/11796/task/11801/stat : 11801 (java) S 11793 11796 8861 0 -1 1077944384 2561 0 0 0 347 48 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067145292176 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11802] ppid=11793 vsize=10661132 memory=2588 CPUtime=3.88 cores=1,3,5,7
/proc/11796/task/11802/stat : 11802 (java) S 11793 11796 8861 0 -1 1077944384 2978 0 0 0 339 49 0 0 20 0 15 0 97409911 10916999168 51619 33554432000 4194304 4196468 140724277840384 140067144239376 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11803] ppid=11793 vsize=10661132 memory=2588 CPUtime=5.81 cores=1,3,5,7
/proc/11796/task/11803/stat : 11803 (java) S 11793 11796 8861 0 -1 1077944384 5368 0 0 0 539 42 0 0 20 0 15 0 97409912 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066702519152 140067210717826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11804] ppid=11793 vsize=10661132 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11804/stat : 11804 (java) S 11793 11796 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066701465120 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11805] ppid=11793 vsize=10661132 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11805/stat : 11805 (java) S 11793 11796 8861 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97409913 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066700412272 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11806] ppid=11793 vsize=10661132 memory=3264 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11806/stat : 11806 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066699360592 140067210725275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11807] ppid=11793 vsize=10661132 memory=206476 CPUtime=0.72 cores=1,3,5,7
/proc/11796/task/11807/stat : 11807 (java) S 11793 11796 8861 0 -1 1077944384 5831 0 0 0 71 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066698307952 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11808] ppid=11793 vsize=10661132 memory=1404 CPUtime=0.76 cores=1,3,5,7
/proc/11796/task/11808/stat : 11808 (java) S 11793 11796 8861 0 -1 1077944384 4497 0 0 0 75 1 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066697255152 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11809] ppid=11793 vsize=10661132 memory=2804 CPUtime=0.25 cores=1,3,5,7
/proc/11796/task/11809/stat : 11809 (java) S 11793 11796 8861 0 -1 1077944384 3892 0 0 0 25 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066696202352 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11810] ppid=11793 vsize=10661132 memory=196820 CPUtime=0 cores=1,3,5,7
/proc/11796/task/11810/stat : 11810 (java) S 11793 11796 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97409915 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066695149792 140067210716885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
[pid=11796/tid=11811] ppid=11793 vsize=10661132 memory=33 CPUtime=1.07 cores=1,3,5,7
/proc/11796/task/11811/stat : 11811 (java) S 11793 11796 8861 0 -1 1077944384 955 0 0 0 51 56 0 0 20 0 15 0 97409916 10916999168 51619 33554432000 4194304 4196468 140724277840384 140066694098096 140067210717826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140724277843061 140724277843209 140724277843209 140724277845967 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206476 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2507.81 s]
# the end of solver process 11796 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.75 s, system=2.29652 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2507.81
CPU time (s): 2520.04
CPU user time (s): 2517.75
CPU system time (s): 2.29652
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 206476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.75
system time used= 2.29652
maximum resident set size= 206976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226069
involuntary context switches= 5126


# summary of solver processes directly reported to runsolver:
#   pid: 11796
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.75
#   total CPU system time (s): 2.29652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.86563 second user time and 28.299 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 19:21:07
IDJOB=4299382
IDBENCH=141369
IDSOLVER=2762
FILE ID=node151/4299382-1532798467
RUNJOBID= node151-1532775757-8893
PBS_JOBID= 21022465
Free space on /tmp= 54928 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299382-1532798467/watcher-4299382-1532798467 -o /tmp/evaluation-result-4299382-1532798467/solver-4299382-1532798467 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8893 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299382-1532798467.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=1502364680

node151.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.87
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.87
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.87
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.87
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:        28129376 kB
MemAvailable:   31802992 kB
Buffers:          192476 kB
Cached:          3750040 kB
SwapCached:            0 kB
Active:          1586840 kB
Inactive:        2573788 kB
Active(anon):     167676 kB
Inactive(anon):    78192 kB
Active(file):    1419164 kB
Inactive(file):  2495596 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:        356692 kB
Mapped:            54948 kB
Shmem:             25224 kB
Slab:             177352 kB
SReclaimable:     149380 kB
SUnreclaim:        27972 kB
KernelStack:        3808 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1125552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-28 20:02:55