Trace number 4298127

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 NameAnswerCPU timeWall clock time
MiniCPFever 2018-04-29? (TO) 2520.09 2469.22

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f07_c18.xml
MD5SUM70f77a3ee5fe70dc1ee8ddb667522f0e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.381064
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size37
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":30,"count":336},{"size":37,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
2520.06/2469.20	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298127-1532748329/watcher-4298127-1532748329 -o /tmp/evaluation-result-4298127-1532748329/solver-4298127-1532748329 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298127-1532748329.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
solver pid=5627, runsolver pid=5624
Current StackSize limit: 8192 KiB


[startup+0.107935 s]*
/proc/loadavg: 1.46 1.52 1.47 5/215 5642
/proc/meminfo: memFree=25848816/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10658972 memory=27888 CPUtime=0.14 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 5398 0 0 0 13 1 0 0 20 0 15 0 92396141 10914787328 6972 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664743 6972 2874 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10658972 memory=-8391712929629435072 CPUtime=0.09 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 3153 0 0 0 9 0 0 0 20 0 15 0 92396141 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831858859104 139831838709086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396143 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10658972 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) R 5624 5627 4860 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 15 0 92396146 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831342258672 139831854639746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 15 0 92396146 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0.02 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) R 5624 5627 4860 0 -1 4202560 426 0 0 0 2 0 0 0 20 0 15 0 92396146 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831340150792 139831846865726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396147 10914787328 7038 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27888 KiB

[startup+0.210566 s]*
/proc/loadavg: 1.46 1.52 1.47 5/215 5642
/proc/meminfo: memFree=25837272/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10658972 memory=39644 CPUtime=0.34 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 8008 0 0 0 32 2 0 0 20 0 15 0 92396141 10914787328 9911 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664743 9911 2980 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 5079 0 0 0 19 1 0 0 20 0 15 0 92396141 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831858867472 139831468508705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10658972 memory=364 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10658972 memory=140268941823352 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396142 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396143 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 4860 0 -1 1077944384 611 0 0 0 3 0 0 0 20 0 15 0 92396146 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831342258672 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10658972 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 92396146 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0.08 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) R 5624 5627 4860 0 -1 4202560 804 0 0 0 8 0 0 0 20 0 15 0 92396146 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831340149264 139831847725435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10658972 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396147 10914787328 9977 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39644 KiB

[startup+0.310553 s]*
/proc/loadavg: 1.46 1.52 1.47 5/215 5642
/proc/meminfo: memFree=25820524/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10659048 memory=62568 CPUtime=0.64 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 10124 0 0 0 61 3 0 0 20 0 15 0 92396141 10914865152 15642 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664762 15642 3063 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 5526 0 0 0 28 2 0 0 20 0 15 0 92396141 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831858865152 139831468495107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=16247239004862104 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92396143 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10659048 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) R 5624 5627 4860 0 -1 4202560 1477 0 0 0 12 0 0 0 20 0 15 0 92396146 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831342239688 139831832189520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10659048 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 488 0 0 0 5 0 0 0 20 0 15 0 92396146 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10659048 memory=140268941817472 CPUtime=0.14 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) R 5624 5627 4860 0 -1 4202560 1264 0 0 0 14 0 0 0 20 0 15 0 92396146 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831340153584 139831854649946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10659048 memory=140268941817472 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396147 10914865152 15642 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 62568 KiB

[startup+0.702582 s]
/proc/loadavg: 1.46 1.52 1.47 5/215 5642
/proc/meminfo: memFree=25693576/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10659048 memory=185320 CPUtime=1.93 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 13278 0 0 0 187 6 0 0 20 0 15 0 92396141 10914865152 46330 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664762 46330 3101 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10659048 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 5762 0 0 0 64 3 0 0 20 0 15 0 92396141 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831858867200 139831473034236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92396142 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 92396143 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10659048 memory=7163631965283378496 CPUtime=0.45 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) R 5624 5627 4860 0 -1 4202560 2110 0 0 0 45 0 0 0 20 0 15 0 92396146 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831342258800 139831833875568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10659048 memory=7667213801450137426 CPUtime=0.37 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) R 5624 5627 4860 0 -1 4202560 1522 0 0 0 37 0 0 0 20 0 15 0 92396146 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831341199152 139831840649296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10659048 memory=7368003688827211856 CPUtime=0.4 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) R 5624 5627 4860 0 -1 1077944384 2471 0 0 0 39 1 0 0 20 0 15 0 92396146 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831340153712 139831854638805 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92396147 10914865152 46330 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 185320 KiB

