Trace number 4273950

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.0701 2507.4099

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1748359030
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.27	c Parsing instance...
1.18/0.80	c Parsing done, starting search...
2520.04/2507.40	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 (13863 MiB free)
  memory of node 1: 16384 MiB (12196 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273950-1502804105/watcher-4273950-1502804105 -o /tmp/evaluation-result-4273950-1502804105/solver-4273950-1502804105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502790380-16249 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1748359030 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273950-1502804105.xml 

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

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


[startup+0.100161 s]*
/proc/loadavg: 1.44 1.41 1.49 3/216 19782
/proc/meminfo: memFree=26665488/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13980164 memory=32968 CPUtime=0.12 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 8170 0 0 0 11 1 0 0 20 0 15 0 113498325 14315687936 8242 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3495041 8242 3411 1 0 3482761 0
[pid=19767/tid=19769] ppid=19764 vsize=13980164 memory=-8629632960753995642 CPUtime=0.09 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 6100 0 0 0 8 1 0 0 20 0 15 0 113498326 14315687936 8242 33554432000 4194304 4196468 140725194961824 140256071527424 140256067359901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13980164 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113498328 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113498328 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255541278112 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113498328 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255540225520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0.02 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) S 19764 19767 16217 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 113498331 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 8242 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 32968 KiB

[startup+0.210983 s]*
/proc/loadavg: 1.44 1.41 1.49 4/216 19782
/proc/meminfo: memFree=26656492/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13980164 memory=43044 CPUtime=0.3 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 9355 0 0 0 27 3 0 0 20 0 15 0 113498325 14315687936 10761 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3495041 10761 3628 1 0 3482761 0
[pid=19767/tid=19769] ppid=19764 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 6811 0 0 0 18 2 0 0 20 0 15 0 113498326 14315687936 10761 33554432000 4194304 4196468 140725194961824 140256071547376 140256067359901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13980164 memory=345 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13980164 memory=139747710412538 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113498326 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113498328 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113498328 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255541278112 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113498328 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255540225520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13980164 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) R 19764 19767 16217 0 -1 4202560 456 0 0 0 2 0 0 0 20 0 15 0 113498331 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255538120688 140256060323017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13980164 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 15 0 113498331 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0.05 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) S 19764 19767 16217 0 -1 1077944384 502 0 0 0 5 0 0 0 20 0 15 0 113498331 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13980164 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498331 14315687936 10761 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43044 KiB

[startup+0.310248 s]*
/proc/loadavg: 1.44 1.41 1.49 3/216 19782
/proc/meminfo: memFree=26648816/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13980184 memory=51000 CPUtime=0.49 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 10400 0 0 0 46 3 0 0 20 0 15 0 113498325 14315708416 12750 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3495046 12750 3715 1 0 3482761 0
[pid=19767/tid=19769] ppid=19764 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 7506 0 0 0 27 2 0 0 20 0 15 0 113498326 14315708416 12750 33554432000 4194304 4196468 140725194961824 140256071559792 140256067349910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13980184 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13980184 memory=139747710412533 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113498326 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13980184 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113498328 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113498328 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255541278112 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113498328 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255540225520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13980184 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 605 0 0 0 5 0 0 0 20 0 15 0 113498331 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13980184 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 357 0 0 0 4 0 0 0 20 0 15 0 113498331 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13980184 memory=139747710396032 CPUtime=0.08 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) R 19764 19767 16217 0 -1 4202560 551 0 0 0 8 0 0 0 20 0 15 0 113498331 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13980184 memory=139747710396032 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498331 14315708416 12750 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 51000 KiB

[startup+0.700758 s]
/proc/loadavg: 1.44 1.41 1.49 5/216 19782
/proc/meminfo: memFree=26635172/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13984280 memory=79544 CPUtime=1.18 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 12902 0 0 0 113 5 0 0 20 0 15 0 113498325 14319902720 19886 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3496070 19886 3763 1 0 3483785 0
[pid=19767/tid=19769] ppid=19764 vsize=13984280 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 9027 0 0 0 63 4 0 0 20 0 15 0 113498326 14319902720 19886 33554432000 4194304 4196468 140725194961824 140256071564256 140256067349910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13984280 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13984280 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13984280 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13984280 memory=5428 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13984280 memory=4624 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13984280 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255541278112 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13984280 memory=13056 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255540225520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13984280 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13984280 memory=6297835844906604903 CPUtime=0.11 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 711 0 0 0 11 0 0 0 20 0 15 0 113498331 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13984280 memory=7228392225404245094 CPUtime=0.12 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) R 19764 19767 16217 0 -1 1077944384 669 0 0 0 12 0 0 0 20 0 15 0 113498331 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13984280 memory=7079773312675500112 CPUtime=0.25 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) R 19764 19767 16217 0 -1 4202560 1114 0 0 0 25 0 0 0 20 0 15 0 113498331 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13984280 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 19886 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 79544 KiB

