Trace number 4387019

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.10SAT 39.0199 28.7434

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K05-P02.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.274715
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.54	c Concrete v3.10.1560635388952 running
38.94/28.73	v <instantiation
38.94/28.73	v         >
38.94/28.73	v       <list>
38.94/28.73	v         cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]
38.94/28.73	v       </list>
38.94/28.73	v       <values>
38.94/28.73	v         22 19 24 11 2 6 7 0 21 25 3 2 11 20 5 8 17 13 22 9 1 6 15 19 7 14 18 21 25 4 16 12 24 10 23
38.94/28.73	v       </values>
38.94/28.73	v     </instantiation>
38.94/28.73	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 (13127 MiB free)
  memory of node 1: 16384 MiB (15156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387019-1568288419/watcher-4387019-1568288419 -o /tmp/evaluation-result-4387019-1568288419/solver-4387019-1568288419 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5057 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1214153526 HOME/instance-4387019-1568288419.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=5784, runsolver pid=5781

[startup+0.100069 s]*
/proc/loadavg: 1.48 1.61 1.62 4/225 5841
/proc/meminfo: memFree=28953720/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 4510 13421 0 0 1 0 5 3 20 0 6 0 404764663 10212057088 4270 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2493178 4270 1935 1 0 2481616 0
[pid=5784/tid=5837] ppid=5781 vsize=9988792 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 2399 13421 0 0 1 0 5 3 20 0 6 0 404764672 10228523008 4336 33554432000 4194304 4196468 140722683000896 140326383358544 140326397034493 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=9988792 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 6 0 404764672 10228523008 4336 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=9988792 memory=139842230376064 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 6 0 404764672 10228523008 4402 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=9989820 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 6 0 404764672 10229575680 4402 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=9989820 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 2 13421 0 0 0 0 5 3 20 0 7 0 404764672 10229575680 4402 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=9989820 memory=139842230376064 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) R 5781 5784 3137 0 -1 4202560 0 13421 0 0 0 0 5 3 20 0 7 0 404764674 10229575680 4402 33554432000 4194304 4196468 140722683000896 140326383358544 140326404261633 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210716 s]*
/proc/loadavg: 1.48 1.61 1.62 3/234 5850
/proc/meminfo: memFree=28935124/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10818940 memory=38940 CPUtime=0.26 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 7060 13421 0 0 17 1 5 3 20 0 15 0 404764663 11078594560 9735 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2704735 9735 2981 1 0 2667149 0
[pid=5784/tid=5837] ppid=5781 vsize=10818940 memory=8514726395714820750 CPUtime=0.19 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 3561 13421 0 0 11 0 5 3 20 0 15 0 404764672 11078594560 9735 33554432000 4194304 4196468 140722683000896 140326383317968 140326395602270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10818940 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11078594560 9735 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10818940 memory=139842230376064 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11078594560 9735 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11078594560 9735 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 2 13421 0 0 0 0 5 3 20 0 15 0 404764672 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10818940 memory=139842230376064 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 2 13421 0 0 0 0 5 3 20 0 15 0 404764674 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 13 13421 0 0 0 0 5 3 20 0 15 0 404764674 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325305705504 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325171487600 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11078594560 9735 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 356 13421 0 0 1 0 5 3 20 0 15 0 404764677 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 278 13421 0 0 1 0 5 3 20 0 15 0 404764677 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10818940 memory=139842230376064 CPUtime=0.11 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) R 5781 5784 3137 0 -1 4202560 635 13421 0 0 3 0 5 3 20 0 15 0 404764677 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325867477616 140326390506976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11078594560 9735 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10818940 memory=139842230376064 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764678 11078594560 9735 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38940 KiB

