Trace number 4304866

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.9.2-SuperNGSAT 508.904 486.318

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.99/0.73	c Concrete v3.9.2.1532736233296 running
508.72/486.29	v <instantiation>
508.72/486.29	v       <list>
508.72/486.29	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]
508.72/486.29	v       </list>
508.72/486.29	v       <values>
508.72/486.29	v         12 0 0 6 12 7 6 17 7 14 6 14 14 14 18 9 5 8 0 5 17 15 2 13 8 11 0 5 13 7 2 0 2 7 6 6 5 5 12 3 5 6 3 4 3 4 2 11 12 12 8 3 3 5 3 7 7 2 2 2 4 4 9 2 0 0 1 1 1 1 1 0 0 1 0 0 0 1 1 0
508.72/486.29	v       </values>
508.72/486.29	v     </instantiation>
508.72/486.29	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 (1273 MiB free)
  memory of node 1: 16384 MiB (6850 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304866-1534049640/watcher-4304866-1534049640 -o /tmp/evaluation-result-4304866-1534049640/solver-4304866-1534049640 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=486355463 -superng HOME/instance-4304866-1534049640.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=17877, runsolver pid=17874

[startup+0.100093 s]*
/proc/loadavg: 8.44 7.06 4.38 5/207 17934
/proc/meminfo: memFree=8310656/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=10005480 memory=17072 CPUtime=0.08 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 4431 12993 0 0 1 0 4 3 20 0 6 0 222527237 10245611520 4268 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2501370 4268 1934 1 0 2489808 0
[pid=17877/tid=17930] ppid=17874 vsize=10005480 memory=4279135703946853774 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 2254 12993 0 0 1 0 4 3 20 0 6 0 222527246 10245611520 4268 33554432000 4194304 4196468 140729119761216 140643172450896 140643184694622 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 222527247 10245611520 4268 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=10005480 memory=140398633375360 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 222527247 10245611520 4268 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 6 0 222527247 10245611520 4334 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 6 0 222527247 10245611520 4334 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.209925 s]*
/proc/loadavg: 8.44 7.06 4.38 6/216 17943
/proc/meminfo: memFree=8290476/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=10985364 memory=45772 CPUtime=0.25 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 8672 12993 0 0 16 2 4 3 20 0 15 0 222527237 11249012736 11443 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2746341 11443 2950 1 0 2708764 0
[pid=17877/tid=17930] ppid=17874 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) D 17874 17877 15060 0 -1 1077944384 5308 12993 0 0 11 1 4 3 20 0 15 0 222527246 11246329856 10902 33554432000 4194304 4196468 140729119761216 140643172438944 140643193293357 0 4 0 16800975 18446744072101625380 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246329856 10902 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=10982744 memory=140398633375360 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246329856 10902 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246362624 10902 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246362624 10902 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=10982776 memory=140398633375360 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 222527248 11246362624 10902 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 222527249 11246362624 10902 33554432000 4194304 4196468 140729119761216 140641925326496 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11246362624 10902 33554432000 4194304 4196468 140729119761216 140641858213104 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246362624 10967 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 441 12993 0 0 1 0 4 3 20 0 15 0 222527252 11246362624 10967 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 183 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246362624 10967 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=10982776 memory=140398633375360 CPUtime=0.09 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 611 12993 0 0 2 0 4 3 20 0 15 0 222527252 11246362624 11033 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246362624 11033 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=10982776 memory=140398633375360 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246362624 11033 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 45772 KiB

