Trace number 4298228

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.13 2495.62

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-09-opt_c18.xml
MD5SUM4d691d8a72f812e8e4cdce7df220d9a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24191
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4749
Number of constraints4689
Number of domains9
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4069},{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":4070},{"degree":3,"count":1},{"degree":4,"count":27},{"degree":5,"count":22},{"degree":6,"count":78},{"degree":7,"count":29},{"degree":8,"count":79},{"degree":9,"count":23},{"degree":10,"count":77},{"degree":11,"count":29},{"degree":12,"count":39},{"degree":13,"count":29},{"degree":14,"count":40},{"degree":15,"count":18},{"degree":16,"count":32},{"degree":17,"count":15},{"degree":18,"count":21},{"degree":19,"count":8},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":10},{"degree":23,"count":9},{"degree":24,"count":6},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":3},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":3},{"degree":31,"count":5},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":280},{"arity":2,"count":646},{"arity":3,"count":3763}]
Number of extensional constraints4409
Number of intensional constraints280
Distribution of constraint types[{"type":"extension","count":4409},{"type":"intension","count":280}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.09/2495.61	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 (9028 MiB free)
  memory of node 1: 16384 MiB (13052 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=21286, runsolver pid=21283

[startup+0.100118 s]*
/proc/loadavg: 1.72 1.68 1.66 4/215 21301
/proc/meminfo: memFree=22595432/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661052 memory=27540 CPUtime=0.13 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 5296 0 0 0 12 1 0 0 20 0 15 0 92655919 10916917248 6885 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665263 6885 2860 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661052 memory=-8269626465541591422 CPUtime=0.09 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 3164 0 0 0 9 0 0 0 20 0 15 0 92655920 10916917248 6951 33554432000 4194304 4196468 140722267460432 140562615023712 140562216876624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 6951 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 6951 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 6951 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 6951 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655922 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92655922 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561645958432 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655923 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) R 21283 21286 20160 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561642801360 140562610804437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) R 21283 21286 20160 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561641739968 140562594229969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0.02 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) R 21283 21286 20160 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 92655925 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561640696176 140562595047165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) R 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 6951 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27540 KiB

[startup+0.210504 s]*
/proc/loadavg: 1.72 1.68 1.66 5/215 21301
/proc/meminfo: memFree=22584012/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661052 memory=39964 CPUtime=0.34 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 8070 0 0 0 32 2 0 0 20 0 15 0 92655919 10916917248 9991 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665263 9991 3005 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 5118 0 0 0 19 1 0 0 20 0 15 0 92655920 10916917248 9991 33554432000 4194304 4196468 140722267460432 140562615025952 140562610816157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 9991 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661052 memory=140468783730092 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 9991 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 9991 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 9991 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655922 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92655922 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561645958432 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655923 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) R 21283 21286 20160 0 -1 4202560 408 0 0 0 2 0 0 0 20 0 15 0 92655925 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561642801264 140562610806166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) R 21283 21286 20160 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 92655925 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561641748464 140562610805378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0.08 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) R 21283 21286 20160 0 -1 4202560 852 0 0 0 8 0 0 0 20 0 15 0 92655925 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561640696176 140562589735768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 9991 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39964 KiB

[startup+0.311044 s]*
/proc/loadavg: 1.72 1.68 1.66 5/215 21301
/proc/meminfo: memFree=22544844/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661052 memory=82684 CPUtime=0.65 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 10059 0 0 0 62 3 0 0 20 0 15 0 92655919 10916917248 20671 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665263 20671 3051 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 5145 0 0 0 28 2 0 0 20 0 15 0 92655920 10916917248 20671 33554432000 4194304 4196468 140722267460432 140562615030744 140562610816253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661052 memory=4294979917 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 20671 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661052 memory=140468783909704 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 20671 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 20671 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655921 10916917248 20671 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655922 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92655922 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561645958432 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655923 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661052 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) R 21283 21286 20160 0 -1 4202560 1053 0 0 0 11 0 0 0 20 0 15 0 92655925 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561642786728 140562595903705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661052 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) R 21283 21286 20160 0 -1 4202560 1429 0 0 0 10 0 0 0 20 0 15 0 92655925 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561641734600 140562591983792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0.12 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) S 21283 21286 20160 0 -1 1077944384 1066 0 0 0 12 0 0 0 20 0 15 0 92655925 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561640696176 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661052 memory=140468783388288 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655925 10916917248 20671 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 82684 KiB

