Trace number 4293478

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 221.429 201.208

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f07_c18.xml
MD5SUMb54c09f82090ba1b7a5e810a9fcb813b
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 benchmark2.15449
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size37
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":30,"count":336},{"size":37,"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
221.30/201.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 (10263 MiB free)
  memory of node 1: 16384 MiB (11794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293478-1532319527/watcher-4293478-1532319527 -o /tmp/evaluation-result-4293478-1532319527/solver-4293478-1532319527 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5214 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=528848031 HOME/instance-4293478-1532319527.xml 

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

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

solver pid=9934, runsolver pid=9931

[startup+0.100122 s]*
/proc/loadavg: 1.32 1.22 1.33 3/206 9991
/proc/meminfo: memFree=22580984/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=9972712 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 4461 13112 0 0 1 0 4 3 20 0 6 0 49515867 10212057088 3794 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2493178 3794 1934 1 0 2481616 0
[pid=9934/tid=9987] ppid=9931 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 2304 13112 0 0 1 0 4 3 20 0 6 0 49515876 10212057088 3860 33554432000 4194304 4196468 140728303933472 140717730439760 140717743915001 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=9972712 memory=5793855629372889529 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 6 0 49515877 10212057088 3860 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=9972712 memory=140378362996352 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 6 0 49515877 10212057088 3860 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 6 0 49515877 10212057088 3860 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 6 0 49515877 10212057088 3860 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.209802 s]*
/proc/loadavg: 1.32 1.22 1.33 3/215 10000
/proc/meminfo: memFree=22560964/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10818856 memory=38788 CPUtime=0.26 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 8597 13112 0 0 17 2 4 3 20 0 15 0 49515867 11078508544 9697 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2704714 9697 2962 1 0 2667149 0
[pid=9934/tid=9987] ppid=9931 vsize=10818856 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 5027 13112 0 0 11 1 4 3 20 0 15 0 49515876 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717730400656 140717738878379 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10818856 memory=4211974104567786890 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515877 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10818856 memory=140378362996352 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515877 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515877 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515877 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515878 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 33 13112 0 0 0 0 4 3 20 0 15 0 49515879 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717081990432 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515879 11078508544 9697 33554432000 4194304 4196468 140728303933472 140716617492080 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11078508544 9697 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) S 9931 9934 5182 0 -1 1077944384 562 13112 0 0 0 0 4 3 20 0 15 0 49515882 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 81 13112 0 0 1 0 4 3 20 0 15 0 49515882 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10818856 memory=140378362996352 CPUtime=0.1 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 690 13112 0 0 3 0 4 3 20 0 15 0 49515882 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11078508544 9697 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10818856 memory=140378362996352 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515882 11078508544 9697 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 38788 KiB

[startup+0.310304 s]*
/proc/loadavg: 1.32 1.22 1.33 3/215 10000
/proc/meminfo: memFree=22552404/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10819352 memory=50144 CPUtime=0.38 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 10651 13112 0 0 28 3 4 3 20 0 15 0 49515867 11079016448 12536 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2704838 12536 3093 1 0 2667149 0
[pid=9934/tid=9987] ppid=9931 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 7051 13112 0 0 20 1 4 3 20 0 15 0 49515876 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717730415008 140717742683486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10819352 memory=140378362996351 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515878 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 33 13112 0 0 0 0 4 3 20 0 15 0 49515879 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717081990432 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10819352 memory=140378362996352 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515879 11079016448 12536 33554432000 4194304 4196468 140728303933472 140716617492080 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11079016448 12536 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) R 9931 9934 5182 0 -1 4202560 563 13112 0 0 1 0 4 3 20 0 15 0 49515882 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 89 13112 0 0 1 0 4 3 20 0 15 0 49515882 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) R 9931 9934 5182 0 -1 1077944384 715 13112 0 0 5 0 4 3 20 0 15 0 49515882 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11079016448 12536 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515882 11079016448 12536 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50144 KiB

[startup+0.700764 s]
/proc/loadavg: 1.37 1.24 1.33 3/215 10000
/proc/meminfo: memFree=22540372/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10819352 memory=83972 CPUtime=0.99 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 17186 13112 0 0 88 4 4 3 20 0 15 0 49515867 11079016448 20993 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2704838 20993 3237 1 0 2667149 0
[pid=9934/tid=9987] ppid=9931 vsize=10819352 memory=16192 CPUtime=0.66 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 12455 13112 0 0 57 2 4 3 20 0 15 0 49515876 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717730423824 140717758616881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10819352 memory=288230587427467614 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10819352 memory=14689686622849938 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 2 13112 0 0 0 0 4 3 20 0 15 0 49515877 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10819352 memory=140378254909952 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 5 13112 0 0 0 0 4 3 20 0 15 0 49515878 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10819352 memory=140381006070764 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 33 13112 0 0 0 0 4 3 20 0 15 0 49515879 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717081990432 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10819352 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515879 11079016448 20993 33554432000 4194304 4196468 140728303933472 140716617492080 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10819352 memory=7305218370954224980 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11079016448 20993 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10819352 memory=6441954429982824551 CPUtime=0.15 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) S 9931 9934 5182 0 -1 1077944384 1198 13112 0 0 8 0 4 3 20 0 15 0 49515882 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10819352 memory=6935656952476291152 CPUtime=0.15 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 391 13112 0 0 8 0 4 3 20 0 15 0 49515882 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10819352 memory=5450909908396308010 CPUtime=0.2 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 902 13112 0 0 13 0 4 3 20 0 15 0 49515882 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10819352 memory=1404238533841559158 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11079016448 20993 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515882 11079016448 20993 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83972 KiB

