Trace number 4293532

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
Concrete 3.8 2018-06-13UNSAT 33.157 15.2093

General information on the benchmark

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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
33.05/15.18	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293532-1532320433/watcher-4293532-1532320433 -o /tmp/evaluation-result-4293532-1532320433/solver-4293532-1532320433 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1224471279 HOME/instance-4293532-1532320433.xml 

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

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

solver pid=9893, runsolver pid=9890

[startup+0.10006 s]*
/proc/loadavg: 1.55 1.56 1.50 3/207 9950
/proc/meminfo: memFree=18740432/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=9972712 memory=16548 CPUtime=0.1 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 4309 13183 0 0 1 1 5 3 20 0 6 0 49606525 10212057088 4137 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2493178 4137 1932 1 0 2481616 0
[pid=9893/tid=9946] ppid=9890 vsize=9972712 memory=-8745273339715829695 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 2148 13183 0 0 0 0 5 3 20 0 6 0 49606534 10212057088 4203 33554432000 4194304 4196468 140725771410080 140309322084944 140309350270109 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 6 0 49606535 10212057088 4203 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=9972712 memory=140211412342400 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 6 0 49606535 10212057088 4203 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 6 0 49606535 10212057088 4203 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 2 13183 0 0 0 0 5 3 20 0 6 0 49606535 10212057088 4203 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210271 s]*
/proc/loadavg: 1.55 1.56 1.50 3/216 9959
/proc/meminfo: memFree=18717676/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10818904 memory=40580 CPUtime=0.25 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 7325 13183 0 0 16 1 5 3 20 0 15 0 49606525 11078557696 10145 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2704726 10145 2975 1 0 2667149 0
[pid=9893/tid=9946] ppid=9890 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 3880 13183 0 0 10 1 5 3 20 0 15 0 49606534 11078557696 10145 33554432000 4194304 4196468 140725771410080 140309322070088 140309350262032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11078557696 10145 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10818904 memory=140211412352547 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11078557696 10145 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11078557696 10145 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 2 13183 0 0 0 0 5 3 20 0 15 0 49606535 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10818904 memory=140211412342400 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 2 13183 0 0 0 0 5 3 20 0 15 0 49606536 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606537 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308327163552 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606537 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308125836528 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11078557696 10145 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 474 13183 0 0 1 0 5 3 20 0 15 0 49606540 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 140 13183 0 0 0 0 5 3 20 0 15 0 49606540 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10818904 memory=140211412342400 CPUtime=0.11 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 611 13183 0 0 3 0 5 3 20 0 15 0 49606540 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11078557696 10145 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10818904 memory=140211412342400 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606540 11078557696 10145 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40580 KiB

[startup+0.310091 s]*
/proc/loadavg: 1.55 1.56 1.50 3/216 9959
/proc/meminfo: memFree=18705644/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10819352 memory=52632 CPUtime=0.39 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 10207 13183 0 0 28 3 5 3 20 0 15 0 49606525 11079016448 13158 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2704838 13158 3094 1 0 2667149 0
[pid=9893/tid=9946] ppid=9890 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 6911 13183 0 0 18 2 5 3 20 0 15 0 49606534 11079016448 13356 33554432000 4194304 4196468 140725771410080 140309322060192 140309342485310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 13356 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 13356 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 13356 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 2 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 13356 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 2 13183 0 0 0 0 5 3 20 0 15 0 49606536 11079016448 13356 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606537 11079016448 13356 33554432000 4194304 4196468 140725771410080 140308327163552 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606537 11079016448 13356 33554432000 4194304 4196468 140725771410080 140308125836528 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11079016448 13356 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 477 13183 0 0 2 0 5 3 20 0 15 0 49606540 11079016448 13422 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 144 13183 0 0 1 0 5 3 20 0 15 0 49606540 11079016448 13422 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10819352 memory=140211412342400 CPUtime=0.13 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 617 13183 0 0 5 0 5 3 20 0 15 0 49606540 11079016448 13422 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11079016448 13422 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10819352 memory=140211412342400 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606540 11079016448 13422 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52632 KiB

