Trace number 4308296

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
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.08 2505.21

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-04-opt_c18.xml
MD5SUM61d46f07ed59020314d5adfe9107f362
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark394
Best CPU time to get the best result obtained on this benchmark3.89223
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2244
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":32},{"size":24,"count":14},{"size":36,"count":90},{"size":42,"count":152},{"size":44,"count":112}]
Minimum variable degree5
Maximum variable degree21
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":13},{"degree":7,"count":13},{"degree":8,"count":28},{"degree":9,"count":47},{"degree":10,"count":60},{"degree":11,"count":36},{"degree":12,"count":37},{"degree":13,"count":22},{"degree":14,"count":21},{"degree":15,"count":19},{"degree":16,"count":31},{"degree":17,"count":42},{"degree":18,"count":12},{"degree":19,"count":11},{"degree":20,"count":4},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2244}]
Number of extensional constraints0
Number of intensional constraints2244
Distribution of constraint types[{"type":"intension","count":2244}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.56	c seed: 1850264035
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
4.49/1.89	c Parsing done, starting search...
2520.05/2505.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 (12886 MiB free)
  memory of node 1: 16384 MiB (9416 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308296-1534280733/watcher-4308296-1534280733 -o /tmp/evaluation-result-4308296-1534280733/solver-4308296-1534280733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534270696-8643 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1850264035 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308296-1534280733.xml 

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

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

solver pid=9868, runsolver pid=9865

[startup+0.100141 s]*
/proc/loadavg: 1.53 1.32 1.32 3/220 9883
/proc/meminfo: memFree=22819384/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14082736 memory=31260 CPUtime=0.12 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 6723 0 0 0 11 1 0 0 20 0 15 0 245636516 14420721664 7815 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3520684 7815 3155 1 0 3482761 0
[pid=9868/tid=9870] ppid=9865 vsize=14082736 memory=-8968743254709073088 CPUtime=0.09 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 4759 0 0 0 8 1 0 0 20 0 15 0 245636517 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836747027568 139836742816925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836215252512 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836214199664 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0.01 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 245636522 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 7815 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31260 KiB

[startup+0.210754 s]*
/proc/loadavg: 1.53 1.32 1.32 5/220 9883
/proc/meminfo: memFree=22803260/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14082736 memory=46788 CPUtime=0.31 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 10363 0 0 0 28 3 0 0 20 0 15 0 245636516 14420721664 11697 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3520684 11697 3346 1 0 3482761 0
[pid=9868/tid=9870] ppid=9865 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 8093 0 0 0 18 2 0 0 20 0 15 0 245636517 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836747020960 139836742816346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14082736 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14082736 memory=139771058916227 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836215252512 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836214199664 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) R 9865 9868 6996 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 245636522 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836212095440 139836742805205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) R 9865 9868 6996 0 -1 4202560 258 0 0 0 2 0 0 0 20 0 15 0 245636522 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836211032656 139836735032126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0.06 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) R 9865 9868 6996 0 -1 4202560 312 0 0 0 6 0 0 0 20 0 15 0 245636522 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836209989744 139836721284768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 11697 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46788 KiB

[startup+0.310821 s]*
/proc/loadavg: 1.53 1.32 1.32 5/220 9883
/proc/meminfo: memFree=22799972/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14082736 memory=51004 CPUtime=0.44 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 10789 0 0 0 41 3 0 0 20 0 15 0 245636516 14420721664 12751 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3520684 12751 3427 1 0 3482761 0
[pid=9868/tid=9870] ppid=9865 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 8450 0 0 0 27 2 0 0 20 0 15 0 245636517 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836747006512 139836724358559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14082736 memory=14834976832153240 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836215252512 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636519 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836214199664 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 245636522 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 245636522 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0.08 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 331 0 0 0 8 0 0 0 20 0 15 0 245636522 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14082736 memory=139771058906752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636522 14420721664 12751 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51004 KiB

