Trace number 4302378

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.2OPT28 56.1736 46.9443

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark9.32603
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
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":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"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

1.00/0.75	c Concrete v3.9.2.1532736233296 running
8.58/4.18	o 38
8.89/4.20	o 35
9.53/4.48	o 33
12.70/6.01	o 28
56.12/46.92	v <instantiation cost="28">
56.12/46.92	v       <list>
56.12/46.92	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]
56.12/46.92	v       </list>
56.12/46.92	v       <values>
56.12/46.92	v         -2 -2 1 -3 4 1 2 2 3 -1 1 2 1 0 0 0 0 0 0 2 2 1 1 0 0 0 0 0 5 6 0 7 0 0 0 0 0 10
56.12/46.92	v       </values>
56.12/46.92	v     </instantiation>
56.12/46.92	s OPTIMUM FOUND

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302378-1532896915/watcher-4302378-1532896915 -o /tmp/evaluation-result-4302378-1532896915/solver-4302378-1532896915 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1717382945 HOME/instance-4302378-1532896915.xml 

running on 4 cores: 0,2,4,6

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=19436, runsolver pid=19433
Current StackSize limit: 8192 KiB


[startup+0.100165 s]*
/proc/loadavg: 2.87 2.07 1.73 6/206 19493
/proc/meminfo: memFree=20054268/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=10022588 memory=15708 CPUtime=0.09 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 4575 12912 0 0 1 0 5 3 20 0 7 0 107254649 10263130112 3927 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2505647 3927 1987 1 0 2494085 0
[pid=19436/tid=19489] ppid=19433 vsize=10088124 memory=4279135704047060108 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 2381 12912 0 0 1 0 5 3 20 0 7 0 107254658 10330238976 3927 33554432000 4194304 4196468 140732994654944 139802931542800 139802952796539 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=10088124 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 7 0 107254658 10330238976 3927 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=10088124 memory=140593648268928 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 7 0 107254658 10330238976 3927 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=10088124 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 7 0 107254658 10330238976 3927 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=10088124 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 7 0 107254658 10330238976 3927 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=10088124 memory=140593648268928 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 7 0 107254660 10330238976 3993 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10022588 KiB
Current children cumulated memory: 15708 KiB

[startup+0.210078 s]*
/proc/loadavg: 2.87 2.07 1.73 6/215 19502
/proc/meminfo: memFree=20025952/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=10982696 memory=42916 CPUtime=0.27 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 8598 12912 0 0 17 2 5 3 20 0 15 0 107254649 11246280704 10729 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2745674 10729 2957 1 0 2708109 0
[pid=19436/tid=19489] ppid=19433 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 5035 12912 0 0 10 1 5 3 20 0 15 0 107254658 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802931497360 139802941263219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=10982696 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=10982696 memory=140593648912469 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=10982696 memory=140593648268928 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 13 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246280704 10729 33554432000 4194304 4196468 140732994654944 139801789457952 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246280704 10729 33554432000 4194304 4196468 140732994654944 139801588131184 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11246280704 10729 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 564 12912 0 0 1 0 5 3 20 0 15 0 107254663 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 73 12912 0 0 1 0 5 3 20 0 15 0 107254663 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=10982696 memory=140593648268928 CPUtime=0.11 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 703 12912 0 0 3 0 5 3 20 0 15 0 107254663 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11246280704 10729 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=10982696 memory=140593648268928 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254664 11246280704 10729 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42916 KiB

