Trace number 4302377

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.2OPT210 12.7286 5.76121

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.09579
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin 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.97/0.75	c Concrete v3.9.2.1532736233296 running
8.11/3.96	o 330
8.45/4.02	o 310
8.45/4.03	o 300
8.45/4.04	o 290
8.78/4.15	o 280
10.01/4.58	o 250
10.63/4.73	o 240
10.63/4.75	o 230
10.63/4.76	o 220
10.95/4.84	o 210
12.60/5.74	v <instantiation cost="210">
12.60/5.74	v       <list>
12.60/5.74	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
12.60/5.74	v       </list>
12.60/5.74	v       <values>
12.60/5.74	v         -2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10
12.60/5.74	v       </values>
12.60/5.74	v     </instantiation>
12.60/5.74	s OPTIMUM FOUND

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302377-1532896901/watcher-4302377-1532896901 -o /tmp/evaluation-result-4302377-1532896901/solver-4302377-1532896901 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1646031704 HOME/instance-4302377-1532896901.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=6074, runsolver pid=6071
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.21 2.06 1.87 3/206 6131
/proc/meminfo: memFree=25069972/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=10005480 memory=16552 CPUtime=0.08 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 4254 13016 0 0 1 0 5 2 20 0 6 0 107253332 10245611520 4072 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2501370 4138 1933 1 0 2489808 0
[pid=6074/tid=6127] ppid=6071 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 2129 13016 0 0 1 0 5 2 20 0 6 0 107253341 10245611520 4204 33554432000 4194304 4196468 140729627401968 139832091554384 139832103798140 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 6 0 107253342 10245611520 4204 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=10005480 memory=139897734583936 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 6 0 107253342 10245611520 4204 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 6 0 107253342 10245611520 4204 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 6 0 107253342 10245611520 4204 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210223 s]*
/proc/loadavg: 2.21 2.06 1.87 3/215 6140
/proc/meminfo: memFree=25048868/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=10982744 memory=42536 CPUtime=0.24 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 7242 13016 0 0 16 1 5 2 20 0 15 0 107253332 11246329856 10634 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2745686 10634 2974 1 0 2708109 0
[pid=6074/tid=6127] ppid=6071 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 3809 13016 0 0 11 0 5 2 20 0 15 0 107253341 11246329856 10634 33554432000 4194304 4196468 140729627401968 139832091539432 139832099993426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=10982744 memory=288293255295271337 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246329856 10634 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=10982744 memory=3904679358044045344 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253343 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 13 13016 0 0 0 0 5 2 20 0 15 0 107253344 11246329856 10634 33554432000 4194304 4196468 140729627401968 139830928335648 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=10982744 memory=139897734583936 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253344 11246329856 10634 33554432000 4194304 4196468 140729627401968 139830780486768 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246329856 10634 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 475 13016 0 0 1 0 5 2 20 0 15 0 107253347 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) S 6071 6074 22004 0 -1 1077944384 133 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831543585264 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=10982744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 609 13016 0 0 3 0 5 2 20 0 15 0 107253347 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246329856 10634 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246329856 10634 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42536 KiB

[startup+0.310224 s]*
/proc/loadavg: 2.21 2.06 1.87 3/215 6140
/proc/meminfo: memFree=25036092/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=10983192 memory=54140 CPUtime=0.36 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 10013 13016 0 0 27 2 5 2 20 0 15 0 107253332 11246788608 13535 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2745798 13535 3093 1 0 2708109 0
[pid=6074/tid=6127] ppid=6071 vsize=10983192 memory=6935054825532540783 CPUtime=0.27 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 6803 13016 0 0 19 1 5 2 20 0 15 0 107253341 11246788608 13731 33554432000 4194304 4196468 140729627401968 139832091529632 139832099993330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 13731 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 13731 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253343 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 13 13016 0 0 0 0 5 2 20 0 15 0 107253344 11246788608 13797 33554432000 4194304 4196468 140729627401968 139830928335648 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253344 11246788608 13797 33554432000 4194304 4196468 140729627401968 139830780486768 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246788608 13797 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 476 13016 0 0 1 0 5 2 20 0 15 0 107253347 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) S 6071 6074 22004 0 -1 1077944384 133 13016 0 0 1 0 5 2 20 0 15 0 107253347 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831543585264 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 619 13016 0 0 4 0 5 2 20 0 15 0 107253347 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246788608 13797 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246788608 13797 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54140 KiB

