Trace number 4302402

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.2OPT8 96.4271 86.9856

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark52.9065
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.97/0.74	c Concrete v3.9.2.1532736233296 running
7.18/3.66	o 10
7.18/3.70	o 8
96.32/86.96	v <instantiation cost="8">
96.32/86.96	v       <list>
96.32/86.96	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
96.32/86.96	v       </list>
96.32/86.96	v       <values>
96.32/86.96	v         9 15 3 13 8 10 11 5 14 1 0 6 2 4 7 12 0 0 0 0 1 0 0 0 1 1 2 1 0 0 1 0 0 0 0 0 1
96.32/86.96	v       </values>
96.32/86.96	v     </instantiation>
96.32/86.96	s OPTIMUM FOUND

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302402-1532896425/watcher-4302402-1532896425 -o /tmp/evaluation-result-4302402-1532896425/solver-4302402-1532896425 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1076571939 HOME/instance-4302402-1532896425.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=5022, runsolver pid=5019
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.60 1.62 1.68 3/207 5079
/proc/meminfo: memFree=27476112/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 4444 13385 0 0 1 0 5 2 20 0 6 0 107205686 10245611520 4269 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2501370 4269 1935 1 0 2489808 0
[pid=5022/tid=5075] ppid=5019 vsize=10088124 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 2333 13385 0 0 1 0 5 2 20 0 7 0 107205695 10330238976 4401 33554432000 4194304 4196468 140728405663536 140670077008656 140670090848790 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=10088124 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 7 0 107205696 10330238976 4401 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=10088124 memory=140186769098368 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 7 0 107205696 10330238976 4401 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 7 0 107205696 10330238976 4401 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 7 0 107205696 10330238976 4401 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=10088124 memory=140186769098368 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 7 0 107205697 10330238976 4401 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.21003 s]*
/proc/loadavg: 1.60 1.62 1.68 2/216 5088
/proc/meminfo: memFree=27451264/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10982696 memory=44880 CPUtime=0.25 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 8535 13385 0 0 17 1 5 2 20 0 15 0 107205686 11246280704 11220 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2745674 11220 2968 1 0 2708109 0
[pid=5022/tid=5075] ppid=5019 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 5082 13385 0 0 10 1 5 2 20 0 15 0 107205695 11246280704 11220 33554432000 4194304 4196468 140728405663536 140670076943664 140670088352389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=10982696 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246280704 11220 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=10982696 memory=3616589168661431968 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=10982696 memory=140186769098368 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 107205697 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 13 13385 0 0 0 0 5 2 20 0 15 0 107205698 11246280704 11220 33554432000 4194304 4196468 140728405663536 140668916720928 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205698 11246280704 11220 33554432000 4194304 4196468 140728405663536 140668768872048 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246280704 11220 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 548 13385 0 0 1 0 5 2 20 0 15 0 107205701 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 68 13385 0 0 1 0 5 2 20 0 15 0 107205701 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=10982696 memory=140186769098368 CPUtime=0.1 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 623 13385 0 0 3 0 5 2 20 0 15 0 107205701 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246280704 11220 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=10982696 memory=140186769098368 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246280704 11220 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44880 KiB

[startup+0.310573 s]*
/proc/loadavg: 1.60 1.62 1.68 3/216 5088
/proc/meminfo: memFree=27443200/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10983192 memory=56224 CPUtime=0.37 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 10542 13385 0 0 28 2 5 2 20 0 15 0 107205686 11246788608 14056 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2745798 14056 3100 1 0 2708109 0
[pid=5022/tid=5075] ppid=5019 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 7093 13385 0 0 19 2 5 2 20 0 15 0 107205695 11246788608 14056 33554432000 4194304 4196468 140728405663536 140670076977344 140670089246046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 14056 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=10983192 memory=6935054825532540783 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 107205697 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 13 13385 0 0 0 0 5 2 20 0 15 0 107205698 11246788608 14056 33554432000 4194304 4196468 140728405663536 140668916720928 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205698 11246788608 14056 33554432000 4194304 4196468 140728405663536 140668768872048 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246788608 14056 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 548 13385 0 0 1 0 5 2 20 0 15 0 107205701 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 69 13385 0 0 1 0 5 2 20 0 15 0 107205701 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 628 13385 0 0 5 0 5 2 20 0 15 0 107205701 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246788608 14056 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246788608 14056 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56224 KiB

