Trace number 4294391

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13SAT 12.6079 5.16818

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-4-cp_c18.xml
MD5SUM323265c27f21e70af41ff0037033f3ab
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.168527
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints726
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":64}]
Minimum variable degree47
Maximum variable degree48
Distribution of variable degrees[{"degree":47,"count":48},{"degree":48,"count":16}]
Minimum constraint arity4
Maximum constraint arity64
Distribution of constraint arities[{"arity":4,"count":720},{"arity":16,"count":5},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints720
Distribution of constraint types[{"type":"intension","count":720},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
12.49/5.13	v <instantiation>
12.49/5.13	v       <list>
12.49/5.13	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15]
12.49/5.13	v       </list>
12.49/5.13	v       <values>
12.49/5.13	v         0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 2 0 1 3 3 1 0 2 0 2 3 1 1 3 2 0 3 1 2 0 2 0 3 1 0 2 1 3 1 3 0 2
12.49/5.13	v       </values>
12.49/5.13	v     </instantiation>
12.49/5.13	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8517 MiB free)
  memory of node 1: 16384 MiB (10805 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294391-1532471377/watcher-4294391-1532471377 -o /tmp/evaluation-result-4294391-1532471377/solver-4294391-1532471377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1702442972 HOME/instance-4294391-1532471377.xml 

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

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=21263, runsolver pid=21260


[startup+0.100104 s]*
/proc/loadavg: 1.57 1.40 1.40 3/210 21320
/proc/meminfo: memFree=19780488/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 4422 12971 0 0 1 0 5 3 20 0 6 0 64700833 10212057088 4269 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2493178 4269 1934 1 0 2481616 0
[pid=21263/tid=21316] ppid=21260 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 2250 12971 0 0 1 0 5 3 20 0 6 0 64700842 10212057088 4269 33554432000 4194304 4196468 140726545186112 140688644330064 140688657616240 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=9972712 memory=5793854889674881465 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 64700843 10212057088 4269 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=9972712 memory=139638664988288 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 64700843 10212057088 4269 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 64700843 10212057088 4269 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 6 0 64700843 10212057088 4269 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210161 s]*
/proc/loadavg: 1.57 1.40 1.40 3/219 21329
/proc/meminfo: memFree=19756328/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10821524 memory=46772 CPUtime=0.26 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 8424 12971 0 0 16 2 5 3 20 0 15 0 64700833 11081240576 11693 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2705381 11693 2950 1 0 2667804 0
[pid=21263/tid=21316] ppid=21260 vsize=10821524 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 5107 12971 0 0 10 1 5 3 20 0 15 0 64700842 11081240576 11825 33554432000 4194304 4196468 140726545186112 140688644318112 140688665173021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10821524 memory=4211973364869778826 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11081240576 11825 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10821524 memory=139638664988288 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11081240576 11891 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11081240576 11891 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700843 11081240576 11891 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700844 11081240576 11891 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 33 12971 0 0 0 0 5 3 20 0 15 0 64700845 11081240576 11957 33554432000 4194304 4196468 140726545186112 140688130598304 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700845 11081240576 11957 33554432000 4194304 4196468 140726545186112 140688029115888 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11081240576 11957 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10821524 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) S 21260 21263 19905 0 -1 1077944384 484 12971 0 0 1 0 5 3 20 0 15 0 64700848 11081240576 11957 33554432000 4194304 4196468 140726545186112 140687995557872 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) S 21260 21263 19905 0 -1 1077944384 123 12971 0 0 0 0 5 3 20 0 15 0 64700848 11081240576 12023 33554432000 4194304 4196468 140726545186112 140687994505328 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10821524 memory=139638664988288 CPUtime=0.11 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) S 21260 21263 19905 0 -1 1077944384 612 12971 0 0 3 0 5 3 20 0 15 0 64700848 11081240576 12023 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11081240576 12023 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10821524 memory=139638664988288 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700848 11081240576 12023 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 46772 KiB