[startup+0.310806 s]*
/proc/loadavg: 1.48 1.61 1.62 3/234 5850
/proc/meminfo: memFree=28916644/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10820244 memory=50488 CPUtime=0.41 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 10707 13421 0 0 30 3 5 3 20 0 15 0 404764663 11079929856 12622 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2705061 12622 3297 1 0 2667149 0
[pid=5784/tid=5837] ppid=5781 vsize=10820244 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 7194 13421 0 0 20 2 5 3 20 0 15 0 404764672 11079929856 12622 33554432000 4194304 4196468 140722683000896 140326383336296 140326411543709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10820244 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11079929856 12622 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10820244 memory=139842230383057 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11079929856 12622 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11079929856 12622 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 2 13421 0 0 0 0 5 3 20 0 15 0 404764672 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 2 13421 0 0 0 0 5 3 20 0 15 0 404764674 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 13 13421 0 0 0 0 5 3 20 0 15 0 404764674 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325305705504 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325171487600 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11079929856 12622 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 357 13421 0 0 1 0 5 3 20 0 15 0 404764677 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) R 5781 5784 3137 0 -1 4202560 287 13421 0 0 2 0 5 3 20 0 15 0 404764677 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325868530416 140326394908587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 648 13421 0 0 5 0 5 3 20 0 15 0 404764677 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11079929856 12622 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764678 11079929856 12622 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50488 KiB

[startup+0.70074 s]
/proc/loadavg: 1.48 1.61 1.62 6/234 5850
/proc/meminfo: memFree=28901436/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10824340 memory=80676 CPUtime=1.15 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 15019 13421 0 0 101 6 5 3 20 0 15 0 404764663 11084124160 20169 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2706085 20169 3497 1 0 2668173 0
[pid=5784/tid=5837] ppid=5781 vsize=10824340 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 10678 13421 0 0 56 4 5 3 20 0 15 0 404764672 11084124160 20169 33554432000 4194304 4196468 140722683000896 140326383339744 140326395602270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11084124160 20169 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11084124160 20169 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10824340 memory=8751464017575295285 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764672 11084124160 20169 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10824340 memory=4638797021879231313 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 2 13421 0 0 0 0 5 3 20 0 15 0 404764672 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10824340 memory=7223879631928058176 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 5 13421 0 0 0 0 5 3 20 0 15 0 404764674 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10824340 memory=6940152923299668032 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 13 13421 0 0 0 0 5 3 20 0 15 0 404764674 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325305705504 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10824340 memory=3484 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325171487600 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11084124160 20169 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10824340 memory=15397972028431400 CPUtime=0.22 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 705 13421 0 0 14 0 5 3 20 0 15 0 404764677 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 548 13421 0 0 12 0 5 3 20 0 15 0 404764677 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 853 13421 0 0 17 0 5 3 20 0 15 0 404764677 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11084124160 20169 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10824340 memory=7809523229951467568 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764678 11084124160 20169 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80676 KiB

[startup+1.50082 s]
/proc/loadavg: 1.48 1.61 1.62 4/234 5850
/proc/meminfo: memFree=28857576/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10834656 memory=166388 CPUtime=2.5 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 20242 13421 0 0 232 10 5 3 20 0 15 0 404764663 11094687744 41597 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2708664 41597 3567 1 0 2670733 0
[pid=5784/tid=5837] ppid=5781 vsize=10834656 memory=146 CPUtime=1.44 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 15023 13421 0 0 131 5 5 3 20 0 15 0 404764672 11094687744 41597 33554432000 4194304 4196468 140722683000896 140326383333040 140325993655424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10834656 memory=79 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 16 13421 0 0 1 0 5 3 20 0 15 0 404764672 11094687744 41597 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 34 13421 0 0 1 0 5 3 20 0 15 0 404764672 11094687744 41597 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 12 13421 0 0 1 0 5 3 20 0 15 0 404764672 11094687744 41597 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 43 13421 0 0 0 0 5 3 20 0 15 0 404764672 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 43 13421 0 0 1 0 5 3 20 0 15 0 404764674 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 14 13421 0 0 0 0 5 3 20 0 15 0 404764674 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325305705568 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10834656 memory=-7880843606118635149 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325171487616 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10834656 memory=-1624781813439352349 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11094687744 41597 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10834656 memory=8976414709404591081 CPUtime=0.36 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) R 5781 5784 3137 0 -1 4202560 763 13421 0 0 27 1 5 3 20 0 15 0 404764677 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325869583216 140326395913135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10834656 memory=-4695052241013923951 CPUtime=0.33 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 622 13421 0 0 25 0 5 3 20 0 15 0 404764677 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10834656 memory=9126232286719478932 CPUtime=0.49 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 1458 13421 0 0 41 0 5 3 20 0 15 0 404764677 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10834656 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11094687744 41597 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764678 11094687744 41597 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0

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