[startup+0.700999 s]
/proc/loadavg: 1.72 1.68 1.66 5/215 21301
/proc/meminfo: memFree=22510268/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661128 memory=218680 CPUtime=1.94 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 11968 0 0 0 185 9 0 0 20 0 15 0 92655919 10916995072 54670 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665282 54670 3115 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661128 memory=231921388906124 CPUtime=0.65 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 5551 0 0 0 62 3 0 0 20 0 15 0 92655920 10916995072 54670 33554432000 4194304 4196468 140722267460432 140562615030552 140562219873511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 92655921 10916995072 54670 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 15 0 92655921 10916995072 54670 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 92655921 10916995072 54670 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 92655921 10916995072 54670 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661128 memory=-6079718012894977833 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561645958432 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655923 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661128 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) R 21283 21286 20160 0 -1 4202560 1622 0 0 0 46 0 0 0 20 0 15 0 92655925 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561642788112 140562595920453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661128 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) R 21283 21286 20160 0 -1 4202560 1876 0 0 0 47 1 0 0 20 0 15 0 92655925 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561641740112 140562591970107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661128 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) S 21283 21286 20160 0 -1 1077944384 1389 0 0 0 25 0 0 0 20 0 15 0 92655925 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561640696176 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661128 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 54670 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 218680 KiB

[startup+1.501 s]
/proc/loadavg: 1.72 1.68 1.66 3/215 21301
/proc/meminfo: memFree=22320708/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661128 memory=417400 CPUtime=3.39 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 13302 0 0 0 315 24 0 0 20 0 15 0 92655919 10916995072 104350 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665282 104350 3135 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661128 memory=12848 CPUtime=1.38 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 5622 0 0 0 132 6 0 0 20 0 15 0 92655920 10916995072 104350 33554432000 4194304 4196468 140722267460432 140562615027608 140562220109704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661128 memory=6791534058613427641 CPUtime=0.06 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 105 0 0 0 3 3 0 0 20 0 15 0 92655921 10916995072 104350 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 224 0 0 0 4 4 0 0 20 0 15 0 92655921 10916995072 104350 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 294 0 0 0 4 3 0 0 20 0 15 0 92655921 10916995072 104350 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 165 0 0 0 4 3 0 0 20 0 15 0 92655921 10916995072 104350 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 104350 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0

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