[startup+0.310481 s]*
/proc/loadavg: 2.87 2.07 1.73 6/215 19502
/proc/meminfo: memFree=20017684/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=10983192 memory=54540 CPUtime=0.4 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 10656 12912 0 0 29 3 5 3 20 0 15 0 107254649 11246788608 13635 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2745798 13635 3101 1 0 2708109 0
[pid=19436/tid=19489] ppid=19433 vsize=10983192 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 7062 12912 0 0 20 2 5 3 20 0 15 0 107254658 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802931511712 139802943780190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 13 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246788608 13635 33554432000 4194304 4196468 140732994654944 139801789457952 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246788608 13635 33554432000 4194304 4196468 140732994654944 139801588131184 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11246788608 13635 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 571 12912 0 0 1 0 5 3 20 0 15 0 107254663 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 73 12912 0 0 1 0 5 3 20 0 15 0 107254663 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=10983192 memory=140593648268928 CPUtime=0.13 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) R 19433 19436 6396 0 -1 1077944384 730 12912 0 0 5 0 5 3 20 0 15 0 107254663 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11246788608 13635 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=10983192 memory=140593648268928 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254664 11246788608 13635 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54540 KiB

[startup+0.700777 s]
/proc/loadavg: 2.87 2.07 1.73 7/215 19502
/proc/meminfo: memFree=20005528/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=10983192 memory=87700 CPUtime=1 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 17049 12912 0 0 87 5 5 3 20 0 15 0 107254649 11246788608 21925 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2745798 21925 3248 1 0 2708109 0
[pid=19436/tid=19489] ppid=19433 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 12403 12912 0 0 55 3 5 3 20 0 15 0 107254658 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802931519896 139802943780190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=10983192 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 2 12912 0 0 0 0 5 3 20 0 15 0 107254658 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=10983192 memory=140593539989936 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 5 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=10983192 memory=140595754435171 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 13 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246788608 21925 33554432000 4194304 4196468 140732994654944 139801789457952 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254660 11246788608 21925 33554432000 4194304 4196468 140732994654944 139801588131184 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=10983192 memory=7234564758908855872 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11246788608 21925 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=10983192 memory=7597685182856913236 CPUtime=0.14 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 1028 12912 0 0 6 0 5 3 20 0 15 0 107254663 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=10983192 memory=5787220445994897765 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 466 12912 0 0 10 0 5 3 20 0 15 0 107254663 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=10983192 memory=4128 CPUtime=0.21 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 927 12912 0 0 13 0 5 3 20 0 15 0 107254663 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11246788608 21925 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=10983192 memory=14272862194244648 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254664 11246788608 21925 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87700 KiB

[startup+1.50129 s]
/proc/loadavg: 2.87 2.07 1.73 6/215 19502
/proc/meminfo: memFree=19959320/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=10998092 memory=178900 CPUtime=2.28 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 24242 12912 0 0 210 10 5 3 20 0 15 0 107254649 11262046208 44725 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2749523 44725 3477 1 0 2711181 0
[pid=19436/tid=19489] ppid=19433 vsize=10998092 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 17964 12912 0 0 129 6 5 3 20 0 15 0 107254658 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802931513056 139802944865291 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=10998092 memory=24398 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 239 12912 0 0 1 0 5 3 20 0 15 0 107254658 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 14 12912 0 0 1 0 5 3 20 0 15 0 107254658 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=10998092 memory=67 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 28 12912 0 0 1 0 5 3 20 0 15 0 107254658 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=10998092 memory=6020 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 68 12912 0 0 0 0 5 3 20 0 15 0 107254658 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 59 12912 0 0 1 0 5 3 20 0 15 0 107254660 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=10998092 memory=87700 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 14 12912 0 0 0 0 5 3 20 0 15 0 107254660 11262046208 44725 33554432000 4194304 4196468 140732994654944 139801789458016 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254660 11262046208 44725 33554432000 4194304 4196468 140732994654944 139801588131200 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11262046208 44725 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=10998092 memory=281187079944240 CPUtime=0.26 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 1517 12912 0 0 18 0 5 3 20 0 15 0 107254663 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=10998092 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 649 12912 0 0 23 0 5 3 20 0 15 0 107254663 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=10998092 memory=4638778398332698720 CPUtime=0.4 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 1488 12912 0 0 32 0 5 3 20 0 15 0 107254663 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11262046208 44725 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=10998092 memory=281187080252768 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 1 12912 0 0 0 0 5 3 20 0 15 0 107254664 11262046208 44725 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0

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

