Trace number 4295199

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-13OPT4 13.02 5.32449

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.192942
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","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.74	c Concrete v3.8.1528841891564 running
11.28/4.81	o 2
11.28/4.83	o 3
11.28/4.87	o 4
12.66/5.30	v <instantiation cost="4">
12.66/5.30	v       <list>
12.66/5.30	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
12.66/5.30	v       </list>
12.66/5.30	v       <values>
12.66/5.30	v         0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0
12.66/5.30	v       </values>
12.66/5.30	v     </instantiation>
12.66/5.30	s OPTIMUM FOUND

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295199-1532537647/watcher-4295199-1532537647 -o /tmp/evaluation-result-4295199-1532537647/solver-4295199-1532537647 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1355945737 -superng HOME/instance-4295199-1532537647.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=26891, runsolver pid=26888

[startup+0.100057 s]*
/proc/loadavg: 1.98 1.54 1.40 3/206 26948
/proc/meminfo: memFree=6582380/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 4370 12993 0 0 1 0 4 3 20 0 6 0 71327841 10212057088 4203 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2493178 4203 1934 1 0 2481616 0
[pid=26891/tid=26944] ppid=26888 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 2182 12993 0 0 1 0 4 3 20 0 6 0 71327851 10212057088 4203 33554432000 4194304 4196468 140736111149328 139788861768272 139788874011998 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=9972712 memory=5793855253400160697 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 71327851 10212057088 4203 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=9972712 memory=140002390267520 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 71327851 10212057088 4203 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 6 0 71327851 10212057088 4203 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 6 0 71327851 10212057088 4203 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210066 s]*
/proc/loadavg: 1.98 1.54 1.40 3/215 26957
/proc/meminfo: memFree=6561368/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10821524 memory=43636 CPUtime=0.25 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 8632 12993 0 0 16 2 4 3 20 0 15 0 71327841 11081240576 10909 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2705381 10909 2969 1 0 2667804 0
[pid=26891/tid=26944] ppid=26888 vsize=10821524 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 5370 12993 0 0 10 1 4 3 20 0 15 0 71327851 11081240576 11041 33554432000 4194304 4196468 140736111149328 139788861756320 139788882611229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10821524 memory=4211973728595058058 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327851 11081240576 11041 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10821524 memory=140002390267520 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327851 11081240576 11041 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327851 11081240576 11041 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327851 11081240576 11107 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10821524 memory=140002390267520 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327853 11081240576 11107 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 33 12993 0 0 0 0 4 3 20 0 15 0 71327853 11081240576 11107 33554432000 4194304 4196468 140736111149328 139788348363680 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327853 11081240576 11107 33554432000 4194304 4196468 140736111149328 139787763704816 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10821524 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11081240576 10823 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) S 26888 26891 26438 0 -1 1077944384 491 12993 0 0 1 0 4 3 20 0 15 0 71327856 11081240576 10738 33554432000 4194304 4196468 140736111149328 139788314806768 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10821524 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) S 26888 26891 26438 0 -1 1077944384 87 12993 0 0 0 0 4 3 20 0 15 0 71327856 11081240576 10738 33554432000 4194304 4196468 140736111149328 139788313754224 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10819896 memory=140002390267520 CPUtime=0.1 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 557 12993 0 0 3 0 4 3 20 0 15 0 71327856 11079573504 10498 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11079573504 10498 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10818904 memory=140002390267520 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327857 11078557696 10490 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 43636 KiB

[startup+0.310502 s]*
/proc/loadavg: 1.98 1.54 1.40 3/215 26957
/proc/meminfo: memFree=6549112/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10819352 memory=52516 CPUtime=0.38 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 10693 12993 0 0 28 3 4 3 20 0 15 0 71327841 11079016448 13129 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2704838 13129 3089 1 0 2667149 0
[pid=26891/tid=26944] ppid=26888 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 7312 12993 0 0 19 2 4 3 20 0 15 0 71327851 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788861721040 139788889955101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10819352 memory=140002390267519 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327853 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 33 12993 0 0 0 0 4 3 20 0 15 0 71327853 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788348363680 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10819352 memory=140002390267520 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327853 11079016448 13129 33554432000 4194304 4196468 140736111149328 139787763704816 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11079016448 13129 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) S 26888 26891 26438 0 -1 1077944384 491 12993 0 0 1 0 4 3 20 0 15 0 71327856 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788314806768 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) R 26888 26891 26438 0 -1 4202560 88 12993 0 0 1 0 4 3 20 0 15 0 71327856 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788313754224 139788889952858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) R 26888 26891 26438 0 -1 4202560 567 12993 0 0 5 0 4 3 20 0 15 0 71327856 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788312701680 139788889952858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11079016448 13129 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327857 11079016448 13129 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52516 KiB

