Trace number 4395880

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.2SAT 93.1999 74.385

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-9-mdd.xml
MD5SUMfb3d9364636893e4a3b852a85a1b811d
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 benchmark23.3671
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":64},{"degree":4,"count":16},{"degree":5,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":20},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.2.1568380929293 running
92.93/74.36	v <instantiation
92.93/74.36	v         >
92.93/74.36	v       <list>
92.93/74.36	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
92.93/74.36	v       </list>
92.93/74.36	v       <values>
92.93/74.36	v         70 51 12 30 43 49 41 56 17 21 7 65 16 60 50 54 32 64 36 42 71 18 24 40 77 39 22 37 57 10 69 45 13 55 58 25 20 19 67 47 4 59 38 63 52 27 34 35 76 29 68 33 44 23 73 53 1 78 3 14 2 66 79 11 75 46 26 81 48 61 6 15 74 31 62 9 80 28 8 5 72
92.93/74.36	v       </values>
92.93/74.36	v     </instantiation>
92.93/74.36	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 (12749 MiB free)
  memory of node 1: 16384 MiB (14899 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395880-1568404049/watcher-4395880-1568404049 -o /tmp/evaluation-result-4395880-1568404049/solver-4395880-1568404049 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29406 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1079598071 HOME/instance-4395880-1568404049.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
solver pid=30502, runsolver pid=30499
Current StackSize limit: 8192 KiB


[startup+0.102492 s]*
/proc/loadavg: 1.57 1.52 1.45 4/218 30559
/proc/meminfo: memFree=28300528/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=9972712 memory=18592 CPUtime=0.1 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 4388 13162 0 0 1 1 5 3 20 0 6 0 416669811 10212057088 4648 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2493178 4648 1935 1 0 2481616 0
[pid=30502/tid=30555] ppid=30499 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 2176 13162 0 0 0 0 5 3 20 0 6 0 416669821 10212057088 4648 33554432000 4194304 4196468 140722284682768 140492640363088 140492653838329 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 416669821 10212057088 4648 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=9972712 memory=140203300009600 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 416669821 10212057088 4648 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 6 0 416669821 10212057088 4648 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 6 0 416669821 10212057088 4648 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210399 s]*
/proc/loadavg: 1.57 1.52 1.45 3/227 30568
/proc/meminfo: memFree=28281664/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10819664 memory=42048 CPUtime=0.27 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 6897 13162 0 0 17 2 5 3 20 0 15 0 416669811 11079335936 10512 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2704916 10512 3122 1 0 2667149 0
[pid=30502/tid=30555] ppid=30499 vsize=10819664 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 3372 13162 0 0 10 1 5 3 20 0 15 0 416669821 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492640356320 140492652569957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10819664 memory=140203300009600 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10819664 memory=140203300009600 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669823 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 33 13162 0 0 0 0 5 3 20 0 15 0 416669823 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492126762272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669824 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492004124272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11079335936 10512 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 458 13162 0 0 1 0 5 3 20 0 15 0 416669826 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 198 13162 0 0 1 0 5 3 20 0 15 0 416669826 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10819664 memory=140203300009600 CPUtime=0.11 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 615 13162 0 0 3 0 5 3 20 0 15 0 416669826 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11079335936 10512 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10819664 memory=140203300009600 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669827 11079335936 10512 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42048 KiB

[startup+0.310633 s]*
/proc/loadavg: 1.57 1.52 1.45 4/227 30568
/proc/meminfo: memFree=28268804/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10820148 memory=53384 CPUtime=0.41 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 10578 13162 0 0 29 4 5 3 20 0 15 0 416669811 11079831552 13346 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2705037 13346 3283 1 0 2667149 0
[pid=30502/tid=30555] ppid=30499 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 7033 13162 0 0 18 3 5 3 20 0 15 0 416669821 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492640335512 140492646878640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10820148 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10820148 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669821 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669823 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 33 13162 0 0 0 0 5 3 20 0 15 0 416669823 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492126762272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669824 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492004124272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11079831552 13346 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 458 13162 0 0 2 0 5 3 20 0 15 0 416669826 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 208 13162 0 0 2 0 5 3 20 0 15 0 416669826 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 625 13162 0 0 5 0 5 3 20 0 15 0 416669826 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11079831552 13346 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669827 11079831552 13346 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53384 KiB

