Trace number 4295330

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT545 14.0547 6.16969

General information on the benchmark

NameMario/
Mario-easy-4_c18.xml
MD5SUM5cffdbc8485328962942cd612d77bced
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark545
Best CPU time to get the best result obtained on this benchmark2.8312
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
9.04/4.25	o 174
9.04/4.28	o 304
9.04/4.30	o 364
9.35/4.37	o 380
9.35/4.39	o 423
9.70/4.41	o 431
9.70/4.42	o 439
9.70/4.44	o 501
10.34/4.65	o 518
12.97/5.50	o 545
13.97/6.15	v <instantiation cost="545">
13.97/6.15	v       <list>
13.97/6.15	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
13.97/6.15	v       </list>
13.97/6.15	v       <values>
13.97/6.15	v         4 0 7 8 12 14 13 6 9 2 1 11 5 10 3 111 0 136 340 281 7 180 21 115 302 4 0 255 18 189 0 0 3 58 67 5 11 46 62 27 92 0 52 60 62
13.97/6.15	v       </values>
13.97/6.15	v     </instantiation>
13.97/6.15	s OPTIMUM FOUND

Verifier Data

OK	545

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295330-1532548173/watcher-4295330-1532548173 -o /tmp/evaluation-result-4295330-1532548173/solver-4295330-1532548173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2040963211 -superng HOME/instance-4295330-1532548173.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=32617, runsolver pid=32614

[startup+0.102327 s]*
/proc/loadavg: 1.66 1.51 1.43 2/206 32674
/proc/meminfo: memFree=12557948/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=9972712 memory=18592 CPUtime=0.1 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 4276 12887 0 0 1 1 5 3 20 0 6 0 72380505 10212057088 4648 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2493178 4648 1934 1 0 2481616 0
[pid=32617/tid=32670] ppid=32614 vsize=9972712 memory=4279135703946986127 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 2081 12887 0 0 1 0 5 3 20 0 6 0 72380514 10212057088 4648 33554432000 4194304 4196468 140727261341328 139936493220432 139936506506608 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 6 0 72380515 10212057088 4648 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=9972712 memory=140394528048768 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 6 0 72380515 10212057088 4648 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 6 0 72380515 10212057088 4648 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 6 0 72380515 10212057088 4648 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210308 s]*
/proc/loadavg: 1.66 1.51 1.43 3/215 32683
/proc/meminfo: memFree=12540888/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10818904 memory=41556 CPUtime=0.26 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 7619 12887 0 0 16 2 5 3 20 0 15 0 72380505 11078557696 10389 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2704726 10389 2968 1 0 2667149 0
[pid=32617/tid=32670] ppid=32614 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 4279 12887 0 0 10 1 5 3 20 0 15 0 72380514 11078557696 10455 33554432000 4194304 4196468 140727261341328 139936493200784 139936501659392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380515 11078557696 10455 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10818904 memory=140394528048768 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11078557696 10455 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11078557696 10455 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11078557696 10455 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10818904 memory=140394528048768 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380517 11078557696 10455 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 33 12887 0 0 0 0 5 3 20 0 15 0 72380517 11078557696 10455 33554432000 4194304 4196468 140727261341328 139935995606176 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11078557696 10455 33554432000 4194304 4196468 140727261341328 139935604531952 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11078557696 10455 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) S 32614 32617 31421 0 -1 1077944384 479 12887 0 0 1 0 5 3 20 0 15 0 72380520 11078557696 10455 33554432000 4194304 4196468 140727261341328 139935962049264 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 88 12887 0 0 1 0 5 3 20 0 15 0 72380520 11078557696 10521 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10818904 memory=140394528048768 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) S 32614 32617 31421 0 -1 1077944384 558 12887 0 0 3 0 5 3 20 0 15 0 72380520 11078557696 10521 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11078557696 10521 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10818904 memory=140394528048768 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380520 11078557696 10521 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41556 KiB