[startup+0.700722 s]
/proc/loadavg: 1.98 1.54 1.40 3/215 26957
/proc/meminfo: memFree=6538940/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10819352 memory=84748 CPUtime=0.99 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 16793 12993 0 0 88 4 4 3 20 0 15 0 71327841 11079016448 21187 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2704838 21187 3246 1 0 2667149 0
[pid=26891/tid=26944] ppid=26888 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 12302 12993 0 0 56 3 4 3 20 0 15 0 71327851 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788861752336 139788875097171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10819352 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327851 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 6 12993 0 0 0 0 4 3 20 0 15 0 71327853 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 33 12993 0 0 0 0 4 3 20 0 15 0 71327853 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788348363680 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327853 11079016448 21187 33554432000 4194304 4196468 140736111149328 139787763704816 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11079016448 21187 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10819352 memory=6655300316396806240 CPUtime=0.17 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) S 26888 26891 26438 0 -1 1077944384 1163 12993 0 0 10 0 4 3 20 0 15 0 71327856 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788314806768 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10819352 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) S 26888 26891 26438 0 -1 1077944384 466 12993 0 0 7 0 4 3 20 0 15 0 71327856 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788313754224 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 623 12993 0 0 13 0 4 3 20 0 15 0 71327856 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10819352 memory=280004487282928 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11079016448 21187 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327857 11079016448 21187 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84748 KiB

[startup+1.50077 s]
/proc/loadavg: 1.98 1.54 1.40 5/215 26957
/proc/meminfo: memFree=6493228/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10834252 memory=175148 CPUtime=2.33 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 23873 12993 0 0 217 9 4 3 20 0 15 0 71327841 11094274048 43787 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2708563 43787 3468 1 0 2670221 0
[pid=26891/tid=26944] ppid=26888 vsize=10834252 memory=198 CPUtime=1.42 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 17667 12993 0 0 130 5 4 3 20 0 15 0 71327851 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788861761616 139788451690415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10834252 memory=119 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 22 12993 0 0 1 0 4 3 20 0 15 0 71327851 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 188 12993 0 0 0 0 4 3 20 0 15 0 71327851 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 22 12993 0 0 1 0 4 3 20 0 15 0 71327851 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 54 12993 0 0 1 0 4 3 20 0 15 0 71327851 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 57 12993 0 0 1 0 4 3 20 0 15 0 71327853 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 33 12993 0 0 0 0 4 3 20 0 15 0 71327853 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788348363744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 71327853 11094274048 43787 33554432000 4194304 4196468 140736111149328 139787763704832 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10834252 memory=280004487319072 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11094274048 43787 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10834252 memory=2209 CPUtime=0.29 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) S 26888 26891 26438 0 -1 1077944384 1375 12993 0 0 22 0 4 3 20 0 15 0 71327856 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788314806768 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10834252 memory=20132 CPUtime=0.28 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) S 26888 26891 26438 0 -1 1077944384 998 12993 0 0 21 0 4 3 20 0 15 0 71327856 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788313754224 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10834252 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 1262 12993 0 0 36 0 4 3 20 0 15 0 71327856 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11094274048 43787 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 71327857 11094274048 43787 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10834252 KiB

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

[pid=26891/tid=26954] ppid=26888 vsize=10844512 memory=6944656425123485561 CPUtime=1.18 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) R 26888 26891 26438 0 -1 4202560 3740 12993 0 0 111 0 4 3 20 0 15 0 71327856 11104780288 60510 33554432000 4194304 4196468 140736111149328 139788313732864 139788875039483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10844512 memory=140002390268097 CPUtime=1.33 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 6215 12993 0 0 124 2 4 3 20 0 15 0 71327856 11104780288 60510 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10844512 memory=4427205132082312746 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11104780288 60510 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10844512 memory=4278790621376112742 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 11 12993 0 0 0 0 4 3 20 0 15 0 71327857 11104780288 60510 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 6.56 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 241776 KiB

