Trace number 4307896

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-08-14SAT (TO)28 2520.04 2483.51

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 benchmark5.22787
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

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 2080392512
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.60/1.10	c Parsing done, starting search...
1.77/1.19	o 36
2.06/1.26	o 35
2.06/1.26	o 31
2.06/1.29	o 29
10.92/8.61	o 28
2520.01/2483.50	s SATISFIABLE
2520.01/2483.50	v <instantiation>
2520.01/2483.50	v 	<list>
2520.01/2483.50	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]
2520.01/2483.50	v 	</list>
2520.01/2483.50	v 	<values>
2520.01/2483.50	v 		2 -2 4 -3 1 -1 2 -2 3 1 1 2 1 0 0 0 0 0 0 2 2 1 1 0 0 0 0 0 0 6 0 7 0 10 0 5 0 0 
2520.01/2483.50	v 	</values>
2520.01/2483.50	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307896-1534290568/watcher-4307896-1534290568 -o /tmp/evaluation-result-4307896-1534290568/solver-4307896-1534290568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534270551-18809 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2080392512 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307896-1534290568.xml 

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

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

solver pid=21006, runsolver pid=21003

[startup+0.100313 s]*
/proc/loadavg: 1.56 1.60 1.70 5/215 21021
/proc/meminfo: memFree=15913208/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14082736 memory=31240 CPUtime=0.12 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 6720 0 0 0 11 1 0 0 20 0 15 0 246620094 14420721664 7810 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3520684 7810 3155 1 0 3482761 0
[pid=21006/tid=21008] ppid=21003 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 4750 0 0 0 8 1 0 0 20 0 15 0 246620095 14420721664 7810 33554432000 4194304 4196468 140723120100032 140628088498464 140628084315293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14082736 memory=5793855171973753273 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 7810 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 7810 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620097 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620097 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627557713184 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620098 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) R 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0.01 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) R 21003 21006 17276 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 15 0 246620100 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627552450928 140628084314714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 7810 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31240 KiB

[startup+0.218406 s]*
/proc/loadavg: 1.56 1.60 1.70 6/215 21021
/proc/meminfo: memFree=15897952/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14082736 memory=47440 CPUtime=0.31 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 10425 0 0 0 29 2 0 0 20 0 15 0 246620094 14420721664 11860 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3520684 11860 3409 1 0 3482761 0
[pid=21006/tid=21008] ppid=21003 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 8116 0 0 0 19 1 0 0 20 0 15 0 246620095 14420721664 11860 33554432000 4194304 4196468 140723120100032 140628088518968 140628068373854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14082736 memory=4211973647168650634 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 11860 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 11860 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246620097 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620097 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627557713184 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620098 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 246620100 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 246620100 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0.06 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) R 21003 21006 17276 0 -1 4202560 313 0 0 0 6 0 0 0 20 0 15 0 246620100 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627552447864 140628062813502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 11860 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47440 KiB

[startup+0.310451 s]*
/proc/loadavg: 1.56 1.60 1.70 3/215 21021
/proc/meminfo: memFree=15894912/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14082736 memory=50712 CPUtime=0.43 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 10786 0 0 0 41 2 0 0 20 0 15 0 246620094 14420721664 12678 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3520684 12678 3411 1 0 3482761 0
[pid=21006/tid=21008] ppid=21003 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 8443 0 0 0 28 1 0 0 20 0 15 0 246620095 14420721664 12678 33554432000 4194304 4196468 140723120100032 140628088501200 140628064569154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14082736 memory=4211973647168650634 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 12678 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14082736 memory=279841804560768 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 12678 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14082736 memory=279841681428992 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14082736 memory=139920840700687 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14082736 memory=279841804569984 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246620097 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14082736 memory=139920840705295 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620097 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627557713184 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14082736 memory=139920840726410 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620098 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14082736 memory=139920840730546 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 246620100 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 246620100 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14082736 memory=139920963860096 CPUtime=0.07 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) S 21003 21006 17276 0 -1 1077944384 329 0 0 0 7 0 0 0 20 0 15 0 246620100 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627552450928 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14082736 memory=139920963891336 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620100 14420721664 12678 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50712 KiB