[pid=19436/tid=19501] ppid=19433 vsize=11080032 memory=5408 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 242259 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=11080032 memory=1008 CPUtime=0.1 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 121 12912 0 0 1 1 5 3 20 0 15 0 107254664 11345952768 242259 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 53.96 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 969036 KiB

[startup+45.6008 s]
/proc/loadavg: 2.19 2.01 1.72 3/215 19502
/proc/meminfo: memFree=18739732/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=11080032 memory=968012 CPUtime=54.77 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 105186 12912 0 0 5423 46 5 3 20 0 15 0 107254649 11345952768 242003 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2770008 242003 3523 1 0 2731661 0
[pid=19436/tid=19489] ppid=19433 vsize=11080032 memory=932 CPUtime=45.33 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 51986 12912 0 0 4503 22 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802931534512 139802542125959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=11080032 memory=1580 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 620 12912 0 0 7 3 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=11080032 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 2042 12912 0 0 7 2 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=11080032 memory=9992 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 1316 12912 0 0 9 1 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=11080032 memory=1228 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 381 12912 0 0 7 3 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=11080032 memory=1952 CPUtime=0.16 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2393 12912 0 0 8 0 5 3 20 0 15 0 107254660 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=11080032 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 15 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 242003 33554432000 4194304 4196468 140732994654944 139801789458080 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=11080032 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 242003 33554432000 4194304 4196468 140732994654944 139801588131200 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=11080032 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=11080032 memory=2416 CPUtime=3.63 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 17781 12912 0 0 352 3 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=11080032 memory=1728 CPUtime=3.58 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 13276 12912 0 0 348 2 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=11080032 memory=1704 CPUtime=1.88 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 13052 12912 0 0 175 5 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=11080032 memory=5408 CPUtime=0.1 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 121 12912 0 0 1 1 5 3 20 0 15 0 107254664 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 54.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 968012 KiB

[startup+46.4007 s]
/proc/loadavg: 2.19 2.01 1.72 3/215 19502
/proc/meminfo: memFree=18740724/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=11080032 memory=968012 CPUtime=55.61 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 105199 12912 0 0 5507 46 5 3 20 0 15 0 107254649 11345952768 242003 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2770008 242003 3523 1 0 2731661 0
[pid=19436/tid=19489] ppid=19433 vsize=11080032 memory=6791534058613427641 CPUtime=46.12 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 51988 12912 0 0 4582 22 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802931531584 139802541893207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=11080032 memory=4128 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 620 12912 0 0 7 3 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=11080032 memory=30460 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 2042 12912 0 0 8 2 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=11080032 memory=1292 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 1316 12912 0 0 9 1 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=11080032 memory=2416 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 381 12912 0 0 7 3 5 3 20 0 15 0 107254658 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=11080032 memory=1728 CPUtime=0.16 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2393 12912 0 0 8 0 5 3 20 0 15 0 107254660 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=11080032 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 15 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 242003 33554432000 4194304 4196468 140732994654944 139801789458080 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 242003 33554432000 4194304 4196468 140732994654944 139801588131200 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=11080032 memory=5408 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=11080032 memory=1008 CPUtime=3.63 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 17781 12912 0 0 352 3 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=11080032 memory=9992 CPUtime=3.59 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 13284 12912 0 0 349 2 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=11080032 memory=1228 CPUtime=1.88 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 13055 12912 0 0 175 5 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=11080032 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 242003 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=11080032 memory=1200 CPUtime=0.1 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 121 12912 0 0 1 1 5 3 20 0 15 0 107254664 11345952768 242003 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 55.61 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 968012 KiB