[startup+1.50117 s]
/proc/loadavg: 1.37 1.24 1.33 4/215 10000
/proc/meminfo: memFree=22493668/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10830156 memory=226024 CPUtime=3.13 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 24393 13112 0 0 299 7 4 3 20 0 15 0 49515867 11090079744 56506 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2707539 56506 3461 1 0 2669197 0
[pid=9934/tid=9987] ppid=9931 vsize=10830156 memory=223276 CPUtime=1.44 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 15571 13112 0 0 132 5 4 3 20 0 15 0 49515876 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717730436464 140717742683486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10830156 memory=-3117775541953849446 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 135 13112 0 0 0 0 4 3 20 0 15 0 49515877 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 224 13112 0 0 0 0 4 3 20 0 15 0 49515877 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 4 13112 0 0 0 0 4 3 20 0 15 0 49515877 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 13 13112 0 0 0 0 4 3 20 0 15 0 49515877 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10830156 memory=183293567884583 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 31 13112 0 0 0 0 4 3 20 0 15 0 49515878 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10830156 memory=267442 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 34 13112 0 0 0 0 4 3 20 0 15 0 49515879 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717081990432 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10830156 memory=4638778398332768848 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515879 11090079744 56506 33554432000 4194304 4196468 140728303933472 140716617492096 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10830156 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11090079744 56506 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10830156 memory=280756509212912 CPUtime=0.62 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) R 9931 9934 5182 0 -1 4202560 2557 13112 0 0 55 0 4 3 20 0 15 0 49515882 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717048419296 140717742993171 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10830156 memory=4638778398332698727 CPUtime=0.59 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) R 9931 9934 5182 0 -1 4202560 1519 13112 0 0 52 0 4 3 20 0 15 0 49515882 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717047364592 140717742099761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10830156 memory=9051848878619001005 CPUtime=0.62 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 2107 13112 0 0 55 0 4 3 20 0 15 0 49515882 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10830156 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11090079744 56506 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10830156 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1 13112 0 0 0 0 4 3 20 0 15 0 49515882 11090079744 56506 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10830156 KiB

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

[pid=9934/tid=9999] ppid=9931 vsize=10916192 memory=2725568 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 681391 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10916192 memory=4140 CPUtime=0.17 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1210 13112 0 0 4 6 4 3 20 0 15 0 49515882 11178180608 681391 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 218.55 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2725564 KiB

[startup+200.001 s]*
/proc/loadavg: 1.29 1.32 1.35 3/216 10011
/proc/meminfo: memFree=19859596/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10916192 memory=2723512 CPUtime=220.18 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 139937 13112 0 0 21904 107 4 3 20 0 15 0 49515867 11178180608 680878 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2729048 680878 3535 1 0 2690701 0
[pid=9934/tid=9987] ppid=9931 vsize=10916192 memory=840 CPUtime=198.65 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 56575 13112 0 0 19814 44 4 3 20 0 15 0 49515876 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717730434960 140717376958920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10916192 memory=-7003737579269690708 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 1157 13112 0 0 68 10 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10916192 memory=1296 CPUtime=0.86 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 2960 13112 0 0 68 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10916192 memory=2412 CPUtime=0.84 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 2377 13112 0 0 66 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10916192 memory=1724 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 3226 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10916192 memory=1228 CPUtime=0.28 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 5166 13112 0 0 19 2 4 3 20 0 15 0 49515878 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10916192 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 49 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717081990496 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10916192 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 16 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716617492096 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10916192 memory=5300 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10916192 memory=4616 CPUtime=7.33 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) S 9931 9934 5182 0 -1 1077944384 19364 13112 0 0 724 2 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10916192 memory=11960 CPUtime=7.98 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 22621 13112 0 0 787 4 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10916192 memory=1008 CPUtime=2.92 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 23022 13112 0 0 279 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10916192 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10916192 memory=1716 CPUtime=0.17 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1210 13112 0 0 4 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 220.18 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2723512 KiB