[startup+0.310648 s]*
/proc/loadavg: 1.57 1.40 1.40 3/219 21329
/proc/meminfo: memFree=19743552/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10819352 memory=56168 CPUtime=0.39 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 10635 12971 0 0 28 3 5 3 20 0 15 0 64700833 11079016448 14042 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2704838 14042 3069 1 0 2667149 0
[pid=21263/tid=21316] ppid=21260 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 7174 12971 0 0 19 2 5 3 20 0 15 0 64700842 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688644305312 140688672515229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10819352 memory=139638664988287 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700844 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 33 12971 0 0 0 0 5 3 20 0 15 0 64700845 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688130598304 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10819352 memory=139638664988288 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700845 11079016448 14042 33554432000 4194304 4196468 140726545186112 140688029115888 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11079016448 14042 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) S 21260 21263 19905 0 -1 1077944384 485 12971 0 0 2 0 5 3 20 0 15 0 64700848 11079016448 14042 33554432000 4194304 4196468 140726545186112 140687995557872 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) S 21260 21263 19905 0 -1 1077944384 123 12971 0 0 1 0 5 3 20 0 15 0 64700848 11079016448 14042 33554432000 4194304 4196468 140726545186112 140687994505328 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) R 21260 21263 19905 0 -1 4202560 618 12971 0 0 4 0 5 3 20 0 15 0 64700848 11079016448 14042 33554432000 4194304 4196468 140726545186112 140687993452784 140688651448909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11079016448 14042 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700848 11079016448 14042 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56168 KiB

[startup+0.700755 s]
/proc/loadavg: 1.57 1.40 1.40 3/219 21329
/proc/meminfo: memFree=19733140/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10819352 memory=88600 CPUtime=0.99 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 16769 12971 0 0 87 4 5 3 20 0 15 0 64700833 11079016448 22150 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2704838 22150 3238 1 0 2667149 0
[pid=21263/tid=21316] ppid=21260 vsize=10819352 memory=19900 CPUtime=0.67 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 12244 12971 0 0 56 3 5 3 20 0 15 0 64700842 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688644314128 140688654056819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10819352 memory=288230583132496608 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10819352 memory=288287775051220497 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700843 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10819352 memory=139638513902080 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 5 12971 0 0 0 0 5 3 20 0 15 0 64700844 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10819352 memory=139642271695842 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 33 12971 0 0 0 0 5 3 20 0 15 0 64700845 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688130598304 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700845 11079016448 22150 33554432000 4194304 4196468 140726545186112 140688029115888 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10819352 memory=7305218370954160725 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11079016448 22150 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10819352 memory=7452169109558028137 CPUtime=0.15 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) S 21260 21263 19905 0 -1 1077944384 881 12971 0 0 7 0 5 3 20 0 15 0 64700848 11079016448 22150 33554432000 4194304 4196468 140726545186112 140687995557872 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10819352 memory=6935652554413002832 CPUtime=0.17 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) S 21260 21263 19905 0 -1 1077944384 719 12971 0 0 9 0 5 3 20 0 15 0 64700848 11079016448 22150 33554432000 4194304 4196468 140726545186112 140687994505328 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) S 21260 21263 19905 0 -1 1077944384 686 12971 0 0 13 0 5 3 20 0 15 0 64700848 11079016448 22150 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10819352 memory=1404238533875048054 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11079016448 22150 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700848 11079016448 22150 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88600 KiB