/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 157363 0 0 0 231445 52 0 0 20 0 15 0 92655920 10916995072 847490 33554432000 4194304 4196468 140722267460432 140562615033792 140562224109735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661128 memory=3389940 CPUtime=5.57 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 39852 0 0 0 527 30 0 0 20 0 15 0 92655921 10916995072 847490 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661128 memory=3389948 CPUtime=5.59 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 42256 0 0 0 528 31 0 0 20 0 15 0 92655921 10916995072 847490 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661128 memory=3389952 CPUtime=5.58 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 42526 0 0 0 526 32 0 0 20 0 15 0 92655921 10916995072 847490 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661128 memory=3389960 CPUtime=5.58 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 39943 0 0 0 528 30 0 0 20 0 15 0 92655921 10916995072 847490 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661128 memory=3389960 CPUtime=0.82 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 15635 0 0 0 69 13 0 0 20 0 15 0 92655922 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661128 memory=3389960 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561645958496 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661128 memory=3389960 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92655923 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661128 memory=3389960 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661128 memory=3389960 CPUtime=2.05 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) S 21283 21286 20160 0 -1 1077944384 7099 0 0 0 203 2 0 0 20 0 15 0 92655925 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561642801264 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661128 memory=3389960 CPUtime=2.37 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) S 21283 21286 20160 0 -1 1077944384 7057 0 0 0 235 2 0 0 20 0 15 0 92655925 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561641748464 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661128 memory=3389948 CPUtime=0.68 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) S 21283 21286 20160 0 -1 1077944384 4248 0 0 0 66 2 0 0 20 0 15 0 92655925 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561640696176 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661128 memory=3389960 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661128 memory=1296 CPUtime=1.16 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 1665 0 0 0 58 58 0 0 20 0 15 0 92655925 10916995072 847490 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 2344.45 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3389960 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.31 1.45 3/215 21452
/proc/meminfo: memFree=16765976/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661128 memory=3390028 CPUtime=2405.26 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 364890 0 0 0 240285 241 0 0 20 0 15 0 92655919 10916995072 847507 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665282 847507 3190 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661128 memory=3390028 CPUtime=2374.61 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 158910 0 0 0 237409 52 0 0 20 0 15 0 92655920 10916995072 847507 33554432000 4194304 4196468 140722267460432 140562615033680 140562224109763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661128 memory=3390004 CPUtime=5.83 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 40899 0 0 0 553 30 0 0 20 0 15 0 92655921 10916995072 847507 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661128 memory=3389960 CPUtime=5.86 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 43054 0 0 0 555 31 0 0 20 0 15 0 92655921 10916995072 847507 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661128 memory=3390000 CPUtime=5.85 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 43890 0 0 0 552 33 0 0 20 0 15 0 92655921 10916995072 847507 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661128 memory=3390004 CPUtime=5.84 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 40634 0 0 0 554 30 0 0 20 0 15 0 92655921 10916995072 847507 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661128 memory=3390028 CPUtime=0.87 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 15982 0 0 0 74 13 0 0 20 0 15 0 92655922 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561645958496 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92655923 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661128 memory=3390028 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661128 memory=3390028 CPUtime=2.05 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) S 21283 21286 20160 0 -1 1077944384 7105 0 0 0 203 2 0 0 20 0 15 0 92655925 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561642801264 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661128 memory=3390000 CPUtime=2.37 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) S 21283 21286 20160 0 -1 1077944384 7061 0 0 0 235 2 0 0 20 0 15 0 92655925 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561641748464 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661128 memory=3390028 CPUtime=0.68 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) S 21283 21286 20160 0 -1 1077944384 4252 0 0 0 66 2 0 0 20 0 15 0 92655925 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561640696176 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661128 memory=3390028 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661128 memory=3390028 CPUtime=1.2 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 1719 0 0 0 60 60 0 0 20 0 15 0 92655925 10916995072 847507 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 2405.26 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3390028 KiB