[startup+0.700795 s]
/proc/loadavg: 2.21 2.06 1.87 3/215 6140
/proc/meminfo: memFree=25025804/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=10983192 memory=88428 CPUtime=0.97 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 16755 13016 0 0 86 4 5 2 20 0 15 0 107253332 11246788608 22107 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2745798 22107 3238 1 0 2708109 0
[pid=6074/tid=6127] ppid=6071 vsize=10983192 memory=6307362048920095132 CPUtime=0.65 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 12273 13016 0 0 56 2 5 2 20 0 15 0 107253341 11246788608 22107 33554432000 4194304 4196468 140729627401968 139832091540624 139832119739549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=10983192 memory=4640492708758985641 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 22107 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=10983192 memory=8027200600010211434 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=10983192 memory=6083073847998109799 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=10983192 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253342 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=10983192 memory=139897734582817 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 5 13016 0 0 0 0 5 2 20 0 15 0 107253343 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 13 13016 0 0 0 0 5 2 20 0 15 0 107253344 11246788608 22107 33554432000 4194304 4196468 140729627401968 139830928335648 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253344 11246788608 22107 33554432000 4194304 4196468 140729627401968 139830780486768 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246788608 22107 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 1068 13016 0 0 9 0 5 2 20 0 15 0 107253347 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) S 6071 6074 22004 0 -1 1077944384 505 13016 0 0 6 0 5 2 20 0 15 0 107253347 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831543585264 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 690 13016 0 0 13 0 5 2 20 0 15 0 107253347 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246788608 22107 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253347 11246788608 22107 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88428 KiB

[startup+1.50075 s]
/proc/loadavg: 2.21 2.06 1.87 3/215 6140
/proc/meminfo: memFree=24981512/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=10998092 memory=179720 CPUtime=2.25 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 23935 13016 0 0 209 9 5 2 20 0 15 0 107253332 11262046208 44930 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2749523 44930 3473 1 0 2711181 0
[pid=6074/tid=6127] ppid=6071 vsize=10998092 memory=279795241847480 CPUtime=1.41 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 17835 13016 0 0 129 5 5 2 20 0 15 0 107253341 11262046208 44930 33554432000 4194304 4196468 140729627401968 139832091549024 139832119729558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 208 13016 0 0 1 0 5 2 20 0 15 0 107253342 11262046208 44930 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 46 13016 0 0 1 0 5 2 20 0 15 0 107253342 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 21 13016 0 0 1 0 5 2 20 0 15 0 107253342 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=10998092 memory=-7306379679665460894 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 29 13016 0 0 0 0 5 2 20 0 15 0 107253342 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=10998092 memory=-6876588628787748224 CPUtime=0.08 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 48 13016 0 0 1 0 5 2 20 0 15 0 107253343 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=10998092 memory=6944656591801720471 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 13 13016 0 0 0 0 5 2 20 0 15 0 107253344 11262046208 44930 33554432000 4194304 4196468 140729627401968 139830928335712 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253344 11262046208 44930 33554432000 4194304 4196468 140729627401968 139830780486784 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=10998092 memory=8028064807307995218 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11262046208 44930 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=10998092 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 1232 13016 0 0 19 0 5 2 20 0 15 0 107253347 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) S 6071 6074 22004 0 -1 1077944384 1007 13016 0 0 20 0 5 2 20 0 15 0 107253347 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831543585264 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=10998092 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 1299 13016 0 0 32 0 5 2 20 0 15 0 107253347 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=10998092 memory=139897621262896 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11262046208 44930 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=10998092 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 1 13016 0 0 0 0 5 2 20 0 15 0 107253347 11262046208 44930 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[pid=6074/tid=6139] ppid=6071 vsize=11010400 memory=28708 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11274649600 67518 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=11010400 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 2 13016 0 0 0 0 5 2 20 0 15 0 107253347 11274649600 67518 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 6.06 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 270064 KiB

