Trace number 4304659

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.9.2OPT445 13.7879 6.29702

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.48119
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.84/4.16	o 70
8.84/4.18	o 92
8.84/4.18	o 125
8.84/4.19	o 173
9.11/4.23	o 198
9.11/4.25	o 204
9.11/4.26	o 224
9.11/4.26	o 230
9.11/4.28	o 274
9.11/4.29	o 302
9.44/4.31	o 354
9.44/4.32	o 361
9.44/4.33	o 380
9.44/4.34	o 385
9.44/4.35	o 445
13.65/6.27	v <instantiation cost="445">
13.65/6.27	v       <list>
13.65/6.27	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
13.65/6.27	v       </list>
13.65/6.27	v       <values>
13.65/6.27	v         12 0 6 7 11 13 4 10 3 9 14 8 5 2 1 60 0 137 374 11 139 361 79 71 0 210 77 146 108 36 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28
13.65/6.27	v       </values>
13.65/6.27	v     </instantiation>
13.65/6.27	s OPTIMUM FOUND

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304659-1534124231/watcher-4304659-1534124231 -o /tmp/evaluation-result-4304659-1534124231/solver-4304659-1534124231 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1283432092 HOME/instance-4304659-1534124231.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
solver pid=2710, runsolver pid=2707
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.78 1.54 1.49 3/207 2767
/proc/meminfo: memFree=21698716/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=10005480 memory=16548 CPUtime=0.08 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 4300 12821 0 0 1 0 5 2 20 0 6 0 229986238 10245611520 4137 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2501370 4137 1932 1 0 2489808 0
[pid=2710/tid=2763] ppid=2707 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 2176 12821 0 0 1 0 5 2 20 0 6 0 229986247 10245611520 4203 33554432000 4194304 4196468 140728250198112 139863183974992 139863193531965 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=10005480 memory=7948963741541478447 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 6 0 229986248 10245611520 4203 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=10005480 memory=140577323992704 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 6 0 229986248 10245611520 4203 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 6 0 229986248 10245611520 4203 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 6 0 229986248 10245611520 4203 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.78 1.54 1.49 3/216 2776
/proc/meminfo: memFree=21674372/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=10982744 memory=44456 CPUtime=0.25 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 7836 12821 0 0 16 2 5 2 20 0 15 0 229986238 11246329856 11114 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2745686 11114 2950 1 0 2708109 0
[pid=2710/tid=2763] ppid=2707 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 4598 12821 0 0 10 1 5 2 20 0 15 0 229986247 11246329856 11312 33554432000 4194304 4196468 140728250198112 139863183935152 139863212150166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=10982744 memory=4294967641 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246329856 11312 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=10982744 memory=140577324014132 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246329856 11312 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246329856 11312 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246329856 11312 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=10982744 memory=140577323992704 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986249 11246329856 11312 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 13 12821 0 0 0 0 5 2 20 0 15 0 229986249 11246329856 11312 33554432000 4194304 4196468 140728250198112 139862053217568 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11246329856 11312 33554432000 4194304 4196468 140728250198112 139861851891312 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11246329856 11312 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 369 12821 0 0 1 0 5 2 20 0 15 0 229986252 11246329856 11312 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 255 12821 0 0 0 0 5 2 20 0 15 0 229986252 11246329856 11312 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=10982744 memory=140577323992704 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) R 2707 2710 30220 0 -1 4202560 609 12821 0 0 3 0 5 2 20 0 15 0 229986252 11246329856 11312 33554432000 4194304 4196468 140728250198112 139862176909680 139863190700308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11246329856 11312 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=10982744 memory=140577323992704 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986253 11246329856 11312 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44456 KiB

[startup+0.310273 s]*
/proc/loadavg: 1.78 1.54 1.49 4/216 2776
/proc/meminfo: memFree=21662960/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=10983192 memory=55920 CPUtime=0.37 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 10539 12821 0 0 27 3 5 2 20 0 15 0 229986238 11246788608 13980 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2745798 13980 3069 1 0 2708109 0
[pid=2710/tid=2763] ppid=2707 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 7082 12821 0 0 19 2 5 2 20 0 15 0 229986247 11246788608 13980 33554432000 4194304 4196468 140728250198112 139863183927760 139863212160157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 13980 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=10983192 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 13980 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=10983192 memory=140577323999697 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 13980 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 13980 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986249 11246788608 13980 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 13 12821 0 0 0 0 5 2 20 0 15 0 229986249 11246788608 13980 33554432000 4194304 4196468 140728250198112 139862053217568 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11246788608 13980 33554432000 4194304 4196468 140728250198112 139861851891312 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11246788608 13980 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 370 12821 0 0 1 0 5 2 20 0 15 0 229986252 11246788608 13980 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 255 12821 0 0 1 0 5 2 20 0 15 0 229986252 11246788608 13980 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 615 12821 0 0 5 0 5 2 20 0 15 0 229986252 11246788608 13980 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11246788608 13980 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986253 11246788608 13980 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55920 KiB

