Trace number 4402860

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT2 36.1909 24.9104

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.253514
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
12.72/4.98	o 79
13.38/5.13	o 78
13.65/5.28	o 77
13.90/5.38	o 76
14.11/5.49	o 75
14.34/5.57	o 74
14.62/5.63	o 73
14.62/5.67	o 72
14.94/5.73	o 71
14.94/5.76	o 70
14.94/5.77	o 69
14.94/5.78	o 4
14.94/5.79	o 3
31.79/20.61	o 2
36.07/24.88	v <instantiation
36.07/24.88	v         cost = '2'>
36.07/24.88	v       <list>
36.07/24.88	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9]
36.07/24.88	v       </list>
36.07/24.88	v       <values>
36.07/24.88	v         1 2 0 1 2 2 0 0 0 0 1 2 2 0 1 0 2 1 1 0 2 0 1 2 0 0 2 1 0 2 1 1 1 0 0 2 2 0 2 1 0 1 2 1 2 0 0 1 2 2 0 1 2 2 0 2 1 2 1 0 0 2 1 1 1 1 1 2 0 2 0 0 0 0 2 1 2 2 1 1
36.07/24.88	v       </values>
36.07/24.88	v     </instantiation>
36.07/24.88	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402860-1568982588/watcher-4402860-1568982588 -o /tmp/evaluation-result-4402860-1568982588/solver-4402860-1568982588 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402860-1568982588.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=12052, runsolver pid=12049

[startup+0.100118 s]*
/proc/loadavg: 1.57 1.44 1.44 3/218 12109
/proc/meminfo: memFree=4721980/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=9972712 memory=18996 CPUtime=0.09 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 4496 13337 0 0 1 1 4 3 20 0 6 0 474511908 10212057088 4749 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2493178 4749 1935 1 0 2481616 0
[pid=12052/tid=12105] ppid=12049 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 2312 13337 0 0 0 0 4 3 20 0 6 0 474511917 10212057088 4814 33554432000 4194304 4196468 140722879057936 140092483871312 140092497157488 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 6 0 474511917 10212057088 4814 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=9972712 memory=140508281247360 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 6 0 474511917 10212057088 4814 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 6 0 474511917 10212057088 4814 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 2 13337 0 0 0 0 4 3 20 0 6 0 474511917 10212057088 4814 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210016 s]*
/proc/loadavg: 1.57 1.44 1.44 3/227 12118
/proc/meminfo: memFree=4704800/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10820164 memory=41836 CPUtime=0.27 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 7371 13337 0 0 18 2 4 3 20 0 15 0 474511908 11079847936 10459 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2705041 10459 3303 1 0 2667149 0
[pid=12052/tid=12105] ppid=12049 vsize=10820196 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 3890 13337 0 0 11 1 4 3 20 0 15 0 474511917 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092483845584 140092512056477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10820196 memory=140508281247360 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 2 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10820196 memory=140508281247360 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 2 13337 0 0 0 0 4 3 20 0 15 0 474511919 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 13 13337 0 0 0 0 4 3 20 0 15 0 474511919 11079880704 10459 33554432000 4194304 4196468 140722879057936 140091968185888 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511920 11079880704 10459 33554432000 4194304 4196468 140722879057936 140091364205936 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11079880704 10459 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) R 12049 12052 7525 0 -1 4202560 487 13337 0 0 1 0 4 3 20 0 15 0 474511922 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092037613936 140092491870860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 185 13337 0 0 1 0 4 3 20 0 15 0 474511922 11079880704 10459 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10820196 memory=140508281247360 CPUtime=0.1 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) R 12049 12052 7525 0 -1 1077944384 596 13337 0 0 3 0 4 3 20 0 15 0 474511922 11079880704 10459 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11079880704 10459 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10820196 memory=140508281247360 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511923 11079880704 10459 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41836 KiB

