Trace number 4290470

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
OscaR - Conflict Ordering with restarts 2018-07-02SAT (TO)628 2400.13 2368.63

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1339661711
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.00/1.20	c Parsing done, starting search...
2.00/1.24	o 271
2.00/1.25	o 318
2.00/1.25	o 351
2.00/1.26	o 461
2.00/1.26	o 480
2.28/1.32	o 494
2.28/1.32	o 534
2.28/1.32	o 578
2.28/1.32	o 628
2400.09/2368.60	s SATISFIABLE
2400.09/2368.60	v <instantiation>
2400.09/2368.60	v 	<list>
2400.09/2368.60	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
2400.09/2368.60	v 	</list>
2400.09/2368.60	v 	<values>
2400.09/2368.60	v 		10 0 8 1 11 9 3 14 13 6 4 12 7 5 2 13 0 161 83 551 222 31 118 167 27 101 33 38 225 73 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14 
2400.09/2368.60	v 	</values>
2400.09/2368.60	v </instantiation>

Verifier Data

OK	628

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290470-1532295211/watcher-4290470-1532295211 -o /tmp/evaluation-result-4290470-1532295211/solver-4290470-1532295211 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532271385-3550 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1339661711 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290470-1532295211.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=6284, runsolver pid=6281


[startup+0.109218 s]*
/proc/loadavg: 1.41 1.40 1.37 3/216 6299
/proc/meminfo: memFree=22497336/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14082740 memory=33872 CPUtime=0.13 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 7367 0 0 0 12 1 0 0 20 0 15 0 47084316 14420725760 8468 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3520685 8468 3157 1 0 3482761 0
[pid=6284/tid=6286] ppid=6281 vsize=14082740 memory=-8824339985996805312 CPUtime=0.1 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 5408 0 0 0 9 1 0 0 20 0 15 0 47084316 14420725760 8468 33554432000 4194304 4196468 140735668536448 140139074889824 140139070715037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 8468 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 8468 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 8468 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 8468 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47084318 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47084319 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47084319 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0.01 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 47084321 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084322 14420725760 8468 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33872 KiB

[startup+0.210212 s]*
/proc/loadavg: 1.41 1.40 1.37 5/216 6299
/proc/meminfo: memFree=22482852/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14082740 memory=47032 CPUtime=0.3 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 10336 0 0 0 28 2 0 0 20 0 15 0 47084316 14420725760 11758 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3520685 11758 3360 1 0 3482761 0
[pid=6284/tid=6286] ppid=6281 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) S 6281 6284 2046 0 -1 1077944384 8084 0 0 0 19 1 0 0 20 0 15 0 47084316 14420725760 11758 33554432000 4194304 4196468 140735668536448 140139074920160 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 11758 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14082740 memory=139674476246132 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 11758 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 11758 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 11758 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 47084318 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47084319 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47084319 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) R 6281 6284 2046 0 -1 4202560 555 0 0 0 2 0 0 0 20 0 15 0 47084321 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138540676064 140139049945240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) R 6281 6284 2046 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138539632880 140139062934501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0.06 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) R 6281 6284 2046 0 -1 1077944384 307 0 0 0 6 0 0 0 20 0 15 0 47084321 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084322 14420725760 11758 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47032 KiB

[startup+0.31071 s]*
/proc/loadavg: 1.41 1.40 1.37 4/216 6299
/proc/meminfo: memFree=22479580/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14082740 memory=50248 CPUtime=0.44 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 10787 0 0 0 42 2 0 0 20 0 15 0 47084316 14420725760 12562 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3520685 12562 3363 1 0 3482761 0
[pid=6284/tid=6286] ppid=6281 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 8440 0 0 0 28 1 0 0 20 0 15 0 47084316 14420725760 12562 33554432000 4194304 4196468 140735668536448 140139074882384 140139062930238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14082740 memory=290763879498383383 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 12562 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14082740 memory=13712261664085656 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 12562 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 12562 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47084317 14420725760 12562 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 47084318 14420725760 12562 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47084319 14420725760 12562 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47084319 14420725760 12562 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 12613 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 574 0 0 0 3 0 0 0 20 0 15 0 47084321 14420725760 12613 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 15 0 47084321 14420725760 12613 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0.08 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 328 0 0 0 8 0 0 0 20 0 15 0 47084321 14420725760 12613 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14420725760 12613 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14082740 memory=139674476222080 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084322 14420725760 12613 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50248 KiB