[startup+46.8008 s]
/proc/loadavg: 2.19 2.01 1.72 3/215 19502
/proc/meminfo: memFree=18740724/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=11080032 memory=967500 CPUtime=56.01 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 105200 12912 0 0 5547 46 5 3 20 0 15 0 107254649 11345952768 241875 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2770008 241875 3523 1 0 2731661 0
[pid=19436/tid=19489] ppid=19433 vsize=11080032 memory=971088 CPUtime=46.52 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 51989 12912 0 0 4622 22 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802931534688 139802540238352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=11080032 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 620 12912 0 0 7 3 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=11080032 memory=4126316290023845779 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 2042 12912 0 0 8 2 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=11080032 memory=1232 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 1316 12912 0 0 9 1 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=11080032 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 381 12912 0 0 8 3 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=11080032 memory=1796 CPUtime=0.16 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2393 12912 0 0 8 0 5 3 20 0 15 0 107254660 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=11080032 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 15 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 241875 33554432000 4194304 4196468 140732994654944 139801789458080 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=11080032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 241875 33554432000 4194304 4196468 140732994654944 139801588131200 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=11080032 memory=5408 CPUtime=3.63 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 17781 12912 0 0 352 3 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=11080032 memory=1008 CPUtime=3.59 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 13284 12912 0 0 349 2 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=11080032 memory=9992 CPUtime=1.88 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 13055 12912 0 0 175 5 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=11080032 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=11080032 memory=968012 CPUtime=0.1 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 121 12912 0 0 1 1 5 3 20 0 15 0 107254664 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 56.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 967500 KiB

[startup+46.9008 s]
/proc/loadavg: 2.19 2.01 1.72 3/215 19502
/proc/meminfo: memFree=18740724/32770624 swapFree=67108860/67108860
[pid=19436] ppid=19433 vsize=11080032 memory=967500 CPUtime=56.12 cores=0,2,4,6
/proc/19436/stat : 19436 (java) S 19433 19436 6396 0 -1 1077944320 105201 12912 0 0 5558 46 5 3 20 0 15 0 107254649 11345952768 241875 33554432000 4194304 4196468 140732994654944 140732994637488 139802959699703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
/proc/19436/statm: 2770008 241875 3523 1 0 2731661 0
[pid=19436/tid=19489] ppid=19433 vsize=11080032 memory=970064 CPUtime=46.62 cores=0,2,4,6
/proc/19436/task/19489/stat : 19489 (java) R 19433 19436 6396 0 -1 4202560 51989 12912 0 0 4632 22 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802931534688 139802543927775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19490] ppid=19433 vsize=11080032 memory=968012 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19490/stat : 19490 (java) S 19433 19436 6396 0 -1 1077944384 620 12912 0 0 7 3 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802963942032 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19491] ppid=19433 vsize=11080032 memory=970064 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19491/stat : 19491 (java) S 19433 19436 6396 0 -1 1077944384 2042 12912 0 0 8 2 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802864429584 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19492] ppid=19433 vsize=11080032 memory=971088 CPUtime=0.18 cores=0,2,4,6
/proc/19436/task/19492/stat : 19492 (java) S 19433 19436 6396 0 -1 1077944384 1316 12912 0 0 9 1 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802498664848 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19493] ppid=19433 vsize=11080032 memory=968012 CPUtime=0.19 cores=0,2,4,6
/proc/19436/task/19493/stat : 19493 (java) S 19433 19436 6396 0 -1 1077944384 381 12912 0 0 8 3 5 3 20 0 15 0 107254658 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802497612048 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19494] ppid=19433 vsize=11080032 memory=10 CPUtime=0.16 cores=0,2,4,6
/proc/19436/task/19494/stat : 19494 (java) S 19433 19436 6396 0 -1 1077944384 2393 12912 0 0 8 0 5 3 20 0 15 0 107254660 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802385664880 139802959710850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19495] ppid=19433 vsize=11080032 memory=971088 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19495/stat : 19495 (java) S 19433 19436 6396 0 -1 1077944384 15 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 241875 33554432000 4194304 4196468 140732994654944 139801789458080 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19496] ppid=19433 vsize=11080032 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19496/stat : 19496 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254660 11345952768 241875 33554432000 4194304 4196468 140732994654944 139801588131200 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19497] ppid=19433 vsize=11080032 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19497/stat : 19497 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139801280731472 139802959718299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19498] ppid=19433 vsize=11080032 memory=972628 CPUtime=3.64 cores=0,2,4,6
/proc/19436/task/19498/stat : 19498 (java) S 19433 19436 6396 0 -1 1077944384 17782 12912 0 0 353 3 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802384611696 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19499] ppid=19433 vsize=11080032 memory=969036 CPUtime=3.59 cores=0,2,4,6
/proc/19436/task/19499/stat : 19499 (java) S 19433 19436 6396 0 -1 1077944384 13284 12912 0 0 349 2 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802383558896 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19500] ppid=19433 vsize=11080032 memory=969036 CPUtime=1.89 cores=0,2,4,6
/proc/19436/task/19500/stat : 19500 (java) S 19433 19436 6396 0 -1 1077944384 13055 12912 0 0 176 5 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802382506096 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19501] ppid=19433 vsize=11080032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/19436/task/19501/stat : 19501 (java) S 19433 19436 6396 0 -1 1077944384 3 12912 0 0 0 0 5 3 20 0 15 0 107254663 11345952768 241875 33554432000 4194304 4196468 140732994654944 139800849934560 139802959709909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
[pid=19436/tid=19502] ppid=19433 vsize=11080032 memory=2872 CPUtime=0.1 cores=0,2,4,6
/proc/19436/task/19502/stat : 19502 (java) S 19433 19436 6396 0 -1 1077944384 121 12912 0 0 1 1 5 3 20 0 15 0 107254664 11345952768 241875 33554432000 4194304 4196468 140732994654944 139802381454512 139802959710850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12640256 140732994660977 140732994663777 140732994663777 140732994666447 0
Current children cumulated CPU time: 56.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 967500 KiB