[startup+0.700761 s]
/proc/loadavg: 1.60 1.62 1.68 3/216 5088
/proc/meminfo: memFree=27431664/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10983192 memory=88916 CPUtime=0.97 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 16829 13385 0 0 86 4 5 2 20 0 15 0 107205686 11246788608 22229 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2745798 22229 3246 1 0 2708109 0
[pid=5022/tid=5075] ppid=5019 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 12421 13385 0 0 56 3 5 2 20 0 15 0 107205695 11246788608 22229 33554432000 4194304 4196468 140728405663536 140670076986384 140670088352397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 22229 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=10983192 memory=8242257093008373557 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=10983192 memory=7158860088844767568 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=10983192 memory=7588675599774802240 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 2 13385 0 0 0 0 5 2 20 0 15 0 107205696 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=10983192 memory=2319389199166351968 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 5 13385 0 0 0 0 5 2 20 0 15 0 107205697 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 13 13385 0 0 0 0 5 2 20 0 15 0 107205698 11246788608 22229 33554432000 4194304 4196468 140728405663536 140668916720928 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=10983192 memory=140186769097233 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205698 11246788608 22229 33554432000 4194304 4196468 140728405663536 140668768872048 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246788608 22229 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 1167 13385 0 0 9 0 5 2 20 0 15 0 107205701 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 336 13385 0 0 7 0 5 2 20 0 15 0 107205701 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 685 13385 0 0 13 0 5 2 20 0 15 0 107205701 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246788608 22229 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205701 11246788608 22229 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88916 KiB

[startup+1.5008 s]
/proc/loadavg: 1.60 1.62 1.68 3/216 5088
/proc/meminfo: memFree=27384960/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=10998092 memory=180004 CPUtime=2.25 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 24226 13385 0 0 209 9 5 2 20 0 15 0 107205686 11262046208 45001 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2749523 45001 3470 1 0 2711181 0
[pid=5022/tid=5075] ppid=5019 vsize=10998092 memory=164496 CPUtime=1.42 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 18207 13385 0 0 129 6 5 2 20 0 15 0 107205695 11262046208 45001 33554432000 4194304 4196468 140728405663536 140670076995744 140670091369585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=10998092 memory=288230377057958059 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 285 13385 0 0 1 0 5 2 20 0 15 0 107205696 11262046208 45001 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=10998092 memory=15258134134413744 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 5 13385 0 0 0 0 5 2 20 0 15 0 107205696 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 59 13385 0 0 1 0 5 2 20 0 15 0 107205696 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=10998092 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 25 13385 0 0 1 0 5 2 20 0 15 0 107205696 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=10998092 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 55 13385 0 0 1 0 5 2 20 0 15 0 107205697 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=10998092 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 14 13385 0 0 0 0 5 2 20 0 15 0 107205698 11262046208 45001 33554432000 4194304 4196468 140728405663536 140668916720992 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=10998092 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205698 11262046208 45001 33554432000 4194304 4196468 140728405663536 140668768872064 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=10998092 memory=2216 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11262046208 45001 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=10998092 memory=44880 CPUtime=0.26 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 1331 13385 0 0 19 0 5 2 20 0 15 0 107205701 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=10998092 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 801 13385 0 0 21 0 5 2 20 0 15 0 107205701 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=10998092 memory=140186659047760 CPUtime=0.38 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 1247 13385 0 0 31 0 5 2 20 0 15 0 107205701 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=10998092 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11262046208 45001 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 1 13385 0 0 0 0 5 2 20 0 15 0 107205701 11262046208 45001 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0

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

[pid=5022/tid=5087] ppid=5019 vsize=11080032 memory=280373319305648 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 563 13385 0 0 1 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 92.64 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627184 KiB

