Trace number 4304614

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.9.2-SuperNGOPT68 9.48228 4.75137

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-02_c18.xml
MD5SUM2a7801ec96cf67d89ec484abe9bad078
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark3.41371
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size344
Distribution of domain sizes[{"size":1,"count":1},{"size":344,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":16},{"degree":5,"count":21},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":93},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":16,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.74	c Concrete v3.9.2.1532736233296 running
8.67/4.01	o 80
8.67/4.05	o 77
9.01/4.14	o 76
9.01/4.14	o 72
9.32/4.22	o 68
9.32/4.23	v <instantiation cost="68">
9.32/4.23	v       <list>
9.32/4.23	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] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
9.32/4.23	v       </list>
9.32/4.23	v       <values>
9.32/4.23	v         0 28 0 0 7 7 38 16 21 24 14 16 14 21 22 22 33 24 23 29 24 24 22 47 28 41 34 16 37 33 51 36 36 30 44 33 29 46 45 45 51 51 47 45 59 39 42 28 37 48 48 54 52 56 60 53 64 65 60 61 67 68
9.32/4.23	v       </values>
9.32/4.23	v     </instantiation>
9.45/4.73	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304614-1534120674/watcher-4304614-1534120674 -o /tmp/evaluation-result-4304614-1534120674/solver-4304614-1534120674 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1226033507 -superng HOME/instance-4304614-1534120674.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=11557, runsolver pid=11554

[startup+0.100196 s]*
/proc/loadavg: 1.58 1.71 1.76 3/209 11614
/proc/meminfo: memFree=16684396/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=10005480 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 4380 12885 0 0 1 1 5 2 20 0 6 0 229630554 10245611520 4715 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2501370 4715 1934 1 0 2489808 0
[pid=11557/tid=11610] ppid=11554 vsize=10005480 memory=4279135703913235855 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) R 11554 11557 6975 0 -1 4202560 2192 12885 0 0 0 0 5 2 20 0 6 0 229630563 10245611520 4715 33554432000 4194304 4196468 140720790659552 139642898178640 139642926363805 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 229630564 10245611520 4715 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=10005480 memory=139648997152384 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 229630564 10245611520 4715 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 229630564 10245611520 4715 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 6 0 229630564 10245611520 4715 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210338 s]*
/proc/loadavg: 1.58 1.71 1.76 2/218 11623
/proc/meminfo: memFree=16661496/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=10982696 memory=44100 CPUtime=0.25 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 8370 12885 0 0 16 2 5 2 20 0 15 0 229630554 11246280704 11025 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2745674 11025 2952 1 0 2708109 0
[pid=11557/tid=11610] ppid=11554 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) R 11554 11557 6975 0 -1 4202560 4887 12885 0 0 10 1 5 2 20 0 15 0 229630563 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642898139536 139642907905435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=10982696 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=10982696 memory=139648997164195 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11615] ppid=11554 vsize=10982696 memory=139648997152384 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11615/stat : 11615 (java) S 11554 11557 6975 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642419350256 139642926353026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246280704 11025 33554432000 4194304 4196468 140720790659552 139641734817440 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246280704 11025 33554432000 4194304 4196468 140720790659552 139641533490416 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11618] ppid=11554 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11618/stat : 11618 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246280704 11025 33554432000 4194304 4196468 140720790659552 139641226090960 139642926360475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 477 12885 0 0 1 0 5 2 20 0 15 0 229630569 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642418297072 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 160 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642417244528 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=10982696 memory=139648997152384 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 621 12885 0 0 3 0 5 2 20 0 15 0 229630569 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246280704 11025 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11623] ppid=11554 vsize=10982696 memory=139648997152384 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11623/stat : 11623 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246280704 11025 33554432000 4194304 4196468 140720790659552 139642415139888 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44100 KiB

[startup+0.310985 s]*
/proc/loadavg: 1.58 1.71 1.76 3/218 11623
/proc/meminfo: memFree=16651364/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=10983192 memory=55448 CPUtime=0.38 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 10392 12885 0 0 28 3 5 2 20 0 15 0 229630554 11246788608 13862 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2745798 13862 3084 1 0 2708109 0
[pid=11557/tid=11610] ppid=11554 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) R 11554 11557 6975 0 -1 4202560 6908 12885 0 0 19 2 5 2 20 0 15 0 229630563 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642898153888 139642910422366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11615] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11615/stat : 11615 (java) S 11554 11557 6975 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642419350256 139642926353026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246788608 13862 33554432000 4194304 4196468 140720790659552 139641734817440 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246788608 13862 33554432000 4194304 4196468 140720790659552 139641533490416 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11618] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11618/stat : 11618 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246788608 13862 33554432000 4194304 4196468 140720790659552 139641226090960 139642926360475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 478 12885 0 0 2 0 5 2 20 0 15 0 229630569 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642418297072 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 160 12885 0 0 1 0 5 2 20 0 15 0 229630569 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642417244528 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=10983192 memory=139648997152384 CPUtime=0.12 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 626 12885 0 0 5 0 5 2 20 0 15 0 229630569 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246788608 13862 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11623] ppid=11554 vsize=10983192 memory=139648997152384 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11623/stat : 11623 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246788608 13862 33554432000 4194304 4196468 140720790659552 139642415139888 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55448 KiB