[startup+2442.3 s]
/proc/loadavg: 1.16 1.27 1.42 3/215 21453
/proc/meminfo: memFree=16765164/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661128 memory=3390572 CPUtime=2466.07 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 368885 0 0 0 246363 244 0 0 20 0 15 0 92655919 10916995072 847643 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665282 847643 3190 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661128 memory=3390572 CPUtime=2434.24 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 160281 0 0 0 243371 53 0 0 20 0 15 0 92655920 10916995072 847643 33554432000 4194304 4196468 140722267460432 140562615033792 140562224109262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661128 memory=3390572 CPUtime=6.12 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 41541 0 0 0 581 31 0 0 20 0 15 0 92655921 10916995072 847643 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661128 memory=3390572 CPUtime=6.13 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 43557 0 0 0 582 31 0 0 20 0 15 0 92655921 10916995072 847643 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661128 memory=3390572 CPUtime=6.12 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 44329 0 0 0 579 33 0 0 20 0 15 0 92655921 10916995072 847643 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661128 memory=3389960 CPUtime=6.12 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 41511 0 0 0 581 31 0 0 20 0 15 0 92655921 10916995072 847643 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661128 memory=3390000 CPUtime=0.92 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 16096 0 0 0 79 13 0 0 20 0 15 0 92655922 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661128 memory=3390028 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561645958496 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661128 memory=3390532 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92655923 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661128 memory=3390556 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661128 memory=3390556 CPUtime=2.05 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) S 21283 21286 20160 0 -1 1077944384 7112 0 0 0 203 2 0 0 20 0 15 0 92655925 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561642801264 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661128 memory=3390572 CPUtime=2.38 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) S 21283 21286 20160 0 -1 1077944384 7067 0 0 0 235 3 0 0 20 0 15 0 92655925 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561641748464 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661128 memory=3390572 CPUtime=0.68 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) S 21283 21286 20160 0 -1 1077944384 4258 0 0 0 66 2 0 0 20 0 15 0 92655925 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561640696176 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661128 memory=3390572 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661128 memory=6791534058613427641 CPUtime=1.22 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 1749 0 0 0 61 61 0 0 20 0 15 0 92655925 10916995072 847643 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 2466.07 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3390572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.6 s]
/proc/loadavg: 1.32 1.29 1.42 3/216 21462
/proc/meminfo: memFree=16762008/32770624 swapFree=67108688/67108860
[pid=21286] ppid=21283 vsize=10661128 memory=3392668 CPUtime=2520.09 cores=0,2,4,6
/proc/21286/stat : 21286 (java) S 21283 21286 20160 0 -1 1077944320 372722 0 0 0 251762 247 0 0 20 0 15 0 92655919 10916995072 848167 33554432000 4194304 4196468 140722267460432 140722267442976 140562610794231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
/proc/21286/statm: 2665282 848167 3190 1 0 2627263 0
[pid=21286/tid=21288] ppid=21283 vsize=10661128 memory=6791534058613427641 CPUtime=2487.16 cores=0,2,4,6
/proc/21286/task/21288/stat : 21288 (java) R 21283 21286 20160 0 -1 4202560 161513 0 0 0 248663 53 0 0 20 0 15 0 92655920 10916995072 848167 33554432000 4194304 4196468 140722267460432 140562615033584 140562224109735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21289] ppid=21283 vsize=10661128 memory=2408 CPUtime=6.37 cores=0,2,4,6
/proc/21286/task/21289/stat : 21289 (java) S 21283 21286 20160 0 -1 1077944384 42100 0 0 0 606 31 0 0 20 0 15 0 92655921 10916995072 848167 33554432000 4194304 4196468 140722267460432 140562536868240 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21290] ppid=21283 vsize=10661128 memory=1724 CPUtime=6.39 cores=0,2,4,6
/proc/21286/task/21290/stat : 21290 (java) S 21283 21286 20160 0 -1 1077944384 44216 0 0 0 607 32 0 0 20 0 15 0 92655921 10916995072 848167 33554432000 4194304 4196468 140722267460432 140562216773904 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21291] ppid=21283 vsize=10661128 memory=1004 CPUtime=6.37 cores=0,2,4,6
/proc/21286/task/21291/stat : 21291 (java) S 21283 21286 20160 0 -1 1077944384 44757 0 0 0 604 33 0 0 20 0 15 0 92655921 10916995072 848167 33554432000 4194304 4196468 140722267460432 140562215721616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21292] ppid=21283 vsize=10661128 memory=1952 CPUtime=6.38 cores=0,2,4,6
/proc/21286/task/21292/stat : 21292 (java) S 21283 21286 20160 0 -1 1077944384 42311 0 0 0 607 31 0 0 20 0 15 0 92655921 10916995072 848167 33554432000 4194304 4196468 140722267460432 140562214668816 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21293] ppid=21283 vsize=10661128 memory=14076 CPUtime=0.97 cores=0,2,4,6
/proc/21286/task/21293/stat : 21293 (java) S 21283 21286 20160 0 -1 1077944384 16209 0 0 0 83 14 0 0 20 0 15 0 92655922 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561647012464 140562610805378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21294] ppid=21283 vsize=10661128 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21294/stat : 21294 (java) S 21283 21286 20160 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92655922 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561645958496 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21295] ppid=21283 vsize=10661128 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21295/stat : 21295 (java) S 21283 21286 20160 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92655923 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561644906096 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21296] ppid=21283 vsize=10661128 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21296/stat : 21296 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561643854416 140562610812827 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21297] ppid=21283 vsize=10661128 memory=18264 CPUtime=2.05 cores=0,2,4,6
/proc/21286/task/21297/stat : 21297 (java) S 21283 21286 20160 0 -1 1077944384 7116 0 0 0 203 2 0 0 20 0 15 0 92655925 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561642801264 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21298] ppid=21283 vsize=10661128 memory=1576 CPUtime=2.38 cores=0,2,4,6
/proc/21286/task/21298/stat : 21298 (java) S 21283 21286 20160 0 -1 1077944384 7071 0 0 0 235 3 0 0 20 0 15 0 92655925 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561641748464 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21299] ppid=21283 vsize=10661128 memory=928 CPUtime=0.68 cores=0,2,4,6
/proc/21286/task/21299/stat : 21299 (java) S 21283 21286 20160 0 -1 1077944384 4262 0 0 0 66 2 0 0 20 0 15 0 92655925 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561640696176 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21300] ppid=21283 vsize=10661128 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/21286/task/21300/stat : 21300 (java) S 21283 21286 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655925 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561639643616 140562610804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
[pid=21286/tid=21301] ppid=21283 vsize=10661128 memory=4124 CPUtime=1.26 cores=0,2,4,6
/proc/21286/task/21301/stat : 21301 (java) S 21283 21286 20160 0 -1 1077944384 1783 0 0 0 63 63 0 0 20 0 15 0 92655925 10916995072 848167 33554432000 4194304 4196468 140722267460432 140561638591408 140562610805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19001344 140722267468973 140722267469065 140722267469065 140722267471823 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3392668 KiB

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