[startup+0.700665 s]
/proc/loadavg: 1.53 1.32 1.32 3/220 9883
/proc/meminfo: memFree=22775788/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14084804 memory=88876 CPUtime=0.99 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 17633 0 0 0 94 5 0 0 20 0 15 0 245636516 14422839296 22219 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3521201 22219 3494 1 0 3483273 0
[pid=9868/tid=9870] ppid=9865 vsize=14084804 memory=3340 CPUtime=0.67 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 14902 0 0 0 63 4 0 0 20 0 15 0 245636517 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836747019216 139836726875486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14084804 memory=37068 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636517 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245636519 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14084804 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245636519 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836215252512 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14084804 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245636519 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836214199664 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14084804 memory=7237400421040875609 CPUtime=0.08 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 513 0 0 0 8 0 0 0 20 0 15 0 245636522 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14084804 memory=7523071198212214892 CPUtime=0.06 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 409 0 0 0 6 0 0 0 20 0 15 0 245636522 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 426 0 0 0 15 0 0 0 20 0 15 0 245636522 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14084804 memory=6424 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636522 14422839296 22219 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88876 KiB

[startup+1.5008 s]
/proc/loadavg: 1.53 1.32 1.32 6/220 9883
/proc/meminfo: memFree=22734096/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14088900 memory=192768 CPUtime=3.51 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 27073 0 0 0 343 8 0 0 20 0 15 0 245636516 14427033600 48192 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3522225 48192 3550 1 0 3484297 0
[pid=9868/tid=9870] ppid=9865 vsize=14088900 memory=166532 CPUtime=1.46 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 18345 0 0 0 140 6 0 0 20 0 15 0 245636517 14427033600 48192 33554432000 4194304 4196468 140728558112688 139836747001504 139836723439910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14427033600 48192 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14427033600 48192 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245636517 14427033600 48192 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14088900 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245636517 14427033600 48192 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 245636519 14427033600 48192 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0

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

/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 43343 0 0 0 237340 18 0 0 20 0 15 0 245636517 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836747033072 139836376583487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14090948 memory=285288 CPUtime=3.44 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 5700 0 0 0 317 27 0 0 20 0 15 0 245636517 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14090948 memory=287660 CPUtime=3.44 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 5942 0 0 0 321 23 0 0 20 0 15 0 245636517 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14090948 memory=287660 CPUtime=3.44 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 5039 0 0 0 317 27 0 0 20 0 15 0 245636517 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14090948 memory=287660 CPUtime=3.44 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 4436 0 0 0 318 26 0 0 20 0 15 0 245636517 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14090948 memory=0 CPUtime=3.17 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 6982 0 0 0 295 22 0 0 20 0 15 0 245636519 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14090948 memory=287660 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836215252576 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14090948 memory=287660 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836214199680 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14090948 memory=238712 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14090948 memory=285612 CPUtime=2.33 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 8486 0 0 0 233 0 0 0 20 0 15 0 245636522 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14090948 memory=6943526294502006880 CPUtime=2.26 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 10671 0 0 0 225 1 0 0 20 0 15 0 245636522 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14090948 memory=287660 CPUtime=0.84 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 8688 0 0 0 82 2 0 0 20 0 15 0 245636522 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14090948 memory=11584 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14090948 memory=8112282956445269571 CPUtime=0.64 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 699 0 0 0 29 35 0 0 20 0 15 0 245636522 14429130752 71915 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 2396.67 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 287660 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.34 1.38 3/219 9961
/proc/meminfo: memFree=23146272/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14090948 memory=291756 CPUtime=2456.91 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 102495 0 0 0 245543 148 0 0 20 0 15 0 245636516 14429130752 72939 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3522737 72939 3590 1 0 3484809 0
[pid=9868/tid=9870] ppid=9865 vsize=14090948 memory=289708 CPUtime=2433.37 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 43825 0 0 0 243318 19 0 0 20 0 15 0 245636517 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836747033024 139836377700515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14090948 memory=291756 CPUtime=3.53 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 5757 0 0 0 326 27 0 0 20 0 15 0 245636517 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14090948 memory=291756 CPUtime=3.53 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 6001 0 0 0 330 23 0 0 20 0 15 0 245636517 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14090948 memory=289708 CPUtime=3.53 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 5177 0 0 0 326 27 0 0 20 0 15 0 245636517 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14090948 memory=1100 CPUtime=3.53 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 4561 0 0 0 327 26 0 0 20 0 15 0 245636517 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14090948 memory=2056 CPUtime=3.24 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 7164 0 0 0 302 22 0 0 20 0 15 0 245636519 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14090948 memory=1776 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836215252576 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836214199680 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14090948 memory=289708 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14090948 memory=1120 CPUtime=2.33 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 8488 0 0 0 233 0 0 0 20 0 15 0 245636522 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14090948 memory=291756 CPUtime=2.26 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 10673 0 0 0 225 1 0 0 20 0 15 0 245636522 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14090948 memory=289708 CPUtime=0.84 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 8690 0 0 0 82 2 0 0 20 0 15 0 245636522 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14090948 memory=289708 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14090948 memory=289708 CPUtime=0.65 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 714 0 0 0 29 36 0 0 20 0 15 0 245636522 14429130752 72939 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 2456.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 291756 KiB

