Trace number 4293166

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-SuperNG 2018-06-13SAT 134.567 118.065

General information on the benchmark

NameStripPacking/
StripPacking-C1P1_c18.xml
MD5SUM889218b6c90316b766a017c27e87ee44
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 benchmark2.87841
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints49
Number of domains18
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":44},{"size":20,"count":32}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":32},{"degree":3,"count":32}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":32},{"arity":3,"count":16},{"arity":64,"count":1}]
Number of extensional constraints16
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":32},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
134.47/118.04	v <instantiation>
134.47/118.04	v       <list>
134.47/118.04	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15]
134.47/118.04	v       </list>
134.47/118.04	v       <values>
134.47/118.04	v         15 0 0 0 15 15 17 12 10 9 8 8 6 11 0 0 0 0 10 7 17 12 0 0 7 18 14 10 7 14 18 16 2 12 8 6 5 5 3 3 5 6 3 2 4 4 9 11 12 7 6 3 3 5 12 7 7 2 2 4 3 4 2 2 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0
134.47/118.04	v       </values>
134.47/118.04	v     </instantiation>
134.47/118.04	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 (14247 MiB free)
  memory of node 1: 16384 MiB (12804 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293166-1532308619/watcher-4293166-1532308619 -o /tmp/evaluation-result-4293166-1532308619/solver-4293166-1532308619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=410213343 -superng HOME/instance-4293166-1532308619.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100102 s]*
/proc/loadavg: 4.24 3.98 2.89 3/207 5462
/proc/meminfo: memFree=27691280/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=9972712 memory=17168 CPUtime=0.08 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 4472 13242 0 0 1 0 5 2 20 0 6 0 48425106 10212057088 4292 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2493178 4292 1934 1 0 2481616 0
[pid=5405/tid=5458] ppid=5402 vsize=9988792 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 2338 13242 0 0 1 0 5 2 20 0 6 0 48425115 10228523008 4358 33554432000 4194304 4196468 140730379977200 140254486274640 140254499969792 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=9988792 memory=5793855952099404217 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 6 0 48425116 10228523008 4358 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=9988792 memory=140701089511040 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 6 0 48425116 10228523008 4358 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 6 0 48425116 10228523008 4358 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 6 0 48425116 10228523008 4358 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17168 KiB

[startup+0.209972 s]*
/proc/loadavg: 4.24 3.98 2.89 3/216 5471
/proc/meminfo: memFree=27666912/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10818936 memory=50436 CPUtime=0.25 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 9497 13242 0 0 16 2 5 2 20 0 15 0 48425106 11078590464 12609 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2704734 12609 2941 1 0 2667157 0
[pid=5405/tid=5458] ppid=5402 vsize=10818904 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 6146 13242 0 0 10 1 5 2 20 0 15 0 48425115 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254486262688 140254498518366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10818904 memory=4211974427294301578 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425116 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10818904 memory=140701089511040 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425116 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425116 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425116 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10818904 memory=140701089511040 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425117 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 13 13242 0 0 0 0 5 2 20 0 15 0 48425118 11078557696 12609 33554432000 4194304 4196468 140730379977200 140253968983712 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11078557696 12609 33554432000 4194304 4196468 140730379977200 140253834765552 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11078557696 12609 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 509 13242 0 0 1 0 5 2 20 0 15 0 48425121 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 55 13242 0 0 0 0 5 2 20 0 15 0 48425121 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10818904 memory=140701089511040 CPUtime=0.1 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) R 5402 5405 3468 0 -1 4202560 569 13242 0 0 3 0 5 2 20 0 15 0 48425121 11078557696 12609 33554432000 4194304 4196468 140730379977200 140254037936112 140254498690409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11078557696 12609 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10818904 memory=140701089511040 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425121 11078557696 12609 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 50436 KiB