[startup+0.31011 s]*
/proc/loadavg: 1.66 1.51 1.43 3/215 32683
/proc/meminfo: memFree=12529092/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10819352 memory=53012 CPUtime=0.38 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 10306 12887 0 0 28 2 5 3 20 0 15 0 72380505 11079016448 13253 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2704838 13253 3087 1 0 2667149 0
[pid=32617/tid=32670] ppid=32614 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 6932 12887 0 0 19 1 5 3 20 0 15 0 72380514 11079016448 13253 33554432000 4194304 4196468 140727261341328 139936493195680 139936505464158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10819352 memory=7445101439888674896 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 13253 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 13253 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 13253 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 13253 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380517 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 33 12887 0 0 0 0 5 3 20 0 15 0 72380517 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935995606176 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935604531952 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) S 32614 32617 31421 0 -1 1077944384 479 12887 0 0 1 0 5 3 20 0 15 0 72380520 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935962049264 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 89 12887 0 0 1 0 5 3 20 0 15 0 72380520 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) S 32614 32617 31421 0 -1 1077944384 568 12887 0 0 5 0 5 3 20 0 15 0 72380520 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380520 11079016448 13253 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53012 KiB

[startup+0.700739 s]
/proc/loadavg: 1.66 1.51 1.43 3/215 32683
/proc/meminfo: memFree=12518808/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10819352 memory=85004 CPUtime=0.99 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 16379 12887 0 0 87 4 5 3 20 0 15 0 72380505 11079016448 21251 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2704838 21251 3241 1 0 2667149 0
[pid=32617/tid=32670] ppid=32614 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 11963 12887 0 0 55 3 5 3 20 0 15 0 72380514 11079016448 21251 33554432000 4194304 4196468 140727261341328 139936493175192 139936502947246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 21251 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 21251 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 21251 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380515 11079016448 21251 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 5 12887 0 0 0 0 5 3 20 0 15 0 72380517 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 33 12887 0 0 0 0 5 3 20 0 15 0 72380517 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935995606176 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935604531952 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10819352 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) S 32614 32617 31421 0 -1 1077944384 872 12887 0 0 7 0 5 3 20 0 15 0 72380520 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935962049264 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10819352 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 686 12887 0 0 10 0 5 3 20 0 15 0 72380520 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) S 32614 32617 31421 0 -1 1077944384 617 12887 0 0 13 0 5 3 20 0 15 0 72380520 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380520 11079016448 21251 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85004 KiB

[startup+1.50082 s]
/proc/loadavg: 1.66 1.51 1.43 4/215 32683
/proc/meminfo: memFree=12450936/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10834252 memory=177112 CPUtime=2.27 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 23303 12887 0 0 207 12 5 3 20 0 15 0 72380505 11094274048 44278 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2708563 44278 3475 1 0 2670221 0
[pid=32617/tid=32670] ppid=32614 vsize=10834252 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 17246 12887 0 0 125 7 5 3 20 0 15 0 72380514 11094274048 44278 33554432000 4194304 4196468 140727261341328 139936493215040 139936091156261 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 192 12887 0 0 1 0 5 3 20 0 15 0 72380515 11094274048 44278 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 26 12887 0 0 1 0 5 3 20 0 15 0 72380515 11094274048 44278 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 21 12887 0 0 0 0 5 3 20 0 15 0 72380515 11094274048 44278 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 66 12887 0 0 0 0 5 3 20 0 15 0 72380515 11094274048 44278 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10834252 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 55 12887 0 0 1 0 5 3 20 0 15 0 72380517 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10834252 memory=280788855761152 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 34 12887 0 0 0 0 5 3 20 0 15 0 72380517 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935995606240 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935604531968 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10834252 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10834252 memory=1232 CPUtime=0.32 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) S 32614 32617 31421 0 -1 1077944384 1402 12887 0 0 24 0 5 3 20 0 15 0 72380520 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935962049264 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10834252 memory=8536 CPUtime=0.26 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 851 12887 0 0 18 0 5 3 20 0 15 0 72380520 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10834252 memory=1712 CPUtime=0.4 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) R 32614 32617 31421 0 -1 4202560 1212 12887 0 0 32 0 5 3 20 0 15 0 72380520 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935959943664 139936521397520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10834252 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10834252 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380520 11094274048 44278 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