[pid=5784/tid=5849] ppid=5781 vsize=10846976 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160176 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10846976 memory=2832 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 625 13421 0 0 0 1 5 3 20 0 15 0 404764678 11107303424 160176 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 37.41 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 640704 KiB

[startup+28.0008 s]*
/proc/loadavg: 1.48 1.61 1.62 4/234 5853
/proc/meminfo: memFree=27601356/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10846976 memory=642752 CPUtime=38.24 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 77319 13421 1 0 3777 39 5 3 20 0 15 0 404764663 11107303424 160688 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2711744 160688 3622 1 0 2673805 0
[pid=5784/tid=5837] ppid=5781 vsize=10846976 memory=1584 CPUtime=27.79 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 24806 13421 1 0 2757 14 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326383357264 140325998264359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10846976 memory=4872558044660077418 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 696 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10846976 memory=2200 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 2359 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10846976 memory=1600 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 787 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10846976 memory=1398722017469774279 CPUtime=0.17 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 1073 13421 0 0 6 3 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10846976 memory=4872558044660077418 CPUtime=0.14 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 1275 13421 0 0 5 1 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10846976 memory=279684244294880 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 14 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325305705632 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10846976 memory=279684244295072 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325171487616 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10846976 memory=279684244295264 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10846976 memory=279684244321936 CPUtime=3.29 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 9951 13421 0 0 319 2 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10846976 memory=279684244295440 CPUtime=4.06 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 18290 13421 0 0 395 3 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10846976 memory=279684244445728 CPUtime=2.83 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 15230 13421 0 0 270 5 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10846976 memory=279684244445920 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10846976 memory=279684244446112 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 625 13421 0 0 0 1 5 3 20 0 15 0 404764678 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 38.24 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 642752 KiB

[startup+28.4007 s]
/proc/loadavg: 1.48 1.61 1.62 4/234 5853
/proc/meminfo: memFree=27601356/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10846976 memory=642752 CPUtime=38.64 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 77340 13421 1 0 3817 39 5 3 20 0 15 0 404764663 11107303424 160688 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2711744 160688 3622 1 0 2673805 0
[pid=5784/tid=5837] ppid=5781 vsize=10846976 memory=896 CPUtime=28.18 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 24820 13421 1 0 2796 14 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326383356712 140326005081413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10846976 memory=1436 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 696 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10846976 memory=1980 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 2359 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10846976 memory=2452 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 787 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10846976 memory=1764 CPUtime=0.17 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 1073 13421 0 0 6 3 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10846976 memory=111632 CPUtime=0.14 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 1275 13421 0 0 5 1 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10846976 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 14 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325305705632 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10846976 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325171487616 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10846976 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10846976 memory=2596 CPUtime=3.3 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 9953 13421 0 0 320 2 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10846976 memory=2596 CPUtime=4.06 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 18292 13421 0 0 395 3 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10846976 memory=4104 CPUtime=2.83 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 15233 13421 0 0 270 5 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10846976 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10846976 memory=2872 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 625 13421 0 0 0 1 5 3 20 0 15 0 404764678 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 38.64 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 642752 KiB