[startup+1.50138 s]
/proc/loadavg: 1.46 1.52 1.47 4/215 5642
/proc/meminfo: memFree=25674900/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10659048 memory=233648 CPUtime=4.02 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 15356 0 0 0 391 11 0 0 20 0 15 0 92396141 10914865152 58412 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664762 58412 3150 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10659048 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 5958 0 0 0 140 4 0 0 20 0 15 0 92396141 10914865152 58412 33554432000 4194304 4196468 140731508619664 139831858866656 139831474194367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=-8754540793456063680 CPUtime=0.02 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 15 0 92396142 10914865152 58412 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=-2843869621055772062 CPUtime=0.01 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 92396142 10914865152 58412 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=5450919713671312938 CPUtime=0.02 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 92396142 10914865152 58412 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=7005738693937936738 CPUtime=0.02 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 92396142 10914865152 58412 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92396143 10914865152 58412 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0

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

/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 73196 0 0 0 229421 77 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831858868096 139831474992966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=8148 CPUtime=15.64 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 26268 0 0 0 1504 60 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=2526416 CPUtime=15.58 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 25678 0 0 0 1501 57 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=2526416 CPUtime=15.61 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 28798 0 0 0 1502 59 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=2526416 CPUtime=15.58 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 27156 0 0 0 1499 59 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=2526416 CPUtime=7.36 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 24918 0 0 0 679 57 0 0 20 0 15 0 92396143 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10659048 memory=2526416 CPUtime=1.83 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 4860 0 -1 1077944384 4431 0 0 0 182 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831342258672 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10659048 memory=2588 CPUtime=1.61 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 7136 0 0 0 160 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0.62 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 4860 0 -1 1077944384 3722 0 0 0 60 2 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831340153584 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10659048 memory=2526416 CPUtime=1.51 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1653 0 0 0 66 85 0 0 20 0 15 0 92396147 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 2370.41 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2526416 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.31 1.40 3/215 5813
/proc/meminfo: memFree=23472664/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10659048 memory=2526416 CPUtime=2431.51 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 227520 0 0 0 242748 403 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664762 631604 3176 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10659048 memory=2526416 CPUtime=2354.31 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 74635 0 0 0 235353 78 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831858867936 139831474995131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=2526416 CPUtime=16.02 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 26422 0 0 0 1542 60 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=2526416 CPUtime=15.96 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 26400 0 0 0 1538 58 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=2526416 CPUtime=16 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 29097 0 0 0 1539 61 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=2526416 CPUtime=15.97 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 27360 0 0 0 1537 60 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=0 CPUtime=7.56 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 25261 0 0 0 697 59 0 0 20 0 15 0 92396143 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10659048 memory=2526416 CPUtime=1.83 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 4860 0 -1 1077944384 4435 0 0 0 182 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831342258672 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10659048 memory=2526416 CPUtime=1.61 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 7140 0 0 0 160 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0.62 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 4860 0 -1 1077944384 3726 0 0 0 60 2 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831340153584 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10659048 memory=4028 CPUtime=1.55 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1684 0 0 0 69 86 0 0 20 0 15 0 92396147 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 2431.51 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2526416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.30 1.39 3/215 5814
/proc/meminfo: memFree=23507896/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10659048 memory=2526416 CPUtime=2492.64 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 231469 0 0 0 248854 410 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664762 631604 3176 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10659048 memory=2526416 CPUtime=2413.58 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 76029 0 0 0 241279 79 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831858868096 139831474995287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=2526416 CPUtime=16.43 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 26761 0 0 0 1581 62 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=2526416 CPUtime=16.37 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 26872 0 0 0 1577 60 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=2526416 CPUtime=16.4 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 29419 0 0 0 1579 61 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=2526416 CPUtime=16.38 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 28207 0 0 0 1577 61 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=2526416 CPUtime=7.76 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 25781 0 0 0 716 60 0 0 20 0 15 0 92396143 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10659048 memory=0 CPUtime=1.83 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 4860 0 -1 1077944384 4442 0 0 0 182 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831342258672 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10659048 memory=2526416 CPUtime=1.61 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 7146 0 0 0 160 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10659048 memory=4028 CPUtime=0.62 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 4860 0 -1 1077944384 3733 0 0 0 60 2 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831340153584 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10659048 memory=2526416 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10659048 memory=2526416 CPUtime=1.59 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1719 0 0 0 71 88 0 0 20 0 15 0 92396147 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 2492.64 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2526416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.2 s]
/proc/loadavg: 1.19 1.29 1.38 3/215 5814
/proc/meminfo: memFree=23510428/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=10659048 memory=2526416 CPUtime=2520.06 cores=1,3,5,7
/proc/5627/stat : 5627 (java) S 5624 5627 4860 0 -1 1077944320 233079 0 0 0 251593 413 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 140731508602208 139831854628599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
/proc/5627/statm: 2664762 631604 3176 1 0 2627263 0
[pid=5627/tid=5629] ppid=5624 vsize=10659048 memory=3472328296227679313 CPUtime=2440.15 cores=1,3,5,7
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 4860 0 -1 4202560 76658 0 0 0 243936 79 0 0 20 0 15 0 92396141 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831858868096 139831474995689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5630] ppid=5624 vsize=10659048 memory=300615486402724133 CPUtime=16.61 cores=1,3,5,7
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 4860 0 -1 1077944384 26916 0 0 0 1599 62 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831791319824 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5631] ppid=5624 vsize=10659048 memory=14133333739177380 CPUtime=16.55 cores=1,3,5,7
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 4860 0 -1 1077944384 26911 0 0 0 1595 60 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831790267280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5632] ppid=5624 vsize=10659048 memory=6944656575208382560 CPUtime=16.59 cores=1,3,5,7
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 4860 0 -1 1077944384 29624 0 0 0 1597 62 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831789214736 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5633] ppid=5624 vsize=10659048 memory=6944656592387989600 CPUtime=16.56 cores=1,3,5,7
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 4860 0 -1 1077944384 28597 0 0 0 1594 62 0 0 20 0 15 0 92396142 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831457737872 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5634] ppid=5624 vsize=10659048 memory=4104 CPUtime=7.84 cores=1,3,5,7
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 4860 0 -1 1077944384 25952 0 0 0 723 61 0 0 20 0 15 0 92396143 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831346468848 139831854639746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5635] ppid=5624 vsize=10659048 memory=-6733704525061579059 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831345415072 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5636] ppid=5624 vsize=10659048 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92396144 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831344362480 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5637] ppid=5624 vsize=10659048 memory=288288887380640603 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831343311056 139831854647195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5638] ppid=5624 vsize=10659048 memory=7306916055891837008 CPUtime=1.83 cores=1,3,5,7
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 4860 0 -1 1077944384 4444 0 0 0 182 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831342258672 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5639] ppid=5624 vsize=10659048 memory=288288887380640603 CPUtime=1.61 cores=1,3,5,7
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 4860 0 -1 1077944384 7148 0 0 0 160 1 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831341206128 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5640] ppid=5624 vsize=10659048 memory=-6010727137901106775 CPUtime=0.62 cores=1,3,5,7
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 4860 0 -1 1077944384 3735 0 0 0 60 2 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831340153584 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5641] ppid=5624 vsize=10659048 memory=676 CPUtime=0 cores=1,3,5,7
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92396146 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831339101280 139831854638805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
[pid=5627/tid=5642] ppid=5624 vsize=10659048 memory=7306916055891837008 CPUtime=1.61 cores=1,3,5,7
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 4860 0 -1 1077944384 1734 0 0 0 72 89 0 0 20 0 15 0 92396147 10914865152 631604 33554432000 4194304 4196468 140731508619664 139831338047792 139831854639746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9383936 140731508626605 140731508626697 140731508626697 140731508629455 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 2526416 KiB

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

