Trace number 4402518

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.12.3SAT 37.9628 29.9768

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-715_X2.xml
MD5SUM0286d8cb8f351d75271acd0c64dfc747
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.29109
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":181,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
37.85/29.96	v <instantiation
37.85/29.96	v         >
37.85/29.96	v       <list>
37.85/29.96	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23]
37.85/29.96	v       </list>
37.85/29.96	v       <values>
37.85/29.96	v         180 0 12 23 15 10 3 11 8 14 7 4 1 21 17 13 19 22 9 20 5 2 25 6 24 16 18 4 8 2 8 18 4 16 0 8 2 3 9 13 10 8 0 5 1 20 1 11 6 17 5 1 12 14 22 40 44 60 60 68 70 73 82 95 105 113 113 118 119 139 140 151 157 174 179 180
37.85/29.96	v       </values>
37.85/29.96	v     </instantiation>
37.85/29.96	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402518-1568982036/watcher-4402518-1568982036 -o /tmp/evaluation-result-4402518-1568982036/solver-4402518-1568982036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=630789068 HOME/instance-4402518-1568982036.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=30583, runsolver pid=30580

[startup+0.100118 s]*
/proc/loadavg: 1.42 1.36 1.40 3/218 30640
/proc/meminfo: memFree=4912900/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=9972712 memory=18332 CPUtime=0.1 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 4352 13271 0 0 1 1 5 3 20 0 6 0 474474982 10212057088 4583 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2493178 4583 1931 1 0 2481616 0
[pid=30583/tid=30636] ppid=30580 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 2136 13271 0 0 0 0 5 3 20 0 6 0 474474991 10212057088 4583 33554432000 4194304 4196468 140731291214784 139867387003472 139867415188637 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=9972712 memory=5793855964983921081 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 474474992 10212057088 4583 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=9972712 memory=140713974027904 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 474474992 10212057088 4583 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 6 0 474474992 10212057088 4583 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 474474992 10212057088 4583 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210185 s]*
/proc/loadavg: 1.42 1.36 1.40 3/227 30649
/proc/meminfo: memFree=4889348/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10820196 memory=45244 CPUtime=0.26 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 7241 13271 0 0 16 2 5 3 20 0 15 0 474474982 11079880704 11311 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2705049 11311 3296 1 0 2667149 0
[pid=30583/tid=30636] ppid=30580 vsize=10820196 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 3720 13271 0 0 10 1 5 3 20 0 15 0 474474991 11079880704 11311 33554432000 4194304 4196468 140731291214784 139867386977744 139867415188637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10820196 memory=4211974440178818442 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079880704 11311 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10820196 memory=140713974027904 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079880704 11311 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079880704 11311 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079880704 11311 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10820196 memory=140713974027904 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474993 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 474474994 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866873476512 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474994 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866750838256 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 462 13271 0 0 1 0 5 3 20 0 15 0 474474997 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) R 30580 30583 26206 0 -1 4202560 174 13271 0 0 1 0 5 3 20 0 15 0 474474997 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866838866032 139867395866288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10820196 memory=140713974027904 CPUtime=0.11 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 626 13271 0 0 3 0 5 3 20 0 15 0 474474997 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11079880704 11311 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10820196 memory=140713974027904 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474997 11079880704 11311 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45244 KiB

[startup+0.321151 s]*
/proc/loadavg: 1.42 1.36 1.40 3/227 30649
/proc/meminfo: memFree=4876124/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10820268 memory=53676 CPUtime=0.42 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 10633 13271 0 0 29 5 5 3 20 0 15 0 474474982 11079954432 13419 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2705067 13419 3317 1 0 2667149 0
[pid=30583/tid=30636] ppid=30580 vsize=10820268 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 7094 13271 0 0 19 3 5 3 20 0 15 0 474474991 11079954432 13419 33554432000 4194304 4196468 140731291214784 139867386986928 139867415188637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079954432 13419 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079954432 13419 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079954432 13419 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10820268 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11079954432 13419 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10820268 memory=140713974027903 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474993 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10820268 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 474474994 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866873476512 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10820268 memory=140713974027904 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474994 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866750838256 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10820268 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10820268 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 463 13271 0 0 2 0 5 3 20 0 15 0 474474997 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10820268 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) S 30580 30583 26206 0 -1 1077944384 183 13271 0 0 1 0 5 3 20 0 15 0 474474997 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866838866032 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10820268 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 634 13271 0 0 5 0 5 3 20 0 15 0 474474997 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11079954432 13419 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474997 11079954432 13419 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 53676 KiB