[startup+0.700808 s]
/proc/loadavg: 1.57 1.52 1.45 3/227 30568
/proc/meminfo: memFree=28241808/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10824360 memory=85564 CPUtime=1.13 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 14620 13162 0 0 98 7 5 3 20 0 15 0 416669811 11084144640 21391 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2706090 21391 3508 1 0 2668173 0
[pid=30502/tid=30555] ppid=30499 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) S 30499 30502 29375 0 -1 1077944384 9815 13162 0 0 54 5 5 3 20 0 15 0 416669821 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492640349392 140492668547517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669821 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10824360 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669821 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669821 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669821 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 5 13162 0 0 0 0 5 3 20 0 15 0 416669823 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 33 13162 0 0 0 0 5 3 20 0 15 0 416669823 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492126762272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669824 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492004124272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10824360 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11084144640 21391 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10824360 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 983 13162 0 0 12 0 5 3 20 0 15 0 416669826 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10824360 memory=15460 CPUtime=0.21 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 737 13162 0 0 13 0 5 3 20 0 15 0 416669826 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10824360 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) R 30499 30502 29375 0 -1 4202560 829 13162 0 0 17 0 5 3 20 0 15 0 416669826 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492091099504 140492668547674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10824360 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11084144640 21391 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10824360 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 1 13162 0 0 0 0 5 3 20 0 15 0 416669827 11084144640 21391 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85564 KiB

[startup+1.50156 s]
/proc/loadavg: 1.57 1.52 1.45 7/227 30568
/proc/meminfo: memFree=28174072/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10826484 memory=266308 CPUtime=3.17 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 21139 13162 0 0 292 17 5 3 20 0 15 0 416669811 11086319616 66577 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2706621 66577 3581 1 0 2668685 0
[pid=30502/tid=30555] ppid=30499 vsize=10826484 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) S 30499 30502 29375 0 -1 1077944384 10968 13162 0 0 126 7 5 3 20 0 15 0 416669821 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492640360592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10826484 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) R 30499 30502 29375 0 -1 4202560 134 13162 0 0 3 1 5 3 20 0 15 0 416669821 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492672768288 140492653554196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10826484 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) R 30499 30502 29375 0 -1 4202560 273 13162 0 0 4 1 5 3 20 0 15 0 416669821 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492561041680 140492653554210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10826484 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) R 30499 30502 29375 0 -1 4202560 415 13162 0 0 3 1 5 3 20 0 15 0 416669821 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492559989392 140492653554210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10826484 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) R 30499 30502 29375 0 -1 4202560 67 13162 0 0 3 1 5 3 20 0 15 0 416669821 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492558936792 140492653554210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10826484 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 96 13162 0 0 0 0 5 3 20 0 15 0 416669823 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492127814816 140492668536533 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10826484 memory=280406335236352 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 33 13162 0 0 0 0 5 3 20 0 15 0 416669823 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492126762272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10826484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669824 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492004124272 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10826484 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11086319616 66577 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10826484 memory=2832 CPUtime=0.66 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) R 30499 30502 29375 0 -1 4202560 2422 13162 0 0 57 1 5 3 20 0 15 0 416669826 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492093190472 140492646121440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10826484 memory=1712 CPUtime=0.68 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 2774 13162 0 0 59 1 5 3 20 0 15 0 416669826 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492092136784 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10826484 memory=1220 CPUtime=0.4 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 1741 13162 0 0 32 0 5 3 20 0 15 0 416669826 11086319616 66577 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10826484 memory=992 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11086319616 66577 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10826484 memory=5988 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669827 11086319616 67089 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10826484 KiB

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

[pid=30502/tid=30567] ppid=30499 vsize=10849044 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 366540 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10849044 memory=1466160 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 543 13162 0 0 2 2 5 3 20 0 15 0 416669827 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 90 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 1466160 KiB