[startup+2502.3 s]
/proc/loadavg: 1.70 1.45 1.41 3/220 10039
/proc/meminfo: memFree=22422760/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14090948 memory=293804 CPUtime=2517.14 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 103526 0 0 0 251562 152 0 0 20 0 15 0 245636516 14429130752 73451 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3522737 73451 3590 1 0 3484809 0
[pid=9868/tid=9870] ppid=9865 vsize=14090948 memory=291756 CPUtime=2493.14 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 44293 0 0 0 249294 20 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836747033392 139836371077888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14090948 memory=291756 CPUtime=3.62 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 5892 0 0 0 335 27 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14090948 memory=293804 CPUtime=3.62 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 6029 0 0 0 338 24 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14090948 memory=3708 CPUtime=3.62 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 5253 0 0 0 335 27 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14090948 memory=291756 CPUtime=3.63 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 4680 0 0 0 336 27 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14090948 memory=291756 CPUtime=3.32 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 7346 0 0 0 309 23 0 0 20 0 15 0 245636519 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14090948 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836215252576 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14090948 memory=66796 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836214199680 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14090948 memory=293804 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14090948 memory=66796 CPUtime=2.33 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 8490 0 0 0 233 0 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14090948 memory=293804 CPUtime=2.26 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 10675 0 0 0 225 1 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14090948 memory=3708 CPUtime=0.84 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 8692 0 0 0 82 2 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14090948 memory=291756 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14090948 memory=291756 CPUtime=0.66 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 731 0 0 0 30 36 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 2517.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 293804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.2 s]
/proc/loadavg: 1.70 1.45 1.41 3/220 10039
/proc/meminfo: memFree=22422760/32770624 swapFree=67108852/67108860
[pid=9868] ppid=9865 vsize=14090948 memory=293804 CPUtime=2520.05 cores=1,3,5,7
/proc/9868/stat : 9868 (java) S 9865 9868 6996 0 -1 1077944320 103532 0 0 0 251853 152 0 0 20 0 15 0 245636516 14429130752 73451 33554432000 4194304 4196468 140728558112688 140728558095232 139836742794999 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
/proc/9868/statm: 3522737 73451 3590 1 0 3484809 0
[pid=9868/tid=9870] ppid=9865 vsize=14090948 memory=288230583166042426 CPUtime=2496.03 cores=1,3,5,7
/proc/9868/task/9870/stat : 9870 (java) R 9865 9868 6996 0 -1 4202560 44299 0 0 0 249583 20 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836747033152 139836376865327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9871] ppid=9865 vsize=14090948 memory=13851863057434119 CPUtime=3.62 cores=1,3,5,7
/proc/9868/task/9871/stat : 9871 (java) S 9865 9868 6996 0 -1 1077944384 5892 0 0 0 335 27 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836695415440 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9872] ppid=9865 vsize=14090948 memory=496 CPUtime=3.63 cores=1,3,5,7
/proc/9868/task/9872/stat : 9872 (java) S 9865 9868 6996 0 -1 1077944384 6029 0 0 0 339 24 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836694362640 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9873] ppid=9865 vsize=14090948 memory=928 CPUtime=3.63 cores=1,3,5,7
/proc/9868/task/9873/stat : 9873 (java) S 9865 9868 6996 0 -1 1077944384 5253 0 0 0 336 27 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836693309840 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9874] ppid=9865 vsize=14090948 memory=2248 CPUtime=3.63 cores=1,3,5,7
/proc/9868/task/9874/stat : 9874 (java) S 9865 9868 6996 0 -1 1077944384 4680 0 0 0 336 27 0 0 20 0 15 0 245636517 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836692257040 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9875] ppid=9865 vsize=14090948 memory=1568 CPUtime=3.32 cores=1,3,5,7
/proc/9868/task/9875/stat : 9875 (java) S 9865 9868 6996 0 -1 1077944384 7346 0 0 0 309 23 0 0 20 0 15 0 245636519 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836216306544 139836742806146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9876] ppid=9865 vsize=14090948 memory=924 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9876/stat : 9876 (java) S 9865 9868 6996 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836215252576 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9877] ppid=9865 vsize=14090948 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9877/stat : 9877 (java) S 9865 9868 6996 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 245636519 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836214199680 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9878] ppid=9865 vsize=14090948 memory=4256 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9878/stat : 9878 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836213147984 139836742813595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9879] ppid=9865 vsize=14090948 memory=1920 CPUtime=2.33 cores=1,3,5,7
/proc/9868/task/9879/stat : 9879 (java) S 9865 9868 6996 0 -1 1077944384 8490 0 0 0 233 0 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836212095344 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9880] ppid=9865 vsize=14090948 memory=7380 CPUtime=2.26 cores=1,3,5,7
/proc/9868/task/9880/stat : 9880 (java) S 9865 9868 6996 0 -1 1077944384 10675 0 0 0 225 1 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836211042544 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9881] ppid=9865 vsize=14090948 memory=804 CPUtime=0.84 cores=1,3,5,7
/proc/9868/task/9881/stat : 9881 (java) S 9865 9868 6996 0 -1 1077944384 8692 0 0 0 82 2 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836209989744 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9882] ppid=9865 vsize=14090948 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/9868/task/9882/stat : 9882 (java) S 9865 9868 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836208937184 139836742805205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
[pid=9868/tid=9883] ppid=9865 vsize=14090948 memory=293804 CPUtime=0.66 cores=1,3,5,7
/proc/9868/task/9883/stat : 9883 (java) S 9865 9868 6996 0 -1 1077944384 731 0 0 0 30 36 0 0 20 0 15 0 245636522 14429130752 73451 33554432000 4194304 4196468 140728558112688 139836207885488 139836742806146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38699008 140728558113864 140728558114057 140728558114057 140728558116815 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 293804 KiB

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