[startup+0.700769 s]
/proc/loadavg: 1.78 1.54 1.49 4/216 2776
/proc/meminfo: memFree=21651728/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=10983192 memory=88500 CPUtime=0.98 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 16760 12821 0 0 86 5 5 2 20 0 15 0 229986238 11246788608 22125 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2745798 22125 3238 1 0 2708109 0
[pid=2710/tid=2763] ppid=2707 vsize=10983192 memory=2 CPUtime=0.65 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 12220 12821 0 0 55 3 5 2 20 0 15 0 229986247 11246788608 22125 33554432000 4194304 4196468 140728250198112 139863183959056 139863195325061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 22125 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=10983192 memory=8174711894690511157 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 22125 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=10983192 memory=5787219410854896217 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 22125 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=10983192 memory=5865491479076426066 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 2 12821 0 0 0 0 5 2 20 0 15 0 229986248 11246788608 22125 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=10983192 memory=4638778398332769633 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 5 12821 0 0 0 0 5 2 20 0 15 0 229986249 11246788608 22125 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 13 12821 0 0 0 0 5 2 20 0 15 0 229986249 11246788608 22125 33554432000 4194304 4196468 140728250198112 139862053217568 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=10983192 memory=140577323991569 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11246788608 22125 33554432000 4194304 4196468 140728250198112 139861851891312 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11246788608 22125 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 783 12821 0 0 8 0 5 2 20 0 15 0 229986252 11246788608 22125 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 840 12821 0 0 8 0 5 2 20 0 15 0 229986252 11246788608 22125 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 697 12821 0 0 13 0 5 2 20 0 15 0 229986252 11246788608 22125 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11246788608 22125 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986253 11246788608 22125 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88500 KiB

[startup+1.50146 s]
/proc/loadavg: 1.78 1.54 1.49 3/216 2776
/proc/meminfo: memFree=21605432/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=10998092 memory=180236 CPUtime=2.27 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 23973 12821 0 0 210 10 5 2 20 0 15 0 229986238 11262046208 45059 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2749523 45059 3468 1 0 2711181 0
[pid=2710/tid=2763] ppid=2707 vsize=10998092 memory=2716 CPUtime=1.42 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 17864 12821 0 0 129 6 5 2 20 0 15 0 229986247 11262046208 45059 33554432000 4194304 4196468 140728250198112 139863183951784 139863197831697 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=10998092 memory=164608 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 65 12821 0 0 1 0 5 2 20 0 15 0 229986248 11262046208 45059 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 224 12821 0 0 1 0 5 2 20 0 15 0 229986248 11262046208 45059 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=10998092 memory=281154330840992 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 35 12821 0 0 1 0 5 2 20 0 15 0 229986248 11262046208 45059 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=10998092 memory=7523656052414770531 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 19 12821 0 0 1 0 5 2 20 0 15 0 229986248 11262046208 45059 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=10998092 memory=3472328296227679313 CPUtime=0.08 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 56 12821 0 0 1 0 5 2 20 0 15 0 229986249 11262046208 45059 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 14 12821 0 0 0 0 5 2 20 0 15 0 229986249 11262046208 45059 33554432000 4194304 4196468 140728250198112 139862053217632 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11262046208 45059 33554432000 4194304 4196468 140728250198112 139861851891328 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11262046208 45059 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=10998092 memory=6944656575208382560 CPUtime=0.28 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 1258 12821 0 0 21 0 5 2 20 0 15 0 229986252 11262046208 45059 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=10998092 memory=6944656592387989600 CPUtime=0.27 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 994 12821 0 0 19 1 5 2 20 0 15 0 229986252 11262046208 45059 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=10998092 memory=3812 CPUtime=0.39 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 1248 12821 0 0 32 0 5 2 20 0 15 0 229986252 11262046208 45059 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=10998092 memory=6403796239550 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11262046208 45059 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=10998092 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986253 11262046208 45059 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[pid=2710/tid=2775] ppid=2707 vsize=11012448 memory=281154331288080 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11276746752 66540 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=11012448 memory=140577165721012 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11276746752 66540 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 266160 KiB