[startup+73.6007 s]
/proc/loadavg: 1.86 1.63 1.49 5/227 30700
/proc/meminfo: memFree=26748216/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10849044 memory=1466160 CPUtime=92.06 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 106903 13162 0 0 9107 91 5 3 20 0 15 0 416669811 11109421056 366540 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2712261 366540 3630 1 0 2674317 0
[pid=30502/tid=30555] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=72.9 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 33537 13162 0 0 7258 24 5 3 20 0 15 0 416669821 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492640358096 140492236035820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10849044 memory=1466160 CPUtime=0.58 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1632 13162 0 0 40 10 5 3 20 0 15 0 416669821 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=0.6 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 791 13162 0 0 41 11 5 3 20 0 15 0 416669821 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10849044 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 986 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10849044 memory=1544 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 641 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10849044 memory=776 CPUtime=0.19 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 2624 13162 0 0 10 1 5 3 20 0 15 0 416669823 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10849044 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 46 13162 0 0 0 0 5 3 20 0 15 0 416669823 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492126762336 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10849044 memory=1466160 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 416669824 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492004124288 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 366540 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10849044 memory=-6524718016103568798 CPUtime=7.06 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 22344 13162 0 0 691 7 5 3 20 0 15 0 416669826 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10849044 memory=8508218500552443356 CPUtime=6.84 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 23367 13162 0 0 670 6 5 3 20 0 15 0 416669826 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10849044 memory=0 CPUtime=3.25 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 18177 13162 0 0 311 6 5 3 20 0 15 0 416669826 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10849044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 366540 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 543 13162 0 0 2 2 5 3 20 0 15 0 416669827 11109421056 366540 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 92.06 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 1466160 KiB

[startup+74.0013 s]*
/proc/loadavg: 1.86 1.63 1.49 3/227 30701
/proc/meminfo: memFree=26721604/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10849044 memory=1494832 CPUtime=92.55 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 107070 13162 0 0 9156 91 5 3 20 0 15 0 416669811 11109421056 373708 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2712261 373708 3630 1 0 2674317 0
[pid=30502/tid=30555] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=73.31 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 33652 13162 0 0 7298 25 5 3 20 0 15 0 416669821 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492640360408 140492228766951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10849044 memory=4108 CPUtime=0.58 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1632 13162 0 0 40 10 5 3 20 0 15 0 416669821 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10849044 memory=1804 CPUtime=0.6 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 791 13162 0 0 41 11 5 3 20 0 15 0 416669821 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10849044 memory=920 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 986 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10849044 memory=3848 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 641 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10849044 memory=2608 CPUtime=0.19 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 2624 13162 0 0 10 1 5 3 20 0 15 0 416669823 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10849044 memory=2712 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 46 13162 0 0 0 0 5 3 20 0 15 0 416669823 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492126762336 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10849044 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 416669824 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492004124288 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10849044 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 373708 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10849044 memory=2840 CPUtime=7.08 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 22345 13162 0 0 693 7 5 3 20 0 15 0 416669826 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10849044 memory=1466160 CPUtime=6.86 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 23368 13162 0 0 672 6 5 3 20 0 15 0 416669826 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10849044 memory=1408 CPUtime=3.3 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 18227 13162 0 0 316 6 5 3 20 0 15 0 416669826 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10849044 memory=2864 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 373708 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10849044 memory=926108 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 543 13162 0 0 2 2 5 3 20 0 15 0 416669827 11109421056 373708 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 92.55 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 1494832 KiB

