Trace number 4312090

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-17? (TO) 2520.13 2475.43

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark840126924
Best CPU time to get the best result obtained on this benchmark2520.18
Satisfiable
(Un)Satisfiability was proved
Number of variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 878404898
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
86.26/56.20	c Parsing done, starting search...
2520.09/2475.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 (9825 MiB free)
  memory of node 1: 16384 MiB (12715 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312090-1534551058/watcher-4312090-1534551058 -o /tmp/evaluation-result-4312090-1534551058/solver-4312090-1534551058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534541042-5266 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 878404898 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312090-1534551058.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=6334, runsolver pid=6331
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.69 1.51 1.44 3/215 6349
/proc/meminfo: memFree=23064428/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14082736 memory=30816 CPUtime=0.12 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 6662 0 0 0 11 1 0 0 20 0 15 0 272668742 14420721664 7704 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3520684 7704 3138 1 0 3482761 0
[pid=6334/tid=6336] ppid=6331 vsize=14082736 memory=-8537798472590259392 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 4726 0 0 0 9 0 0 0 20 0 15 0 272668742 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465678485072 140465653869264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465147946272 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465146893936 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0.01 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 15 0 272668748 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 7704 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30816 KiB

[startup+0.21211 s]*
/proc/loadavg: 1.69 1.51 1.44 6/215 6349
/proc/meminfo: memFree=23049048/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14082736 memory=46888 CPUtime=0.31 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 10390 0 0 0 29 2 0 0 20 0 15 0 272668742 14420721664 11722 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3520684 11722 3376 1 0 3482761 0
[pid=6334/tid=6336] ppid=6331 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) S 6331 6334 5234 0 -1 1077944384 8088 0 0 0 19 1 0 0 20 0 15 0 272668742 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465678508960 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14082736 memory=4121269155693811360 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465147946272 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465146893936 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) R 6331 6334 5234 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 272668748 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465144782128 140465655824854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) R 6331 6334 5234 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 272668748 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465143736432 140465674290901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0.06 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 304 0 0 0 6 0 0 0 20 0 15 0 272668748 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 11722 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46888 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.69 1.51 1.44 3/215 6349
/proc/meminfo: memFree=23045512/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14082736 memory=50468 CPUtime=0.45 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 10794 0 0 0 42 3 0 0 20 0 15 0 272668742 14420721664 12617 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3520684 12617 3379 1 0 3482761 0
[pid=6334/tid=6336] ppid=6331 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 8447 0 0 0 28 2 0 0 20 0 15 0 272668742 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465678490048 140465659446367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14082736 memory=4294979922 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14082736 memory=4049211561655883424 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465147946272 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272668745 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465146893936 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 376 0 0 0 3 0 0 0 20 0 15 0 272668748 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 272668748 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 328 0 0 0 8 0 0 0 20 0 15 0 272668748 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14082736 memory=139925737657984 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668748 14420721664 12617 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50468 KiB

[startup+0.700757 s]
/proc/loadavg: 1.69 1.51 1.44 3/215 6349
/proc/meminfo: memFree=23021328/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14084804 memory=89132 CPUtime=0.99 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 17639 0 0 0 94 5 0 0 20 0 15 0 272668742 14422839296 22283 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3521201 22283 3503 1 0 3483273 0
[pid=6334/tid=6336] ppid=6331 vsize=14084804 memory=15768 CPUtime=0.67 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 14901 0 0 0 64 3 0 0 20 0 15 0 272668742 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465678496112 140465674302621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14084804 memory=4500 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668743 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668743 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14084804 memory=924 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272668743 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14084804 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272668745 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14084804 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272668745 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465147946272 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272668745 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465146893936 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14084804 memory=7237400421024098393 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 535 0 0 0 9 0 0 0 20 0 15 0 272668748 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14084804 memory=6154282490091891024 CPUtime=0.05 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 404 0 0 0 5 0 0 0 20 0 15 0 272668748 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 415 0 0 0 15 0 0 0 20 0 15 0 272668748 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14084804 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272668748 14422839296 22283 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89132 KiB