[startup+0.70117 s]
/proc/loadavg: 1.42 1.36 1.40 4/227 30649
/proc/meminfo: memFree=4861708/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10824364 memory=86052 CPUtime=1.15 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 14660 13271 0 0 99 8 5 3 20 0 15 0 474474982 11084148736 21513 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2706091 21513 3512 1 0 2668173 0
[pid=30583/tid=30636] ppid=30580 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 10048 13271 0 0 54 5 5 3 20 0 15 0 474474991 11084148736 21513 33554432000 4194304 4196468 140731291214784 139867386996256 139867399247198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11084148736 21513 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11084148736 21513 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474992 11084148736 21513 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474992 11084148736 21513 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 5 13271 0 0 0 0 5 3 20 0 15 0 474474993 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 474474994 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866873476512 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474994 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866750838256 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10824364 memory=19265 CPUtime=0.23 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 971 13271 0 0 15 0 5 3 20 0 15 0 474474997 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) R 30580 30583 26206 0 -1 4202560 613 13271 0 0 12 0 5 3 20 0 15 0 474474997 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866838851184 139867398553429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10824364 memory=734096885910169699 CPUtime=0.24 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 768 13271 0 0 16 0 5 3 20 0 15 0 474474997 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10824364 memory=4206186544037388384 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11084148736 21513 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10824364 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474997 11084148736 21513 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86052 KiB

[startup+1.50067 s]
/proc/loadavg: 1.42 1.36 1.40 5/227 30649
/proc/meminfo: memFree=4808760/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10834680 memory=201444 CPUtime=2.74 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 23933 13271 0 0 251 15 5 3 20 0 15 0 474474982 11094712320 50361 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2708670 50361 3588 1 0 2670733 0
[pid=30583/tid=30636] ppid=30580 vsize=10834680 memory=238 CPUtime=1.43 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 15400 13271 0 0 126 9 5 3 20 0 15 0 474474991 11094712320 50361 33554432000 4194304 4196468 140731291214784 139867386997760 139867399210341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10834680 memory=115 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 118 13271 0 0 1 0 5 3 20 0 15 0 474474992 11094712320 50361 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 323 13271 0 0 0 0 5 3 20 0 15 0 474474992 11094712320 50361 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10834680 memory=7380102728051812951 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 32 13271 0 0 1 0 5 3 20 0 15 0 474474992 11094712320 50361 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 46 13271 0 0 1 0 5 3 20 0 15 0 474474992 11094712320 50361 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10834680 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 1395 13271 0 0 1 0 5 3 20 0 15 0 474474993 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 35 13271 0 0 0 0 5 3 20 0 15 0 474474994 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866873476576 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 474474994 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866750838272 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10834680 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 1619 13271 0 0 38 1 5 3 20 0 15 0 474474997 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10834680 memory=4580 CPUtime=0.47 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) S 30580 30583 26206 0 -1 1077944384 1291 13271 0 0 39 0 5 3 20 0 15 0 474474997 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866838866032 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10834680 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 1456 13271 0 0 39 0 5 3 20 0 15 0 474474997 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11094712320 50361 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10834680 memory=140713866290768 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11094712320 50361 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10834680 KiB

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

[pid=30583/tid=30648] ppid=30580 vsize=10846988 memory=744 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 218134 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10846988 memory=8296 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 172 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 218134 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 35.14 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 872536 KiB

[startup+28.8007 s]
/proc/loadavg: 1.38 1.36 1.40 3/228 30657
/proc/meminfo: memFree=4035916/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10846988 memory=895064 CPUtime=36.74 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 69976 13271 0 0 3617 49 5 3 20 0 15 0 474474982 11107315712 223766 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2711747 223766 3626 1 0 2673805 0
[pid=30583/tid=30636] ppid=30580 vsize=10846988 memory=1560 CPUtime=28.55 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 27391 13271 0 0 2827 20 5 3 20 0 15 0 474474991 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867387002176 139866981611329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10846988 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 1524 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10846988 memory=984 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 948 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10846988 memory=2032 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1475 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10846988 memory=1328 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 496 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10846988 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 3430 13271 0 0 6 0 5 3 20 0 15 0 474474993 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10846988 memory=7377268268542747480 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 41 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866873476576 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866750838272 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10846988 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10846988 memory=6944656592455360604 CPUtime=3.2 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 15328 13271 0 0 309 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10846988 memory=0 CPUtime=3.13 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) S 30580 30583 26206 0 -1 1077944384 9638 13271 0 0 303 2 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866838866032 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10846988 memory=0 CPUtime=1.5 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 7316 13271 0 0 139 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10846988 memory=312 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 172 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 36.74 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 895064 KiB