[startup+1.50074 s]
/proc/loadavg: 1.57 1.40 1.40 3/219 21329
/proc/meminfo: memFree=19686808/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10834252 memory=185436 CPUtime=2.44 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 25170 12971 0 0 226 10 5 3 20 0 15 0 64700833 11094274048 46359 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2708563 46359 3474 1 0 2670221 0
[pid=21263/tid=21316] ppid=21260 vsize=10834252 memory=140368 CPUtime=1.43 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 17711 12971 0 0 129 6 5 3 20 0 15 0 64700842 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688644303504 140688654056878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10834252 memory=-3117775541953849953 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 165 12971 0 0 1 0 5 3 20 0 15 0 64700843 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 13 12971 0 0 1 0 5 3 20 0 15 0 64700843 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 59 12971 0 0 1 0 5 3 20 0 15 0 64700843 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 36 12971 0 0 1 0 5 3 20 0 15 0 64700843 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10834252 memory=231211511384424 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 859 12971 0 0 1 0 5 3 20 0 15 0 64700844 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10834252 memory=278973 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 55 12971 0 0 0 0 5 3 20 0 15 0 64700845 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688130598368 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 64700845 11094274048 46359 33554432000 4194304 4196468 140726545186112 140688029115904 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11094274048 46359 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10834252 memory=279277027197168 CPUtime=0.33 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) S 21260 21263 19905 0 -1 1077944384 1440 12971 0 0 25 0 5 3 20 0 15 0 64700848 11094274048 46360 33554432000 4194304 4196468 140726545186112 140687995557872 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10834252 memory=4639059873309409377 CPUtime=0.32 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) S 21260 21263 19905 0 -1 1077944384 1018 12971 0 0 24 0 5 3 20 0 15 0 64700848 11094274048 46360 33554432000 4194304 4196468 140726545186112 140687994505328 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10834252 memory=-6305719403440004992 CPUtime=0.46 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) S 21260 21263 19905 0 -1 1077944384 1616 12971 0 0 38 0 5 3 20 0 15 0 64700848 11094274048 46360 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11094274048 46360 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11094274048 46360 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834252 KiB

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

[pid=21263/tid=21328] ppid=21260 vsize=10844512 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11104780288 63398 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10844512 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 5 12971 0 0 0 0 5 3 20 0 15 0 64700848 11104780288 63398 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 6.82 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 253592 KiB

[startup+4.00067 s]*
/proc/loadavg: 1.61 1.41 1.40 5/219 21329
/proc/meminfo: memFree=19492608/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10844512 memory=306756 CPUtime=9.48 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 46593 12971 0 0 921 19 5 3 20 0 15 0 64700833 11104780288 76689 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2711128 76689 3499 1 0 2672781 0
[pid=21263/tid=21316] ppid=21260 vsize=10844512 memory=590024538737094835 CPUtime=3.92 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 25966 12971 0 0 374 10 5 3 20 0 15 0 64700842 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688644327704 140688650495808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10844512 memory=288230608969409292 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 197 12971 0 0 1 0 5 3 20 0 15 0 64700843 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10844512 memory=3474025972259637722 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 26 12971 0 0 1 0 5 3 20 0 15 0 64700843 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10844512 memory=6081943498522125670 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 84 12971 0 0 1 0 5 3 20 0 15 0 64700843 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10844512 memory=7228705388333869202 CPUtime=0.09 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 50 12971 0 0 1 0 5 3 20 0 15 0 64700843 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10844512 memory=1 CPUtime=0.1 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 1076 12971 0 0 2 0 5 3 20 0 15 0 64700844 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10844512 memory=139638513708087 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 56 12971 0 0 0 0 5 3 20 0 15 0 64700845 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688130598368 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10844512 memory=279277027382576 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700845 11104780288 76689 33554432000 4194304 4196468 140726545186112 140688029115904 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10844512 memory=7739841015391409257 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11104780288 76689 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10844512 memory=7236270217575884397 CPUtime=1.98 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) R 21260 21263 19905 0 -1 4202560 4283 12971 0 0 189 1 5 3 20 0 15 0 64700848 11104780288 76689 33554432000 4194304 4196468 140726545186112 140687995537664 140688672514650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10844512 memory=3049007695911414832 CPUtime=2.05 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) R 21260 21263 19905 0 -1 4202560 4734 12971 0 0 196 1 5 3 20 0 15 0 64700848 11104780288 76689 33554432000 4194304 4196468 140726545186112 140687994490528 140688672514650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10844512 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) S 21260 21263 19905 0 -1 1077944384 7920 12971 0 0 149 3 5 3 20 0 15 0 64700848 11104780288 76689 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11104780288 76689 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 5 12971 0 0 0 0 5 3 20 0 15 0 64700848 11104780288 76689 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 306756 KiB