[startup+1.50079 s]
/proc/loadavg: 1.44 1.41 1.49 5/216 19782
/proc/meminfo: memFree=26575424/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13984280 memory=157444 CPUtime=3.46 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 21985 0 0 0 338 8 0 0 20 0 15 0 113498325 14319902720 39361 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3496070 39361 3773 1 0 3483785 0
[pid=19767/tid=19769] ppid=19764 vsize=13984280 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 10336 0 0 0 142 5 0 0 20 0 15 0 113498326 14319902720 39361 33554432000 4194304 4196468 140725194961824 140256071574216 140255668041130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13984280 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 39361 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13984280 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 39361 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13984280 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 39361 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13984280 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113498326 14319902720 39361 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13984280 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 39361 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0

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

/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 24409 0 0 0 237289 15 0 0 20 0 15 0 113498326 14319902720 58712 33554432000 4194304 4196468 140725194961824 140256071576608 140255668027469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13984280 memory=234848 CPUtime=3.64 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 3024 0 0 0 334 30 0 0 20 0 15 0 113498326 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13984280 memory=234848 CPUtime=3.63 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 3653 0 0 0 335 28 0 0 20 0 15 0 113498326 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13984280 memory=0 CPUtime=3.63 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 3877 0 0 0 338 25 0 0 20 0 15 0 113498326 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13984280 memory=234848 CPUtime=3.63 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 3254 0 0 0 336 27 0 0 20 0 15 0 113498326 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13984280 memory=234848 CPUtime=3.48 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5513 0 0 0 321 27 0 0 20 0 15 0 113498328 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13984280 memory=235422 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255541278176 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13984280 memory=234848 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255540225536 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13984280 memory=234848 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13984280 memory=234848 CPUtime=1.06 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 5900 0 0 0 105 1 0 0 20 0 15 0 113498331 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13984280 memory=234848 CPUtime=0.95 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 4181 0 0 0 95 0 0 0 20 0 15 0 113498331 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13984280 memory=234848 CPUtime=0.43 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) S 19764 19767 16217 0 -1 1077944384 2962 0 0 0 42 1 0 0 20 0 15 0 113498331 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13984280 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13984280 memory=234848 CPUtime=0.73 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1004 0 0 0 33 40 0 0 20 0 15 0 113498331 14319902720 58712 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 2394.32 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 234848 KiB

[startup+2442.3 s]
/proc/loadavg: 1.21 1.27 1.31 3/217 19881
/proc/meminfo: memFree=26362936/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13984280 memory=236896 CPUtime=2454.61 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 60019 0 0 0 245303 158 0 0 20 0 15 0 113498325 14319902720 59224 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3496070 59224 3804 1 0 3483785 0
[pid=19767/tid=19769] ppid=19764 vsize=13984280 memory=236896 CPUtime=2432.77 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 24849 0 0 0 243261 16 0 0 20 0 15 0 113498326 14319902720 59224 33554432000 4194304 4196468 140725194961824 140256071576320 140255668027718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13984280 memory=234848 CPUtime=3.76 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 3053 0 0 0 345 31 0 0 20 0 15 0 113498326 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13984280 memory=236896 CPUtime=3.74 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 3778 0 0 0 346 28 0 0 20 0 15 0 113498326 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13984280 memory=236896 CPUtime=3.75 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 3880 0 0 0 349 26 0 0 20 0 15 0 113498326 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13984280 memory=236896 CPUtime=3.74 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 3261 0 0 0 346 28 0 0 20 0 15 0 113498326 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13984280 memory=236896 CPUtime=3.57 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5687 0 0 0 329 28 0 0 20 0 15 0 113498328 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13984280 memory=236896 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255541278176 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13984280 memory=236896 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255540225536 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13984280 memory=236896 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13984280 memory=236896 CPUtime=1.06 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 5902 0 0 0 105 1 0 0 20 0 15 0 113498331 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13984280 memory=288230574492221466 CPUtime=0.96 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 4183 0 0 0 95 1 0 0 20 0 15 0 113498331 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13984280 memory=288230591755977018 CPUtime=0.43 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) S 19764 19767 16217 0 -1 1077944384 2964 0 0 0 42 1 0 0 20 0 15 0 113498331 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13984280 memory=236896 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13984280 memory=5428 CPUtime=0.76 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1019 0 0 0 34 42 0 0 20 0 15 0 113498331 14319902720 59224 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 2454.61 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 236896 KiB