[startup+4.00069 s]*
/proc/loadavg: 1.98 1.54 1.40 8/215 26957
/proc/meminfo: memFree=5936108/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10846560 memory=307808 CPUtime=9.21 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 49806 12993 0 0 898 16 4 3 20 0 15 0 71327841 11106877440 76952 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2711640 76952 3509 1 0 2673293 0
[pid=26891/tid=26944] ppid=26888 vsize=10846560 memory=576600758573596851 CPUtime=3.86 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 26557 12993 0 0 371 8 4 3 20 0 15 0 71327851 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788861749824 139788875097183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 56 12993 0 0 4 0 4 3 20 0 15 0 71327851 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10846560 memory=4411611397348392992 CPUtime=0.1 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 345 12993 0 0 3 0 4 3 20 0 15 0 71327851 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10846560 memory=6153395256922034768 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 513 12993 0 0 4 0 4 3 20 0 15 0 71327851 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10846560 memory=4120854352152769587 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 86 12993 0 0 4 0 4 3 20 0 15 0 71327851 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10846560 memory=2308580355836068822 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 3653 12993 0 0 4 0 4 3 20 0 15 0 71327853 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10846560 memory=4207609243482280713 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 41 12993 0 0 0 0 4 3 20 0 15 0 71327853 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788348363744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10846560 memory=6944613755495348631 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 9 12993 0 0 0 0 4 3 20 0 15 0 71327853 11106877440 76952 33554432000 4194304 4196468 140736111149328 139787763704832 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10846560 memory=1414353297708861353 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11106877440 76952 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10846560 memory=0 CPUtime=1.74 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) R 26888 26891 26438 0 -1 4202560 4561 12993 0 0 166 1 4 3 20 0 15 0 71327856 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788314786576 139788871453220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10846560 memory=3472328296227680299 CPUtime=1.9 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) R 26888 26891 26438 0 -1 4202560 4298 12993 0 0 182 1 4 3 20 0 15 0 71327856 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788313745056 139788867526288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10846560 memory=3184237922466236080 CPUtime=1.65 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 7484 12993 0 0 156 2 4 3 20 0 15 0 71327856 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10846560 memory=2320815291802924344 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11106877440 76952 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10846560 memory=3467970127946741424 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 11 12993 0 0 0 0 4 3 20 0 15 0 71327857 11106877440 76952 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 307808 KiB

[startup+4.80081 s]
/proc/loadavg: 1.98 1.54 1.40 8/215 26957
/proc/meminfo: memFree=5936108/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10916352 memory=366860 CPUtime=11.28 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 69189 12993 0 0 1100 21 4 3 20 0 15 0 71327841 11178344448 91715 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2729088 91715 3518 1 0 2690741 0
[pid=26891/tid=26944] ppid=26888 vsize=10916352 memory=6791534058613427641 CPUtime=4.65 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 41624 12993 0 0 445 13 4 3 20 0 15 0 71327851 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788861759088 139788451655426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10916352 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 56 12993 0 0 4 0 4 3 20 0 15 0 71327851 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10916352 memory=7 CPUtime=0.1 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 345 12993 0 0 3 0 4 3 20 0 15 0 71327851 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10916352 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 513 12993 0 0 4 0 4 3 20 0 15 0 71327851 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10916352 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 86 12993 0 0 4 0 4 3 20 0 15 0 71327851 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10916352 memory=277340 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 3653 12993 0 0 4 0 4 3 20 0 15 0 71327853 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10916352 memory=280004487665584 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 41 12993 0 0 0 0 4 3 20 0 15 0 71327853 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788348363744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10916352 memory=117672708672234 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 9 12993 0 0 0 0 4 3 20 0 15 0 71327853 11178344448 91715 33554432000 4194304 4196468 140736111149328 139787763704832 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10916352 memory=280004487557744 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11178344448 91715 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10916352 memory=-7357787915995474596 CPUtime=2.35 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) R 26888 26891 26438 0 -1 4202560 8012 12993 0 0 227 1 4 3 20 0 15 0 71327856 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788314792272 139788875039193 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10916352 memory=5495740422247797458 CPUtime=2.26 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) S 26888 26891 26438 0 -1 1077944384 4503 12993 0 0 218 1 4 3 20 0 15 0 71327856 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788313754224 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10916352 memory=-7361174377247368086 CPUtime=1.95 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) R 26888 26891 26438 0 -1 4202560 8143 12993 0 0 186 2 4 3 20 0 15 0 71327856 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788312701680 139788874179330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10916352 memory=-2605811476043407915 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11178344448 91715 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10916352 memory=-2461829820114675750 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 12 12993 0 0 0 0 4 3 20 0 15 0 71327857 11178344448 91715 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 11.28 s
Current children cumulated vsize: 10916352 KiB
Current children cumulated memory: 366860 KiB