[startup+28.6007 s]
/proc/loadavg: 1.48 1.61 1.62 4/234 5853
/proc/meminfo: memFree=27601356/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10846976 memory=642752 CPUtime=38.84 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 77340 13421 1 0 3837 39 5 3 20 0 15 0 404764663 11107303424 160688 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2711744 160688 3622 1 0 2673805 0
[pid=5784/tid=5837] ppid=5781 vsize=10846976 memory=2784870 CPUtime=28.38 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 24820 13421 1 0 2816 14 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326383356712 140326005271707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10846976 memory=2784870 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 696 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10846976 memory=6147503996660638528 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 2359 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10846976 memory=7295950583417696866 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 787 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10846976 memory=7306316804797196914 CPUtime=0.17 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 1073 13421 0 0 6 3 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10846976 memory=7295950583417696866 CPUtime=0.14 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 1275 13421 0 0 5 1 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10846976 memory=7295950583417696866 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 14 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325305705632 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10846976 memory=7594587674001172330 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325171487616 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10846976 memory=7883944108235712103 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10846976 memory=7883944108235712103 CPUtime=3.3 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 9953 13421 0 0 320 2 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10846976 memory=7811044310603950144 CPUtime=4.06 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 18292 13421 0 0 395 3 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10846976 memory=7378983553979662436 CPUtime=2.83 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 15233 13421 0 0 270 5 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10846976 memory=7378983553979662436 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10846976 memory=7883944108235712103 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 625 13421 0 0 0 1 5 3 20 0 15 0 404764678 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 38.84 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 642752 KiB

[startup+28.7008 s]
/proc/loadavg: 1.48 1.61 1.62 4/234 5853
/proc/meminfo: memFree=27601356/32770624 swapFree=67008180/67108860
[pid=5784] ppid=5781 vsize=10846976 memory=642752 CPUtime=38.94 cores=1,3,5,7
/proc/5784/stat : 5784 (java) S 5781 5784 3137 0 -1 1077944320 77342 13421 1 0 3847 39 5 3 20 0 15 0 404764663 11107303424 160688 33554432000 4194304 4196468 140722683000896 140722682983440 140326411521783 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
/proc/5784/statm: 2711744 160688 3622 1 0 2673805 0
[pid=5784/tid=5837] ppid=5781 vsize=10846976 memory=642752 CPUtime=28.48 cores=1,3,5,7
/proc/5784/task/5837/stat : 5837 (java) R 5781 5784 3137 0 -1 4202560 24820 13421 1 0 2826 14 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326383356712 140326005216462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5838] ppid=5781 vsize=10846976 memory=8 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5838/stat : 5838 (java) S 5781 5784 3137 0 -1 1077944384 696 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326415764624 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5839] ppid=5781 vsize=10846976 memory=630444 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5839/stat : 5839 (java) S 5781 5784 3137 0 -1 1077944384 2359 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326314654736 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5840] ppid=5781 vsize=10846976 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/5784/task/5840/stat : 5840 (java) S 5781 5784 3137 0 -1 1077944384 787 13421 0 0 6 2 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140326313601936 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5841] ppid=5781 vsize=10846976 memory=4420 CPUtime=0.17 cores=1,3,5,7
/proc/5784/task/5841/stat : 5841 (java) S 5781 5784 3137 0 -1 1077944384 1073 13421 0 0 6 3 5 3 20 0 15 0 404764672 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325982956304 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5842] ppid=5781 vsize=10846976 memory=397 CPUtime=0.14 cores=1,3,5,7
/proc/5784/task/5842/stat : 5842 (java) S 5781 5784 3137 0 -1 1077944384 1275 13421 0 0 5 1 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325870635376 140326411532930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5843] ppid=5781 vsize=10846976 memory=274 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5843/stat : 5843 (java) S 5781 5784 3137 0 -1 1077944384 14 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325305705632 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5844] ppid=5781 vsize=10846976 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5844/stat : 5844 (java) S 5781 5784 3137 0 -1 1077944384 1 13421 0 0 0 0 5 3 20 0 15 0 404764674 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325171487616 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5845] ppid=5781 vsize=10846976 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5845/stat : 5845 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324931196752 140326411540379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5846] ppid=5781 vsize=10846976 memory=139842121996544 CPUtime=3.3 cores=1,3,5,7
/proc/5784/task/5846/stat : 5846 (java) S 5781 5784 3137 0 -1 1077944384 9953 13421 0 0 320 2 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325869583216 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5847] ppid=5781 vsize=10846976 memory=6944656575208382512 CPUtime=4.07 cores=1,3,5,7
/proc/5784/task/5847/stat : 5847 (java) S 5781 5784 3137 0 -1 1077944384 18294 13421 0 0 396 3 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325868530416 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5848] ppid=5781 vsize=10846976 memory=164 CPUtime=2.83 cores=1,3,5,7
/proc/5784/task/5848/stat : 5848 (java) S 5781 5784 3137 0 -1 1077944384 15233 13421 0 0 270 5 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325867477616 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5849] ppid=5781 vsize=10846976 memory=7738711833826321004 CPUtime=0.08 cores=1,3,5,7
/proc/5784/task/5849/stat : 5849 (java) S 5781 5784 3137 0 -1 1077944384 3 13421 0 0 0 0 5 3 20 0 15 0 404764677 11107303424 160688 33554432000 4194304 4196468 140722683000896 140324897639136 140326411531989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
[pid=5784/tid=5850] ppid=5781 vsize=10846976 memory=642752 CPUtime=0.09 cores=1,3,5,7
/proc/5784/task/5850/stat : 5850 (java) S 5781 5784 3137 0 -1 1077944384 625 13421 0 0 0 1 5 3 20 0 15 0 404764678 11107303424 160688 33554432000 4194304 4196468 140722683000896 140325866425008 140326411532930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28954624 140722683005685 140722683008197 140722683008197 140722683011023 0
Current children cumulated CPU time: 38.94 s
Current children cumulated vsize: 10846976 KiB
Current children cumulated memory: 642752 KiB