[pid=32617/tid=32682] ppid=32614 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11106877440 65270 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10846560 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 2 12887 0 0 0 0 5 3 20 0 15 0 72380520 11106877440 65270 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 261080 KiB

[startup+4.80133 s]
/proc/loadavg: 1.66 1.51 1.43 6/215 32683
/proc/meminfo: memFree=12179752/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10916192 memory=383744 CPUtime=10.96 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 72549 12887 0 0 1063 25 5 3 20 0 15 0 72380505 11178180608 95936 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2729048 95936 3503 1 0 2690701 0
[pid=32617/tid=32670] ppid=32614 vsize=10916192 memory=14133333755955767 CPUtime=4.64 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 45083 12887 0 0 442 14 5 3 20 0 15 0 72380514 11178180608 95936 33554432000 4194304 4196468 140727261341328 139936493217520 139936521395606 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 226 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 95936 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 34 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 95936 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10916192 memory=-9001733975035308135 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 50 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 95936 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10916192 memory=-6586668835053300886 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 220 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 95936 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10916192 memory=6958453264360695866 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 1395 12887 0 0 3 0 5 3 20 0 15 0 72380517 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10916192 memory=6944665225511868275 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 38 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935995606304 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10916192 memory=6944665225511868275 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935604531968 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10916192 memory=-6804530833007812508 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10916192 memory=6944665225511868275 CPUtime=2.36 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) R 32614 32617 31421 0 -1 4202560 13066 12887 0 0 225 3 5 3 20 0 15 0 72380520 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935962035280 139936501103804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10916192 memory=0 CPUtime=2.27 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) R 32614 32617 31421 0 -1 4202560 4811 12887 0 0 219 0 5 3 20 0 15 0 72380520 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935960997016 139936506497297 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10916192 memory=140394428144401 CPUtime=1.68 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) S 32614 32617 31421 0 -1 1077944384 5420 12887 0 0 158 2 5 3 20 0 15 0 72380520 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10916192 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 9 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 95936 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 10.96 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 383744 KiB

[startup+5.60127 s]
/proc/loadavg: 1.76 1.53 1.43 5/215 32683
/proc/meminfo: memFree=12031060/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10916192 memory=387044 CPUtime=13.22 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 72902 12887 0 0 1289 25 5 3 20 0 15 0 72380505 11178180608 96761 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2729048 96761 3511 1 0 2690701 0
[pid=32617/tid=32670] ppid=32614 vsize=10916192 memory=0 CPUtime=5.43 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 45092 12887 0 0 521 14 5 3 20 0 15 0 72380514 11178180608 96761 33554432000 4194304 4196468 140727261341328 139936493215816 139936098251771 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10916192 memory=280788856553120 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 226 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 96761 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10916192 memory=140394428278832 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 45 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 96761 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10916192 memory=1296 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 51 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 96761 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10916192 memory=2400 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 221 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 96761 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10916192 memory=1836 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 1396 12887 0 0 3 0 5 3 20 0 15 0 72380517 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10916192 memory=13044 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 38 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935995606304 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10916192 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935604531968 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10916192 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10916192 memory=1232 CPUtime=3.07 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) S 32614 32617 31421 0 -1 1077944384 13226 12887 0 0 296 3 5 3 20 0 15 0 72380520 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935962049264 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10916192 memory=8536 CPUtime=2.96 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 4916 12887 0 0 288 0 5 3 20 0 15 0 72380520 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10916192 memory=1712 CPUtime=1.73 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) S 32614 32617 31421 0 -1 1077944384 5481 12887 0 0 163 2 5 3 20 0 15 0 72380520 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10916192 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10916192 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 96761 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 13.22 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 387044 KiB