[startup+0.700785 s]
/proc/loadavg: 1.41 1.40 1.37 3/216 6299
/proc/meminfo: memFree=22455520/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14084808 memory=88844 CPUtime=0.99 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 17631 0 0 0 95 4 0 0 20 0 15 0 47084316 14422843392 22211 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3521202 22211 3499 1 0 3483273 0
[pid=6284/tid=6286] ppid=6281 vsize=14084808 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 14884 0 0 0 64 3 0 0 20 0 15 0 47084316 14422843392 22211 33554432000 4194304 4196468 140735668536448 140139074921472 140139070715037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14084808 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14422843392 22211 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14422843392 22211 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14422843392 22211 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14084808 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47084317 14422843392 22211 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14084808 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 47084318 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14084808 memory=5672 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47084319 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14084808 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47084319 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14084808 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14084808 memory=4639098309541129069 CPUtime=0.07 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 15 0 47084321 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14084808 memory=7380106142448643183 CPUtime=0.07 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 223 0 0 0 7 0 0 0 20 0 15 0 47084321 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14084808 memory=7810487918915055718 CPUtime=0.15 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 47084321 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084322 14422843392 22211 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50125 s]
/proc/loadavg: 1.30 1.38 1.36 3/216 6299
/proc/meminfo: memFree=22424480/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14090952 memory=187344 CPUtime=2.91 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 27499 0 0 0 283 8 0 0 20 0 15 0 47084316 14429134848 46836 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3522738 46836 3552 1 0 3484809 0
[pid=6284/tid=6286] ppid=6281 vsize=14090952 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 20568 0 0 0 141 6 0 0 20 0 15 0 47084316 14429134848 46836 33554432000 4194304 4196468 140735668536448 140139074930664 140138698239705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14090952 memory=-8253362664378451598 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14429134848 46836 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14090952 memory=7245577299922993209 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14429134848 46836 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14090952 memory=-8412660957079705459 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47084317 14429134848 46836 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14090952 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47084317 14429134848 46836 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 47084318 14429134848 46836 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0

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

/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 68286 0 0 0 217510 64 0 0 20 0 15 0 47084316 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139074931856 140138698404189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14090952 memory=1141664 CPUtime=9.95 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 9191 0 0 0 885 110 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14090952 memory=1141664 CPUtime=9.88 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 8270 0 0 0 883 105 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.05 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 9850 0 0 0 897 108 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14090952 memory=1141656 CPUtime=9.97 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 7766 0 0 0 891 106 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14090952 memory=1141664 CPUtime=13.08 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 13191 0 0 0 1224 84 0 0 20 0 15 0 47084318 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0.52 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 1927 0 0 0 51 1 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14090952 memory=132 CPUtime=0.51 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 1613 0 0 0 51 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0.54 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 3359 0 0 0 53 1 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14090952 memory=1141656 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14090952 memory=15728 CPUtime=1.36 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1491 0 0 0 63 73 0 0 20 0 15 0 47084322 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 2231.71 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1141664 KiB