[startup+4.80147 s]
/proc/loadavg: 1.80 1.55 1.50 5/216 2776
/proc/meminfo: memFree=21402008/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=11080032 memory=381904 CPUtime=10.94 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 74126 12821 0 0 1064 23 5 2 20 0 15 0 229986238 11345952768 95476 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2770008 95476 3510 1 0 2731661 0
[pid=2710/tid=2763] ppid=2707 vsize=11080032 memory=6792 CPUtime=4.65 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 46714 12821 0 0 446 12 5 2 20 0 15 0 229986247 11345952768 95476 33554432000 4194304 4196468 140728250198112 139863183971480 139862756129637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=11080032 memory=11628 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 251 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 95476 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=11080032 memory=752 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 244 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 95476 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=11080032 memory=1276 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 57 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 95476 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=11080032 memory=1068 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 74 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 95476 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=11080032 memory=15064 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 2160 12821 0 0 3 0 5 2 20 0 15 0 229986249 11345952768 95476 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=11080032 memory=6153431502485415529 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 15 12821 0 0 0 0 5 2 20 0 15 0 229986249 11345952768 95476 33554432000 4194304 4196468 140728250198112 139862053217632 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=11080032 memory=7667189697975184998 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11345952768 95476 33554432000 4194304 4196468 140728250198112 139861851891328 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=11080032 memory=5860705283049084265 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11345952768 95476 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=11080032 memory=3047711566422646390 CPUtime=1.9 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) R 2707 2710 30220 0 -1 4202560 3189 12821 0 0 181 2 5 2 20 0 15 0 229986252 11345952768 95476 33554432000 4194304 4196468 140728250198112 139862179003568 139863191986351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=11080032 memory=703 CPUtime=2.68 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) R 2707 2710 30220 0 -1 4202560 13297 12821 0 0 258 3 5 2 20 0 15 0 229986252 11345952768 95476 33554432000 4194304 4196468 140728250198112 139862177961968 139863197062518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=11080032 memory=23819888629160 CPUtime=1.67 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 5924 12821 0 0 158 2 5 2 20 0 15 0 229986252 11345952768 95476 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=11080032 memory=15460 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 95476 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=11080032 memory=17668 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 6 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 95476 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 10.94 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 381904 KiB

[startup+5.60071 s]
/proc/loadavg: 1.80 1.55 1.50 4/216 2776
/proc/meminfo: memFree=21333952/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=11080032 memory=388848 CPUtime=12.74 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 74903 12821 0 0 1244 23 5 2 20 0 15 0 229986238 11345952768 97212 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2770008 97212 3515 1 0 2731661 0
[pid=2710/tid=2763] ppid=2707 vsize=11080032 memory=8112282956445269571 CPUtime=5.44 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 46724 12821 0 0 525 12 5 2 20 0 15 0 229986247 11345952768 97212 33554432000 4194304 4196468 140728250198112 139863183971640 139862756129210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=11080032 memory=2196 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 252 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 97212 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=11080032 memory=3988 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 255 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 97212 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=11080032 memory=728 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 57 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 97212 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=11080032 memory=1752 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 74 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 97212 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=11080032 memory=5752 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 2163 12821 0 0 3 0 5 2 20 0 15 0 229986249 11345952768 97212 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=11080032 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 15 12821 0 0 0 0 5 2 20 0 15 0 229986249 11345952768 97212 33554432000 4194304 4196468 140728250198112 139862053217632 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=11080032 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11345952768 97212 33554432000 4194304 4196468 140728250198112 139861851891328 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=11080032 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11345952768 97212 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=11080032 memory=1800 CPUtime=2.37 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 3813 12821 0 0 228 2 5 2 20 0 15 0 229986252 11345952768 97212 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=11080032 memory=868 CPUtime=3.17 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 13385 12821 0 0 307 3 5 2 20 0 15 0 229986252 11345952768 97212 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=11080032 memory=6792 CPUtime=1.71 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 5958 12821 0 0 162 2 5 2 20 0 15 0 229986252 11345952768 97212 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=11080032 memory=11628 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 97212 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=11080032 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 12 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 97212 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 12.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 388848 KiB