Child status: 0
Real time (s): 46.9443
CPU time (s): 56.1736
CPU user time (s): 55.6527
CPU system time (s): 0.52088
CPU usage (%): 119.66
Max. virtual memory (cumulated for all children) (KiB): 11082856
Max. memory (cumulated for all children) (KiB): 974168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.6527
system time used= 0.52088
maximum resident set size= 975172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10339
involuntary context switches= 151


# summary of solver processes directly reported to runsolver:
#   pid: 19436
#   total CPU time (s): 56.1736
#   total CPU user time (s): 55.6527
#   total CPU system time (s): 0.52088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.315044 second user time and 0.473952 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:41:55
IDJOB=4302378
IDBENCH=141320
IDSOLVER=2776
FILE ID=node139/4302378-1532896915
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 44980 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302378-1532896915/watcher-4302378-1532896915 -o /tmp/evaluation-result-4302378-1532896915/solver-4302378-1532896915 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1717382945 HOME/instance-4302378-1532896915.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=1717382945

node139.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.80
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.80
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.80
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.80
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:        20151348 kB
MemAvailable:   28258684 kB
Buffers:          254488 kB
Cached:          7966272 kB
SwapCached:            0 kB
Active:          6794124 kB
Inactive:        5139080 kB
Active(anon):    3666764 kB
Inactive(anon):    73544 kB
Active(file):    3127360 kB
Inactive(file):  5065536 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26572 kB
Writeback:             0 kB
AnonPages:       3508652 kB
Mapped:            58260 kB
Shmem:             25228 kB
Slab:             372188 kB
SReclaimable:     342900 kB
SUnreclaim:        29288 kB
KernelStack:        3840 kB
PageTables:        11856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4513332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3305472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44952 MiB
End job on node139 at 2018-07-29 22:42:42