[startup+1.5008 s]
/proc/loadavg: 1.69 1.51 1.44 3/215 6349
/proc/meminfo: memFree=22783396/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14084804 memory=553340 CPUtime=2.79 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 20622 0 0 0 231 48 0 0 20 0 15 0 272668742 14422839296 138335 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3521201 138335 3565 1 0 3483273 0
[pid=6334/tid=6336] ppid=6331 vsize=14084804 memory=491628 CPUtime=1.25 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 15098 0 0 0 111 14 0 0 20 0 15 0 272668742 14422839296 138847 33554432000 4194304 4196468 140733689113344 140465678510672 140465311916818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14084804 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 400 0 0 0 12 8 0 0 20 0 15 0 272668743 14422839296 138847 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14084804 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 441 0 0 0 12 8 0 0 20 0 15 0 272668743 14422839296 138847 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14084804 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 419 0 0 0 12 7 0 0 20 0 15 0 272668743 14422839296 138847 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14084804 memory=6943526294502006880 CPUtime=0.19 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 480 0 0 0 12 7 0 0 20 0 15 0 272668743 14422839296 138847 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 272668745 14422839296 138847 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0

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

/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 174382 0 0 0 230953 65 0 0 20 0 15 0 272668742 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465678518848 140465318098057 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14090948 memory=4444896 CPUtime=11.13 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 84047 0 0 0 965 148 0 0 20 0 15 0 272668743 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14090948 memory=4444896 CPUtime=11.11 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 78382 0 0 0 964 147 0 0 20 0 15 0 272668743 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14090948 memory=4444896 CPUtime=11.16 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 86541 0 0 0 970 146 0 0 20 0 15 0 272668743 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14090948 memory=4444896 CPUtime=11.18 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 86982 0 0 0 970 148 0 0 20 0 15 0 272668743 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14090948 memory=4444896 CPUtime=0.53 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 23911 0 0 0 46 7 0 0 20 0 15 0 272668745 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14090948 memory=4444896 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465147946336 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14090948 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465146893952 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14090948 memory=924 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14090948 memory=2192 CPUtime=4.43 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 17631 0 0 0 440 3 0 0 20 0 15 0 272668748 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14090948 memory=4444896 CPUtime=3.96 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 12948 0 0 0 393 3 0 0 20 0 15 0 272668748 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14090948 memory=3868 CPUtime=1.35 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 15393 0 0 0 132 3 0 0 20 0 15 0 272668748 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14090948 memory=6636 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14090948 memory=8112282956445269571 CPUtime=1.37 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 2151 0 0 0 61 76 0 0 20 0 15 0 272668748 14429130752 1111224 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 2366.52 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4444896 KiB