[startup+2262.3 s]
/proc/loadavg: 1.43 1.38 1.34 3/216 6488
/proc/meminfo: memFree=20666980/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14090952 memory=1141664 CPUtime=2292.45 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 128422 0 0 0 228763 482 0 0 20 0 15 0 47084316 14429134848 285416 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3522738 285416 3586 1 0 3484809 0
[pid=6284/tid=6286] ppid=6281 vsize=14090952 memory=1141664 CPUtime=2235.01 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 69524 0 0 0 223436 65 0 0 20 0 15 0 47084316 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139074931584 140138698404204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.22 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 9363 0 0 0 909 113 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.16 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 8498 0 0 0 908 108 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.33 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 9866 0 0 0 922 111 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.24 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 7790 0 0 0 915 109 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14090952 memory=1141664 CPUtime=13.43 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 13540 0 0 0 1257 86 0 0 20 0 15 0 47084318 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0.52 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 1931 0 0 0 51 1 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0.51 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 1617 0 0 0 51 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0.54 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 3363 0 0 0 53 1 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14090952 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14090952 memory=1228 CPUtime=1.4 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1509 0 0 0 65 75 0 0 20 0 15 0 47084322 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 2292.45 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1141664 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.37 1.34 3/216 6489
/proc/meminfo: memFree=20667356/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14090952 memory=1141664 CPUtime=2353.21 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 130030 0 0 0 234827 494 0 0 20 0 15 0 47084316 14429134848 285416 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3522738 285416 3586 1 0 3484809 0
[pid=6284/tid=6286] ppid=6281 vsize=14090952 memory=1141664 CPUtime=2294.26 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 70714 0 0 0 229359 67 0 0 20 0 15 0 47084316 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139074931680 140138698404168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.49 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 9368 0 0 0 934 115 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.43 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 8534 0 0 0 934 109 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.61 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 9869 0 0 0 947 114 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14090952 memory=1141664 CPUtime=10.51 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 7970 0 0 0 940 111 0 0 20 0 15 0 47084317 14429134848 285416 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14090952 memory=1141664 CPUtime=13.79 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 13720 0 0 0 1290 89 0 0 20 0 15 0 47084318 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14090952 memory=4140 CPUtime=0.52 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 1933 0 0 0 51 1 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14090952 memory=15744 CPUtime=0.51 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 1619 0 0 0 51 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14090952 memory=1141664 CPUtime=0.54 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 3365 0 0 0 53 1 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14090952 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14090952 memory=1141664 CPUtime=1.43 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1517 0 0 0 66 77 0 0 20 0 15 0 47084322 14429134848 285416 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 2353.21 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1141664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368.6 s]
/proc/loadavg: 1.43 1.38 1.34 3/216 6490
/proc/meminfo: memFree=20667112/32770624 swapFree=67108860/67108860
[pid=6284] ppid=6281 vsize=14090952 memory=1141668 CPUtime=2400.09 cores=0,2,4,6
/proc/6284/stat : 6284 (java) S 6281 6284 2046 0 -1 1077944320 131820 0 0 0 239505 504 0 0 20 0 15 0 47084316 14429134848 285417 33554432000 4194304 4196468 140735668536448 140735668518992 140139070693111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
/proc/6284/statm: 3522738 285417 3586 1 0 3484809 0
[pid=6284/tid=6286] ppid=6281 vsize=14090952 memory=1712 CPUtime=2339.96 cores=0,2,4,6
/proc/6284/task/6286/stat : 6286 (java) R 6281 6284 2046 0 -1 4202560 71698 0 0 0 233928 68 0 0 20 0 15 0 47084316 14429134848 285417 33554432000 4194304 4196468 140735668536448 140139074931744 140138698404016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6287] ppid=6281 vsize=14090952 memory=5672 CPUtime=10.71 cores=0,2,4,6
/proc/6284/task/6287/stat : 6287 (java) S 6281 6284 2046 0 -1 1077944384 9545 0 0 0 953 118 0 0 20 0 15 0 47084317 14429134848 285417 33554432000 4194304 4196468 140735668536448 140139023313552 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6288] ppid=6281 vsize=14090952 memory=8112282956445269571 CPUtime=10.65 cores=0,2,4,6
/proc/6284/task/6288/stat : 6288 (java) S 6281 6284 2046 0 -1 1077944384 8579 0 0 0 953 112 0 0 20 0 15 0 47084317 14429134848 285417 33554432000 4194304 4196468 140735668536448 140139022260752 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6289] ppid=6281 vsize=14090952 memory=2244 CPUtime=10.82 cores=0,2,4,6
/proc/6284/task/6289/stat : 6289 (java) S 6281 6284 2046 0 -1 1077944384 10077 0 0 0 966 116 0 0 20 0 15 0 47084317 14429134848 285417 33554432000 4194304 4196468 140735668536448 140139021207952 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6290] ppid=6281 vsize=14090952 memory=8112282956445269571 CPUtime=10.73 cores=0,2,4,6
/proc/6284/task/6290/stat : 6290 (java) S 6281 6284 2046 0 -1 1077944384 7975 0 0 0 959 114 0 0 20 0 15 0 47084317 14429134848 285417 33554432000 4194304 4196468 140735668536448 140139020155152 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6291] ppid=6281 vsize=14090952 memory=644 CPUtime=14.08 cores=0,2,4,6
/proc/6284/task/6291/stat : 6291 (java) S 6281 6284 2046 0 -1 1077944384 14060 0 0 0 1317 91 0 0 20 0 15 0 47084318 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138612685680 140139070704258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6292] ppid=6281 vsize=14090952 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6292/stat : 6292 (java) S 6281 6284 2046 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138611631648 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6293] ppid=6281 vsize=14090952 memory=960 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6293/stat : 6293 (java) S 6281 6284 2046 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 47084319 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138610578800 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6294] ppid=6281 vsize=14090952 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6294/stat : 6294 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138541738320 140139070711707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6295] ppid=6281 vsize=14090952 memory=4388 CPUtime=0.52 cores=0,2,4,6
/proc/6284/task/6295/stat : 6295 (java) S 6281 6284 2046 0 -1 1077944384 1935 0 0 0 51 1 0 0 20 0 15 0 47084321 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138540685680 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6296] ppid=6281 vsize=14090952 memory=1796 CPUtime=0.51 cores=0,2,4,6
/proc/6284/task/6296/stat : 6296 (java) S 6281 6284 2046 0 -1 1077944384 1621 0 0 0 51 0 0 0 20 0 15 0 47084321 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138539632880 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6297] ppid=6281 vsize=14090952 memory=2244 CPUtime=0.54 cores=0,2,4,6
/proc/6284/task/6297/stat : 6297 (java) S 6281 6284 2046 0 -1 1077944384 3367 0 0 0 53 1 0 0 20 0 15 0 47084321 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138538580080 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6298] ppid=6281 vsize=14090952 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6284/task/6298/stat : 6298 (java) S 6281 6284 2046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47084321 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138537527520 140139070703317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
[pid=6284/tid=6299] ppid=6281 vsize=14090952 memory=1296 CPUtime=1.45 cores=0,2,4,6
/proc/6284/task/6299/stat : 6299 (java) S 6281 6284 2046 0 -1 1077944384 1542 0 0 0 67 78 0 0 20 0 15 0 47084322 14429134848 285417 33554432000 4194304 4196468 140735668536448 140138536475824 140139070704258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 26046464 140735668540488 140735668540681 140735668540681 140735668543439 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1141668 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2368.63 s]
# the end of solver process 6284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.07 s, system=5.05607 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2368.63
CPU time (s): 2400.13
CPU user time (s): 2395.07
CPU system time (s): 5.05607
CPU usage (%): 101.33
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1141668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.07
system time used= 5.05607
maximum resident set size= 1142316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 438918
involuntary context switches= 7468