[startup+4.80122 s]
/proc/loadavg: 2.19 2.06 1.87 5/215 6140
/proc/meminfo: memFree=24771828/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=11080032 memory=382812 CPUtime=10.95 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 75440 13016 0 0 1065 23 5 2 20 0 15 0 107253332 11345952768 95703 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2770008 95703 3510 1 0 2731661 0
[pid=6074/tid=6127] ppid=6071 vsize=11080032 memory=6935054825532540783 CPUtime=4.65 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 50466 13016 0 0 445 13 5 2 20 0 15 0 107253341 11345952768 95703 33554432000 4194304 4196468 140729627401968 139832091550600 139831677615788 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=11080032 memory=4126316290023845779 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 346 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 95703 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=11080032 memory=4052 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 81 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=11080032 memory=18248 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 61 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=11080032 memory=640 CPUtime=0.09 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 41 13016 0 0 2 0 5 2 20 0 15 0 107253342 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=11080032 memory=1944 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 668 13016 0 0 3 0 5 2 20 0 15 0 107253343 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=11080032 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 16 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 95703 33554432000 4194304 4196468 140729627401968 139830928335712 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=11080032 memory=139897621160648 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 6 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 95703 33554432000 4194304 4196468 140729627401968 139830780486784 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=11080032 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 95703 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=11080032 memory=6943526294502006880 CPUtime=2.27 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) R 6071 6074 22004 0 -1 4202560 4828 13016 0 0 218 2 5 2 20 0 15 0 107253347 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831544624848 139832099191809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=11080032 memory=6656426216303648864 CPUtime=2.38 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) R 6071 6074 22004 0 -1 4202560 9955 13016 0 0 229 2 5 2 20 0 15 0 107253347 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831543571584 139832097312369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=11080032 memory=6943526294502006880 CPUtime=1.61 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 6768 13016 0 0 152 2 5 2 20 0 15 0 107253347 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=11080032 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 95703 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=11080032 memory=2911692846868634739 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 10 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 95703 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 10.95 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 382812 KiB

[startup+5.20065 s]
/proc/loadavg: 2.19 2.06 1.87 4/215 6140
/proc/meminfo: memFree=24704048/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=11080032 memory=397840 CPUtime=11.88 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 75672 13016 0 0 1157 24 5 2 20 0 15 0 107253332 11345952768 99460 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2770008 99460 3513 1 0 2731661 0
[pid=6074/tid=6127] ppid=6071 vsize=11080032 memory=0 CPUtime=5.05 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 50499 13016 0 0 485 13 5 2 20 0 15 0 107253341 11345952768 99460 33554432000 4194304 4196468 140729627401968 139832091549920 139831670799339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 349 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 99460 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 90 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=11080032 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 63 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 53 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 671 13016 0 0 4 0 5 2 20 0 15 0 107253343 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 16 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 99460 33554432000 4194304 4196468 140729627401968 139830928335712 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 6 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 99460 33554432000 4194304 4196468 140729627401968 139830780486784 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 99460 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=11080032 memory=0 CPUtime=2.49 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 4880 13016 0 0 240 2 5 2 20 0 15 0 107253347 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=11080032 memory=0 CPUtime=2.64 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) S 6071 6074 22004 0 -1 1077944384 10025 13016 0 0 255 2 5 2 20 0 15 0 107253347 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831543585264 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=11080032 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 6812 13016 0 0 156 2 5 2 20 0 15 0 107253347 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=11080032 memory=382568 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 99460 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=11080032 memory=382452 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 14 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 99460 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 11.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 397840 KiB