[startup+2502.3 s]
/proc/loadavg: 1.55 1.36 1.33 3/217 19958
/proc/meminfo: memFree=26355200/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13984280 memory=238944 CPUtime=2514.92 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 60240 0 0 0 251331 161 0 0 20 0 15 0 113498325 14319902720 59736 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3496070 59736 3804 1 0 3483785 0
[pid=19767/tid=19769] ppid=19764 vsize=13984280 memory=238944 CPUtime=2492.5 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 25008 0 0 0 249234 16 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140256071576608 140255668720898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13984280 memory=238944 CPUtime=3.87 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 3057 0 0 0 356 31 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13984280 memory=238944 CPUtime=3.86 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 3780 0 0 0 357 29 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13984280 memory=238944 CPUtime=3.86 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 3884 0 0 0 360 26 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13984280 memory=238944 CPUtime=3.86 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 3304 0 0 0 358 28 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13984280 memory=238944 CPUtime=3.67 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5692 0 0 0 338 29 0 0 20 0 15 0 113498328 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13984280 memory=84963043069321 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255541278176 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13984280 memory=238944 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255540225536 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13984280 memory=238944 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13984280 memory=238944 CPUtime=1.06 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 5902 0 0 0 105 1 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13984280 memory=4872558044660077418 CPUtime=0.96 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 4183 0 0 0 95 1 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13984280 memory=238944 CPUtime=0.43 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) S 19764 19767 16217 0 -1 1077944384 2964 0 0 0 42 1 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13984280 memory=238944 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13984280 memory=13056 CPUtime=0.78 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1023 0 0 0 35 43 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 2514.92 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 238944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.4 s]
/proc/loadavg: 1.50 1.35 1.33 3/217 19958
/proc/meminfo: memFree=26355344/32770624 swapFree=67108860/67108860
[pid=19767] ppid=19764 vsize=13984280 memory=238944 CPUtime=2520.04 cores=1,3,5,7
/proc/19767/stat : 19767 (java) S 19764 19767 16217 0 -1 1077944320 60255 0 0 0 251843 161 0 0 20 0 15 0 113498325 14319902720 59736 33554432000 4194304 4196468 140725194961824 140725194944368 140256067337975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
/proc/19767/statm: 3496070 59736 3804 1 0 3483785 0
[pid=19767/tid=19769] ppid=19764 vsize=13984280 memory=6791534058613427641 CPUtime=2497.58 cores=1,3,5,7
/proc/19767/task/19769/stat : 19769 (java) R 19764 19767 16217 0 -1 4202560 25019 0 0 0 249742 16 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140256071576688 140255668550078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19770] ppid=19764 vsize=13984280 memory=1156 CPUtime=3.88 cores=1,3,5,7
/proc/19767/task/19770/stat : 19770 (java) S 19764 19767 16217 0 -1 1077944384 3057 0 0 0 357 31 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255663483152 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19771] ppid=19764 vsize=13984280 memory=2804 CPUtime=3.86 cores=1,3,5,7
/proc/19767/task/19771/stat : 19771 (java) S 19764 19767 16217 0 -1 1077944384 3780 0 0 0 357 29 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255662430608 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19772] ppid=19764 vsize=13984280 memory=241292 CPUtime=3.87 cores=1,3,5,7
/proc/19767/task/19772/stat : 19772 (java) S 19764 19767 16217 0 -1 1077944384 3884 0 0 0 361 26 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255661378064 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19773] ppid=19764 vsize=13984280 memory=6791534058613427641 CPUtime=3.87 cores=1,3,5,7
/proc/19767/task/19773/stat : 19773 (java) S 19764 19767 16217 0 -1 1077944384 3304 0 0 0 359 28 0 0 20 0 15 0 113498326 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255660325520 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19774] ppid=19764 vsize=13984280 memory=4872558044660077418 CPUtime=3.67 cores=1,3,5,7
/proc/19767/task/19774/stat : 19774 (java) S 19764 19767 16217 0 -1 1077944384 5694 0 0 0 338 29 0 0 20 0 15 0 113498328 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255542331888 140256067349122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19775] ppid=19764 vsize=13984280 memory=31992 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19775/stat : 19775 (java) S 19764 19767 16217 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255541278176 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19776] ppid=19764 vsize=13984280 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19776/stat : 19776 (java) S 19764 19767 16217 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 113498328 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255540225536 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19777] ppid=19764 vsize=13984280 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19777/stat : 19777 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255539174096 140256067356571 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19778] ppid=19764 vsize=13984280 memory=1732 CPUtime=1.06 cores=1,3,5,7
/proc/19767/task/19778/stat : 19778 (java) S 19764 19767 16217 0 -1 1077944384 5902 0 0 0 105 1 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255538120688 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19779] ppid=19764 vsize=13984280 memory=1944 CPUtime=0.96 cores=1,3,5,7
/proc/19767/task/19779/stat : 19779 (java) S 19764 19767 16217 0 -1 1077944384 4183 0 0 0 95 1 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255537068144 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19780] ppid=19764 vsize=13984280 memory=1700 CPUtime=0.43 cores=1,3,5,7
/proc/19767/task/19780/stat : 19780 (java) S 19764 19767 16217 0 -1 1077944384 2964 0 0 0 42 1 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255536015600 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19781] ppid=19764 vsize=13984280 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/19767/task/19781/stat : 19781 (java) S 19764 19767 16217 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255534963296 140256067348181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
[pid=19767/tid=19782] ppid=19764 vsize=13984280 memory=5428 CPUtime=0.78 cores=1,3,5,7
/proc/19767/task/19782/stat : 19782 (java) S 19764 19767 16217 0 -1 1077944384 1025 0 0 0 35 43 0 0 20 0 15 0 113498331 14319902720 59736 33554432000 4194304 4196468 140725194961824 140255533910832 140256067349122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 16113664 140725194970212 140725194970399 140725194970399 140725194973135 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 238944 KiB

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