[startup+0.310499 s]*
/proc/loadavg: 1.57 1.44 1.44 5/227 12118
/proc/meminfo: memFree=4691760/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10820196 memory=50196 CPUtime=0.4 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 10804 13337 0 0 30 3 4 3 20 0 15 0 474511908 11079880704 12549 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2705049 12549 3323 1 0 2667149 0
[pid=12052/tid=12105] ppid=12049 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 7279 13337 0 0 19 2 4 3 20 0 15 0 474511917 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092483856944 140092496115038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10820196 memory=5794841285708114023 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10820196 memory=5787213827347079232 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10820196 memory=7649539875279096001 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 2 13337 0 0 0 0 4 3 20 0 15 0 474511917 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 2 13337 0 0 0 0 4 3 20 0 15 0 474511919 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 13 13337 0 0 0 0 4 3 20 0 15 0 474511919 11079880704 12549 33554432000 4194304 4196468 140722879057936 140091968185888 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511920 11079880704 12549 33554432000 4194304 4196468 140722879057936 140091364205936 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11079880704 12549 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 496 13337 0 0 2 0 4 3 20 0 15 0 474511922 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 186 13337 0 0 2 0 4 3 20 0 15 0 474511922 11079880704 12549 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) R 12049 12052 7525 0 -1 4202560 616 13337 0 0 5 0 4 3 20 0 15 0 474511922 11079880704 12549 33554432000 4194304 4196468 140722879057936 140091934627952 140092489629216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11079880704 12549 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511923 11079880704 12549 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50196 KiB

[startup+0.700704 s]
/proc/loadavg: 1.57 1.44 1.44 3/227 12118
/proc/meminfo: memFree=4676220/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10824364 memory=83552 CPUtime=1.15 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 15091 13337 0 0 102 6 4 3 20 0 15 0 474511908 11084148736 20888 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2706091 20888 3498 1 0 2668173 0
[pid=12052/tid=12105] ppid=12049 vsize=10824364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 10512 13337 0 0 55 4 4 3 20 0 15 0 474511917 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092483864096 140092496115038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511917 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 2 13337 0 0 0 0 4 3 20 0 15 0 474511917 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 5 13337 0 0 0 0 4 3 20 0 15 0 474511919 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 13 13337 0 0 0 0 4 3 20 0 15 0 474511919 11084148736 20888 33554432000 4194304 4196468 140722879057936 140091968185888 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511920 11084148736 20888 33554432000 4194304 4196468 140722879057936 140091364205936 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11084148736 20888 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 911 13337 0 0 12 0 4 3 20 0 15 0 474511922 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) R 12049 12052 7525 0 -1 4202560 676 13337 0 0 16 0 4 3 20 0 15 0 474511922 11084148736 20888 33554432000 4194304 4196468 140722879057936 140092036561136 140092493557469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) S 12049 12052 7525 0 -1 1077944384 760 13337 0 0 17 0 4 3 20 0 15 0 474511922 11084148736 20888 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10824364 memory=140508177401776 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11084148736 20888 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511923 11084148736 20888 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83552 KiB

[startup+1.50075 s]
/proc/loadavg: 1.57 1.44 1.44 5/227 12118
/proc/meminfo: memFree=4627068/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10834680 memory=188120 CPUtime=2.91 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 24159 13337 0 0 273 11 4 3 20 0 15 0 474511908 11094712320 47030 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2708670 47030 3588 1 0 2670733 0
[pid=12052/tid=12105] ppid=12049 vsize=10834680 memory=30 CPUtime=1.43 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 16017 13337 0 0 130 6 4 3 20 0 15 0 474511917 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092483866256 140092496115038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10834680 memory=32 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 52 13337 0 0 1 0 4 3 20 0 15 0 474511917 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 285 13337 0 0 1 0 4 3 20 0 15 0 474511917 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 26 13337 0 0 1 0 4 3 20 0 15 0 474511917 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10834680 memory=104880 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 97 13337 0 0 1 0 4 3 20 0 15 0 474511917 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 465 13337 0 0 1 0 4 3 20 0 15 0 474511919 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10834680 memory=6297548872420774501 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 14 13337 0 0 0 0 4 3 20 0 15 0 474511919 11094712320 47030 33554432000 4194304 4196468 140722879057936 140091968185952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10834680 memory=7881700009717557090 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511920 11094712320 47030 33554432000 4194304 4196468 140722879057936 140091364205952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10834680 memory=7811305968350488160 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11094712320 47030 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10834680 memory=5787221558340901220 CPUtime=0.5 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 1781 13337 0 0 42 1 4 3 20 0 15 0 474511922 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10834680 memory=7306081483505686385 CPUtime=0.56 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 1712 13337 0 0 49 0 4 3 20 0 15 0 474511922 11094712320 47030 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10834680 memory=6297548872420774501 CPUtime=0.51 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) S 12049 12052 7525 0 -1 1077944384 1498 13337 0 0 43 1 4 3 20 0 15 0 474511922 11094712320 47030 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10834680 memory=6297548872420774501 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11094712320 47030 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10834680 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 1 13337 0 0 0 0 4 3 20 0 15 0 474511923 11094712320 47030 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 10834680 KiB

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