[startup+5.60069 s]
/proc/loadavg: 2.19 2.06 1.87 4/215 6140
/proc/meminfo: memFree=24704048/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=11080032 memory=404644 CPUtime=12.43 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 76159 13016 0 0 1212 24 5 2 20 0 15 0 107253332 11345952768 101161 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2770008 101161 3519 1 0 2731661 0
[pid=6074/tid=6127] ppid=6071 vsize=11080032 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 50501 13016 0 0 524 13 5 2 20 0 15 0 107253341 11345952768 101161 33554432000 4194304 4196468 140729627401968 139832091549184 139831682266204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=11080032 memory=8112282956445269571 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 354 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101161 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=11080032 memory=1840 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 94 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=11080032 memory=2241 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 67 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=11080032 memory=2244 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 55 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=11080032 memory=165970421231537 CPUtime=0.11 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 692 13016 0 0 4 0 5 2 20 0 15 0 107253343 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=11080032 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 16 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 101161 33554432000 4194304 4196468 140729627401968 139830928335712 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=11080032 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 6 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 101161 33554432000 4194304 4196468 140729627401968 139830780486784 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=11080032 memory=165970421231540 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 101161 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=11080032 memory=165970421231541 CPUtime=2.55 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 5011 13016 0 0 246 2 5 2 20 0 15 0 107253347 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=11080032 memory=-9174445032661854264 CPUtime=2.67 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) S 6071 6074 22004 0 -1 1077944384 10130 13016 0 0 258 2 5 2 20 0 15 0 107253347 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831543585264 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=11080032 memory=6656426216303648864 CPUtime=1.7 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) R 6071 6074 22004 0 -1 4202560 7025 13016 0 0 161 2 5 2 20 0 15 0 107253347 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831542532976 139832097881847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 101161 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=11080032 memory=279795241902848 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 14 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 101161 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 12.43 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 404644 KiB

[startup+5.70094 s]
/proc/loadavg: 2.19 2.06 1.87 4/215 6140
/proc/meminfo: memFree=24704048/32770624 swapFree=67108860/67108860
[pid=6074] ppid=6071 vsize=11080032 memory=404876 CPUtime=12.6 cores=1,3,5,7
/proc/6074/stat : 6074 (java) S 6071 6074 22004 0 -1 1077944320 76241 13016 0 0 1229 24 5 2 20 0 15 0 107253332 11345952768 101219 33554432000 4194304 4196468 140729627401968 140729627384512 139832119717623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
/proc/6074/statm: 2770008 101219 3519 1 0 2731661 0
[pid=6074/tid=6127] ppid=6071 vsize=11080032 memory=310 CPUtime=5.54 cores=1,3,5,7
/proc/6074/task/6127/stat : 6127 (java) R 6071 6074 22004 0 -1 4202560 50501 13016 0 0 534 13 5 2 20 0 15 0 107253341 11345952768 101219 33554432000 4194304 4196468 140729627401968 139832091547840 139831670023326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6128] ppid=6071 vsize=11080032 memory=4849 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6128/stat : 6128 (java) S 6071 6074 22004 0 -1 1077944384 354 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101219 33554432000 4194304 4196468 140729627401968 139832123960208 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6129] ppid=6071 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6129/stat : 6129 (java) S 6071 6074 22004 0 -1 1077944384 94 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831659064080 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6130] ppid=6071 vsize=11080032 memory=259 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6130/stat : 6130 (java) S 6071 6074 22004 0 -1 1077944384 67 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831658011792 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6131] ppid=6071 vsize=11080032 memory=161 CPUtime=0.1 cores=1,3,5,7
/proc/6074/task/6131/stat : 6131 (java) S 6071 6074 22004 0 -1 1077944384 55 13016 0 0 3 0 5 2 20 0 15 0 107253342 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831656958992 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6132] ppid=6071 vsize=11080032 memory=30980 CPUtime=0.11 cores=1,3,5,7
/proc/6074/task/6132/stat : 6132 (java) S 6071 6074 22004 0 -1 1077944384 692 13016 0 0 4 0 5 2 20 0 15 0 107253343 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831545690224 139832119728770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6133] ppid=6071 vsize=11080032 memory=7597685182856913236 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6133/stat : 6133 (java) S 6071 6074 22004 0 -1 1077944384 16 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 101219 33554432000 4194304 4196468 140729627401968 139830928335712 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6134] ppid=6071 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6134/stat : 6134 (java) S 6071 6074 22004 0 -1 1077944384 6 13016 0 0 0 0 5 2 20 0 15 0 107253344 11345952768 101219 33554432000 4194304 4196468 140729627401968 139830780486784 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6135] ppid=6071 vsize=11080032 memory=11377708643 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6135/stat : 6135 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 101219 33554432000 4194304 4196468 140729627401968 139830473087056 139832119736219 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6136] ppid=6071 vsize=11080032 memory=11453206110 CPUtime=2.57 cores=1,3,5,7
/proc/6074/task/6136/stat : 6136 (java) S 6071 6074 22004 0 -1 1077944384 5017 13016 0 0 248 2 5 2 20 0 15 0 107253347 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831544638064 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6137] ppid=6071 vsize=11080032 memory=387476 CPUtime=2.7 cores=1,3,5,7
/proc/6074/task/6137/stat : 6137 (java) R 6071 6074 22004 0 -1 4202560 10132 13016 0 0 261 2 5 2 20 0 15 0 107253347 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831543585264 139832119738970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6138] ppid=6071 vsize=11080032 memory=4028 CPUtime=1.72 cores=1,3,5,7
/proc/6074/task/6138/stat : 6138 (java) S 6071 6074 22004 0 -1 1077944384 7108 13016 0 0 163 2 5 2 20 0 15 0 107253347 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831542532976 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6139] ppid=6071 vsize=11080032 memory=30516 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6139/stat : 6139 (java) S 6071 6074 22004 0 -1 1077944384 3 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 101219 33554432000 4194304 4196468 140729627401968 139830042291168 139832119727829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
[pid=6074/tid=6140] ppid=6071 vsize=11080032 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/6074/task/6140/stat : 6140 (java) S 6071 6074 22004 0 -1 1077944384 14 13016 0 0 0 0 5 2 20 0 15 0 107253347 11345952768 101219 33554432000 4194304 4196468 140729627401968 139831541479856 139832119728770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8953856 140729627409009 140729627411809 140729627411809 140729627414479 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 404876 KiB