[startup+2382.3 s]
/proc/loadavg: 1.87 1.77 1.82 3/216 6498
/proc/meminfo: memFree=15913896/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14090948 memory=4412580 CPUtime=2426.64 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 593678 0 0 0 241928 736 0 0 20 0 15 0 272668742 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3522737 1103145 3614 1 0 3484809 0
[pid=6334/tid=6336] ppid=6331 vsize=14090948 memory=1752 CPUtime=2370.14 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 176330 0 0 0 236948 66 0 0 20 0 15 0 272668742 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465678518656 140465321330820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14090948 memory=4412580 CPUtime=11.16 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 85961 0 0 0 968 148 0 0 20 0 15 0 272668743 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14090948 memory=4412580 CPUtime=11.14 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 80886 0 0 0 967 147 0 0 20 0 15 0 272668743 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14090948 memory=4412580 CPUtime=11.19 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 88071 0 0 0 973 146 0 0 20 0 15 0 272668743 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14090948 memory=4412580 CPUtime=11.21 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 88677 0 0 0 973 148 0 0 20 0 15 0 272668743 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14090948 memory=4412580 CPUtime=0.54 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 24160 0 0 0 46 8 0 0 20 0 15 0 272668745 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14090948 memory=4412580 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465147946336 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14090948 memory=4412580 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465146893952 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14090948 memory=4412580 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14090948 memory=55 CPUtime=4.43 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 17635 0 0 0 440 3 0 0 20 0 15 0 272668748 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14090948 memory=55 CPUtime=3.96 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 12951 0 0 0 393 3 0 0 20 0 15 0 272668748 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14090948 memory=4412580 CPUtime=1.35 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 15401 0 0 0 132 3 0 0 20 0 15 0 272668748 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14090948 memory=4452 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14090948 memory=3868 CPUtime=1.4 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 2177 0 0 0 62 78 0 0 20 0 15 0 272668748 14429130752 1103145 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 2426.64 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4412580 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.70 1.79 3/216 6499
/proc/meminfo: memFree=15983644/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14090948 memory=4343836 CPUtime=2486.88 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 605830 0 0 0 247949 739 0 0 20 0 15 0 272668742 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3522737 1085959 3614 1 0 3484809 0
[pid=6334/tid=6336] ppid=6331 vsize=14090948 memory=4359228 CPUtime=2430.04 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 178666 0 0 0 242938 66 0 0 20 0 15 0 272668742 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465678518688 140465319274986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14090948 memory=4359228 CPUtime=11.23 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 88063 0 0 0 975 148 0 0 20 0 15 0 272668743 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14090948 memory=4412580 CPUtime=11.21 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 83412 0 0 0 974 147 0 0 20 0 15 0 272668743 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14090948 memory=4365384 CPUtime=11.27 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 89590 0 0 0 981 146 0 0 20 0 15 0 272668743 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14090948 memory=4365384 CPUtime=11.28 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 92034 0 0 0 980 148 0 0 20 0 15 0 272668743 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14090948 memory=4365384 CPUtime=0.55 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 24418 0 0 0 47 8 0 0 20 0 15 0 272668745 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14090948 memory=4359228 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465147946336 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14090948 memory=4359228 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465146893952 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14090948 memory=4359228 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14090948 memory=4359228 CPUtime=4.44 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 17644 0 0 0 441 3 0 0 20 0 15 0 272668748 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14090948 memory=4359228 CPUtime=3.96 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 12954 0 0 0 393 3 0 0 20 0 15 0 272668748 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14090948 memory=4359228 CPUtime=1.35 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 15405 0 0 0 132 3 0 0 20 0 15 0 272668748 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14090948 memory=4343836 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14090948 memory=3868 CPUtime=1.44 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 2215 0 0 0 64 80 0 0 20 0 15 0 272668748 14429130752 1085959 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 2486.88 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4343836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.4 s]
/proc/loadavg: 1.63 1.70 1.79 3/216 6500
/proc/meminfo: memFree=16017996/32770624 swapFree=67108688/67108860
[pid=6334] ppid=6331 vsize=14090948 memory=4325368 CPUtime=2520.09 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5234 0 -1 1077944320 615326 0 0 0 251269 740 0 0 20 0 15 0 272668742 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140733689095888 140465674280695 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
/proc/6334/statm: 3522737 1081342 3614 1 0 3484809 0
[pid=6334/tid=6336] ppid=6331 vsize=14090948 memory=4325368 CPUtime=2463.11 cores=1,3,5,7
/proc/6334/task/6336/stat : 6336 (java) R 6331 6334 5234 0 -1 4202560 179787 0 0 0 246244 67 0 0 20 0 15 0 272668742 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465678518544 140465318097625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6337] ppid=6331 vsize=14090948 memory=1808 CPUtime=11.26 cores=1,3,5,7
/proc/6334/task/6337/stat : 6337 (java) S 6331 6334 5234 0 -1 1077944384 89786 0 0 0 978 148 0 0 20 0 15 0 272668743 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465270090128 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6338] ppid=6331 vsize=14090948 memory=8112282956445269571 CPUtime=11.25 cores=1,3,5,7
/proc/6334/task/6338/stat : 6338 (java) S 6331 6334 5234 0 -1 1077944384 86146 0 0 0 978 147 0 0 20 0 15 0 272668743 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465269037328 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6339] ppid=6331 vsize=14090948 memory=12668 CPUtime=11.3 cores=1,3,5,7
/proc/6334/task/6339/stat : 6339 (java) S 6331 6334 5234 0 -1 1077944384 91516 0 0 0 984 146 0 0 20 0 15 0 272668743 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465267985040 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6340] ppid=6331 vsize=14090948 memory=1072 CPUtime=11.32 cores=1,3,5,7
/proc/6334/task/6340/stat : 6340 (java) S 6331 6334 5234 0 -1 1077944384 93741 0 0 0 984 148 0 0 20 0 15 0 272668743 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465266932240 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6341] ppid=6331 vsize=14090948 memory=14888 CPUtime=0.55 cores=1,3,5,7
/proc/6334/task/6341/stat : 6341 (java) S 6331 6334 5234 0 -1 1077944384 24669 0 0 0 47 8 0 0 20 0 15 0 272668745 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465149000304 140465674291842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6342] ppid=6331 vsize=14090948 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6342/stat : 6342 (java) S 6331 6334 5234 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465147946336 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6343] ppid=6331 vsize=14090948 memory=15768 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6343/stat : 6343 (java) S 6331 6334 5234 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 272668745 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465146893952 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6344] ppid=6331 vsize=14090948 memory=4516 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6344/stat : 6344 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465145842256 140465674299291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6345] ppid=6331 vsize=14090948 memory=1612 CPUtime=4.44 cores=1,3,5,7
/proc/6334/task/6345/stat : 6345 (java) S 6331 6334 5234 0 -1 1077944384 17652 0 0 0 441 3 0 0 20 0 15 0 272668748 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465144789104 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6346] ppid=6331 vsize=14090948 memory=496 CPUtime=3.96 cores=1,3,5,7
/proc/6334/task/6346/stat : 6346 (java) S 6331 6334 5234 0 -1 1077944384 12957 0 0 0 393 3 0 0 20 0 15 0 272668748 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465143736304 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6347] ppid=6331 vsize=14090948 memory=924 CPUtime=1.35 cores=1,3,5,7
/proc/6334/task/6347/stat : 6347 (java) S 6331 6334 5234 0 -1 1077944384 15409 0 0 0 132 3 0 0 20 0 15 0 272668748 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465142684016 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6348] ppid=6331 vsize=14090948 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/6334/task/6348/stat : 6348 (java) S 6331 6334 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272668748 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465141631456 140465674290901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
[pid=6334/tid=6349] ppid=6331 vsize=14090948 memory=2336 CPUtime=1.46 cores=1,3,5,7
/proc/6334/task/6349/stat : 6349 (java) S 6331 6334 5234 0 -1 1077944384 2234 0 0 0 65 81 0 0 20 0 15 0 272668748 14429130752 1081342 33554432000 4194304 4196468 140733689113344 140465140579248 140465674291842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31981568 140733689115721 140733689115913 140733689115913 140733689118671 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4325368 KiB

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