[startup+200.801 s]
/proc/loadavg: 1.29 1.32 1.35 3/216 10011
/proc/meminfo: memFree=19859596/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10916192 memory=2723512 CPUtime=220.99 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 139944 13112 0 0 21985 107 4 3 20 0 15 0 49515867 11178180608 680878 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2729048 680878 3535 1 0 2690701 0
[pid=9934/tid=9987] ppid=9931 vsize=10916192 memory=2725052 CPUtime=199.43 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 56577 13112 0 0 19892 44 4 3 20 0 15 0 49515876 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717730436880 140717383775893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10916192 memory=2723512 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 1157 13112 0 0 68 10 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10916192 memory=8112282956445269571 CPUtime=0.87 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 2962 13112 0 0 69 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10916192 memory=-7161732098442470212 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 2377 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10916192 memory=-7457095209514532716 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 3228 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10916192 memory=-9001734043636558696 CPUtime=0.28 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 5167 13112 0 0 19 2 4 3 20 0 15 0 49515878 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10916192 memory=7679937539659563834 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 49 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717081990496 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10916192 memory=1399094042734925955 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 16 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716617492096 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10916192 memory=1399094042734925955 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10916192 memory=6944613755328037012 CPUtime=7.33 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) S 9931 9934 5182 0 -1 1077944384 19364 13112 0 0 724 2 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10916192 memory=-9181546051567709026 CPUtime=7.98 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 22621 13112 0 0 787 4 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10916192 memory=-7025452035940392864 CPUtime=2.92 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 23022 13112 0 0 279 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10916192 memory=1399094042734925955 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10916192 memory=-9181546051567709026 CPUtime=0.17 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1210 13112 0 0 4 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 220.99 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2723512 KiB

[startup+201.001 s]*
/proc/loadavg: 1.19 1.29 1.34 4/216 10011
/proc/meminfo: memFree=19859784/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10916192 memory=2723512 CPUtime=221.2 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 139944 13112 0 0 22006 107 4 3 20 0 15 0 49515867 11178180608 680878 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2729048 680878 3535 1 0 2690701 0
[pid=9934/tid=9987] ppid=9931 vsize=10916192 memory=-2899909650764262549 CPUtime=199.64 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 56577 13112 0 0 19913 44 4 3 20 0 15 0 49515876 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717730436880 140717381931468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10916192 memory=4211974104567786890 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 1157 13112 0 0 68 10 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10916192 memory=140378362996352 CPUtime=0.87 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 2962 13112 0 0 69 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10916192 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 2377 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10916192 memory=-1 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 3228 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10916192 memory=140378362996352 CPUtime=0.28 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 5167 13112 0 0 19 2 4 3 20 0 15 0 49515878 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10916192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 49 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717081990496 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 16 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716617492096 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10916192 memory=0 CPUtime=7.33 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) S 9931 9934 5182 0 -1 1077944384 19364 13112 0 0 724 2 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10916192 memory=-1 CPUtime=7.98 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 22621 13112 0 0 787 4 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10916192 memory=140378362996352 CPUtime=2.92 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 23022 13112 0 0 279 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10916192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10916192 memory=140378362996352 CPUtime=0.17 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1210 13112 0 0 4 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 221.2 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2723512 KiB