[startup+74.2007 s]
/proc/loadavg: 1.86 1.63 1.49 3/227 30701
/proc/meminfo: memFree=26721604/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10849044 memory=1535792 CPUtime=92.8 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 107165 13162 0 0 9180 92 5 3 20 0 15 0 416669811 11109421056 383948 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2712261 383948 3630 1 0 2674317 0
[pid=30502/tid=30555] ppid=30499 vsize=10849044 memory=288230621803970871 CPUtime=73.5 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 33703 13162 0 0 7317 25 5 3 20 0 15 0 416669821 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492640357648 140492227287539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10849044 memory=14699590834195078 CPUtime=0.58 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1632 13162 0 0 40 10 5 3 20 0 15 0 416669821 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10849044 memory=3848 CPUtime=0.6 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 791 13162 0 0 41 11 5 3 20 0 15 0 416669821 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10849044 memory=2608 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 986 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10849044 memory=2712 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 641 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10849044 memory=1660 CPUtime=0.19 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 2624 13162 0 0 10 1 5 3 20 0 15 0 416669823 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10849044 memory=-8961168018402230209 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 46 13162 0 0 0 0 5 3 20 0 15 0 416669823 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492126762336 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10849044 memory=-8253362762722141311 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 416669824 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492004124288 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10849044 memory=7100839861465685612 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 383948 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10849044 memory=1408 CPUtime=7.1 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 22371 13162 0 0 695 7 5 3 20 0 15 0 416669826 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10849044 memory=2804 CPUtime=6.88 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 23370 13162 0 0 674 6 5 3 20 0 15 0 416669826 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10849044 memory=937908 CPUtime=3.32 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 18243 13162 0 0 318 6 5 3 20 0 15 0 416669826 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10849044 memory=280406335164304 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 383948 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 543 13162 0 0 2 2 5 3 20 0 15 0 416669827 11109421056 383948 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 92.8 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 1535792 KiB

[startup+74.3007 s]
/proc/loadavg: 1.86 1.63 1.49 3/227 30701
/proc/meminfo: memFree=26721604/32770624 swapFree=66999920/67108860
[pid=30502] ppid=30499 vsize=10849044 memory=1556388 CPUtime=92.93 cores=0,2,4,6
/proc/30502/stat : 30502 (java) S 30499 30502 29375 0 -1 1077944320 108084 13162 0 0 9193 92 5 3 20 0 15 0 416669811 11109421056 389097 33554432000 4194304 4196468 140722284682768 140722284665312 140492668526327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
/proc/30502/statm: 2712261 389097 3630 1 0 2674317 0
[pid=30502/tid=30555] ppid=30499 vsize=10849044 memory=1466160 CPUtime=73.6 cores=0,2,4,6
/proc/30502/task/30555/stat : 30555 (java) R 30499 30502 29375 0 -1 4202560 34558 13162 0 0 7326 26 5 3 20 0 15 0 416669821 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492640357648 140492649171322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30556] ppid=30499 vsize=10849044 memory=1466160 CPUtime=0.58 cores=0,2,4,6
/proc/30502/task/30556/stat : 30556 (java) S 30499 30502 29375 0 -1 1077944384 1632 13162 0 0 40 10 5 3 20 0 15 0 416669821 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492672768400 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30557] ppid=30499 vsize=10849044 memory=14012 CPUtime=0.6 cores=0,2,4,6
/proc/30502/task/30557/stat : 30557 (java) S 30499 30502 29375 0 -1 1077944384 791 13162 0 0 41 11 5 3 20 0 15 0 416669821 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492561041680 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30558] ppid=30499 vsize=10849044 memory=49 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30558/stat : 30558 (java) S 30499 30502 29375 0 -1 1077944384 986 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492559989392 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30559] ppid=30499 vsize=10849044 memory=11 CPUtime=0.57 cores=0,2,4,6
/proc/30502/task/30559/stat : 30559 (java) S 30499 30502 29375 0 -1 1077944384 641 13162 0 0 39 10 5 3 20 0 15 0 416669821 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492558936592 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30560] ppid=30499 vsize=10849044 memory=1398352 CPUtime=0.19 cores=0,2,4,6
/proc/30502/task/30560/stat : 30560 (java) S 30499 30502 29375 0 -1 1077944384 2624 13162 0 0 10 1 5 3 20 0 15 0 416669823 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492127816304 140492668537474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30561] ppid=30499 vsize=10849044 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30561/stat : 30561 (java) S 30499 30502 29375 0 -1 1077944384 46 13162 0 0 0 0 5 3 20 0 15 0 416669823 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492126762336 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30562] ppid=30499 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30562/stat : 30562 (java) S 30499 30502 29375 0 -1 1077944384 4 13162 0 0 0 0 5 3 20 0 15 0 416669824 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492004124288 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30563] ppid=30499 vsize=10849044 memory=12024 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30563/stat : 30563 (java) S 30499 30502 29375 0 -1 1077944384 2 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 389097 33554432000 4194304 4196468 140722284682768 140491400145488 140492668544923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30564] ppid=30499 vsize=10849044 memory=1466160 CPUtime=7.11 cores=0,2,4,6
/proc/30502/task/30564/stat : 30564 (java) S 30499 30502 29375 0 -1 1077944384 22413 13162 0 0 696 7 5 3 20 0 15 0 416669826 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492093204592 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30565] ppid=30499 vsize=10849044 memory=1466160 CPUtime=6.88 cores=0,2,4,6
/proc/30502/task/30565/stat : 30565 (java) S 30499 30502 29375 0 -1 1077944384 23374 13162 0 0 674 6 5 3 20 0 15 0 416669826 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492092151792 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30566] ppid=30499 vsize=10849044 memory=1466160 CPUtime=3.34 cores=0,2,4,6
/proc/30502/task/30566/stat : 30566 (java) S 30499 30502 29375 0 -1 1077944384 18264 13162 0 0 320 6 5 3 20 0 15 0 416669826 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492091099504 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30567] ppid=30499 vsize=10849044 memory=1466160 CPUtime=0.08 cores=0,2,4,6
/proc/30502/task/30567/stat : 30567 (java) S 30499 30502 29375 0 -1 1077944384 3 13162 0 0 0 0 5 3 20 0 15 0 416669826 11109421056 389097 33554432000 4194304 4196468 140722284682768 140490930383328 140492668536533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
[pid=30502/tid=30568] ppid=30499 vsize=10849044 memory=1466160 CPUtime=0.12 cores=0,2,4,6
/proc/30502/task/30568/stat : 30568 (java) S 30499 30502 29375 0 -1 1077944384 543 13162 0 0 2 2 5 3 20 0 15 0 416669827 11109421056 389097 33554432000 4194304 4196468 140722284682768 140492090047408 140492668537474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16031744 140722284686063 140722284688581 140722284688581 140722284691407 0
Current children cumulated CPU time: 92.93 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 1556388 KiB