[startup+2505.21 s]
# the end of solver process 9868 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.54 s, system=1.53219 s

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

Child status: 143
Real time (s): 2505.21
CPU time (s): 2520.08
CPU user time (s): 2518.54
CPU system time (s): 1.53219
CPU usage (%): 100.593
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 293804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.54
system time used= 1.53219
maximum resident set size= 294288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141795
involuntary context switches= 4977


# summary of solver processes directly reported to runsolver:
#   pid: 9868
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.54
#   total CPU system time (s): 1.53219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7741 second user time and 23.2691 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-14 23:05:34
IDJOB=4308296
IDBENCH=141196
IDSOLVER=2791
FILE ID=node133/4308296-1534280733
RUNJOBID= node133-1534270696-8643
PBS_JOBID= 21038124
Free space on /tmp= 39348 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-04-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308296-1534280733/watcher-4308296-1534280733 -o /tmp/evaluation-result-4308296-1534280733/solver-4308296-1534280733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534270696-8643 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1850264035 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308296-1534280733.xml

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

MD5SUM BENCH= 61d46f07ed59020314d5adfe9107f362
RANDOM SEED=1850264035

node133.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.24
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.24
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.24
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.24
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:        22837520 kB
MemAvailable:   30737252 kB
Buffers:          138608 kB
Cached:          7993236 kB
SwapCached:            4 kB
Active:          5396148 kB
Inactive:        3957084 kB
Active(anon):    1172000 kB
Inactive(anon):   101732 kB
Active(file):    4224148 kB
Inactive(file):  3855352 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35816 kB
Writeback:             0 kB
AnonPages:       1230200 kB
Mapped:            68736 kB
Shmem:             49816 kB
Slab:             276896 kB
SReclaimable:     248692 kB
SUnreclaim:        28204 kB
KernelStack:        3728 kB
PageTables:         7932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2195300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39312 MiB
End job on node133 at 2018-08-14 23:47:19