[startup+22.4007 s]
/proc/loadavg: 1.47 1.43 1.44 3/227 12120
/proc/meminfo: memFree=3899124/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10846988 memory=844548 CPUtime=33.63 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 70199 13337 0 0 3321 35 4 3 20 0 15 0 474511908 11107315712 211137 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2711747 211137 3630 1 0 2673805 0
[pid=12052/tid=12105] ppid=12049 vsize=10846988 memory=2012 CPUtime=22.15 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 24838 13337 0 0 2191 17 4 3 20 0 15 0 474511917 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092483870800 140092131354939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10846988 memory=1384 CPUtime=0.18 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 148 13337 0 0 10 1 4 3 20 0 15 0 474511917 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10846988 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 940 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10846988 memory=3604 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 989 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10846988 memory=2828 CPUtime=0.16 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 693 13337 0 0 8 1 4 3 20 0 15 0 474511917 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10846988 memory=676 CPUtime=0.14 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 3415 13337 0 0 7 0 4 3 20 0 15 0 474511919 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10846988 memory=1060 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 17 13337 0 0 0 0 4 3 20 0 15 0 474511919 11107315712 211137 33554432000 4194304 4196468 140722879057936 140091968185952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10846988 memory=813696 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 4 13337 0 0 0 0 4 3 20 0 15 0 474511920 11107315712 211137 33554432000 4194304 4196468 140722879057936 140091364205952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10846988 memory=780612 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 211137 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10846988 memory=614148 CPUtime=4.52 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 14457 13337 0 0 440 5 4 3 20 0 15 0 474511922 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10846988 memory=3028 CPUtime=4.53 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 11794 13337 0 0 444 2 4 3 20 0 15 0 474511922 11107315712 211137 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10846988 memory=2012 CPUtime=2.08 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) S 12049 12052 7525 0 -1 1077944384 10330 13337 0 0 197 4 4 3 20 0 15 0 474511922 11107315712 211137 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10846988 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 211137 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10846988 memory=8560 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 364 13337 0 0 0 0 4 3 20 0 15 0 474511923 11107315712 211137 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 33.63 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 844548 KiB

[startup+24.0007 s]*
/proc/loadavg: 1.47 1.43 1.44 3/227 12120
/proc/meminfo: memFree=3897068/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10846988 memory=846628 CPUtime=35.25 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 70413 13337 0 0 3482 36 4 3 20 0 15 0 474511908 11107315712 211657 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2711747 211657 3630 1 0 2673805 0
[pid=12052/tid=12105] ppid=12049 vsize=10846988 memory=8317482817917895235 CPUtime=23.76 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 25049 13337 0 0 2352 17 4 3 20 0 15 0 474511917 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092483870880 140092123616741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10846988 memory=4872558044660077418 CPUtime=0.18 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 149 13337 0 0 10 1 4 3 20 0 15 0 474511917 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10846988 memory=2124 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 941 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10846988 memory=30344 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 990 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10846988 memory=12024 CPUtime=0.16 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 694 13337 0 0 8 1 4 3 20 0 15 0 474511917 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10846988 memory=500 CPUtime=0.14 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 3415 13337 0 0 7 0 4 3 20 0 15 0 474511919 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10846988 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 17 13337 0 0 0 0 4 3 20 0 15 0 474511919 11107315712 211657 33554432000 4194304 4196468 140722879057936 140091968185952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10846988 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 4 13337 0 0 0 0 4 3 20 0 15 0 474511920 11107315712 211657 33554432000 4194304 4196468 140722879057936 140091364205952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 211657 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10846988 memory=281016355738624 CPUtime=4.52 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 14457 13337 0 0 440 5 4 3 20 0 15 0 474511922 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10846988 memory=3184238428253902256 CPUtime=4.53 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 11794 13337 0 0 444 2 4 3 20 0 15 0 474511922 11107315712 211657 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10846988 memory=0 CPUtime=2.08 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) S 12049 12052 7525 0 -1 1077944384 10330 13337 0 0 197 4 4 3 20 0 15 0 474511922 11107315712 211657 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 211657 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10846988 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 364 13337 0 0 0 0 4 3 20 0 15 0 474511923 11107315712 211657 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 35.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 846628 KiB