Child status: 0
Real time (s): 74.385
CPU time (s): 93.1999
CPU user time (s): 92.1443
CPU system time (s): 1.05559
CPU usage (%): 125.294
Max. virtual memory (cumulated for all children) (KiB): 10849044
Max. memory (cumulated for all children) (KiB): 1556388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.1443
system time used= 1.05559
maximum resident set size= 1630560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14661
involuntary context switches= 281


# summary of solver processes directly reported to runsolver:
#   pid: 30502
#   total CPU time (s): 93.1999
#   total CPU user time (s): 92.1443
#   total CPU system time (s): 1.05559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.442341 second user time and 0.780923 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 21:46:50
IDJOB=4395880
IDBENCH=133266
IDSOLVER=2846
FILE ID=node123/4395880-1568404049
RUNJOBID= node123-1568399035-29406
PBS_JOBID= 21701874
Free space on /tmp= 59144 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-9-mdd.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395880-1568404049/watcher-4395880-1568404049 -o /tmp/evaluation-result-4395880-1568404049/solver-4395880-1568404049 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29406 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1079598071 HOME/instance-4395880-1568404049.xml

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

MD5SUM BENCH= fb3d9364636893e4a3b852a85a1b811d
RANDOM SEED=1079598071

node123.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.49
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.49
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.49
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.49
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:        28312932 kB
MemAvailable:   31070524 kB
Buffers:          131080 kB
Cached:          2891624 kB
SwapCached:         7388 kB
Active:          1766424 kB
Inactive:        2073880 kB
Active(anon):     810180 kB
Inactive(anon):    49324 kB
Active(file):     956244 kB
Inactive(file):  2024556 kB
Unevictable:      107524 kB
Mlocked:          107524 kB
SwapTotal:      67108860 kB
SwapFree:       66999920 kB
Dirty:             39404 kB
Writeback:             0 kB
AnonPages:        919224 kB
Mapped:            57872 kB
Shmem:             32684 kB
Slab:             215072 kB
SReclaimable:     185256 kB
SUnreclaim:        29816 kB
KernelStack:        3728 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2139068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59108 MiB
End job on node123 at 2019-09-13 21:48:05