[startup+84.9007 s]
/proc/loadavg: 1.79 1.72 1.71 3/215 5350
/proc/meminfo: memFree=26142600/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=11080032 memory=627184 CPUtime=94.28 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 108227 13385 0 0 9381 40 5 2 20 0 15 0 107205686 11345952768 156796 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2770008 156796 3524 1 0 2731661 0
[pid=5022/tid=5075] ppid=5019 vsize=11080032 memory=2944 CPUtime=84.52 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 51561 13385 0 0 8428 17 5 2 20 0 15 0 107205695 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670077000416 140669669924209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=11080032 memory=627184 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1910 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=11080032 memory=1408 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 687 13385 0 0 11 2 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=11080032 memory=2948 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 750 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=11080032 memory=8112282956445269571 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 4003 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=11080032 memory=30512 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2449 13385 0 0 12 1 5 2 20 0 15 0 107205697 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=11080032 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 16 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668916721056 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=11080032 memory=627184 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668768872064 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=11080032 memory=627184 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=11080032 memory=627184 CPUtime=3.71 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 13831 13385 0 0 361 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=11080032 memory=2732 CPUtime=3.69 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 17640 13385 0 0 359 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=11080032 memory=1296 CPUtime=1.77 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 12619 13385 0 0 168 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=11080032 memory=2424 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=11080032 memory=1840 CPUtime=0.1 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 563 13385 0 0 1 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 94.28 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627184 KiB

[startup+85.7006 s]
/proc/loadavg: 1.79 1.72 1.71 3/215 5350
/proc/meminfo: memFree=26142600/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=11080032 memory=627184 CPUtime=95.09 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 108238 13385 0 0 9462 40 5 2 20 0 15 0 107205686 11345952768 156796 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2770008 156796 3524 1 0 2731661 0
[pid=5022/tid=5075] ppid=5019 vsize=11080032 memory=1228 CPUtime=85.32 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 51563 13385 0 0 8508 17 5 2 20 0 15 0 107205695 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670076999936 140669672594434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=11080032 memory=1944 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1910 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=11080032 memory=1416 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 687 13385 0 0 11 2 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=11080032 memory=627184 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 750 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=11080032 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 4003 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=11080032 memory=4420 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2449 13385 0 0 12 1 5 2 20 0 15 0 107205697 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=11080032 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 16 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668916721056 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=11080032 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668768872064 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=11080032 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=11080032 memory=13252 CPUtime=3.71 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 13837 13385 0 0 361 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=11080032 memory=12060 CPUtime=3.69 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 17642 13385 0 0 359 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=11080032 memory=5788 CPUtime=1.78 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 12620 13385 0 0 169 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=11080032 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=11080032 memory=1228 CPUtime=0.11 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 563 13385 0 0 2 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 95.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627184 KiB

[startup+86.5007 s]
/proc/loadavg: 1.79 1.72 1.71 3/215 5350
/proc/meminfo: memFree=26142600/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=11080032 memory=627184 CPUtime=95.91 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 108243 13385 0 0 9544 40 5 2 20 0 15 0 107205686 11345952768 156796 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2770008 156796 3524 1 0 2731661 0
[pid=5022/tid=5075] ppid=5019 vsize=11080032 memory=12060 CPUtime=86.11 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 51565 13385 0 0 8587 17 5 2 20 0 15 0 107205695 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670077000720 140669669924728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=11080032 memory=5788 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 1910 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=11080032 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 688 13385 0 0 11 2 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=11080032 memory=1840 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 750 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=11080032 memory=1004 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 4003 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=11080032 memory=12060 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2450 13385 0 0 12 1 5 2 20 0 15 0 107205697 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=11080032 memory=5788 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 16 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668916721056 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=11080032 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668768872064 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=11080032 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=11080032 memory=1944 CPUtime=3.72 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) R 5019 5022 22004 0 -1 4202560 13838 13385 0 0 362 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669530060912 140670097397860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=11080032 memory=1416 CPUtime=3.7 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 17642 13385 0 0 360 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=11080032 memory=4612 CPUtime=1.78 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 12620 13385 0 0 169 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=11080032 memory=8508 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=11080032 memory=1624 CPUtime=0.11 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 563 13385 0 0 2 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 95.91 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627184 KiB