[startup+0.700821 s]
/proc/loadavg: 1.55 1.56 1.50 3/216 9959
/proc/meminfo: memFree=18695136/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10819352 memory=86496 CPUtime=0.99 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 16770 13183 0 0 86 5 5 3 20 0 15 0 49606525 11079016448 21624 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2704838 21624 3238 1 0 2667149 0
[pid=9893/tid=9946] ppid=9890 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 12207 13183 0 0 55 4 5 3 20 0 15 0 49606534 11079016448 21624 33554432000 4194304 4196468 140725771410080 140309322071120 140309350270109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 21624 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 21624 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10819352 memory=140211287896848 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 21624 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10819352 memory=140213502345812 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 2 13183 0 0 0 0 5 3 20 0 15 0 49606535 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10819352 memory=8368 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 5 13183 0 0 0 0 5 3 20 0 15 0 49606536 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606537 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308327163552 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606537 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308125836528 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11079016448 21624 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10819352 memory=10004 CPUtime=0.18 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 1116 13183 0 0 10 0 5 3 20 0 15 0 49606540 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10819352 memory=4008 CPUtime=0.14 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 554 13183 0 0 6 0 5 3 20 0 15 0 49606540 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10819352 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 670 13183 0 0 13 0 5 3 20 0 15 0 49606540 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11079016448 21624 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606540 11079016448 21624 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86496 KiB

[startup+1.50128 s]
/proc/loadavg: 1.55 1.56 1.50 3/216 9959
/proc/meminfo: memFree=18652216/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10830156 memory=225348 CPUtime=3.09 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 23401 13183 0 0 291 10 5 3 20 0 15 0 49606525 11090079744 56337 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2707539 56337 3472 1 0 2669197 0
[pid=9893/tid=9946] ppid=9890 vsize=10830156 memory=63256 CPUtime=1.43 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 15198 13183 0 0 128 7 5 3 20 0 15 0 49606534 11090079744 56337 33554432000 4194304 4196468 140725771410080 140309322083424 140309350270109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10830156 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 10 13183 0 0 1 0 5 3 20 0 15 0 49606535 11090079744 56337 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10830156 memory=280422575825056 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606535 11090079744 56337 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 396 13183 0 0 0 0 5 3 20 0 15 0 49606535 11090079744 56337 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 11 13183 0 0 0 0 5 3 20 0 15 0 49606535 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 87 13183 0 0 0 0 5 3 20 0 15 0 49606536 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 14 13183 0 0 0 0 5 3 20 0 15 0 49606537 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308327163552 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606537 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308125836528 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10830156 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11090079744 56337 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10830156 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) R 9890 9893 4562 0 -1 4202560 2157 13183 0 0 55 0 5 3 20 0 15 0 49606540 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308875862080 140309331792401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10830156 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) R 9890 9893 4562 0 -1 4202560 1406 13183 0 0 47 0 5 3 20 0 15 0 49606540 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308874821104 140309350262065 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10830156 memory=8112282956445269571 CPUtime=0.63 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 1919 13183 0 0 55 0 5 3 20 0 15 0 49606540 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10830156 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11090079744 56337 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10830156 memory=280422576069504 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 1 13183 0 0 0 0 5 3 20 0 15 0 49606540 11090079744 56337 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10830156 KiB

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

[pid=9893/tid=9958] ppid=9890 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 366897 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10916192 memory=30589013 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 366897 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1467588 KiB

[startup+14.4008 s]
/proc/loadavg: 1.72 1.60 1.51 3/216 9959
/proc/meminfo: memFree=17289316/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10916192 memory=1467876 CPUtime=32.3 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 81443 13183 0 0 3168 54 5 3 20 0 15 0 49606525 11178180608 366969 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2729048 366969 3533 1 0 2690701 0
[pid=9893/tid=9946] ppid=9890 vsize=10916192 memory=2372 CPUtime=14.01 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 41793 13183 0 0 1368 25 5 3 20 0 15 0 49606534 11178180608 366969 33554432000 4194304 4196468 140725771410080 140309322076064 140308965570650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10916192 memory=1240 CPUtime=0.28 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 310 13183 0 0 17 3 5 3 20 0 15 0 49606535 11178180608 366969 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10916192 memory=2340 CPUtime=0.28 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 240 13183 0 0 16 4 5 3 20 0 15 0 49606535 11178180608 366969 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10916192 memory=1467588 CPUtime=0.29 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1404 13183 0 0 16 5 5 3 20 0 15 0 49606535 11178180608 366969 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10916192 memory=1408 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 418 13183 0 0 17 5 5 3 20 0 15 0 49606535 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10916192 memory=2500 CPUtime=0.14 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 3252 13183 0 0 6 0 5 3 20 0 15 0 49606536 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10916192 memory=65 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 16 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308327163616 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 6 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308125836544 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10916192 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 366969 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10916192 memory=16292 CPUtime=7.28 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 11536 13183 0 0 717 3 5 3 20 0 15 0 49606540 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10916192 memory=2436 CPUtime=7.5 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 12365 13183 0 0 740 2 5 3 20 0 15 0 49606540 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10916192 memory=1296 CPUtime=2.75 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 7892 13183 0 0 264 3 5 3 20 0 15 0 49606540 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10916192 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 366969 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10916192 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 366969 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 32.3 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1467876 KiB