Child status: 0
Real time (s): 5.76121
CPU time (s): 12.7286
CPU user time (s): 12.4421
CPU system time (s): 0.286499
CPU usage (%): 220.935
Max. virtual memory (cumulated for all children) (KiB): 11082860
Max. memory (cumulated for all children) (KiB): 404876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4421
system time used= 0.286499
maximum resident set size= 406992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89374
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= 7710
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 6074
#   total CPU time (s): 12.7286
#   total CPU user time (s): 12.4421
#   total CPU system time (s): 0.286499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061466 second user time and 0.092688 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:41:41
IDJOB=4302377
IDBENCH=141317
IDSOLVER=2776
FILE ID=node151/4302377-1532896901
RUNJOBID= node151-1532894133-1621
PBS_JOBID= 21022509
Free space on /tmp= 59280 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302377-1532896901/watcher-4302377-1532896901 -o /tmp/evaluation-result-4302377-1532896901/solver-4302377-1532896901 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1646031704 HOME/instance-4302377-1532896901.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=1646031704

node151.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.87
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.87
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.87
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.87
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:        25078832 kB
MemAvailable:   28822168 kB
Buffers:          218304 kB
Cached:          3799012 kB
SwapCached:            0 kB
Active:          4584584 kB
Inactive:        2630784 kB
Active(anon):    3148068 kB
Inactive(anon):    78188 kB
Active(file):    1436516 kB
Inactive(file):  2552596 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:       3279600 kB
Mapped:            57940 kB
Shmem:             25224 kB
Slab:             168760 kB
SReclaimable:     140120 kB
SUnreclaim:        28640 kB
KernelStack:        3840 kB
PageTables:        11576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4382532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3049472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59256 MiB
End job on node151 at 2018-07-29 22:41:47