# summary of solver processes directly reported to runsolver:
#   pid: 6284
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2395.07
#   total CPU system time (s): 5.05607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8303 second user time and 21.6167 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 23:33:31
IDJOB=4290470
IDBENCH=141519
IDSOLVER=2743
FILE ID=node138/4290470-1532295211
RUNJOBID= node138-1532271385-3550
PBS_JOBID= 21018975
Free space on /tmp= 59072 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290470-1532295211/watcher-4290470-1532295211 -o /tmp/evaluation-result-4290470-1532295211/solver-4290470-1532295211 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532271385-3550 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1339661711 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290470-1532295211.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=1339661711

node138.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.71
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.71
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.71
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.71
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:        22516396 kB
MemAvailable:   31697844 kB
Buffers:          250992 kB
Cached:          9170904 kB
SwapCached:            0 kB
Active:          2650448 kB
Inactive:        7085012 kB
Active(anon):     316072 kB
Inactive(anon):    16960 kB
Active(file):    2334376 kB
Inactive(file):  7068052 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35640 kB
Writeback:             0 kB
AnonPages:        326668 kB
Mapped:            49748 kB
Shmem:             17036 kB
Slab:             216944 kB
SReclaimable:     189712 kB
SUnreclaim:        27232 kB
KernelStack:        3808 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59040 MiB
End job on node138 at 2018-07-23 00:13:00