[startup+14.8008 s]
/proc/loadavg: 1.72 1.60 1.51 3/216 9959
/proc/meminfo: memFree=17289316/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10916192 memory=1476000 CPUtime=32.74 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 81473 13183 0 0 3210 56 5 3 20 0 15 0 49606525 11178180608 369000 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2729048 369000 3533 1 0 2690701 0
[pid=9893/tid=9946] ppid=9890 vsize=10916192 memory=6944656592387989600 CPUtime=14.39 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 41795 13183 0 0 1406 25 5 3 20 0 15 0 49606534 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309322079040 140308965570361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10916192 memory=6944656592387989600 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 314 13183 0 0 18 4 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10916192 memory=-4695043397844020537 CPUtime=0.29 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 244 13183 0 0 17 4 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10916192 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1408 13183 0 0 17 5 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10916192 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 427 13183 0 0 18 5 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10916192 memory=1467872 CPUtime=0.14 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 3253 13183 0 0 6 0 5 3 20 0 15 0 49606536 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10916192 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 17 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308327163616 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10916192 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 8 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308125836544 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10916192 memory=8368 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10916192 memory=800 CPUtime=7.28 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 11536 13183 0 0 717 3 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10916192 memory=15876 CPUtime=7.5 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 12365 13183 0 0 740 2 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10916192 memory=16436 CPUtime=2.75 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 7895 13183 0 0 264 3 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10916192 memory=10004 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10916192 memory=4008 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 32.74 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1476000 KiB

[startup+15.0008 s]*
/proc/loadavg: 1.72 1.60 1.51 3/216 9959
/proc/meminfo: memFree=17281124/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10916192 memory=1476000 CPUtime=32.95 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 81482 13183 0 0 3231 56 5 3 20 0 15 0 49606525 11178180608 369000 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2729048 369000 3533 1 0 2690701 0
[pid=9893/tid=9946] ppid=9890 vsize=10916192 memory=8112282956445269571 CPUtime=14.6 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 41795 13183 0 0 1427 25 5 3 20 0 15 0 49606534 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309322082344 140308969951457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10916192 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 314 13183 0 0 18 4 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10916192 memory=3763099673816014896 CPUtime=0.29 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 244 13183 0 0 17 4 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10916192 memory=4122825780728182831 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1408 13183 0 0 17 5 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10916192 memory=7306316804797196914 CPUtime=0.31 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 427 13183 0 0 18 5 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10916192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 3253 13183 0 0 6 0 5 3 20 0 15 0 49606536 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10916192 memory=3762538910135695156 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 17 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308327163616 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10916192 memory=7523107478184158290 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 8 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308125836544 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10916192 memory=7163926733217295719 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10916192 memory=0 CPUtime=7.28 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 11536 13183 0 0 717 3 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10916192 memory=-1 CPUtime=7.5 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 12365 13183 0 0 740 2 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10916192 memory=140211412342400 CPUtime=2.76 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 7904 13183 0 0 265 3 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10916192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10916192 memory=140211412342400 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 32.95 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1476000 KiB