[startup+29.6007 s]
/proc/loadavg: 1.27 1.34 1.39 3/228 30657
/proc/meminfo: memFree=4035916/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10846988 memory=895064 CPUtime=37.55 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 69976 13271 0 0 3698 49 5 3 20 0 15 0 474474982 11107315712 223766 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2711747 223766 3626 1 0 2673805 0
[pid=30583/tid=30636] ppid=30580 vsize=10846988 memory=6791534058613427641 CPUtime=29.35 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 27391 13271 0 0 2907 20 5 3 20 0 15 0 474474991 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867387002176 139866981606255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10846988 memory=41872 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 1524 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10846988 memory=984 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 948 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10846988 memory=2032 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1475 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10846988 memory=1328 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 496 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10846988 memory=1560 CPUtime=0.14 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 3430 13271 0 0 6 0 5 3 20 0 15 0 474474993 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10846988 memory=976 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 41 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866873476576 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10846988 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866750838272 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10846988 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10846988 memory=2832 CPUtime=3.2 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 15328 13271 0 0 309 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10846988 memory=1548 CPUtime=3.13 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) S 30580 30583 26206 0 -1 1077944384 9638 13271 0 0 303 2 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866838866032 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10846988 memory=1056 CPUtime=1.5 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 7316 13271 0 0 139 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10846988 memory=744 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10846988 memory=8296 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 172 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 37.55 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 895064 KiB

[startup+29.8007 s]
/proc/loadavg: 1.27 1.34 1.39 3/228 30657
/proc/meminfo: memFree=4035916/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10846988 memory=895064 CPUtime=37.75 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 69976 13271 0 0 3718 49 5 3 20 0 15 0 474474982 11107315712 223766 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2711747 223766 3626 1 0 2673805 0
[pid=30583/tid=30636] ppid=30580 vsize=10846988 memory=1124 CPUtime=29.55 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 27391 13271 0 0 2927 20 5 3 20 0 15 0 474474991 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867387002176 139866981609784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10846988 memory=14008 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 1524 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10846988 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 948 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10846988 memory=-7003737579269690708 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1475 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10846988 memory=1724 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 496 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10846988 memory=1808 CPUtime=0.14 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 3430 13271 0 0 6 0 5 3 20 0 15 0 474474993 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10846988 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 41 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866873476576 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10846988 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866750838272 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10846988 memory=2896 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10846988 memory=2608 CPUtime=3.2 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 15328 13271 0 0 309 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10846988 memory=1408 CPUtime=3.13 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) S 30580 30583 26206 0 -1 1077944384 9638 13271 0 0 303 2 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866838866032 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10846988 memory=3220 CPUtime=1.5 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 7316 13271 0 0 139 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10846988 memory=1075864 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10846988 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 172 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 37.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 895064 KiB