[startup+0.310275 s]*
/proc/loadavg: 8.44 7.06 4.38 7/216 17943
/proc/meminfo: memFree=8276584/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=10983192 memory=54076 CPUtime=0.39 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 10655 12993 0 0 29 3 4 3 20 0 15 0 222527237 11246788608 13519 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2745798 13519 3069 1 0 2708109 0
[pid=17877/tid=17930] ppid=17874 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 7171 12993 0 0 20 1 4 3 20 0 15 0 222527246 11246788608 13519 33554432000 4194304 4196468 140729119761216 140643172406984 140643184694622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 13519 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 13519 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 13519 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 13519 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 222527248 11246788608 13519 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 222527249 11246788608 13519 33554432000 4194304 4196468 140729119761216 140641925326496 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11246788608 13519 33554432000 4194304 4196468 140729119761216 140641858213104 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246788608 13519 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 441 12993 0 0 1 0 4 3 20 0 15 0 222527252 11246788608 13519 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 184 12993 0 0 1 0 4 3 20 0 15 0 222527252 11246788608 13519 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 620 12993 0 0 5 0 4 3 20 0 15 0 222527252 11246788608 13519 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246788608 13519 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246788608 13519 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54076 KiB

[startup+0.700756 s]
/proc/loadavg: 8.44 7.06 4.38 6/216 17943
/proc/meminfo: memFree=8268212/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=10983192 memory=86596 CPUtime=0.99 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 16807 12993 0 0 88 4 4 3 20 0 15 0 222527237 11246788608 21649 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2745798 21649 3247 1 0 2708109 0
[pid=17877/tid=17930] ppid=17874 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 12288 12993 0 0 57 3 4 3 20 0 15 0 222527246 11246788608 21649 33554432000 4194304 4196468 140729119761216 140643172434960 140643185779680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 21649 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=10983192 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 21649 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 21649 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 2 12993 0 0 0 0 4 3 20 0 15 0 222527247 11246788608 21649 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 5 12993 0 0 0 0 4 3 20 0 15 0 222527248 11246788608 21649 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 222527249 11246788608 21649 33554432000 4194304 4196468 140729119761216 140641925326496 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11246788608 21649 33554432000 4194304 4196468 140729119761216 140641858213104 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246788608 21649 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 804 12993 0 0 7 0 4 3 20 0 15 0 222527252 11246788608 21649 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 778 12993 0 0 10 0 4 3 20 0 15 0 222527252 11246788608 21649 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 691 12993 0 0 13 0 4 3 20 0 15 0 222527252 11246788608 21649 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246788608 21649 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527252 11246788608 21649 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86596 KiB

[startup+1.50074 s]
/proc/loadavg: 8.44 7.06 4.38 6/216 17943
/proc/meminfo: memFree=8221748/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=10998092 memory=175592 CPUtime=2.29 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 24163 12993 0 0 211 11 4 3 20 0 15 0 222527237 11262046208 43898 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2749523 43898 3467 1 0 2711181 0
[pid=17877/tid=17930] ppid=17874 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 17921 12993 0 0 129 6 4 3 20 0 15 0 222527246 11262046208 43898 33554432000 4194304 4196468 140729119761216 140643172446080 140643192851262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 26 12993 0 0 0 0 4 3 20 0 15 0 222527247 11262046208 43898 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 61 12993 0 0 1 0 4 3 20 0 15 0 222527247 11262046208 43898 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=10998092 memory=3834024672109998386 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 237 12993 0 0 1 0 4 3 20 0 15 0 222527247 11262046208 43898 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 24 12993 0 0 0 0 4 3 20 0 15 0 222527247 11262046208 43898 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 64 12993 0 0 1 0 4 3 20 0 15 0 222527248 11262046208 43898 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=10998092 memory=280797043042560 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 13 12993 0 0 0 0 4 3 20 0 15 0 222527249 11262046208 43898 33554432000 4194304 4196468 140729119761216 140641925326560 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 43 12993 0 0 0 0 4 3 20 0 15 0 222527249 11262046208 43898 33554432000 4194304 4196468 140729119761216 140641858213120 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=10998092 memory=1024 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11262046208 43898 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=10998092 memory=3172 CPUtime=0.24 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 980 12993 0 0 17 0 4 3 20 0 15 0 222527252 11262046208 43898 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=10998092 memory=2076 CPUtime=0.31 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 1245 12993 0 0 24 0 4 3 20 0 15 0 222527252 11262046208 43898 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=10998092 memory=9004 CPUtime=0.41 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 1347 12993 0 0 33 1 4 3 20 0 15 0 222527252 11262046208 43898 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=10998092 memory=768 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11262046208 43898 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=10998092 memory=736 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 1 12993 0 0 0 0 4 3 20 0 15 0 222527252 11262046208 43898 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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