[startup+0.70085 s]
/proc/loadavg: 1.56 1.60 1.70 3/215 21021
/proc/meminfo: memFree=15870356/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14084804 memory=88852 CPUtime=0.98 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 17622 0 0 0 94 4 0 0 20 0 15 0 246620094 14422839296 22213 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3521201 22213 3499 1 0 3483273 0
[pid=21006/tid=21008] ppid=21003 vsize=14084804 memory=53 CPUtime=0.67 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 14896 0 0 0 64 3 0 0 20 0 15 0 246620095 14422839296 22213 33554432000 4194304 4196468 140723120100032 140628088515968 140628084315293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14422839296 22213 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14422839296 22213 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14084804 memory=79 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14084804 memory=1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14084804 memory=8564 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246620097 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246620097 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627557713184 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14084804 memory=1264 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246620098 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14084804 memory=7192 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14084804 memory=748 CPUtime=0.06 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 510 0 0 0 6 0 0 0 20 0 15 0 246620100 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14084804 memory=872 CPUtime=0.08 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 417 0 0 0 8 0 0 0 20 0 15 0 246620100 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14084804 memory=1220 CPUtime=0.14 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) S 21003 21006 17276 0 -1 1077944384 416 0 0 0 14 0 0 0 20 0 15 0 246620100 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627552450928 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14084804 memory=1108 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14084804 memory=15336 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620100 14422839296 22213 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88852 KiB

[startup+1.50145 s]
/proc/loadavg: 1.56 1.60 1.70 4/215 21021
/proc/meminfo: memFree=15837748/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14090948 memory=162572 CPUtime=2.98 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 26014 0 0 0 290 8 0 0 20 0 15 0 246620094 14429130752 40643 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3522737 40643 3538 1 0 3484809 0
[pid=21006/tid=21008] ppid=21003 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 19826 0 0 0 142 5 0 0 20 0 15 0 246620095 14429130752 40643 33554432000 4194304 4196468 140723120100032 140628088530272 140627716162195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14429130752 40643 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14090948 memory=79 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246620096 14429130752 40643 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14090948 memory=1 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14429130752 40643 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246620096 14429130752 40643 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 246620097 14429130752 40643 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0

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