[startup+29.9007 s]
/proc/loadavg: 1.27 1.34 1.39 3/228 30657
/proc/meminfo: memFree=4035916/32770624 swapFree=66955396/67108860
[pid=30583] ppid=30580 vsize=10846988 memory=895064 CPUtime=37.85 cores=0,2,4,6
/proc/30583/stat : 30583 (java) S 30580 30583 26206 0 -1 1077944320 70000 13271 0 0 3728 49 5 3 20 0 15 0 474474982 11107315712 223766 33554432000 4194304 4196468 140731291214784 140731291197328 139867415166711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
/proc/30583/statm: 2711747 223766 3626 1 0 2673805 0
[pid=30583/tid=30636] ppid=30580 vsize=10846988 memory=895064 CPUtime=29.65 cores=0,2,4,6
/proc/30583/task/30636/stat : 30636 (java) R 30580 30583 26206 0 -1 4202560 27415 13271 0 0 2937 20 5 3 20 0 15 0 474474991 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867387002176 139866981606437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30637] ppid=30580 vsize=10846988 memory=872536 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30637/stat : 30637 (java) S 30580 30583 26206 0 -1 1077944384 1524 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867419408656 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30638] ppid=30580 vsize=10846988 memory=895064 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30638/stat : 30638 (java) S 30580 30583 26206 0 -1 1077944384 948 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867307682192 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30639] ppid=30580 vsize=10846988 memory=895064 CPUtime=0.19 cores=0,2,4,6
/proc/30583/task/30639/stat : 30639 (java) S 30580 30583 26206 0 -1 1077944384 1475 13271 0 0 7 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867306629648 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30640] ppid=30580 vsize=10846988 memory=11 CPUtime=0.18 cores=0,2,4,6
/proc/30583/task/30640/stat : 30640 (java) S 30580 30583 26206 0 -1 1077944384 496 13271 0 0 6 4 5 3 20 0 15 0 474474992 11107315712 223766 33554432000 4194304 4196468 140731291214784 139867305577104 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30641] ppid=30580 vsize=10846988 memory=872536 CPUtime=0.14 cores=0,2,4,6
/proc/30583/task/30641/stat : 30641 (java) S 30580 30583 26206 0 -1 1077944384 3430 13271 0 0 6 0 5 3 20 0 15 0 474474993 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866874530288 139867415177858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30642] ppid=30580 vsize=10846988 memory=872536 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30642/stat : 30642 (java) S 30580 30583 26206 0 -1 1077944384 41 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866873476576 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30643] ppid=30580 vsize=10846988 memory=872536 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30643/stat : 30643 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474994 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866750838272 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30644] ppid=30580 vsize=10846988 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30644/stat : 30644 (java) S 30580 30583 26206 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866146859728 139867415185307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30645] ppid=30580 vsize=10846988 memory=8 CPUtime=3.2 cores=0,2,4,6
/proc/30583/task/30645/stat : 30645 (java) S 30580 30583 26206 0 -1 1077944384 15328 13271 0 0 309 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866839918576 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30646] ppid=30580 vsize=10846988 memory=839688 CPUtime=3.13 cores=0,2,4,6
/proc/30583/task/30646/stat : 30646 (java) S 30580 30583 26206 0 -1 1077944384 9638 13271 0 0 303 2 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866838866032 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30647] ppid=30580 vsize=10846988 memory=263212775829346 CPUtime=1.5 cores=0,2,4,6
/proc/30583/task/30647/stat : 30647 (java) S 30580 30583 26206 0 -1 1077944384 7316 13271 0 0 139 3 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866837813488 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30648] ppid=30580 vsize=10846988 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30648/stat : 30648 (java) S 30580 30583 26206 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139865677097568 139867415176917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
[pid=30583/tid=30649] ppid=30580 vsize=10846988 memory=2632 CPUtime=0.08 cores=0,2,4,6
/proc/30583/task/30649/stat : 30649 (java) S 30580 30583 26206 0 -1 1077944384 172 13271 0 0 0 0 5 3 20 0 15 0 474474997 11107315712 223766 33554432000 4194304 4196468 140731291214784 139866836761392 139867415177858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11304960 140731291220720 140731291223237 140731291223237 140731291226063 0
Current children cumulated CPU time: 37.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 895064 KiB

Child status: 0
Real time (s): 29.9768
CPU time (s): 37.9628
CPU user time (s): 37.4202
CPU system time (s): 0.542602
CPU usage (%): 126.641
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 895064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4202
system time used= 0.542602
maximum resident set size= 899384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88984
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= 7830
involuntary context switches= 180


# summary of solver processes directly reported to runsolver:
#   pid: 30583
#   total CPU time (s): 37.9628
#   total CPU user time (s): 37.4202
#   total CPU system time (s): 0.542602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.20551 second user time and 0.321393 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 14:19:56
IDJOB=4402518
IDBENCH=135702
IDSOLVER=2861
FILE ID=node151/4402518-1568982036
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-715_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402518-1568982036/watcher-4402518-1568982036 -o /tmp/evaluation-result-4402518-1568982036/solver-4402518-1568982036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=630789068 HOME/instance-4402518-1568982036.xml

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

MD5SUM BENCH= 0286d8cb8f351d75271acd0c64dfc747
RANDOM SEED=630789068

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4919340 kB
MemAvailable:   30742596 kB
Buffers:          128120 kB
Cached:         25706868 kB
SwapCached:        51796 kB
Active:         13933724 kB
Inactive:       13020976 kB
Active(anon):    1065080 kB
Inactive(anon):   100424 kB
Active(file):   12868644 kB
Inactive(file): 12920552 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955396 kB
Dirty:             35888 kB
Writeback:             0 kB
AnonPages:       1176360 kB
Mapped:            62272 kB
Shmem:             36864 kB
Slab:             491376 kB
SReclaimable:     462520 kB
SUnreclaim:        28856 kB
KernelStack:        3696 kB
PageTables:         7884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2316412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12244 MiB
End job on node151 at 2019-09-20 14:20:26