[startup+484.801 s]
/proc/loadavg: 1.12 2.61 3.31 6/217 18109
/proc/meminfo: memFree=13417268/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=11082080 memory=1609140 CPUtime=507 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 211076 12993 1 0 50568 125 4 3 20 0 15 0 222527237 11348049920 402285 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2770520 402285 3535 1 0 2732173 0
[pid=17877/tid=17930] ppid=17874 vsize=11082080 memory=6791534058613427641 CPUtime=479.45 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 72930 12993 0 0 47897 41 4 3 20 0 15 0 222527246 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643172447344 140642767476167 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=11082080 memory=1140 CPUtime=2.24 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 6581 12993 0 0 205 12 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=11082080 memory=1024 CPUtime=2.23 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 8037 12993 0 0 202 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=11082080 memory=1592460 CPUtime=2.22 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 7830 12993 0 0 201 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=11082080 memory=6791534058613427641 CPUtime=2.24 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 6891 12993 0 0 203 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=11082080 memory=3092 CPUtime=2.12 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 9862 12993 0 0 193 12 4 3 20 0 15 0 222527248 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=11082080 memory=1592376 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641925326560 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=11082080 memory=1606724 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 49 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641858213120 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=11082080 memory=1604556 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=11082080 memory=1140 CPUtime=6.99 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) R 17874 17877 15060 0 -1 4202560 30551 12993 1 0 689 3 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642625505904 140643184024928 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=11082080 memory=1024 CPUtime=7.29 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 37869 12993 0 0 718 4 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=11082080 memory=3172 CPUtime=2.37 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 27344 12993 0 0 224 6 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=11082080 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=11082080 memory=288230596050944315 CPUtime=0.36 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 910 12993 0 0 14 15 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 507 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1609140 KiB

[startup+485.601 s]
/proc/loadavg: 1.12 2.61 3.31 4/217 18109
/proc/meminfo: memFree=13414292/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=11082080 memory=1609140 CPUtime=508.11 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 211120 12993 1 0 50679 125 4 3 20 0 15 0 222527237 11348049920 402285 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2770520 402285 3535 1 0 2732173 0
[pid=17877/tid=17930] ppid=17874 vsize=11082080 memory=780 CPUtime=480.25 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 72944 12993 0 0 47977 41 4 3 20 0 15 0 222527246 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643172446896 140642768765413 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=11082080 memory=1948 CPUtime=2.24 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 6581 12993 0 0 205 12 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=11082080 memory=6791534058613427641 CPUtime=2.23 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 8037 12993 0 0 202 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=11082080 memory=768 CPUtime=2.22 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 7830 12993 0 0 201 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=11082080 memory=736 CPUtime=2.24 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 6891 12993 0 0 203 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=11082080 memory=1520 CPUtime=2.12 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 9864 12993 0 0 193 12 4 3 20 0 15 0 222527248 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=11082080 memory=1708 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641925326560 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=11082080 memory=5112 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 49 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641858213120 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=11082080 memory=1609140 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=11082080 memory=1606636 CPUtime=7.27 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 30569 12993 1 0 717 3 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=11082080 memory=768 CPUtime=7.31 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 37873 12993 0 0 720 4 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=11082080 memory=736 CPUtime=2.37 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 27348 12993 0 0 224 6 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=11082080 memory=1520 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=11082080 memory=1708 CPUtime=0.36 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 912 12993 0 0 14 15 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 508.11 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1609140 KiB