[startup+5.20065 s]
/proc/loadavg: 2.06 1.57 1.41 9/215 26957
/proc/meminfo: memFree=5722576/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10916192 memory=362032 CPUtime=12.66 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 71967 12993 0 0 1237 22 4 3 20 0 15 0 71327841 11178180608 90508 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2729048 90508 3520 1 0 2690701 0
[pid=26891/tid=26944] ppid=26888 vsize=10916192 memory=0 CPUtime=5.05 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) R 26888 26891 26438 0 -1 4202560 41709 12993 0 0 485 13 4 3 20 0 15 0 71327851 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788861762016 139788471960828 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 56 12993 0 0 4 0 4 3 20 0 15 0 71327851 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10916192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 345 12993 0 0 3 0 4 3 20 0 15 0 71327851 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 513 12993 0 0 4 0 4 3 20 0 15 0 71327851 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 86 12993 0 0 4 0 4 3 20 0 15 0 71327851 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 3653 12993 0 0 4 0 4 3 20 0 15 0 71327853 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788349417456 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 41 12993 0 0 0 0 4 3 20 0 15 0 71327853 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788348363744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 9 12993 0 0 0 0 4 3 20 0 15 0 71327853 11178180608 90508 33554432000 4194304 4196468 140736111149328 139787763704832 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26952] ppid=26888 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26952/stat : 26952 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11178180608 90508 33554432000 4194304 4196468 140736111149328 139787456305360 139788889950107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10916192 memory=0 CPUtime=2.76 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) R 26888 26891 26438 0 -1 4202560 10312 12993 0 0 267 2 4 3 20 0 15 0 71327856 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788314794640 139788875958631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10916192 memory=0 CPUtime=2.66 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) R 26888 26891 26438 0 -1 4202560 4635 12993 0 0 258 1 4 3 20 0 15 0 71327856 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788313745056 139788873135414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10916192 memory=0 CPUtime=2.13 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 8404 12993 0 0 204 2 4 3 20 0 15 0 71327856 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 71327856 11178180608 90508 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26957] ppid=26888 vsize=10916192 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26957/stat : 26957 (java) S 26888 26891 26438 0 -1 1077944384 12 12993 0 0 0 0 4 3 20 0 15 0 71327857 11178180608 90508 33554432000 4194304 4196468 140736111149328 139788311648560 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 362032 KiB