[startup+0.700693 s]
/proc/loadavg: 1.58 1.71 1.76 3/218 11623
/proc/meminfo: memFree=16638836/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=10983192 memory=88728 CPUtime=0.99 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 16849 12885 0 0 87 5 5 2 20 0 15 0 229630554 11246788608 22182 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2745798 22182 3237 1 0 2708109 0
[pid=11557/tid=11610] ppid=11554 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) R 11554 11557 6975 0 -1 4202560 12375 12885 0 0 55 4 5 2 20 0 15 0 229630563 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642898162704 139642910422366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 229630564 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11615] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11615/stat : 11615 (java) S 11554 11557 6975 0 -1 1077944384 5 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642419350256 139642926353026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246788608 22182 33554432000 4194304 4196468 140720790659552 139641734817440 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630566 11246788608 22182 33554432000 4194304 4196468 140720790659552 139641533490416 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11618] ppid=11554 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11618/stat : 11618 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246788608 22182 33554432000 4194304 4196468 140720790659552 139641226090960 139642926360475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=10983192 memory=139648848405488 CPUtime=0.16 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 764 12885 0 0 9 0 5 2 20 0 15 0 229630569 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642418297072 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=10983192 memory=139650861630053 CPUtime=0.15 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 780 12885 0 0 8 0 5 2 20 0 15 0 229630569 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642417244528 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=10983192 memory=14888 CPUtime=0.2 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 703 12885 0 0 13 0 5 2 20 0 15 0 229630569 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=10983192 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246788608 22182 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11623] ppid=11554 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11623/stat : 11623 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630569 11246788608 22182 33554432000 4194304 4196468 140720790659552 139642415139888 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88728 KiB