/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 70254 0 0 0 229477 41 0 0 20 0 15 0 246620095 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628088532080 140627720480543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14090948 memory=14133342345897820 CPUtime=11.25 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 3976 0 0 0 1049 76 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14090948 memory=748 CPUtime=11.18 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 3919 0 0 0 1044 74 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14090948 memory=872 CPUtime=11.24 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 3008 0 0 0 1045 79 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14090948 memory=1220 CPUtime=11.23 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 3617 0 0 0 1048 75 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14090948 memory=1108 CPUtime=12.09 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 6178 0 0 0 1140 69 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14090948 memory=15336 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627557713248 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14090948 memory=15840 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246620098 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14090948 memory=37824 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14090948 memory=3304 CPUtime=1.2 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 3995 0 0 0 119 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14090948 memory=496 CPUtime=1.3 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 6157 0 0 0 130 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14090948 memory=1616 CPUtime=0.53 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) S 21003 21006 17276 0 -1 1077944384 5684 0 0 0 52 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627552450928 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14090948 memory=1168 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14090948 memory=1108 CPUtime=1.19 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1142 0 0 0 59 60 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 2356.51 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434648 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.30 1.34 3/215 21198
/proc/meminfo: memFree=17203300/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14090948 memory=434648 CPUtime=2417.39 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 110587 0 0 0 241350 389 0 0 20 0 15 0 246620094 14429130752 108662 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3522737 108662 3577 1 0 3484809 0
[pid=21006/tid=21008] ppid=21003 vsize=14090948 memory=3228 CPUtime=2354.47 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 71069 0 0 0 235405 42 0 0 20 0 15 0 246620095 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628088531968 140627720477094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14090948 memory=920988 CPUtime=11.56 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 4061 0 0 0 1077 79 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14090948 memory=4104 CPUtime=11.49 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 3941 0 0 0 1072 77 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14090948 memory=288230574492221466 CPUtime=11.55 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 3052 0 0 0 1075 80 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14090948 memory=288230596050944315 CPUtime=11.53 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 3697 0 0 0 1077 76 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14090948 memory=14133342345897820 CPUtime=12.42 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 6347 0 0 0 1171 71 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627557713248 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14090948 memory=8564 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246620098 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14090948 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14090948 memory=1264 CPUtime=1.2 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 3997 0 0 0 119 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14090948 memory=7192 CPUtime=1.3 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 6159 0 0 0 130 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14090948 memory=748 CPUtime=0.53 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) S 21003 21006 17276 0 -1 1077944384 5686 0 0 0 52 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627552450928 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14090948 memory=872 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14090948 memory=1220 CPUtime=1.22 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1157 0 0 0 60 62 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 2417.39 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434648 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.28 1.33 3/215 21206
/proc/meminfo: memFree=17197200/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14090948 memory=434648 CPUtime=2478.24 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 111435 0 0 0 247425 399 0 0 20 0 15 0 246620094 14429130752 108662 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3522737 108662 3577 1 0 3484809 0
[pid=21006/tid=21008] ppid=21003 vsize=14090948 memory=316378093722009915 CPUtime=2413.76 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 71783 0 0 0 241333 43 0 0 20 0 15 0 246620095 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628088531872 140627720477094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14090948 memory=14133342345897820 CPUtime=11.86 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 4067 0 0 0 1105 81 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14090948 memory=916 CPUtime=11.79 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 4044 0 0 0 1101 78 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14090948 memory=3848 CPUtime=11.85 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 3061 0 0 0 1103 82 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14090948 memory=2720 CPUtime=11.84 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 3703 0 0 0 1104 80 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14090948 memory=2580 CPUtime=12.75 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 6354 0 0 0 1201 74 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627557713248 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14090948 memory=3224 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246620098 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14090948 memory=434648 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14090948 memory=1408 CPUtime=1.2 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 3997 0 0 0 119 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14090948 memory=3228 CPUtime=1.3 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 6159 0 0 0 130 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14090948 memory=927452 CPUtime=0.53 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) S 21003 21006 17276 0 -1 1077944384 5686 0 0 0 52 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627552450928 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14090948 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14090948 memory=4104 CPUtime=1.25 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1160 0 0 0 62 63 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 2478.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.5 s]
/proc/loadavg: 1.20 1.27 1.32 2/194 21255
/proc/meminfo: memFree=18150668/32770624 swapFree=67108792/67108860
[pid=21006] ppid=21003 vsize=14090948 memory=434648 CPUtime=2520.01 cores=0,2,4,6
/proc/21006/stat : 21006 (java) S 21003 21006 17276 0 -1 1077944320 112254 0 0 0 251594 407 0 0 20 0 15 0 246620094 14429130752 108662 33554432000 4194304 4196468 140723120100032 140723120082576 140628084293367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
/proc/21006/statm: 3522737 108662 3577 1 0 3484809 0
[pid=21006/tid=21008] ppid=21003 vsize=14090948 memory=6791534058613427641 CPUtime=2454.48 cores=0,2,4,6
/proc/21006/task/21008/stat : 21008 (java) R 21003 21006 17276 0 -1 4202560 72245 0 0 0 245403 45 0 0 20 0 15 0 246620095 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628088531824 140627720716443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21009] ppid=21003 vsize=14090948 memory=15336 CPUtime=12.07 cores=0,2,4,6
/proc/21006/task/21009/stat : 21009 (java) S 21003 21006 17276 0 -1 1077944384 4159 0 0 0 1125 82 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628036913552 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21010] ppid=21003 vsize=14090948 memory=434648 CPUtime=12 cores=0,2,4,6
/proc/21006/task/21010/stat : 21010 (java) S 21003 21006 17276 0 -1 1077944384 4053 0 0 0 1120 80 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140628035860752 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21011] ppid=21003 vsize=14090948 memory=434648 CPUtime=12.06 cores=0,2,4,6
/proc/21006/task/21011/stat : 21011 (java) S 21003 21006 17276 0 -1 1077944384 3063 0 0 0 1122 84 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627677473424 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21012] ppid=21003 vsize=14090948 memory=6791534058613427641 CPUtime=12.03 cores=0,2,4,6
/proc/21006/task/21012/stat : 21012 (java) S 21003 21006 17276 0 -1 1077944384 3769 0 0 0 1122 81 0 0 20 0 15 0 246620096 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627676420624 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21013] ppid=21003 vsize=14090948 memory=748 CPUtime=12.97 cores=0,2,4,6
/proc/21006/task/21013/stat : 21013 (java) S 21003 21006 17276 0 -1 1077944384 6521 0 0 0 1222 75 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627558767216 140628084304514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21014] ppid=21003 vsize=14090948 memory=872 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21014/stat : 21014 (java) S 21003 21006 17276 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 246620097 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627557713248 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21015] ppid=21003 vsize=14090948 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21015/stat : 21015 (java) S 21003 21006 17276 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 246620098 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627556660848 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21016] ppid=21003 vsize=14090948 memory=434648 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21016/stat : 21016 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627555609168 140628084311963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21017] ppid=21003 vsize=14090948 memory=434648 CPUtime=1.2 cores=0,2,4,6
/proc/21006/task/21017/stat : 21017 (java) S 21003 21006 17276 0 -1 1077944384 3999 0 0 0 119 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627554556016 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21018] ppid=21003 vsize=14090948 memory=302304344886477115 CPUtime=1.3 cores=0,2,4,6
/proc/21006/task/21018/stat : 21018 (java) S 21003 21006 17276 0 -1 1077944384 6161 0 0 0 130 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627553503216 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21019] ppid=21003 vsize=14090948 memory=14133342345897820 CPUtime=0.53 cores=0,2,4,6
/proc/21006/task/21019/stat : 21019 (java) S 21003 21006 17276 0 -1 1077944384 5688 0 0 0 52 1 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627552450928 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21020] ppid=21003 vsize=14090948 memory=3304 CPUtime=0 cores=0,2,4,6
/proc/21006/task/21020/stat : 21020 (java) S 21003 21006 17276 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627551398368 140628084303573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
[pid=21006/tid=21021] ppid=21003 vsize=14090948 memory=496 CPUtime=1.27 cores=0,2,4,6
/proc/21006/task/21021/stat : 21021 (java) S 21003 21006 17276 0 -1 1077944384 1175 0 0 0 63 64 0 0 20 0 15 0 246620100 14429130752 108662 33554432000 4194304 4196468 140723120100032 140627550346160 140628084304514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 39784448 140723120104520 140723120104713 140723120104713 140723120107471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434648 KiB

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