[startup+6.00071 s]*
/proc/loadavg: 1.80 1.55 1.50 3/216 2776
/proc/meminfo: memFree=21322024/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=11080032 memory=395180 CPUtime=13.41 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 74978 12821 0 0 1311 23 5 2 20 0 15 0 229986238 11345952768 98795 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2770008 98795 3515 1 0 2731661 0
[pid=2710/tid=2763] ppid=2707 vsize=11080032 memory=8389772277269004345 CPUtime=5.85 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 46735 12821 0 0 566 12 5 2 20 0 15 0 229986247 11345952768 98795 33554432000 4194304 4196468 140728250198112 139863183968360 139862748335024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=11080032 memory=4294967641 CPUtime=0.11 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 252 12821 0 0 4 0 5 2 20 0 15 0 229986248 11345952768 98795 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=11080032 memory=140577324014132 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 255 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 98795 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=11080032 memory=4196912344889787449 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 57 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 98795 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=11080032 memory=3472328296227680264 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 79 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 98795 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=11080032 memory=5003746703897799910 CPUtime=0.11 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 2174 12821 0 0 4 0 5 2 20 0 15 0 229986249 11345952768 98795 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=11080032 memory=3472328296227680303 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 15 12821 0 0 0 0 5 2 20 0 15 0 229986249 11345952768 98795 33554432000 4194304 4196468 140728250198112 139862053217632 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=11080032 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11345952768 98795 33554432000 4194304 4196468 140728250198112 139861851891328 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=11080032 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11345952768 98795 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=11080032 memory=0 CPUtime=2.45 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 3824 12821 0 0 236 2 5 2 20 0 15 0 229986252 11345952768 98795 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=11080032 memory=7521983798963298163 CPUtime=3.34 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 13415 12821 0 0 324 3 5 2 20 0 15 0 229986252 11345952768 98795 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=11080032 memory=7235568464316804590 CPUtime=1.72 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 5965 12821 0 0 163 2 5 2 20 0 15 0 229986252 11345952768 98795 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=11080032 memory=2867664690098743 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 98795 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=11080032 memory=3617430518248386535 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 12 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 98795 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 13.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 395180 KiB