[startup+2469.22 s]
# the end of solver process 5627 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.94 s, system=4.14941 s

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

Child status: 143
Real time (s): 2469.22
CPU time (s): 2520.09
CPU user time (s): 2515.94
CPU system time (s): 4.14941
CPU usage (%): 102.06
Max. virtual memory (cumulated for all children) (KiB): 10659080
Max. memory (cumulated for all children) (KiB): 2705888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.94
system time used= 4.14941
maximum resident set size= 2707936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233253
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270005
involuntary context switches= 8702


# summary of solver processes directly reported to runsolver:
#   pid: 5627
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.94
#   total CPU system time (s): 4.14941

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7393 second user time and 27.4746 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 05:25:29
IDJOB=4298127
IDBENCH=141073
IDSOLVER=2763
FILE ID=node151/4298127-1532748329
RUNJOBID= node151-1532740893-4892
PBS_JOBID= 21022447
Free space on /tmp= 54928 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f07_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298127-1532748329/watcher-4298127-1532748329 -o /tmp/evaluation-result-4298127-1532748329/solver-4298127-1532748329 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298127-1532748329.xml

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

MD5SUM BENCH= 70f77a3ee5fe70dc1ee8ddb667522f0e
RANDOM SEED=1743046052

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:        25865372 kB
MemAvailable:   29503248 kB
Buffers:          176764 kB
Cached:          3730200 kB
SwapCached:            0 kB
Active:          3872460 kB
Inactive:        2550512 kB
Active(anon):    2465180 kB
Inactive(anon):    78192 kB
Active(file):    1407280 kB
Inactive(file):  2472320 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       2639488 kB
Mapped:            54296 kB
Shmem:             25224 kB
Slab:             175752 kB
SReclaimable:     148224 kB
SUnreclaim:        27528 kB
KernelStack:        3808 kB
PageTables:        10076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3054548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2527232 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= 54908 MiB
End job on node151 at 2018-07-28 06:06:39