[startup+24.4007 s]
/proc/loadavg: 1.47 1.43 1.44 3/227 12120
/proc/meminfo: memFree=3897068/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10846988 memory=865060 CPUtime=35.65 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 71555 13337 0 0 3522 36 4 3 20 0 15 0 474511908 11107315712 216265 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2711747 216265 3630 1 0 2673805 0
[pid=12052/tid=12105] ppid=12049 vsize=10846988 memory=3028 CPUtime=24.14 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 25074 13337 0 0 2390 17 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092483870784 140092131826572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10846988 memory=2012 CPUtime=0.18 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 1110 13337 0 0 10 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10846988 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 1025 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10846988 memory=1399094042734925955 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 1004 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10846988 memory=4715435516538746410 CPUtime=0.16 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 722 13337 0 0 8 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10846988 memory=-8959446901394863296 CPUtime=0.14 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 3444 13337 0 0 7 0 4 3 20 0 15 0 474511919 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10846988 memory=3054156605267020675 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 17 13337 0 0 0 0 4 3 20 0 15 0 474511919 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091968185952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10846988 memory=5787217160294390116 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 4 13337 0 0 0 0 4 3 20 0 15 0 474511920 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091364205952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10846988 memory=140508281250497 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10846988 memory=281016355116000 CPUtime=4.52 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 14457 13337 0 0 440 5 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10846988 memory=281016355334208 CPUtime=4.53 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 11794 13337 0 0 444 2 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10846988 memory=7597685182856913236 CPUtime=2.08 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) S 12049 12052 7525 0 -1 1077944384 10330 13337 0 0 197 4 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10846988 memory=8102582798372974641 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 364 13337 0 0 0 0 4 3 20 0 15 0 474511923 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 35.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 865060 KiB