[startup+4.80075 s]
/proc/loadavg: 1.61 1.41 1.40 5/219 21329
/proc/meminfo: memFree=19492608/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10848608 memory=329344 CPUtime=11.74 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 54301 12971 0 0 1144 22 5 3 20 0 15 0 64700833 11108974592 82336 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2712152 82336 3511 1 0 2673805 0
[pid=21263/tid=21316] ppid=21260 vsize=10848608 memory=1 CPUtime=4.66 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 31655 12971 0 0 447 11 5 3 20 0 15 0 64700842 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688644308472 140688657658942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10848608 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 213 12971 0 0 4 0 5 3 20 0 15 0 64700843 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 48 12971 0 0 3 0 5 3 20 0 15 0 64700843 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10848608 memory=3 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 97 12971 0 0 4 0 5 3 20 0 15 0 64700843 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10848608 memory=208292 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 66 12971 0 0 4 0 5 3 20 0 15 0 64700843 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10848608 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 2035 12971 0 0 4 0 5 3 20 0 15 0 64700844 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10848608 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 56 12971 0 0 0 0 5 3 20 0 15 0 64700845 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688130598432 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10848608 memory=288230604624101685 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700845 11108974592 82336 33554432000 4194304 4196468 140726545186112 140688029115904 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10848608 memory=15252640871220689 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11108974592 82336 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10848608 memory=319 CPUtime=2.57 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) S 21260 21263 19905 0 -1 1077944384 4536 12971 0 0 248 1 5 3 20 0 15 0 64700848 11108974592 82336 33554432000 4194304 4196468 140726545186112 140687995557872 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10848608 memory=664970774541740186 CPUtime=2.6 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) S 21260 21263 19905 0 -1 1077944384 5056 12971 0 0 249 3 5 3 20 0 15 0 64700848 11108974592 82336 33554432000 4194304 4196468 140726545186112 140687994505328 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10848608 memory=6872598998417432672 CPUtime=1.87 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) S 21260 21263 19905 0 -1 1077944384 8337 12971 0 0 176 3 5 3 20 0 15 0 64700848 11108974592 82336 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10848608 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11108974592 82336 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10848608 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 6 12971 0 0 0 0 5 3 20 0 15 0 64700848 11108974592 82336 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 11.74 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 329344 KiB

[startup+5.00219 s]*
/proc/loadavg: 1.61 1.41 1.40 6/219 21329
/proc/meminfo: memFree=19448740/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10914144 memory=349972 CPUtime=12.18 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 59438 12971 0 0 1187 23 5 3 20 0 15 0 64700833 11176083456 87493 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2728536 87493 3512 1 0 2690189 0
[pid=21263/tid=21316] ppid=21260 vsize=10914144 memory=-8540663193526752614 CPUtime=4.87 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) R 21260 21263 19905 0 -1 4202560 36592 12971 0 0 467 12 5 3 20 0 15 0 64700842 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688644323520 140688247358928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10914144 memory=4211973364869778826 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 213 12971 0 0 4 0 5 3 20 0 15 0 64700843 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10914144 memory=279277178586872 CPUtime=0.11 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 48 12971 0 0 3 0 5 3 20 0 15 0 64700843 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10914144 memory=279277028175808 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 97 12971 0 0 4 0 5 3 20 0 15 0 64700843 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10914144 memory=139638513904863 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 66 12971 0 0 4 0 5 3 20 0 15 0 64700843 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10914144 memory=279277178586872 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) S 21260 21263 19905 0 -1 1077944384 2035 12971 0 0 4 0 5 3 20 0 15 0 64700844 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688131652080 140688672504450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10914144 memory=139638513904863 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 56 12971 0 0 0 0 5 3 20 0 15 0 64700845 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688130598432 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10914144 memory=279277028003104 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700845 11176083456 87493 33554432000 4194304 4196468 140726545186112 140688029115904 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10914144 memory=279277028007760 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11176083456 87493 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10914144 memory=0 CPUtime=2.65 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) R 21260 21263 19905 0 -1 4202560 4565 12971 0 0 256 1 5 3 20 0 15 0 64700848 11176083456 87493 33554432000 4194304 4196468 140726545186112 140687995547136 140688650090096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10914144 memory=139638513904863 CPUtime=2.68 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) R 21260 21263 19905 0 -1 4202560 5085 12971 0 0 257 3 5 3 20 0 15 0 64700848 11176083456 87493 33554432000 4194304 4196468 140726545186112 140687994490528 140688657372528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10914144 memory=279277178586872 CPUtime=1.95 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) R 21260 21263 19905 0 -1 1077944384 8479 12971 0 0 183 4 5 3 20 0 15 0 64700848 11176083456 87493 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10914144 memory=139638514109839 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11176083456 87493 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10914144 memory=279277178586872 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 6 12971 0 0 0 0 5 3 20 0 15 0 64700848 11176083456 87493 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 12.18 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 349972 KiB