[startup+2495.62 s]
# the end of solver process 21286 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.65 s, system=2.4836 s

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

Child status: 143
Real time (s): 2495.62
CPU time (s): 2520.13
CPU user time (s): 2517.65
CPU system time (s): 2.4836
CPU usage (%): 100.982
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 3392668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.65
system time used= 2.4836
maximum resident set size= 3393112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77303
involuntary context switches= 4074


# summary of solver processes directly reported to runsolver:
#   pid: 21286
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.65
#   total CPU system time (s): 2.4836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8509 second user time and 23.6737 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 06:08:51
IDJOB=4298228
IDBENCH=141087
IDSOLVER=2766
FILE ID=node106/4298228-1532750930
RUNJOBID= node106-1532740894-20191
PBS_JOBID= 21022448
Free space on /tmp= 46152 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-09-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298228-1532750930/watcher-4298228-1532750930 -o /tmp/evaluation-result-4298228-1532750930/solver-4298228-1532750930 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532740894-20191 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298228-1532750930.xml

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

MD5SUM BENCH= 4d691d8a72f812e8e4cdce7df220d9a2
RANDOM SEED=79477443

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22611192 kB
MemAvailable:   31019700 kB
Buffers:          222716 kB
Cached:          8348736 kB
SwapCached:            0 kB
Active:          3451200 kB
Inactive:        6086988 kB
Active(anon):     914016 kB
Inactive(anon):    80512 kB
Active(file):    2537184 kB
Inactive(file):  6006476 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             16744 kB
Writeback:             0 kB
AnonPages:       1044336 kB
Mapped:            54644 kB
Shmem:             25056 kB
Slab:             320648 kB
SReclaimable:     293308 kB
SUnreclaim:        27340 kB
KernelStack:        3824 kB
PageTables:         6764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1895864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    968704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46124 MiB
End job on node106 at 2018-07-28 06:50:26