[startup+2507.41 s]
# the end of solver process 19767 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.45 s, system=1.62064 s

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

Child status: 143
Real time (s): 2507.41
CPU time (s): 2520.07
CPU user time (s): 2518.45
CPU system time (s): 1.62064
CPU usage (%): 100.505
Max. virtual memory (cumulated for all children) (KiB): 13984280
Max. memory (cumulated for all children) (KiB): 238944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.45
system time used= 1.62064
maximum resident set size= 239412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156221
involuntary context switches= 4764


# summary of solver processes directly reported to runsolver:
#   pid: 19767
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.45
#   total CPU system time (s): 1.62064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5568 second user time and 20.2015 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-15 15:20:46
IDJOB=4273950
IDBENCH=133588
IDSOLVER=2666
FILE ID=node114/4273950-1502804105
RUNJOBID= node114-1502790380-16249
PBS_JOBID= 20629128
Free space on /tmp= 61668 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273950-1502804105/watcher-4273950-1502804105 -o /tmp/evaluation-result-4273950-1502804105/solver-4273950-1502804105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502790380-16249 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1748359030 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273950-1502804105.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=1748359030

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26685372 kB
MemAvailable:   31863072 kB
Buffers:          220976 kB
Cached:          5243532 kB
SwapCached:            0 kB
Active:           721164 kB
Inactive:        4921984 kB
Active(anon):     181428 kB
Inactive(anon):    25124 kB
Active(file):     539736 kB
Inactive(file):  4896860 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42376 kB
Writeback:             0 kB
AnonPages:        193488 kB
Mapped:            60356 kB
Shmem:             25224 kB
Slab:             140340 kB
SReclaimable:     113876 kB
SUnreclaim:        26464 kB
KernelStack:        3808 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1193660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 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= 61624 MiB
End job on node114 at 2017-08-15 16:02:34