[startup+1.50079 s]
/proc/loadavg: 1.58 1.71 1.76 3/218 11623
/proc/meminfo: memFree=16592380/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=10998092 memory=177676 CPUtime=2.27 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 23918 12885 0 0 211 9 5 2 20 0 15 0 229630554 11262046208 44419 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2749523 44419 3472 1 0 2711181 0
[pid=11557/tid=11610] ppid=11554 vsize=10998092 memory=3303 CPUtime=1.43 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) R 11554 11557 6975 0 -1 4202560 17929 12885 0 0 130 6 5 2 20 0 15 0 229630563 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642898166032 139642912556446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 28 12885 0 0 1 0 5 2 20 0 15 0 229630564 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 15 12885 0 0 1 0 5 2 20 0 15 0 229630564 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=10998092 memory=3124 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 58 12885 0 0 1 0 5 2 20 0 15 0 229630564 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=10998092 memory=88728 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 206 12885 0 0 0 0 5 2 20 0 15 0 229630564 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11615] ppid=11554 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11615/stat : 11615 (java) S 11554 11557 6975 0 -1 1077944384 59 12885 0 0 1 0 5 2 20 0 15 0 229630566 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642419350256 139642926353026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 14 12885 0 0 0 0 5 2 20 0 15 0 229630566 11262046208 44419 33554432000 4194304 4196468 140720790659552 139641734817504 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630566 11262046208 44419 33554432000 4194304 4196468 140720790659552 139641533490432 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11618] ppid=11554 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11618/stat : 11618 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11262046208 44419 33554432000 4194304 4196468 140720790659552 139641226090960 139642926360475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=10998092 memory=4638778398332698720 CPUtime=0.31 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 1208 12885 0 0 24 0 5 2 20 0 15 0 229630569 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642418297072 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=10998092 memory=279297697291136 CPUtime=0.23 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 908 12885 0 0 16 0 5 2 20 0 15 0 229630569 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642417244528 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=10998092 memory=6944656592452938395 CPUtime=0.39 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 1288 12885 0 0 32 0 5 2 20 0 15 0 229630569 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11262046208 44419 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11623] ppid=11554 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11623/stat : 11623 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630569 11262046208 44419 33554432000 4194304 4196468 140720790659552 139642415139888 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[pid=11557/tid=11613] ppid=11554 vsize=11008352 memory=7 CPUtime=0.09 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 408 12885 0 0 2 0 5 2 20 0 15 0 229630564 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=11008352 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 705 12885 0 0 1 0 5 2 20 0 15 0 229630564 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11615] ppid=11554 vsize=11008352 memory=7 CPUtime=0.09 cores=0,2,4,6
/proc/11557/task/11615/stat : 11615 (java) R 11554 11557 6975 0 -1 4202560 4777 12885 0 0 2 0 5 2 20 0 15 0 229630566 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642419348544 139642911347915 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=11008352 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 14 12885 0 0 0 0 5 2 20 0 15 0 229630566 11272552448 61929 33554432000 4194304 4196468 140720790659552 139641734817504 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=11008352 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630566 11272552448 61929 33554432000 4194304 4196468 140720790659552 139641533490432 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11618] ppid=11554 vsize=11008352 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11618/stat : 11618 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11272552448 61929 33554432000 4194304 4196468 140720790659552 139641226090960 139642926360475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=11008352 memory=1696 CPUtime=0.97 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 1616 12885 0 0 89 1 5 2 20 0 15 0 229630569 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642418297072 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=11008352 memory=916 CPUtime=1.2 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 2981 12885 0 0 112 1 5 2 20 0 15 0 229630569 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642417244528 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=11008352 memory=3844 CPUtime=1.27 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 4292 12885 0 0 119 1 5 2 20 0 15 0 229630569 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=11008352 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11272552448 61929 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11623] ppid=11554 vsize=11008352 memory=2672 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11623/stat : 11623 (java) S 11554 11557 6975 0 -1 1077944384 9 12885 0 0 0 0 5 2 20 0 15 0 229630569 11272552448 61929 33554432000 4194304 4196468 140720790659552 139642415139888 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 6.51 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 247716 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.61 1.71 1.76 5/218 11623
/proc/meminfo: memFree=16384000/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=11080616 memory=320540 CPUtime=8.67 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 67578 12885 0 0 839 21 5 2 20 0 15 0 229630554 11346550784 80135 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2770154 80135 3507 1 0 2731807 0
[pid=11557/tid=11610] ppid=11554 vsize=11080616 memory=734141938788466993 CPUtime=3.87 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) R 11554 11557 6975 0 -1 4202560 44350 12885 0 0 369 11 5 2 20 0 15 0 229630563 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642898177048 139642907748154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=11080616 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 63 12885 0 0 3 0 5 2 20 0 15 0 229630564 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=11080616 memory=297468622001917056 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 35 12885 0 0 3 0 5 2 20 0 15 0 229630564 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=11080616 memory=7518026630507424109 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 408 12885 0 0 3 0 5 2 20 0 15 0 229630564 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=11080616 memory=7014753778854290794 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 705 12885 0 0 3 0 5 2 20 0 15 0 229630564 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11615] ppid=11554 vsize=11080616 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11615/stat : 11615 (java) S 11554 11557 6975 0 -1 1077944384 5209 12885 0 0 3 0 5 2 20 0 15 0 229630566 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642419350256 139642926353026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=11080616 memory=2319389199166742576 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 14 12885 0 0 0 0 5 2 20 0 15 0 229630566 11346550784 80135 33554432000 4194304 4196468 140720790659552 139641734817504 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=11080616 memory=7012476707586599538 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 229630566 11346550784 80135 33554432000 4194304 4196468 140720790659552 139641533490432 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11618] ppid=11554 vsize=11080616 memory=7665506367115390822 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11618/stat : 11618 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11346550784 80135 33554432000 4194304 4196468 140720790659552 139641226090960 139642926360475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=11080616 memory=0 CPUtime=1.62 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) R 11554 11557 6975 0 -1 4202560 5706 12885 0 0 153 2 5 2 20 0 15 0 229630569 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642418283048 139642909897123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=11080616 memory=5983648038440218671 CPUtime=1.6 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) R 11554 11557 6975 0 -1 4202560 3659 12885 0 0 152 1 5 2 20 0 15 0 229630569 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642417230960 139642909752774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=11080616 memory=2320961550837255605 CPUtime=1.53 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) R 11554 11557 6975 0 -1 1077944384 5216 12885 0 0 144 2 5 2 20 0 15 0 229630569 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=11080616 memory=3472895575524712495 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 229630569 11346550784 80135 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11623] ppid=11554 vsize=11080616 memory=3905377562944572597 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11623/stat : 11623 (java) S 11554 11557 6975 0 -1 1077944384 9 12885 0 0 0 0 5 2 20 0 15 0 229630569 11346550784 80135 33554432000 4194304 4196468 140720790659552 139642415139888 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 11080616 KiB
Current children cumulated memory: 320540 KiB