[startup+0.310491 s]*
/proc/loadavg: 4.24 3.98 2.89 3/216 5471
/proc/meminfo: memFree=27653888/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10819352 memory=58312 CPUtime=0.39 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 10698 13242 0 0 29 3 5 2 20 0 15 0 48425106 11079016448 14578 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2704838 14578 3060 1 0 2667149 0
[pid=5405/tid=5458] ppid=5402 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 7336 13242 0 0 20 2 5 2 20 0 15 0 48425115 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254486249888 140254494713182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10819352 memory=4294967295 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10819352 memory=140701089511039 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425117 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 13 13242 0 0 0 0 5 2 20 0 15 0 48425118 11079016448 14578 33554432000 4194304 4196468 140730379977200 140253968983712 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11079016448 14578 33554432000 4194304 4196468 140730379977200 140253834765552 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11079016448 14578 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 509 13242 0 0 1 0 5 2 20 0 15 0 48425121 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 56 13242 0 0 1 0 5 2 20 0 15 0 48425121 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10819352 memory=140701089511040 CPUtime=0.12 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 577 13242 0 0 5 0 5 2 20 0 15 0 48425121 11079016448 14578 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11079016448 14578 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10819352 memory=140701089511040 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425121 11079016448 14578 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58312 KiB

[startup+0.700736 s]
/proc/loadavg: 4.24 3.98 2.89 3/216 5471
/proc/meminfo: memFree=27645204/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10819352 memory=90896 CPUtime=0.98 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 16763 13242 0 0 87 4 5 2 20 0 15 0 48425106 11079016448 22724 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2704838 22724 3243 1 0 2667149 0
[pid=5405/tid=5458] ppid=5402 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 12304 13242 0 0 56 3 5 2 20 0 15 0 48425115 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254486258704 140254494713201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10819352 memory=3472468996400554035 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425116 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10819352 memory=281401962558720 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 5 13242 0 0 0 0 5 2 20 0 15 0 48425117 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10819352 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 13 13242 0 0 0 0 5 2 20 0 15 0 48425118 11079016448 22724 33554432000 4194304 4196468 140730379977200 140253968983712 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11079016448 22724 33554432000 4194304 4196468 140730379977200 140253834765552 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11079016448 22724 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 1208 13242 0 0 10 0 5 2 20 0 15 0 48425121 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 400 13242 0 0 6 0 5 2 20 0 15 0 48425121 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 628 13242 0 0 13 0 5 2 20 0 15 0 48425121 11079016448 22724 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10819352 memory=30305 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11079016448 22724 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425121 11079016448 22724 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90896 KiB

[startup+1.50075 s]
/proc/loadavg: 3.98 3.93 2.88 4/216 5471
/proc/meminfo: memFree=27600068/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10834252 memory=182524 CPUtime=2.26 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 24034 13242 0 0 208 11 5 2 20 0 15 0 48425106 11094274048 45631 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2708563 45631 3476 1 0 2670221 0
[pid=5405/tid=5458] ppid=5402 vsize=10834252 memory=3467834592322991680 CPUtime=1.42 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 17953 13242 0 0 129 6 5 2 20 0 15 0 48425115 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254486269280 140254499000021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10834252 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 236 13242 0 0 1 0 5 2 20 0 15 0 48425116 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10834252 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 29 13242 0 0 1 0 5 2 20 0 15 0 48425116 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10834252 memory=6660 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 14 13242 0 0 1 0 5 2 20 0 15 0 48425116 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10834252 memory=-7745171288847261353 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 75 13242 0 0 1 0 5 2 20 0 15 0 48425116 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10834252 memory=2867664589567282 CPUtime=0.08 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 57 13242 0 0 1 0 5 2 20 0 15 0 48425117 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10834252 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 14 13242 0 0 0 0 5 2 20 0 15 0 48425118 11094274048 45631 33554432000 4194304 4196468 140730379977200 140253968983776 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10834252 memory=9168 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11094274048 45631 33554432000 4194304 4196468 140730379977200 140253834765568 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10834252 memory=25283 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11094274048 45631 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 1421 13242 0 0 22 1 5 2 20 0 15 0 48425121 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10834252 memory=-9174445032661854264 CPUtime=0.23 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 840 13242 0 0 16 0 5 2 20 0 15 0 48425121 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10834252 memory=6944656575208382560 CPUtime=0.39 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 1196 13242 0 0 32 0 5 2 20 0 15 0 48425121 11094274048 45631 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11094274048 45631 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10834252 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425121 11094274048 45631 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