Child status: 0
Real time (s): 28.7434
CPU time (s): 39.0199
CPU user time (s): 38.5803
CPU system time (s): 0.439687
CPU usage (%): 135.753
Max. virtual memory (cumulated for all children) (KiB): 10849952
Max. memory (cumulated for all children) (KiB): 642752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.5803
system time used= 0.439687
maximum resident set size= 645032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95815
page faults= 1
swaps= 0
block input operations= 2432
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11878
involuntary context switches= 142


# summary of solver processes directly reported to runsolver:
#   pid: 5784
#   total CPU time (s): 39.0199
#   total CPU user time (s): 38.5803
#   total CPU system time (s): 0.439687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.200757 second user time and 0.317437 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-12 13:39:30
IDJOB=4387019
IDBENCH=120720
IDSOLVER=2823
FILE ID=node132/4387019-1568288419
RUNJOBID= node132-1568285902-5057
PBS_JOBID= 21701076
Free space on /tmp= 57952 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K05-P02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387019-1568288419/watcher-4387019-1568288419 -o /tmp/evaluation-result-4387019-1568288419/solver-4387019-1568288419 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5057 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1214153526 HOME/instance-4387019-1568288419.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1214153526

node132.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.95
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.95
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.95
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.95
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:        28962648 kB
MemAvailable:   30325164 kB
Buffers:           95284 kB
Cached:          1536160 kB
SwapCached:         9112 kB
Active:          1951164 kB
Inactive:        1273648 kB
Active(anon):    1592512 kB
Inactive(anon):    27660 kB
Active(file):     358652 kB
Inactive(file):  1245988 kB
Unevictable:      109512 kB
Mlocked:          109512 kB
SwapTotal:      67108860 kB
SwapFree:       67008180 kB
Dirty:             35288 kB
Writeback:             0 kB
AnonPages:       1765724 kB
Mapped:            42932 kB
Shmem:             18052 kB
Slab:             176612 kB
SReclaimable:     147420 kB
SUnreclaim:        29192 kB
KernelStack:        4112 kB
PageTables:         8936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2962500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1587200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 57920 MiB
End job on node132 at 2019-09-12 13:39:59