[startup+201.11 s]
/proc/loadavg: 1.19 1.29 1.34 4/216 10011
/proc/meminfo: memFree=19859784/32770624 swapFree=67108860/67108860
[pid=9934] ppid=9931 vsize=10916192 memory=2723512 CPUtime=221.3 cores=1,3,5,7
/proc/9934/stat : 9934 (java) S 9931 9934 5182 0 -1 1077944320 139944 13112 0 0 22016 107 4 3 20 0 15 0 49515867 11178180608 680878 33554432000 4194304 4196468 140728303933472 140728303916016 140717758602999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
/proc/9934/statm: 2729048 680878 3535 1 0 2690701 0
[pid=9934/tid=9987] ppid=9931 vsize=10916192 memory=7597105731537948778 CPUtime=199.74 cores=1,3,5,7
/proc/9934/task/9987/stat : 9987 (java) R 9931 9934 5182 0 -1 4202560 56577 13112 0 0 19923 44 4 3 20 0 15 0 49515876 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717730436880 140717383473844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9988] ppid=9931 vsize=10916192 memory=2723512 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9988/stat : 9988 (java) S 9931 9934 5182 0 -1 1077944384 1157 13112 0 0 68 10 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717762845072 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9989] ppid=9931 vsize=10916192 memory=2723512 CPUtime=0.87 cores=1,3,5,7
/proc/9934/task/9989/stat : 9989 (java) S 9931 9934 5182 0 -1 1077944384 2962 13112 0 0 69 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717692602640 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9990] ppid=9931 vsize=10916192 memory=2723512 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9990/stat : 9990 (java) S 9931 9934 5182 0 -1 1077944384 2377 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717330983568 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9991] ppid=9931 vsize=10916192 memory=2725052 CPUtime=0.85 cores=1,3,5,7
/proc/9934/task/9991/stat : 9991 (java) S 9931 9934 5182 0 -1 1077944384 3228 13112 0 0 67 11 4 3 20 0 15 0 49515877 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717329930768 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9992] ppid=9931 vsize=10916192 memory=2723516 CPUtime=0.28 cores=1,3,5,7
/proc/9934/task/9992/stat : 9992 (java) S 9931 9934 5182 0 -1 1077944384 5167 13112 0 0 19 2 4 3 20 0 15 0 49515878 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717083044464 140717758614146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9993] ppid=9931 vsize=10916192 memory=2736344 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9993/stat : 9993 (java) S 9931 9934 5182 0 -1 1077944384 49 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717081990496 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9994] ppid=9931 vsize=10916192 memory=2729160 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9994/stat : 9994 (java) S 9931 9934 5182 0 -1 1077944384 16 13112 0 0 0 0 4 3 20 0 15 0 49515879 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716617492096 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9995] ppid=9931 vsize=10916192 memory=2725052 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9995/stat : 9995 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716310092368 140717758621595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9996] ppid=9931 vsize=10916192 memory=2723512 CPUtime=7.33 cores=1,3,5,7
/proc/9934/task/9996/stat : 9996 (java) S 9931 9934 5182 0 -1 1077944384 19364 13112 0 0 724 2 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717048432752 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9997] ppid=9931 vsize=10916192 memory=2723512 CPUtime=7.98 cores=1,3,5,7
/proc/9934/task/9997/stat : 9997 (java) S 9931 9934 5182 0 -1 1077944384 22621 13112 0 0 787 4 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717047379952 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9998] ppid=9931 vsize=10916192 memory=2735832 CPUtime=2.92 cores=1,3,5,7
/proc/9934/task/9998/stat : 9998 (java) S 9931 9934 5182 0 -1 1077944384 23022 13112 0 0 279 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717046327664 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=9999] ppid=9931 vsize=10916192 memory=2725052 CPUtime=0.07 cores=1,3,5,7
/proc/9934/task/9999/stat : 9999 (java) S 9931 9934 5182 0 -1 1077944384 3 13112 0 0 0 0 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140716276533728 140717758613205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
[pid=9934/tid=10000] ppid=9931 vsize=10916192 memory=2725052 CPUtime=0.17 cores=1,3,5,7
/proc/9934/task/10000/stat : 10000 (java) S 9931 9934 5182 0 -1 1077944384 1210 13112 0 0 4 6 4 3 20 0 15 0 49515882 11178180608 680878 33554432000 4194304 4196468 140728303933472 140717045275568 140717758614146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17133568 140728303942255 140728303945052 140728303945052 140728303947727 0
Current children cumulated CPU time: 221.3 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2723512 KiB

Child status: 0
Real time (s): 201.208
CPU time (s): 221.429
CPU user time (s): 220.296
CPU system time (s): 1.13376
CPU usage (%): 110.05
Max. virtual memory (cumulated for all children) (KiB): 10918888
Max. memory (cumulated for all children) (KiB): 2916900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.296
system time used= 1.13376
maximum resident set size= 2921052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16290
involuntary context switches= 382


# summary of solver processes directly reported to runsolver:
#   pid: 9934
#   total CPU time (s): 221.429
#   total CPU user time (s): 220.296
#   total CPU system time (s): 1.13376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27095 second user time and 1.85344 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 06:18:47
IDJOB=4293478
IDBENCH=141180
IDSOLVER=2750
FILE ID=node103/4293478-1532319527
RUNJOBID= node103-1532293810-5214
PBS_JOBID= 21018979
Free space on /tmp= 56828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293478-1532319527/watcher-4293478-1532319527 -o /tmp/evaluation-result-4293478-1532319527/solver-4293478-1532319527 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5214 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=528848031 HOME/instance-4293478-1532319527.xml

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

MD5SUM BENCH= b54c09f82090ba1b7a5e810a9fcb813b
RANDOM SEED=528848031

node103.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.48
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.48
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.48
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.48
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:        22587904 kB
MemAvailable:   31151448 kB
Buffers:          251316 kB
Cached:          8512220 kB
SwapCached:            0 kB
Active:          2319932 kB
Inactive:        7284128 kB
Active(anon):     842848 kB
Inactive(anon):    16976 kB
Active(file):    1477084 kB
Inactive(file):  7267152 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:        955816 kB
Mapped:            49496 kB
Shmem:             17036 kB
Slab:             275792 kB
SReclaimable:     247768 kB
SUnreclaim:        28024 kB
KernelStack:        3808 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1776124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56800 MiB
End job on node103 at 2018-07-23 06:22:08