[pid=5405/tid=5470] ppid=5402 vsize=10918240 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396643 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10918240 memory=916 CPUtime=0.12 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1141 13242 0 0 3 2 5 2 20 0 15 0 48425121 11180277760 396643 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 128.38 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1586572 KiB

[startup+115.201 s]
/proc/loadavg: 1.74 3.18 2.72 3/216 5600
/proc/meminfo: memFree=26216580/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10918240 memory=1586592 CPUtime=131.63 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 136127 13242 0 0 13091 65 5 2 20 0 15 0 48425106 11180277760 396648 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2729560 396648 3532 1 0 2691213 0
[pid=5405/tid=5458] ppid=5402 vsize=10918240 memory=1712 CPUtime=114.36 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 59696 13242 0 0 11396 33 5 2 20 0 15 0 48425115 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254486267728 140254134420583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10918240 memory=8112282956445269571 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 645 13242 0 0 30 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10918240 memory=7233736994252652628 CPUtime=0.4 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 3611 13242 0 0 29 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10918240 memory=288291086403896752 CPUtime=0.4 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 2796 13242 0 0 29 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10918240 memory=1586572 CPUtime=0.4 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 986 13242 0 0 28 5 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10918240 memory=7524787476102538605 CPUtime=0.37 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 4582 13242 0 0 28 2 5 2 20 0 15 0 48425117 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10918240 memory=1586572 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 19 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253968983776 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10918240 memory=2700 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253834765568 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10918240 memory=1301264 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10918240 memory=1586572 CPUtime=6.78 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 18785 13242 0 0 668 3 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10918240 memory=1586572 CPUtime=6.59 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 24249 13242 0 0 648 4 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10918240 memory=457 CPUtime=2.33 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 17417 13242 0 0 222 4 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10918240 memory=42 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10918240 memory=121 CPUtime=0.13 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1143 13242 0 0 3 3 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 131.63 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1586592 KiB

[startup+116.801 s]
/proc/loadavg: 1.68 3.15 2.71 3/216 5600
/proc/meminfo: memFree=26194176/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10918240 memory=1586592 CPUtime=133.25 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 136201 13242 0 0 13253 65 5 2 20 0 15 0 48425106 11180277760 396648 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2729560 396648 3532 1 0 2691213 0
[pid=5405/tid=5458] ppid=5402 vsize=10918240 memory=281401963570480 CPUtime=115.95 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 59705 13242 0 0 11555 33 5 2 20 0 15 0 48425115 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254486271024 140254133125416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10918240 memory=6440235876195915620 CPUtime=0.42 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 659 13242 0 0 31 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10918240 memory=8112282956445269571 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 3639 13242 0 0 30 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10918240 memory=1228 CPUtime=0.4 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 2806 13242 0 0 29 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10918240 memory=1586592 CPUtime=0.4 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 987 13242 0 0 28 5 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10918240 memory=4052 CPUtime=0.38 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 4589 13242 0 0 29 2 5 2 20 0 15 0 48425117 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10918240 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 19 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253968983776 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10918240 memory=1956 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253834765568 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10918240 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10918240 memory=8360 CPUtime=6.78 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 18785 13242 0 0 668 3 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10918240 memory=5520 CPUtime=6.59 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 24249 13242 0 0 648 4 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10918240 memory=4616 CPUtime=2.33 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 17417 13242 0 0 222 4 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10918240 memory=1424 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10918240 memory=1586592 CPUtime=0.13 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1148 13242 0 0 3 3 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 133.25 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1586592 KiB