[startup+24.8007 s]
/proc/loadavg: 1.47 1.43 1.44 3/227 12120
/proc/meminfo: memFree=3897068/32770624 swapFree=66999216/67108860
[pid=12052] ppid=12049 vsize=10846988 memory=865060 CPUtime=36.07 cores=1,3,5,7
/proc/12052/stat : 12052 (java) S 12049 12052 7525 0 -1 1077944320 72985 13337 0 0 3564 36 4 3 20 0 15 0 474511908 11107315712 216265 33554432000 4194304 4196468 140722879057936 140722879040480 140092512034551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
/proc/12052/statm: 2711747 216265 3630 1 0 2673805 0
[pid=12052/tid=12105] ppid=12049 vsize=10846988 memory=6791534058613427641 CPUtime=24.54 cores=1,3,5,7
/proc/12052/task/12105/stat : 12105 (java) R 12049 12052 7525 0 -1 4202560 25079 13337 0 0 2430 17 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092483870672 140092132531421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12106] ppid=12049 vsize=10846988 memory=288230596050944315 CPUtime=0.18 cores=1,3,5,7
/proc/12052/task/12106/stat : 12106 (java) S 12049 12052 7525 0 -1 1077944384 1110 13337 0 0 10 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092516276880 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12107] ppid=12049 vsize=10846988 memory=13848573129264102 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12107/stat : 12107 (java) S 12049 12052 7525 0 -1 1077944384 1025 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092439435792 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12108] ppid=12049 vsize=10846988 memory=815800 CPUtime=0.17 cores=1,3,5,7
/proc/12052/task/12108/stat : 12108 (java) S 12049 12052 7525 0 -1 1077944384 1004 13337 0 0 9 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092084296080 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12109] ppid=12049 vsize=10846988 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/12052/task/12109/stat : 12109 (java) S 12049 12052 7525 0 -1 1077944384 722 13337 0 0 8 1 4 3 20 0 15 0 474511917 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092083243280 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12110] ppid=12049 vsize=10846988 memory=54 CPUtime=0.14 cores=1,3,5,7
/proc/12052/task/12110/stat : 12110 (java) S 12049 12052 7525 0 -1 1077944384 3444 13337 0 0 7 0 4 3 20 0 15 0 474511919 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092038667120 140092512045698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12111] ppid=12049 vsize=10846988 memory=110 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12111/stat : 12111 (java) S 12049 12052 7525 0 -1 1077944384 17 13337 0 0 0 0 4 3 20 0 15 0 474511919 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091968185952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12112] ppid=12049 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12112/stat : 12112 (java) S 12049 12052 7525 0 -1 1077944384 4 13337 0 0 0 0 4 3 20 0 15 0 474511920 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091364205952 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12113] ppid=12049 vsize=10846988 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12113/stat : 12113 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091056806224 140092512053147 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12114] ppid=12049 vsize=10846988 memory=0 CPUtime=4.54 cores=1,3,5,7
/proc/12052/task/12114/stat : 12114 (java) S 12049 12052 7525 0 -1 1077944384 15882 13337 0 0 442 5 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092037613936 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12115] ppid=12049 vsize=10846988 memory=0 CPUtime=4.53 cores=1,3,5,7
/proc/12052/task/12115/stat : 12115 (java) S 12049 12052 7525 0 -1 1077944384 11794 13337 0 0 444 2 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140092036561136 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12116] ppid=12049 vsize=10846988 memory=0 CPUtime=2.08 cores=1,3,5,7
/proc/12052/task/12116/stat : 12116 (java) S 12049 12052 7525 0 -1 1077944384 10330 13337 0 0 197 4 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091934627952 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12117] ppid=12049 vsize=10846988 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12117/stat : 12117 (java) S 12049 12052 7525 0 -1 1077944384 3 13337 0 0 0 0 4 3 20 0 15 0 474511922 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091023247584 140092512044757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
[pid=12052/tid=12118] ppid=12049 vsize=10846988 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (java) S 12049 12052 7525 0 -1 1077944384 364 13337 0 0 0 0 4 3 20 0 15 0 474511923 11107315712 216265 33554432000 4194304 4196468 140722879057936 140091933576368 140092512045698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38014976 140722879060719 140722879063237 140722879063237 140722879066063 0
Current children cumulated CPU time: 36.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 865060 KiB

[startup+24.9007 s]*
/proc/loadavg: 1.51 1.44 1.44 3/214 12121
/proc/meminfo: memFree=4720972/32770624 swapFree=66999216/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): 24.9104
CPU time (s): 36.1909
CPU user time (s): 35.7771
CPU system time (s): 0.4138
CPU usage (%): 145.284
Max. virtual memory (cumulated for all children) (KiB): 10849804
Max. memory (cumulated for all children) (KiB): 865060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7771
system time used= 0.4138
maximum resident set size= 867128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8584
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 12052
#   total CPU time (s): 36.1909
#   total CPU user time (s): 35.7771
#   total CPU system time (s): 0.4138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.201286 second user time and 0.255971 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 14:28:49
IDJOB=4402860
IDBENCH=135933
IDSOLVER=2861
FILE ID=node103/4402860-1568982588
RUNJOBID= node103-1568967579-7557
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-08-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402860-1568982588/watcher-4402860-1568982588 -o /tmp/evaluation-result-4402860-1568982588/solver-4402860-1568982588 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7557 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402860-1568982588.xml

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

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=1610828603

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.74
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.74
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.74
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.74
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:         4731580 kB
MemAvailable:   30910472 kB
Buffers:           99344 kB
Cached:         26335004 kB
SwapCached:         6972 kB
Active:         14127104 kB
Inactive:       13258076 kB
Active(anon):     938220 kB
Inactive(anon):    62228 kB
Active(file):   13188884 kB
Inactive(file): 13195848 kB
Unevictable:      106476 kB
Mlocked:          106476 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35680 kB
Writeback:             0 kB
AnonPages:        994436 kB
Mapped:            65968 kB
Shmem:             40864 kB
Slab:             249328 kB
SReclaimable:     219992 kB
SUnreclaim:        29336 kB
KernelStack:        4032 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2232324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    837632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20648 MiB
End job on node103 at 2019-09-20 14:29:14