[startup+6.20077 s]
/proc/loadavg: 1.80 1.55 1.50 3/216 2776
/proc/meminfo: memFree=21322024/32770624 swapFree=67108372/67108860
[pid=2710] ppid=2707 vsize=11080032 memory=397332 CPUtime=13.65 cores=1,3,5,7
/proc/2710/stat : 2710 (java) S 2707 2710 30220 0 -1 1077944320 74994 12821 0 0 1334 24 5 2 20 0 15 0 229986238 11345952768 99333 33554432000 4194304 4196468 140728250198112 140728250180656 139863212138231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
/proc/2710/statm: 2770008 99333 3515 1 0 2731661 0
[pid=2710/tid=2763] ppid=2707 vsize=11080032 memory=0 CPUtime=6.03 cores=1,3,5,7
/proc/2710/task/2763/stat : 2763 (java) R 2707 2710 30220 0 -1 4202560 46736 12821 0 0 584 12 5 2 20 0 15 0 229986247 11345952768 99333 33554432000 4194304 4196468 140728250198112 139863183971296 139862754190635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2764] ppid=2707 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2710/task/2764/stat : 2764 (java) S 2707 2710 30220 0 -1 1077944384 254 12821 0 0 4 0 5 2 20 0 15 0 229986248 11345952768 99333 33554432000 4194304 4196468 140728250198112 139863216380304 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2765] ppid=2707 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2710/task/2765/stat : 2765 (java) S 2707 2710 30220 0 -1 1077944384 256 12821 0 0 3 0 5 2 20 0 15 0 229986248 11345952768 99333 33554432000 4194304 4196468 140728250198112 139863071099152 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2766] ppid=2707 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2710/task/2766/stat : 2766 (java) S 2707 2710 30220 0 -1 1077944384 58 12821 0 0 4 0 5 2 20 0 15 0 229986248 11345952768 99333 33554432000 4194304 4196468 140728250198112 139863070046864 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2767] ppid=2707 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2710/task/2767/stat : 2767 (java) S 2707 2710 30220 0 -1 1077944384 80 12821 0 0 4 0 5 2 20 0 15 0 229986248 11345952768 99333 33554432000 4194304 4196468 140728250198112 139863068994064 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2768] ppid=2707 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2710/task/2768/stat : 2768 (java) S 2707 2710 30220 0 -1 1077944384 2175 12821 0 0 4 0 5 2 20 0 15 0 229986249 11345952768 99333 33554432000 4194304 4196468 140728250198112 139862180067952 139863212149378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2769] ppid=2707 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2769/stat : 2769 (java) S 2707 2710 30220 0 -1 1077944384 15 12821 0 0 0 0 5 2 20 0 15 0 229986249 11345952768 99333 33554432000 4194304 4196468 140728250198112 139862053217632 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2770] ppid=2707 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2770/stat : 2770 (java) S 2707 2710 30220 0 -1 1077944384 1 12821 0 0 0 0 5 2 20 0 15 0 229986250 11345952768 99333 33554432000 4194304 4196468 140728250198112 139861851891328 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2771] ppid=2707 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2771/stat : 2771 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986252 11345952768 99333 33554432000 4194304 4196468 140728250198112 139861544491600 139863212156827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2772] ppid=2707 vsize=11080032 memory=0 CPUtime=2.47 cores=1,3,5,7
/proc/2710/task/2772/stat : 2772 (java) S 2707 2710 30220 0 -1 1077944384 3825 12821 0 0 238 2 5 2 20 0 15 0 229986252 11345952768 99333 33554432000 4194304 4196468 140728250198112 139862179014768 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2773] ppid=2707 vsize=11080032 memory=0 CPUtime=3.35 cores=1,3,5,7
/proc/2710/task/2773/stat : 2773 (java) S 2707 2710 30220 0 -1 1077944384 13417 12821 0 0 325 3 5 2 20 0 15 0 229986252 11345952768 99333 33554432000 4194304 4196468 140728250198112 139862177961968 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2774] ppid=2707 vsize=11080032 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/2710/task/2774/stat : 2774 (java) S 2707 2710 30220 0 -1 1077944384 5971 12821 0 0 163 2 5 2 20 0 15 0 229986252 11345952768 99333 33554432000 4194304 4196468 140728250198112 139862176909680 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2775] ppid=2707 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2775/stat : 2775 (java) S 2707 2710 30220 0 -1 1077944384 3 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 99333 33554432000 4194304 4196468 140728250198112 139861113694688 139863212148437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
[pid=2710/tid=2776] ppid=2707 vsize=11080032 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2710/task/2776/stat : 2776 (java) S 2707 2710 30220 0 -1 1077944384 12 12821 0 0 0 0 5 2 20 0 15 0 229986253 11345952768 99333 33554432000 4194304 4196468 140728250198112 139862175857584 139863212149378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14581760 140728250202732 140728250205532 140728250205532 140728250208207 0
Current children cumulated CPU time: 13.65 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 397332 KiB

Child status: 0
Real time (s): 6.29702
CPU time (s): 13.7879
CPU user time (s): 13.4973
CPU system time (s): 0.290608
CPU usage (%): 218.96
Max. virtual memory (cumulated for all children) (KiB): 11082852
Max. memory (cumulated for all children) (KiB): 397332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4973
system time used= 0.290608
maximum resident set size= 399448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87905
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= 7734
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 2710
#   total CPU time (s): 13.7879
#   total CPU user time (s): 13.4973
#   total CPU system time (s): 0.290608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059127 second user time and 0.105982 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 03:37:11
IDJOB=4304659
IDBENCH=141525
IDSOLVER=2780
FILE ID=node137/4304659-1534124231
RUNJOBID= node137-1534096381-30252
PBS_JOBID= 21036996
Free space on /tmp= 26516 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304659-1534124231/watcher-4304659-1534124231 -o /tmp/evaluation-result-4304659-1534124231/solver-4304659-1534124231 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534096381-30252 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1283432092 HOME/instance-4304659-1534124231.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=1283432092

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21704420 kB
MemAvailable:   29795572 kB
Buffers:           87372 kB
Cached:          8202752 kB
SwapCached:            8 kB
Active:          6139868 kB
Inactive:        4311812 kB
Active(anon):    2108508 kB
Inactive(anon):   105408 kB
Active(file):    4031360 kB
Inactive(file):  4206404 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26748 kB
Writeback:             0 kB
AnonPages:       2148012 kB
Mapped:            66724 kB
Shmem:             49656 kB
Slab:             309900 kB
SReclaimable:     281848 kB
SUnreclaim:        28052 kB
KernelStack:        3824 kB
PageTables:         9976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3435656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1898496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26488 MiB
End job on node137 at 2018-08-13 03:37:17