[startup+117.601 s]
/proc/loadavg: 1.68 3.15 2.71 3/216 5600
/proc/meminfo: memFree=26195292/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10918240 memory=1586592 CPUtime=134.06 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 136210 13242 0 0 13334 65 5 2 20 0 15 0 48425106 11180277760 396648 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2729560 396648 3532 1 0 2691213 0
[pid=5405/tid=5458] ppid=5402 vsize=10918240 memory=10524 CPUtime=116.74 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 59710 13242 0 0 11634 33 5 2 20 0 15 0 48425115 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254486270096 140254133069256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10918240 memory=1586592 CPUtime=0.42 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 659 13242 0 0 31 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10918240 memory=1586592 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 3639 13242 0 0 30 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10918240 memory=4140 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 2808 13242 0 0 30 4 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10918240 memory=16060 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 987 13242 0 0 29 5 5 2 20 0 15 0 48425116 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10918240 memory=1296 CPUtime=0.38 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 4591 13242 0 0 29 2 5 2 20 0 15 0 48425117 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10918240 memory=2344 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 19 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253968983776 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10918240 memory=1724 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253834765568 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10918240 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10918240 memory=1586572 CPUtime=6.78 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 18785 13242 0 0 668 3 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10918240 memory=1408 CPUtime=6.59 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 24249 13242 0 0 648 4 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10918240 memory=2936 CPUtime=2.33 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 17417 13242 0 0 222 4 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10918240 memory=1586572 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10918240 memory=1408 CPUtime=0.13 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1148 13242 0 0 3 3 5 2 20 0 15 0 48425121 11180277760 396648 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 134.06 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1586592 KiB

[startup+118.001 s]*
/proc/loadavg: 1.68 3.15 2.71 4/216 5600
/proc/meminfo: memFree=26195552/32770624 swapFree=67108860/67108860
[pid=5405] ppid=5402 vsize=10918240 memory=1586688 CPUtime=134.47 cores=0,2,4,6
/proc/5405/stat : 5405 (java) S 5402 5405 3468 0 -1 1077944320 138591 13242 0 0 13375 65 5 2 20 0 15 0 48425106 11180277760 396672 33554432000 4194304 4196468 140730379977200 140730379959744 140254514437879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
/proc/5405/statm: 2729560 396672 3532 1 0 2691213 0
[pid=5405/tid=5458] ppid=5402 vsize=10918240 memory=8112282956445269571 CPUtime=117.14 cores=0,2,4,6
/proc/5405/task/5458/stat : 5458 (java) R 5402 5405 3468 0 -1 4202560 61630 13242 0 0 11674 33 5 2 20 0 15 0 48425115 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254486272224 140254494713213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5459] ppid=5402 vsize=10918240 memory=-7003737579269690708 CPUtime=0.42 cores=0,2,4,6
/proc/5405/task/5459/stat : 5459 (java) S 5402 5405 3468 0 -1 1077944384 659 13242 0 0 31 4 5 2 20 0 15 0 48425116 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254518680080 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5460] ppid=5402 vsize=10918240 memory=7595159600083722341 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5460/stat : 5460 (java) S 5402 5405 3468 0 -1 1077944384 3639 13242 0 0 30 4 5 2 20 0 15 0 48425116 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254087293584 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5461] ppid=5402 vsize=10918240 memory=7451600778094404448 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5461/stat : 5461 (java) S 5402 5405 3468 0 -1 1077944384 2809 13242 0 0 30 4 5 2 20 0 15 0 48425116 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254086240528 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5462] ppid=5402 vsize=10918240 memory=7451600778094404448 CPUtime=0.41 cores=0,2,4,6
/proc/5405/task/5462/stat : 5462 (java) S 5402 5405 3468 0 -1 1077944384 987 13242 0 0 29 5 5 2 20 0 15 0 48425116 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254085187984 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5463] ppid=5402 vsize=10918240 memory=7160834932375120471 CPUtime=0.38 cores=0,2,4,6
/proc/5405/task/5463/stat : 5463 (java) S 5402 5405 3468 0 -1 1077944384 4591 13242 0 0 29 2 5 2 20 0 15 0 48425117 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254041094896 140254514449026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5464] ppid=5402 vsize=10918240 memory=7160834932375120471 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5464/stat : 5464 (java) S 5402 5405 3468 0 -1 1077944384 19 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396672 33554432000 4194304 4196468 140730379977200 140253968983776 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5465] ppid=5402 vsize=10918240 memory=7160834932375120471 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5465/stat : 5465 (java) S 5402 5405 3468 0 -1 1077944384 1 13242 0 0 0 0 5 2 20 0 15 0 48425118 11180277760 396672 33554432000 4194304 4196468 140730379977200 140253834765568 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5466] ppid=5402 vsize=10918240 memory=7451600778094404448 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5466/stat : 5466 (java) S 5402 5405 3468 0 -1 1077944384 2 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396672 33554432000 4194304 4196468 140730379977200 140253230787024 140254514456475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5467] ppid=5402 vsize=10918240 memory=7884210181996113511 CPUtime=6.78 cores=0,2,4,6
/proc/5405/task/5467/stat : 5467 (java) S 5402 5405 3468 0 -1 1077944384 18785 13242 0 0 668 3 5 2 20 0 15 0 48425121 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254040041712 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5468] ppid=5402 vsize=10918240 memory=7160834932375120471 CPUtime=6.59 cores=0,2,4,6
/proc/5405/task/5468/stat : 5468 (java) S 5402 5405 3468 0 -1 1077944384 24249 13242 0 0 648 4 5 2 20 0 15 0 48425121 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254038989168 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5469] ppid=5402 vsize=10918240 memory=7160834932375120471 CPUtime=2.33 cores=0,2,4,6
/proc/5405/task/5469/stat : 5469 (java) S 5402 5405 3468 0 -1 1077944384 17879 13242 0 0 222 4 5 2 20 0 15 0 48425121 11180277760 396672 33554432000 4194304 4196468 140730379977200 140254037936112 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5470] ppid=5402 vsize=10918240 memory=7451600778094404448 CPUtime=0.07 cores=0,2,4,6
/proc/5405/task/5470/stat : 5470 (java) S 5402 5405 3468 0 -1 1077944384 3 13242 0 0 0 0 5 2 20 0 15 0 48425121 11180277760 396672 33554432000 4194304 4196468 140730379977200 140252761024864 140254514448085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
[pid=5405/tid=5471] ppid=5402 vsize=10918240 memory=7884210181996113511 CPUtime=0.13 cores=0,2,4,6
/proc/5405/task/5471/stat : 5471 (java) S 5402 5405 3468 0 -1 1077944384 1148 13242 0 0 3 3 5 2 20 0 15 0 48425121 11180277760 396672 33554432000 4194304 4196468 140730379977200 140253935426608 140254514449026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11669504 140730379983020 140730379986268 140730379986268 140730379988943 0
Current children cumulated CPU time: 134.47 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1586688 KiB