[startup+486.001 s]*
/proc/loadavg: 1.12 2.61 3.31 3/217 18109
/proc/meminfo: memFree=13414292/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=11082080 memory=1609140 CPUtime=508.52 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 211136 12993 1 0 50720 125 4 3 20 0 15 0 222527237 11348049920 402285 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2770520 402285 3535 1 0 2732173 0
[pid=17877/tid=17930] ppid=17874 vsize=11082080 memory=6791534058613427641 CPUtime=480.65 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 72960 12993 0 0 48017 41 4 3 20 0 15 0 222527246 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643172446816 140642765230411 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=11082080 memory=4872558044660077418 CPUtime=2.24 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 6581 12993 0 0 205 12 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=11082080 memory=303993194729963825 CPUtime=2.23 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 8037 12993 0 0 202 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=11082080 memory=13564920587356304 CPUtime=2.23 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 7830 12993 0 0 202 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=11082080 memory=6944656575208382560 CPUtime=2.25 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 6891 12993 0 0 204 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=11082080 memory=3544649807483274115 CPUtime=2.12 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 9864 12993 0 0 193 12 4 3 20 0 15 0 222527248 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=11082080 memory=3474017167578528488 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641925326560 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=11082080 memory=15125 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 49 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641858213120 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=11082080 memory=12913 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=11082080 memory=3474017167578521864 CPUtime=7.27 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 30569 12993 1 0 717 3 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=11082080 memory=-7595718316223324558 CPUtime=7.31 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 37873 12993 0 0 720 4 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=11082080 memory=-3040564339240289162 CPUtime=2.37 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 27348 12993 0 0 224 6 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=11082080 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=11082080 memory=151600336679597 CPUtime=0.36 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 912 12993 0 0 14 15 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 508.52 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1609140 KiB

[startup+486.201 s]
/proc/loadavg: 1.12 2.61 3.31 3/217 18109
/proc/meminfo: memFree=13414292/32770624 swapFree=67058728/67108860
[pid=17877] ppid=17874 vsize=11082080 memory=1609140 CPUtime=508.72 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17874 17877 15060 0 -1 1077944320 211137 12993 1 0 50740 125 4 3 20 0 15 0 222527237 11348049920 402285 33554432000 4194304 4196468 140729119761216 140729119743760 140643200614135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
/proc/17877/statm: 2770520 402285 3535 1 0 2732173 0
[pid=17877/tid=17930] ppid=17874 vsize=11082080 memory=12936 CPUtime=480.84 cores=1,3,5,7
/proc/17877/task/17930/stat : 17930 (java) R 17874 17877 15060 0 -1 4202560 72961 12993 0 0 48036 41 4 3 20 0 15 0 222527246 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643172447328 140642764069245 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17931] ppid=17874 vsize=11082080 memory=288457 CPUtime=2.24 cores=1,3,5,7
/proc/17877/task/17931/stat : 17931 (java) S 17874 17877 15060 0 -1 1077944384 6581 12993 0 0 205 12 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643204856336 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17932] ppid=17874 vsize=11082080 memory=7663274319973934438 CPUtime=2.23 cores=1,3,5,7
/proc/17877/task/17932/stat : 17932 (java) S 17874 17877 15060 0 -1 1077944384 8037 12993 0 0 202 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643070192272 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17933] ppid=17874 vsize=11082080 memory=7307748343133136742 CPUtime=2.23 cores=1,3,5,7
/proc/17877/task/17933/stat : 17933 (java) S 17874 17877 15060 0 -1 1077944384 7830 12993 0 0 202 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643069139216 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17934] ppid=17874 vsize=11082080 memory=7306062783016687469 CPUtime=2.25 cores=1,3,5,7
/proc/17877/task/17934/stat : 17934 (java) S 17874 17877 15060 0 -1 1077944384 6891 12993 0 0 204 14 4 3 20 0 15 0 222527247 11348049920 402285 33554432000 4194304 4196468 140729119761216 140643068086672 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17935] ppid=17874 vsize=11082080 memory=7740088405658331750 CPUtime=2.12 cores=1,3,5,7
/proc/17877/task/17935/stat : 17935 (java) S 17874 17877 15060 0 -1 1077944384 9864 12993 0 0 193 12 4 3 20 0 15 0 222527248 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642626579184 140643200625282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17936] ppid=17874 vsize=11082080 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17936/stat : 17936 (java) S 17874 17877 15060 0 -1 1077944384 21 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641925326560 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17937] ppid=17874 vsize=11082080 memory=7016714186490735262 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17937/stat : 17937 (java) S 17874 17877 15060 0 -1 1077944384 49 12993 0 0 0 0 4 3 20 0 15 0 222527249 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641858213120 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17938] ppid=17874 vsize=11082080 memory=8303054830060986464 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17938/stat : 17938 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641550817744 140643200632731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17939] ppid=17874 vsize=11082080 memory=4206468019014099040 CPUtime=7.27 cores=1,3,5,7
/proc/17877/task/17939/stat : 17939 (java) S 17874 17877 15060 0 -1 1077944384 30569 12993 1 0 717 3 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642625526000 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17940] ppid=17874 vsize=11082080 memory=-4051592751533505334 CPUtime=7.31 cores=1,3,5,7
/proc/17877/task/17940/stat : 17940 (java) S 17874 17877 15060 0 -1 1077944384 37873 12993 0 0 720 4 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642624473456 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17941] ppid=17874 vsize=11082080 memory=6944656592385698452 CPUtime=2.37 cores=1,3,5,7
/proc/17877/task/17941/stat : 17941 (java) S 17874 17877 15060 0 -1 1077944384 27348 12993 0 0 224 6 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642623420400 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17942] ppid=17874 vsize=11082080 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/17877/task/17942/stat : 17942 (java) S 17874 17877 15060 0 -1 1077944384 3 12993 0 0 0 0 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140641120020832 140643200624341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
[pid=17877/tid=17943] ppid=17874 vsize=11082080 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/17877/task/17943/stat : 17943 (java) S 17874 17877 15060 0 -1 1077944384 912 12993 0 0 14 15 4 3 20 0 15 0 222527252 11348049920 402285 33554432000 4194304 4196468 140729119761216 140642622368816 140643200625282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32284672 140729119763044 140729119765852 140729119765852 140729119768527 0
Current children cumulated CPU time: 508.72 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1609140 KiB