[startup+4.40066 s]
/proc/loadavg: 1.61 1.71 1.76 5/218 11623
/proc/meminfo: memFree=16384000/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=11076952 memory=321524 CPUtime=9.45 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 68622 12885 0 0 916 22 5 2 20 0 12 0 229630554 11342798848 80381 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2769238 80381 3510 1 0 2730891 0
[pid=11557/tid=11610] ppid=11554 vsize=11076952 memory=0 CPUtime=4.09 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) D 11554 11557 6975 0 -1 4202560 44434 12885 0 0 391 11 5 2 20 0 12 0 229630563 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642898185528 139642919027511 0 0 0 16800975 18446744072100891781 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=11076952 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 63 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=11076952 memory=4641364497563736428 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 35 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=11076952 memory=6155418371502664808 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 408 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=11076952 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 705 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=11076952 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 14 12885 0 0 0 0 5 2 20 0 12 0 229630566 11342798848 80381 33554432000 4194304 4196468 140720790659552 139641734817504 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=11076952 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 12 0 229630566 11342798848 80381 33554432000 4194304 4196468 140720790659552 139641533490432 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=11076952 memory=6944652177228980320 CPUtime=1.84 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 5915 12885 0 0 175 2 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642418282128 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=11076952 memory=6944652177228980320 CPUtime=1.83 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 4217 12885 0 0 175 1 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642417224928 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=11076952 memory=6655300316396806240 CPUtime=1.63 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 5373 12885 0 0 154 2 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=11076952 memory=279297696727280 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 11076952 KiB
Current children cumulated memory: 321524 KiB

[startup+4.6006 s]
/proc/loadavg: 1.61 1.71 1.76 5/218 11623
/proc/meminfo: memFree=16384000/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=11076952 memory=321524 CPUtime=9.45 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 68622 12885 0 0 916 22 5 2 20 0 12 0 229630554 11342798848 80381 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2769238 80381 3510 1 0 2730891 0
[pid=11557/tid=11610] ppid=11554 vsize=11076952 memory=51812472195562 CPUtime=4.09 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) D 11554 11557 6975 0 -1 4202560 44434 12885 0 0 391 11 5 2 20 0 12 0 229630563 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642898185528 139642919027511 0 0 0 16800975 18446744072100891781 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=11076952 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 63 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=11076952 memory=-7739291672887926688 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 35 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=11076952 memory=4206468019014099040 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 408 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=11076952 memory=4206468019014099040 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 705 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=11076952 memory=139648997162385 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 14 12885 0 0 0 0 5 2 20 0 12 0 229630566 11342798848 80381 33554432000 4194304 4196468 140720790659552 139641734817504 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=11076952 memory=7739550752660087652 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 12 0 229630566 11342798848 80381 33554432000 4194304 4196468 140720790659552 139641533490432 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=11076952 memory=7229798466399659370 CPUtime=1.84 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 5915 12885 0 0 175 2 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642418282128 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=11076952 memory=7884234371369685602 CPUtime=1.83 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 4217 12885 0 0 175 1 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642417224928 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=11076952 memory=1408 CPUtime=1.63 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 5373 12885 0 0 154 2 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=11076952 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 11076952 KiB
Current children cumulated memory: 321524 KiB