[startup+5.11066 s]
/proc/loadavg: 1.61 1.41 1.40 6/219 21329
/proc/meminfo: memFree=19448740/32770624 swapFree=67108860/67108860
[pid=21263] ppid=21260 vsize=10916192 memory=351076 CPUtime=12.49 cores=1,3,5,7
/proc/21263/stat : 21263 (java) S 21260 21263 19905 0 -1 1077944320 59732 12971 0 0 1217 24 5 3 20 0 15 0 64700833 11178180608 87769 33554432000 4194304 4196468 140726545186112 140726545168656 140688672493303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
/proc/21263/statm: 2729048 87769 3512 1 0 2690701 0
[pid=21263/tid=21316] ppid=21260 vsize=10916192 memory=348320 CPUtime=4.97 cores=1,3,5,7
/proc/21263/task/21316/stat : 21316 (java) S 21260 21263 19905 0 -1 1077944384 36692 12971 0 0 477 12 5 3 20 0 15 0 64700842 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688644321248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21317] ppid=21260 vsize=10916192 memory=302692 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21317/stat : 21317 (java) S 21260 21263 19905 0 -1 1077944384 213 12971 0 0 4 0 5 3 20 0 15 0 64700843 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688676735248 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21318] ppid=21260 vsize=10916192 memory=8 CPUtime=0.11 cores=1,3,5,7
/proc/21263/task/21318/stat : 21318 (java) S 21260 21263 19905 0 -1 1077944384 48 12971 0 0 3 0 5 3 20 0 15 0 64700843 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688575625616 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21319] ppid=21260 vsize=10916192 memory=1 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21319/stat : 21319 (java) S 21260 21263 19905 0 -1 1077944384 97 12971 0 0 4 0 5 3 20 0 15 0 64700843 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688574573072 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21320] ppid=21260 vsize=10916192 memory=1 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21320/stat : 21320 (java) S 21260 21263 19905 0 -1 1077944384 66 12971 0 0 4 0 5 3 20 0 15 0 64700843 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688573520528 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21321] ppid=21260 vsize=10916192 memory=-2317720213663324238 CPUtime=0.12 cores=1,3,5,7
/proc/21263/task/21321/stat : 21321 (java) R 21260 21263 19905 0 -1 4202560 2035 12971 0 0 4 0 5 3 20 0 15 0 64700844 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688131652080 140688665210455 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21322] ppid=21260 vsize=10916192 memory=-7538374442659519899 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21322/stat : 21322 (java) S 21260 21263 19905 0 -1 1077944384 56 12971 0 0 0 0 5 3 20 0 15 0 64700845 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688130598432 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21323] ppid=21260 vsize=10916192 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21323/stat : 21323 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700845 11178180608 87769 33554432000 4194304 4196468 140726545186112 140688029115904 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21324] ppid=21260 vsize=10916192 memory=139638513603185 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21324/stat : 21324 (java) S 21260 21263 19905 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 64700848 11178180608 87769 33554432000 4194304 4196468 140726545186112 140687425137360 140688672511899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21325] ppid=21260 vsize=10916192 memory=203868 CPUtime=2.7 cores=1,3,5,7
/proc/21263/task/21325/stat : 21325 (java) S 21260 21263 19905 0 -1 1077944384 4596 12971 0 0 261 1 5 3 20 0 15 0 64700848 11178180608 87769 33554432000 4194304 4196468 140726545186112 140687995557872 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21326] ppid=21260 vsize=10916192 memory=3116 CPUtime=2.76 cores=1,3,5,7
/proc/21263/task/21326/stat : 21326 (java) R 21260 21263 19905 0 -1 4202560 5101 12971 0 0 265 3 5 3 20 0 15 0 64700848 11178180608 87769 33554432000 4194304 4196468 140726545186112 140687994493920 140688655990087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21327] ppid=21260 vsize=10916192 memory=1109900 CPUtime=2.02 cores=1,3,5,7
/proc/21263/task/21327/stat : 21327 (java) S 21260 21263 19905 0 -1 1077944384 8626 12971 0 0 190 4 5 3 20 0 15 0 64700848 11178180608 87769 33554432000 4194304 4196468 140726545186112 140687993452784 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21328] ppid=21260 vsize=10916192 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21328/stat : 21328 (java) S 21260 21263 19905 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 64700848 11178180608 87769 33554432000 4194304 4196468 140726545186112 140686955375200 140688672503509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
[pid=21263/tid=21329] ppid=21260 vsize=10916192 memory=2428 CPUtime=0.08 cores=1,3,5,7
/proc/21263/task/21329/stat : 21329 (java) S 21260 21263 19905 0 -1 1077944384 6 12971 0 0 0 0 5 3 20 0 15 0 64700848 11178180608 87769 33554432000 4194304 4196468 140726545186112 140687992400688 140688672504450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12472320 140726545189486 140726545192284 140726545192284 140726545194959 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 351076 KiB