[startup+86.9007 s]
/proc/loadavg: 1.79 1.72 1.71 3/215 5350
/proc/meminfo: memFree=26142600/32770624 swapFree=67108860/67108860
[pid=5022] ppid=5019 vsize=11080032 memory=627184 CPUtime=96.32 cores=1,3,5,7
/proc/5022/stat : 5022 (java) S 5019 5022 22004 0 -1 1077944320 109653 13385 0 0 9585 40 5 2 20 0 15 0 107205686 11345952768 156796 33554432000 4194304 4196468 140728405663536 140728405646080 140670105165559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
/proc/5022/statm: 2770008 156796 3524 1 0 2731661 0
[pid=5022/tid=5075] ppid=5019 vsize=11080032 memory=4612 CPUtime=86.51 cores=1,3,5,7
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 22004 0 -1 4202560 52009 13385 0 0 8627 17 5 2 20 0 15 0 107205695 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670077000880 140669669923085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5076] ppid=5019 vsize=11080032 memory=8508 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 22004 0 -1 1077944384 2020 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140670109407632 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5077] ppid=5019 vsize=11080032 memory=1624 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 22004 0 -1 1077944384 1209 13385 0 0 11 2 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669980055824 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5078] ppid=5019 vsize=11080032 memory=627184 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 22004 0 -1 1077944384 769 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669979003536 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5079] ppid=5019 vsize=11080032 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 22004 0 -1 1077944384 4007 13385 0 0 11 3 5 2 20 0 15 0 107205696 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669977950736 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5080] ppid=5019 vsize=11080032 memory=6655300316396806240 CPUtime=0.2 cores=1,3,5,7
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 22004 0 -1 1077944384 2749 13385 0 0 12 1 5 2 20 0 15 0 107205697 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669531114096 140670105176706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5081] ppid=5019 vsize=11080032 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 22004 0 -1 1077944384 16 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668916721056 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5082] ppid=5019 vsize=11080032 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205698 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668768872064 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5083] ppid=5019 vsize=11080032 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668461472336 140670105184155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5084] ppid=5019 vsize=11080032 memory=-3258418265892434876 CPUtime=3.72 cores=1,3,5,7
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 22004 0 -1 1077944384 13842 13385 0 0 362 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669530060912 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5085] ppid=5019 vsize=11080032 memory=-7606742951091920751 CPUtime=3.7 cores=1,3,5,7
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 22004 0 -1 1077944384 17642 13385 0 0 360 3 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669529008112 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5086] ppid=5019 vsize=11080032 memory=4137293581110450563 CPUtime=1.78 cores=1,3,5,7
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 22004 0 -1 1077944384 12623 13385 0 0 169 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669527955824 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5087] ppid=5019 vsize=11080032 memory=-3761991693426146123 CPUtime=0.07 cores=1,3,5,7
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 22004 0 -1 1077944384 3 13385 0 0 0 0 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140668030675424 140670105175765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
[pid=5022/tid=5088] ppid=5019 vsize=11080032 memory=8691514255285633087 CPUtime=0.11 cores=1,3,5,7
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 22004 0 -1 1077944384 569 13385 0 0 2 2 5 2 20 0 15 0 107205701 11345952768 156796 33554432000 4194304 4196468 140728405663536 140669526903728 140670105176706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19738624 140728405666417 140728405669217 140728405669217 140728405671887 0
Current children cumulated CPU time: 96.32 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627184 KiB

Child status: 0
Real time (s): 86.9856
CPU time (s): 96.4271
CPU user time (s): 95.9702
CPU system time (s): 0.456916
CPU usage (%): 110.854
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 646164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.9702
system time used= 0.456916
maximum resident set size= 646164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11582
involuntary context switches= 158


# summary of solver processes directly reported to runsolver:
#   pid: 5022
#   total CPU time (s): 96.4271
#   total CPU user time (s): 95.9702
#   total CPU system time (s): 0.456916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.521855 second user time and 0.876002 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:33:45
IDJOB=4302402
IDBENCH=141256
IDSOLVER=2776
FILE ID=node151/4302402-1532896425
RUNJOBID= node151-1532894133-1621
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302402-1532896425/watcher-4302402-1532896425 -o /tmp/evaluation-result-4302402-1532896425/solver-4302402-1532896425 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1076571939 HOME/instance-4302402-1532896425.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1076571939

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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.87
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.87
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.87
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:        27484928 kB
MemAvailable:   31222004 kB
Buffers:          217484 kB
Cached:          3793120 kB
SwapCached:            0 kB
Active:          2182052 kB
Inactive:        2630664 kB
Active(anon):     751684 kB
Inactive(anon):    78188 kB
Active(file):    1430368 kB
Inactive(file):  2552476 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:        914020 kB
Mapped:            57984 kB
Shmem:             25224 kB
Slab:             168564 kB
SReclaimable:     140132 kB
SUnreclaim:        28432 kB
KernelStack:        3824 kB
PageTables:         7412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1947620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:35:12