[startup+6.00131 s]*
/proc/loadavg: 1.76 1.53 1.43 5/215 32683
/proc/meminfo: memFree=12019704/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10916192 memory=395460 CPUtime=13.84 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 72994 12887 0 0 1351 25 5 3 20 0 15 0 72380505 11178180608 98865 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2729048 98865 3511 1 0 2690701 0
[pid=32617/tid=32670] ppid=32614 vsize=10916192 memory=29678448712876256 CPUtime=5.83 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 45110 12887 0 0 561 14 5 3 20 0 15 0 72380514 11178180608 98865 33554432000 4194304 4196468 140727261341328 139936493216760 139936107492333 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10916192 memory=288230583199596567 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 231 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98865 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10916192 memory=4123528034269333152 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 45 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98865 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10916192 memory=6081663161626552421 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 51 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98865 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10916192 memory=2319389207756747039 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 221 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98865 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10916192 memory=3540005023991271354 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 1410 12887 0 0 3 0 5 3 20 0 15 0 72380517 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10916192 memory=7517363405094662191 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 38 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935995606304 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10916192 memory=7232886968738802340 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935604531968 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10916192 memory=-7595761213668167008 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10916192 memory=0 CPUtime=3.21 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) R 32614 32617 31421 0 -1 4202560 13246 12887 0 0 310 3 5 3 20 0 15 0 72380520 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935962049264 139936502085159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10916192 memory=3472328279047811119 CPUtime=3.02 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 4929 12887 0 0 294 0 5 3 20 0 15 0 72380520 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10916192 memory=3472468673575859888 CPUtime=1.76 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) R 32614 32617 31421 0 -1 1077944384 5503 12887 0 0 165 3 5 3 20 0 15 0 72380520 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10916192 memory=8315167063373608818 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10916192 memory=665073794109149362 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 98865 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 13.84 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 395460 KiB

[startup+6.11007 s]
/proc/loadavg: 1.76 1.53 1.43 5/215 32683
/proc/meminfo: memFree=12019704/32770624 swapFree=67108860/67108860
[pid=32617] ppid=32614 vsize=10916192 memory=395536 CPUtime=13.97 cores=0,2,4,6
/proc/32617/stat : 32617 (java) S 32614 32617 31421 0 -1 1077944320 73009 12887 0 0 1364 25 5 3 20 0 15 0 72380505 11178180608 98884 33554432000 4194304 4196468 140727261341328 140727261323872 139936521383671 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
/proc/32617/statm: 2729048 98884 3511 1 0 2690701 0
[pid=32617/tid=32670] ppid=32614 vsize=10916192 memory=391312 CPUtime=5.93 cores=0,2,4,6
/proc/32617/task/32670/stat : 32670 (java) R 32614 32617 31421 0 -1 4202560 45110 12887 0 0 571 14 5 3 20 0 15 0 72380514 11178180608 98884 33554432000 4194304 4196468 140727261341328 139936493216760 139936102166060 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32671] ppid=32614 vsize=10916192 memory=8836 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32671/stat : 32671 (java) S 32614 32617 31421 0 -1 1077944384 231 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98884 33554432000 4194304 4196468 140727261341328 139936525626384 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32672] ppid=32614 vsize=10916192 memory=348360 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32672/stat : 32672 (java) S 32614 32617 31421 0 -1 1077944384 45 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98884 33554432000 4194304 4196468 140727261341328 139936413899920 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32673] ppid=32614 vsize=10916192 memory=1012 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32673/stat : 32673 (java) S 32614 32617 31421 0 -1 1077944384 51 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98884 33554432000 4194304 4196468 140727261341328 139936412846864 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32674] ppid=32614 vsize=10916192 memory=1436 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32674/stat : 32674 (java) S 32614 32617 31421 0 -1 1077944384 221 12887 0 0 3 0 5 3 20 0 15 0 72380515 11178180608 98884 33554432000 4194304 4196468 140727261341328 139936411794320 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32675] ppid=32614 vsize=10916192 memory=315796 CPUtime=0.11 cores=0,2,4,6
/proc/32617/task/32675/stat : 32675 (java) S 32614 32617 31421 0 -1 1077944384 1410 12887 0 0 3 0 5 3 20 0 15 0 72380517 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935996659952 139936521394818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32676] ppid=32614 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32676/stat : 32676 (java) S 32614 32617 31421 0 -1 1077944384 38 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935995606304 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32677] ppid=32614 vsize=10916192 memory=280788855685360 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32677/stat : 32677 (java) S 32614 32617 31421 0 -1 1077944384 1 12887 0 0 0 0 5 3 20 0 15 0 72380517 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935604531968 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32678] ppid=32614 vsize=10916192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32678/stat : 32678 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935095805904 139936521402267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32679] ppid=32614 vsize=10916192 memory=21696 CPUtime=3.22 cores=0,2,4,6
/proc/32617/task/32679/stat : 32679 (java) S 32614 32617 31421 0 -1 1077944384 13251 12887 0 0 311 3 5 3 20 0 15 0 72380520 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935962049264 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32680] ppid=32614 vsize=10916192 memory=384516 CPUtime=3.03 cores=0,2,4,6
/proc/32617/task/32680/stat : 32680 (java) S 32614 32617 31421 0 -1 1077944384 4934 12887 0 0 295 0 5 3 20 0 15 0 72380520 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935960996720 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32681] ppid=32614 vsize=10916192 memory=56 CPUtime=1.76 cores=0,2,4,6
/proc/32617/task/32681/stat : 32681 (java) S 32614 32617 31421 0 -1 1077944384 5508 12887 0 0 165 3 5 3 20 0 15 0 72380520 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935959943664 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32682] ppid=32614 vsize=10916192 memory=-8312670058677691234 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32682/stat : 32682 (java) S 32614 32617 31421 0 -1 1077944384 3 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935062248288 139936521393877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
[pid=32617/tid=32683] ppid=32614 vsize=10916192 memory=-8312670058677691234 CPUtime=0.08 cores=0,2,4,6
/proc/32617/task/32683/stat : 32683 (java) S 32614 32617 31421 0 -1 1077944384 13 12887 0 0 0 0 5 3 20 0 15 0 72380520 11178180608 98884 33554432000 4194304 4196468 140727261341328 139935958891056 139936521394818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19550208 140727261345963 140727261349212 140727261349212 140727261351887 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 395536 KiB