Child status: 0
Real time (s): 118.065
CPU time (s): 134.567
CPU user time (s): 133.857
CPU system time (s): 0.710247
CPU usage (%): 113.977
Max. virtual memory (cumulated for all children) (KiB): 10919068
Max. memory (cumulated for all children) (KiB): 1611792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.857
system time used= 0.710247
maximum resident set size= 1613848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154410
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16928
involuntary context switches= 511


# summary of solver processes directly reported to runsolver:
#   pid: 5405
#   total CPU time (s): 134.567
#   total CPU user time (s): 133.857
#   total CPU system time (s): 0.710247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.856697 second user time and 1.01539 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 03:16:59
IDJOB=4293166
IDBENCH=141128
IDSOLVER=2751
FILE ID=node149/4293166-1532308619
RUNJOBID= node149-1532298084-3499
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P1_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293166-1532308619/watcher-4293166-1532308619 -o /tmp/evaluation-result-4293166-1532308619/solver-4293166-1532308619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=410213343 -superng HOME/instance-4293166-1532308619.xml

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

MD5SUM BENCH= 889218b6c90316b766a017c27e87ee44
RANDOM SEED=410213343

node149.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.60
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.60
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.60
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.60
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:        27701904 kB
MemAvailable:   30535900 kB
Buffers:          140380 kB
Cached:          2953032 kB
SwapCached:            0 kB
Active:          3076576 kB
Inactive:        1508928 kB
Active(anon):    1441764 kB
Inactive(anon):    70184 kB
Active(file):    1634812 kB
Inactive(file):  1438744 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26648 kB
Writeback:             0 kB
AnonPages:       1516400 kB
Mapped:            49448 kB
Shmem:             17064 kB
Slab:             180860 kB
SReclaimable:     152548 kB
SUnreclaim:        28312 kB
KernelStack:        3808 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2460124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1261568 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= 51792 MiB
End job on node149 at 2018-07-23 03:18:57