Child status: 0
Real time (s): 5.16818
CPU time (s): 12.6079
CPU user time (s): 12.3251
CPU system time (s): 0.282814
CPU usage (%): 243.953
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 351076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3251
system time used= 0.282814
maximum resident set size= 353636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72864
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= 7087
involuntary context switches= 70


# summary of solver processes directly reported to runsolver:
#   pid: 21263
#   total CPU time (s): 12.6079
#   total CPU user time (s): 12.3251
#   total CPU system time (s): 0.282814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058694 second user time and 0.093878 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 00:29:37
IDJOB=4294391
IDBENCH=141378
IDSOLVER=2750
FILE ID=node133/4294391-1532471377
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-4-cp_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294391-1532471377/watcher-4294391-1532471377 -o /tmp/evaluation-result-4294391-1532471377/solver-4294391-1532471377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1702442972 HOME/instance-4294391-1532471377.xml

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

MD5SUM BENCH= 323265c27f21e70af41ff0037033f3ab
RANDOM SEED=1702442972

node133.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.24
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.24
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.24
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.24
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:        19787756 kB
MemAvailable:   30843656 kB
Buffers:          152552 kB
Cached:         11065360 kB
SwapCached:            0 kB
Active:          3781324 kB
Inactive:        8586168 kB
Active(anon):    1100964 kB
Inactive(anon):    68468 kB
Active(file):    2680360 kB
Inactive(file):  8517700 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26988 kB
Writeback:             0 kB
AnonPages:       1089216 kB
Mapped:            52052 kB
Shmem:             17056 kB
Slab:             313564 kB
SReclaimable:     286300 kB
SUnreclaim:        27264 kB
KernelStack:        3856 kB
PageTables:         7344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2073916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48212 MiB
End job on node133 at 2018-07-25 00:29:42