[startup+15.1103 s]
/proc/loadavg: 1.72 1.60 1.51 3/216 9959
/proc/meminfo: memFree=17281124/32770624 swapFree=67108860/67108860
[pid=9893] ppid=9890 vsize=10916192 memory=1476000 CPUtime=33.05 cores=0,2,4,6
/proc/9893/stat : 9893 (java) S 9890 9893 4562 0 -1 1077944320 81482 13183 0 0 3241 56 5 3 20 0 15 0 49606525 11178180608 369000 33554432000 4194304 4196468 140725771410080 140725771392624 140309350248183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
/proc/9893/statm: 2729048 369000 3533 1 0 2690701 0
[pid=9893/tid=9946] ppid=9890 vsize=10916192 memory=0 CPUtime=14.7 cores=0,2,4,6
/proc/9893/task/9946/stat : 9946 (java) R 9890 9893 4562 0 -1 4202560 41795 13183 0 0 1437 25 5 3 20 0 15 0 49606534 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309322082344 140308965574827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9947] ppid=9890 vsize=10916192 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9947/stat : 9947 (java) S 9890 9893 4562 0 -1 1077944384 314 13183 0 0 18 4 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309354490384 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9948] ppid=9890 vsize=10916192 memory=1796 CPUtime=0.29 cores=0,2,4,6
/proc/9893/task/9948/stat : 9948 (java) S 9890 9893 4562 0 -1 1077944384 244 13183 0 0 17 4 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309269310096 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9949] ppid=9890 vsize=10916192 memory=644 CPUtime=0.3 cores=0,2,4,6
/proc/9893/task/9949/stat : 9949 (java) S 9890 9893 4562 0 -1 1077944384 1408 13183 0 0 17 5 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140309268257040 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9950] ppid=9890 vsize=10916192 memory=1467876 CPUtime=0.31 cores=0,2,4,6
/proc/9893/task/9950/stat : 9950 (java) S 9890 9893 4562 0 -1 1077944384 427 13183 0 0 18 5 5 3 20 0 15 0 49606535 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308921375120 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9951] ppid=9890 vsize=10916192 memory=2321518358536738880 CPUtime=0.14 cores=0,2,4,6
/proc/9893/task/9951/stat : 9951 (java) S 9890 9893 4562 0 -1 1077944384 3253 13183 0 0 6 0 5 3 20 0 15 0 49606536 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308876933872 140309350259330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9952] ppid=9890 vsize=10916192 memory=1476000 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9952/stat : 9952 (java) S 9890 9893 4562 0 -1 1077944384 17 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308327163616 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9953] ppid=9890 vsize=10916192 memory=22 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9953/stat : 9953 (java) S 9890 9893 4562 0 -1 1077944384 8 13183 0 0 0 0 5 3 20 0 15 0 49606537 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308125836544 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9954] ppid=9890 vsize=10916192 memory=837488 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9954/stat : 9954 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140307885545936 140309350266779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9955] ppid=9890 vsize=10916192 memory=-3253322038155611931 CPUtime=7.28 cores=0,2,4,6
/proc/9893/task/9955/stat : 9955 (java) S 9890 9893 4562 0 -1 1077944384 11536 13183 0 0 717 3 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308875880688 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9956] ppid=9890 vsize=10916192 memory=1476000 CPUtime=7.5 cores=0,2,4,6
/proc/9893/task/9956/stat : 9956 (java) S 9890 9893 4562 0 -1 1077944384 12365 13183 0 0 740 2 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308874828144 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9957] ppid=9890 vsize=10916192 memory=4616 CPUtime=2.76 cores=0,2,4,6
/proc/9893/task/9957/stat : 9957 (java) S 9890 9893 4562 0 -1 1077944384 7904 13183 0 0 265 3 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308873775088 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9958] ppid=9890 vsize=10916192 memory=280422575509888 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9958/stat : 9958 (java) S 9890 9893 4562 0 -1 1077944384 3 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140307851987296 140309350258389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
[pid=9893/tid=9959] ppid=9890 vsize=10916192 memory=280422575652912 CPUtime=0.08 cores=0,2,4,6
/proc/9893/task/9959/stat : 9959 (java) S 9890 9893 4562 0 -1 1077944384 13 13183 0 0 0 0 5 3 20 0 15 0 49606540 11178180608 369000 33554432000 4194304 4196468 140725771410080 140308872723504 140309350259330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140725771414126 140725771416924 140725771416924 140725771419599 0
Current children cumulated CPU time: 33.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1476000 KiB

Child status: 0
Real time (s): 15.2093
CPU time (s): 33.157
CPU user time (s): 32.5424
CPU system time (s): 0.614601
CPU usage (%): 218.005
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 1476000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.5424
system time used= 0.614601
maximum resident set size= 1478136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9695
involuntary context switches= 363


# summary of solver processes directly reported to runsolver:
#   pid: 9893
#   total CPU time (s): 33.157
#   total CPU user time (s): 32.5424
#   total CPU system time (s): 0.614601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.118593 second user time and 0.184608 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 06:33:53
IDJOB=4293532
IDBENCH=141186
IDSOLVER=2750
FILE ID=node136/4293532-1532320433
RUNJOBID= node136-1532296223-4593
PBS_JOBID= 21018988
Free space on /tmp= 57084 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293532-1532320433/watcher-4293532-1532320433 -o /tmp/evaluation-result-4293532-1532320433/solver-4293532-1532320433 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1224471279 HOME/instance-4293532-1532320433.xml

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

MD5SUM BENCH= 3a3bda421e3d420e405b4b910599d042
RANDOM SEED=1224471279

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        18746644 kB
MemAvailable:   28798692 kB
Buffers:          260448 kB
Cached:          9994864 kB
SwapCached:            0 kB
Active:          4384900 kB
Inactive:        9060704 kB
Active(anon):    3192972 kB
Inactive(anon):    16916 kB
Active(file):    1191928 kB
Inactive(file):  9043788 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26688 kB
Writeback:             0 kB
AnonPages:       3197484 kB
Mapped:            49744 kB
Shmem:             17036 kB
Slab:             272300 kB
SReclaimable:     244792 kB
SUnreclaim:        27508 kB
KernelStack:        3584 kB
PageTables:        11460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3929988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2920448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 06:34:09