[startup+2483.51 s]
# the end of solver process 21006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.07956 s

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

Child status: 143
Real time (s): 2483.51
CPU time (s): 2520.04
CPU user time (s): 2515.96
CPU system time (s): 4.07956
CPU usage (%): 101.471
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 434648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.07956
maximum resident set size= 435316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 379302
involuntary context switches= 8410


# summary of solver processes directly reported to runsolver:
#   pid: 21006
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.07956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3967 second user time and 24.3029 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 01:49:28
IDJOB=4307896
IDBENCH=141320
IDSOLVER=2791
FILE ID=node150/4307896-1534290568
RUNJOBID= node150-1534270551-18809
PBS_JOBID= 21038115
Free space on /tmp= 37864 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_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-4307896-1534290568/watcher-4307896-1534290568 -o /tmp/evaluation-result-4307896-1534290568/solver-4307896-1534290568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534270551-18809 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2080392512 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307896-1534290568.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=2080392512

node150.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.76
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.76
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.76
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.76
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:        15931664 kB
MemAvailable:   29403920 kB
Buffers:          243116 kB
Cached:         13387428 kB
SwapCached:           32 kB
Active:          8934972 kB
Inactive:        7246084 kB
Active(anon):    2501796 kB
Inactive(anon):   100944 kB
Active(file):    6433176 kB
Inactive(file):  7145140 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35708 kB
Writeback:             0 kB
AnonPages:       2557804 kB
Mapped:            69388 kB
Shmem:             49732 kB
Slab:             350472 kB
SReclaimable:     322400 kB
SUnreclaim:        28072 kB
KernelStack:        3504 kB
PageTables:        10600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3714976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2377728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37968 MiB
End job on node150 at 2018-08-15 02:30:52