Child status: 0
Real time (s): 6.16969
CPU time (s): 14.0547
CPU user time (s): 13.7506
CPU system time (s): 0.304051
CPU usage (%): 227.802
Max. virtual memory (cumulated for all children) (KiB): 10919000
Max. memory (cumulated for all children) (KiB): 395536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7506
system time used= 0.304051
maximum resident set size= 397672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85997
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= 7544
involuntary context switches= 74


# summary of solver processes directly reported to runsolver:
#   pid: 32617
#   total CPU time (s): 14.0547
#   total CPU user time (s): 13.7506
#   total CPU system time (s): 0.304051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061372 second user time and 0.101158 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 21:49:33
IDJOB=4295330
IDBENCH=141521
IDSOLVER=2751
FILE ID=node107/4295330-1532548173
RUNJOBID= node107-1532543154-31452
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-easy-4_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295330-1532548173/watcher-4295330-1532548173 -o /tmp/evaluation-result-4295330-1532548173/solver-4295330-1532548173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2040963211 -superng HOME/instance-4295330-1532548173.xml

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

MD5SUM BENCH= 5cffdbc8485328962942cd612d77bced
RANDOM SEED=2040963211

node107.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.40
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.40
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.40
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.40
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:        12574152 kB
MemAvailable:   31491172 kB
Buffers:          284140 kB
Cached:         18752700 kB
SwapCached:            0 kB
Active:          4702428 kB
Inactive:       14830028 kB
Active(anon):     498496 kB
Inactive(anon):    25036 kB
Active(file):    4203932 kB
Inactive(file): 14804992 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26820 kB
Writeback:             0 kB
AnonPages:        502344 kB
Mapped:            53048 kB
Shmem:             25228 kB
Slab:             364064 kB
SReclaimable:     336556 kB
SUnreclaim:        27508 kB
KernelStack:        3568 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1556128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 21:49:39