[startup+2475.43 s]
# the end of solver process 6334 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.7 s, system=7.43061 s

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

Child status: 143
Real time (s): 2475.43
CPU time (s): 2520.13
CPU user time (s): 2512.7
CPU system time (s): 7.43061
CPU usage (%): 101.806
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 6617332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.7
system time used= 7.43061
maximum resident set size= 6617360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 615874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60255
involuntary context switches= 1971


# summary of solver processes directly reported to runsolver:
#   pid: 6334
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2512.7
#   total CPU system time (s): 7.43061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8729 second user time and 24.1669 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-18 02:10:59
IDJOB=4312090
IDBENCH=141266
IDSOLVER=2799
FILE ID=node106/4312090-1534551058
RUNJOBID= node106-1534541042-5266
PBS_JOBID= 21038641
Free space on /tmp= 53612 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312090-1534551058/watcher-4312090-1534551058 -o /tmp/evaluation-result-4312090-1534551058/solver-4312090-1534551058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534541042-5266 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 878404898 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312090-1534551058.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=878404898

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23083580 kB
MemAvailable:   31685916 kB
Buffers:          229868 kB
Cached:          8635888 kB
SwapCached:            0 kB
Active:          4894988 kB
Inactive:        4228068 kB
Active(anon):     229212 kB
Inactive(anon):    96876 kB
Active(file):    4665776 kB
Inactive(file):  4131192 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:            252868 kB
Writeback:             0 kB
AnonPages:        264352 kB
Mapped:            32600 kB
Shmem:             66016 kB
Slab:             261968 kB
SReclaimable:     233828 kB
SUnreclaim:        28140 kB
KernelStack:        3520 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 53540 MiB
End job on node106 at 2018-08-18 02:52:14