[startup+486.301 s]*
/proc/loadavg: 1.12 2.61 3.31 3/204 18110
/proc/meminfo: memFree=14823444/32770624 swapFree=67058728/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 486.318
CPU time (s): 508.904
CPU user time (s): 507.579
CPU system time (s): 1.32426
CPU usage (%): 104.644
Max. virtual memory (cumulated for all children) (KiB): 11082908
Max. memory (cumulated for all children) (KiB): 1609140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 507.579
system time used= 1.32426
maximum resident set size= 1611696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225743
page faults= 1
swaps= 0
block input operations= 72
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60231
involuntary context switches= 1576


# summary of solver processes directly reported to runsolver:
#   pid: 17877
#   total CPU time (s): 508.904
#   total CPU user time (s): 507.579
#   total CPU system time (s): 1.32426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.81262 second user time and 4.76225 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 06:54:00
IDJOB=4304866
IDBENCH=141128
IDSOLVER=2781
FILE ID=node103/4304866-1534049640
RUNJOBID= node103-1534038993-15972
PBS_JOBID= 21036972
Free space on /tmp= 34432 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304866-1534049640/watcher-4304866-1534049640 -o /tmp/evaluation-result-4304866-1534049640/solver-4304866-1534049640 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=486355463 -superng HOME/instance-4304866-1534049640.xml

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

MD5SUM BENCH= 889218b6c90316b766a017c27e87ee44
RANDOM SEED=486355463

node103.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.48
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.48
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.48
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.48
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:         8319684 kB
MemAvailable:   23678748 kB
Buffers:          104688 kB
Cached:         15377412 kB
SwapCached:         5928 kB
Active:         14823120 kB
Inactive:        8922140 kB
Active(anon):    6729116 kB
Inactive(anon):  1585460 kB
Active(file):    8094004 kB
Inactive(file):  7336680 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058728 kB
Dirty:             26472 kB
Writeback:             0 kB
AnonPages:       8265652 kB
Mapped:            62904 kB
Shmem:             48596 kB
Slab:             386260 kB
SReclaimable:     356840 kB
SUnreclaim:        29420 kB
KernelStack:        3536 kB
PageTables:        21616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8983552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3266560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34408 MiB
End job on node103 at 2018-08-12 07:02:07