[startup+5.30181 s]
/proc/loadavg: 2.06 1.57 1.41 9/215 26957
/proc/meminfo: memFree=5722576/32770624 swapFree=67108860/67108860
[pid=26891] ppid=26888 vsize=10981728 memory=369052 CPUtime=12.99 cores=0,2,4,6
/proc/26891/stat : 26891 (java) S 26888 26891 26438 0 -1 1077944320 72171 12993 0 0 1269 23 4 3 20 0 13 0 71327841 11245289472 92263 33554432000 4194304 4196468 140736111149328 140736111131872 139788889931511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
/proc/26891/statm: 2745432 92263 3523 1 0 2707085 0
[pid=26891/tid=26944] ppid=26888 vsize=10981728 memory=0 CPUtime=5.14 cores=0,2,4,6
/proc/26891/task/26944/stat : 26944 (java) S 26888 26891 26438 0 -1 1077944384 41742 12993 0 0 494 13 4 3 20 0 13 0 71327851 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788861774992 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26945] ppid=26888 vsize=10981728 memory=301741399295144258 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26945/stat : 26945 (java) S 26888 26891 26438 0 -1 1077944384 58 12993 0 0 4 0 4 3 20 0 13 0 71327851 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788894173968 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26946] ppid=26888 vsize=10981728 memory=368732 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26946/stat : 26946 (java) S 26888 26891 26438 0 -1 1077944384 352 12993 0 0 4 0 4 3 20 0 13 0 71327851 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788782447504 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26947] ppid=26888 vsize=10981728 memory=12813 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26947/stat : 26947 (java) S 26888 26891 26438 0 -1 1077944384 524 12993 0 0 4 0 4 3 20 0 13 0 71327851 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788781394960 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26948] ppid=26888 vsize=10981728 memory=192996 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26948/stat : 26948 (java) S 26888 26891 26438 0 -1 1077944384 93 12993 0 0 4 0 4 3 20 0 13 0 71327851 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788780342416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26949] ppid=26888 vsize=10981728 memory=180384 CPUtime=0.11 cores=0,2,4,6
/proc/26891/task/26949/stat : 26949 (java) S 26888 26891 26438 0 -1 1077944384 3655 12993 0 0 4 0 4 3 20 0 13 0 71327853 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788349417664 139788889942658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26950] ppid=26888 vsize=10981728 memory=3184097920075969281 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26950/stat : 26950 (java) S 26888 26891 26438 0 -1 1077944384 41 12993 0 0 0 0 4 3 20 0 13 0 71327853 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788348363744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26951] ppid=26888 vsize=10981728 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26951/stat : 26951 (java) S 26888 26891 26438 0 -1 1077944384 9 12993 0 0 0 0 4 3 20 0 13 0 71327853 11245289472 92263 33554432000 4194304 4196468 140736111149328 139787763704832 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26953] ppid=26888 vsize=10981728 memory=212304 CPUtime=2.85 cores=0,2,4,6
/proc/26891/task/26953/stat : 26953 (java) R 26888 26891 26438 0 -1 4202560 10345 12993 0 0 276 2 4 3 20 0 13 0 71327856 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788314786136 139788874317824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26954] ppid=26888 vsize=10981728 memory=3472328296227679313 CPUtime=2.75 cores=0,2,4,6
/proc/26891/task/26954/stat : 26954 (java) S 26888 26891 26438 0 -1 1077944384 4654 12993 0 0 267 1 4 3 20 0 13 0 71327856 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788313738416 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26955] ppid=26888 vsize=10981728 memory=8099531882097108048 CPUtime=2.15 cores=0,2,4,6
/proc/26891/task/26955/stat : 26955 (java) S 26888 26891 26438 0 -1 1077944384 8460 12993 0 0 206 2 4 3 20 0 13 0 71327856 11245289472 92263 33554432000 4194304 4196468 140736111149328 139788312701680 139788889942658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
[pid=26891/tid=26956] ppid=26888 vsize=10981728 memory=7237398200207235428 CPUtime=0.07 cores=0,2,4,6
/proc/26891/task/26956/stat : 26956 (java) S 26888 26891 26438 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 13 0 71327856 11245289472 92263 33554432000 4194304 4196468 140736111149328 139787422747744 139788889941717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36126720 140736111155371 140736111158620 140736111158620 140736111161295 0
Current children cumulated CPU time: 12.99 s
Current children cumulated vsize: 10981728 KiB
Current children cumulated memory: 369052 KiB

Child status: 0
Real time (s): 5.32449
CPU time (s): 13.02
CPU user time (s): 12.7424
CPU system time (s): 0.277564
CPU usage (%): 244.53
Max. virtual memory (cumulated for all children) (KiB): 10981728
Max. memory (cumulated for all children) (KiB): 369152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7424
system time used= 0.277564
maximum resident set size= 371036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85189
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= 7646
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 26891
#   total CPU time (s): 13.02
#   total CPU user time (s): 12.7424
#   total CPU system time (s): 0.277564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069576 second user time and 0.079808 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 18:54:07
IDJOB=4295199
IDBENCH=141489
IDSOLVER=2751
FILE ID=node139/4295199-1532537647
RUNJOBID= node139-1532535188-26469
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-05_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-4295199-1532537647/watcher-4295199-1532537647 -o /tmp/evaluation-result-4295199-1532537647/solver-4295199-1532537647 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1355945737 -superng HOME/instance-4295199-1532537647.xml

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=1355945737

node139.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.80
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.80
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.80
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.80
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:         6641124 kB
MemAvailable:   30843612 kB
Buffers:          217452 kB
Cached:         23831024 kB
SwapCached:            0 kB
Active:          3940872 kB
Inactive:       21245768 kB
Active(anon):    1093976 kB
Inactive(anon):    72240 kB
Active(file):    2846896 kB
Inactive(file): 21173528 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26832 kB
Writeback:             0 kB
AnonPages:       1087636 kB
Mapped:            53052 kB
Shmem:             25228 kB
Slab:             638312 kB
SReclaimable:     610524 kB
SUnreclaim:        27788 kB
KernelStack:        3792 kB
PageTables:         6968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2337908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    913408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 18:54:12