[startup+4.7006 s]
/proc/loadavg: 1.61 1.71 1.76 5/218 11623
/proc/meminfo: memFree=16384000/32770624 swapFree=67108860/67108860
[pid=11557] ppid=11554 vsize=11076952 memory=321524 CPUtime=9.45 cores=0,2,4,6
/proc/11557/stat : 11557 (java) S 11554 11557 6975 0 -1 1077944320 68622 12885 0 0 916 22 5 2 20 0 12 0 229630554 11342798848 80381 33554432000 4194304 4196468 140720790659552 140720790642096 139642926341879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
/proc/11557/statm: 2769238 80381 3510 1 0 2730891 0
[pid=11557/tid=11610] ppid=11554 vsize=11076952 memory=279297697146944 CPUtime=4.09 cores=0,2,4,6
/proc/11557/task/11610/stat : 11610 (java) D 11554 11557 6975 0 -1 4202560 44434 12885 0 0 391 11 5 2 20 0 12 0 229630563 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642898185528 139642919027511 0 0 0 16800975 18446744072100891781 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11611] ppid=11554 vsize=11076952 memory=279297696975080 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11611/stat : 11611 (java) S 11554 11557 6975 0 -1 1077944384 63 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642930584080 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11612] ppid=11554 vsize=11076952 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11612/stat : 11612 (java) S 11554 11557 6975 0 -1 1077944384 35 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642811849360 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11613] ppid=11554 vsize=11076952 memory=227720 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11613/stat : 11613 (java) S 11554 11557 6975 0 -1 1077944384 408 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642810796304 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11614] ppid=11554 vsize=11076952 memory=3303 CPUtime=0.1 cores=0,2,4,6
/proc/11557/task/11614/stat : 11614 (java) S 11554 11557 6975 0 -1 1077944384 705 12885 0 0 3 0 5 2 20 0 12 0 229630564 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642809743760 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11616] ppid=11554 vsize=11076952 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11616/stat : 11616 (java) S 11554 11557 6975 0 -1 1077944384 14 12885 0 0 0 0 5 2 20 0 12 0 229630566 11342798848 80381 33554432000 4194304 4196468 140720790659552 139641734817504 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11617] ppid=11554 vsize=11076952 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11617/stat : 11617 (java) S 11554 11557 6975 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 12 0 229630566 11342798848 80381 33554432000 4194304 4196468 140720790659552 139641533490432 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11619] ppid=11554 vsize=11076952 memory=321524 CPUtime=1.84 cores=0,2,4,6
/proc/11557/task/11619/stat : 11619 (java) S 11554 11557 6975 0 -1 1077944384 5915 12885 0 0 175 2 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642418282128 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11620] ppid=11554 vsize=11076952 memory=3976732485301903407 CPUtime=1.83 cores=0,2,4,6
/proc/11557/task/11620/stat : 11620 (java) S 11554 11557 6975 0 -1 1077944384 4217 12885 0 0 175 1 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642417224928 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11621] ppid=11554 vsize=11076952 memory=6297554387142006629 CPUtime=1.63 cores=0,2,4,6
/proc/11557/task/11621/stat : 11621 (java) S 11554 11557 6975 0 -1 1077944384 5373 12885 0 0 154 2 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139642416191472 139642926353026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
[pid=11557/tid=11622] ppid=11554 vsize=11076952 memory=6297554387142006629 CPUtime=0.07 cores=0,2,4,6
/proc/11557/task/11622/stat : 11622 (java) S 11554 11557 6975 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 12 0 229630569 11342798848 80381 33554432000 4194304 4196468 140720790659552 139640795294048 139642926352085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10964992 140720790665827 140720790668636 140720790668636 140720790671311 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 11076952 KiB
Current children cumulated memory: 321524 KiB

Child status: 0
Real time (s): 4.75137
CPU time (s): 9.48228
CPU user time (s): 9.21817
CPU system time (s): 0.264103
CPU usage (%): 199.569
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 322424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.21818
system time used= 0.264103
maximum resident set size= 323500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81532
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= 6301
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 11557
#   total CPU time (s): 9.48228
#   total CPU user time (s): 9.21817
#   total CPU system time (s): 0.264103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051476 second user time and 0.088742 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 02:37:54
IDJOB=4304614
IDBENCH=141478
IDSOLVER=2781
FILE ID=node132/4304614-1534120674
RUNJOBID= node132-1534095874-7006
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304614-1534120674/watcher-4304614-1534120674 -o /tmp/evaluation-result-4304614-1534120674/solver-4304614-1534120674 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1226033507 -superng HOME/instance-4304614-1534120674.xml

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

MD5SUM BENCH= 2a7801ec96cf67d89ec484abe9bad078
RANDOM SEED=1226033507

node132.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.65
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.65
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.65
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.65
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:        16691020 kB
MemAvailable:   30834828 kB
Buffers:          247104 kB
Cached:         14007340 kB
SwapCached:            0 kB
Active:          8119464 kB
Inactive:        7258156 kB
Active(anon):    1072624 kB
Inactive(anon):   102816 kB
Active(file):    7046840 kB
Inactive(file):  7155340 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26376 kB
Writeback:             0 kB
AnonPages:       1254276 kB
Mapped:            67976 kB
Shmem:             49824 kB
Slab:             398144 kB
SReclaimable:     370088 kB
SUnreclaim:        28056 kB
KernelStack:        3888 kB
PageTables:         7832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2296680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1019904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38148 MiB
End job on node132 at 2018-08-13 02:37:59