Trace number 4307876

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)44 2520.07 2488.72

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.569
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.57	c version: 2018-08-14
0.66/0.57	c seed: 1179698074
0.66/0.57	c timeout: 2520
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
1.52/1.05	c Parsing done, starting search...
3.69/2.07	o 81
3.69/2.08	o 80
3.69/2.08	o 73
3.69/2.08	o 71
3.69/2.10	o 70
3.91/2.11	o 65
3.91/2.11	o 64
4.18/2.26	o 61
4.18/2.26	o 60
4.18/2.26	o 59
4.18/2.26	o 58
4.18/2.26	o 57
4.18/2.26	o 56
4.65/2.68	o 55
6.27/4.27	o 54
6.27/4.27	o 53
7.10/5.07	o 52
7.69/5.67	o 51
7.69/5.67	o 50
7.82/5.70	o 49
16.83/14.64	o 48
20.04/17.86	o 46
27.26/25.03	o 45
31.37/29.15	o 44
2520.04/2488.71	s SATISFIABLE
2520.04/2488.71	v <instantiation>
2520.04/2488.71	v 	<list>
2520.04/2488.71	v 		y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8]
2520.04/2488.71	v 	</list>
2520.04/2488.71	v 	<values>
2520.04/2488.71	v 		3 9 17 19 32 39 43 44 6 14 16 29 36 40 41 8 10 23 30 34 35 2 15 22 26 27 13 20 24 25 7 11 12 4 5 1 0 3 9 17 19 32 39 43 44 
2520.04/2488.71	v 	</values>
2520.04/2488.71	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307876-1534322503/watcher-4307876-1534322503 -o /tmp/evaluation-result-4307876-1534322503/solver-4307876-1534322503 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534322503-4632 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1179698074 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307876-1534322503.xml 

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

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


[startup+0.104113 s]*
/proc/loadavg: 1.00 1.31 1.72 4/219 4690
/proc/meminfo: memFree=24722016/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14082736 memory=31348 CPUtime=0.12 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 6761 0 0 0 11 1 0 0 20 0 15 0 249813510 14420721664 7837 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3520684 7837 3155 1 0 3482761 0
[pid=4655/tid=4657] ppid=4649 vsize=14082736 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 4823 0 0 0 9 0 0 0 20 0 15 0 249813510 14420721664 7902 33554432000 4194304 4196468 140735468912256 140268646628064 140268626470238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 7902 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14082736 memory=139935786517496 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 7902 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 7902 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 7902 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14082736 memory=139935786497664 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813512 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249813513 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249813513 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 249813515 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14082736 memory=139935786497664 CPUtime=0.01 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 249813515 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14082736 memory=139935786497664 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813516 14420721664 7902 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31348 KiB

[startup+0.210673 s]*
/proc/loadavg: 1.00 1.31 1.72 6/219 4690
/proc/meminfo: memFree=24691016/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14082736 memory=47168 CPUtime=0.29 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 10370 0 0 0 27 2 0 0 20 0 15 0 249813510 14420721664 11792 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3520684 11792 3373 1 0 3482761 0
[pid=4655/tid=4657] ppid=4649 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 8111 0 0 0 18 1 0 0 20 0 15 0 249813510 14420721664 11792 33554432000 4194304 4196468 140735468912256 140268646617696 140268280088277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 11792 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14082736 memory=139935786517496 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 11792 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 11792 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 11792 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14082736 memory=139935786497664 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249813512 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249813513 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249813513 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) R 4649 4655 665 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 249813515 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) R 4649 4655 665 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 15 0 249813515 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267750881392 140268634626878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14082736 memory=139935786497664 CPUtime=0.05 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) R 4649 4655 665 0 -1 4202560 295 0 0 0 5 0 0 0 20 0 15 0 249813515 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267749828848 140268627465840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14082736 memory=139935786497664 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813516 14420721664 11792 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47168 KiB

[startup+0.310559 s]*
/proc/loadavg: 1.00 1.31 1.72 3/219 4690
/proc/meminfo: memFree=24683836/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14082736 memory=50360 CPUtime=0.44 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 10782 0 0 0 42 2 0 0 20 0 15 0 249813510 14420721664 12590 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3520684 12590 3376 1 0 3482761 0
[pid=4655/tid=4657] ppid=4649 vsize=14082736 memory=139935671744780 CPUtime=0.29 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 8464 0 0 0 28 1 0 0 20 0 15 0 249813510 14420721664 12590 33554432000 4194304 4196468 140735468912256 140268646597584 140268623953311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14082736 memory=279871343296752 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 12590 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14082736 memory=139935671750095 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 12590 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14082736 memory=139935671752402 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 12590 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14082736 memory=139935671752687 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14420721664 12590 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14082736 memory=279871343451216 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249813512 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249813513 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14082736 memory=279871458261856 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249813513 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 363 0 0 0 3 0 0 0 20 0 15 0 249813515 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14082736 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 249813515 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14082736 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 317 0 0 0 8 0 0 0 20 0 15 0 249813515 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14082736 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813516 14420721664 12590 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50360 KiB

[startup+0.701223 s]
/proc/loadavg: 1.00 1.31 1.72 3/219 4690
/proc/meminfo: memFree=24648356/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14084804 memory=88960 CPUtime=0.98 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 17611 0 0 0 94 4 0 0 20 0 15 0 249813510 14422839296 22240 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3521201 22240 3505 1 0 3483273 0
[pid=4655/tid=4657] ppid=4649 vsize=14084804 memory=7235948021896667728 CPUtime=0.66 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 14889 0 0 0 63 3 0 0 20 0 15 0 249813510 14422839296 22240 33554432000 4194304 4196468 140735468912256 140268646623064 140268609975475 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14084804 memory=6296683642719916388 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14422839296 22240 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14422839296 22240 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14084804 memory=159988874097271 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813511 14422839296 22240 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14422839296 22240 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249813512 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249813513 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14084804 memory=279871343296752 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249813513 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14084804 memory=-5790888637220153696 CPUtime=0.08 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 520 0 0 0 8 0 0 0 20 0 15 0 249813515 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14084804 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 403 0 0 0 7 0 0 0 20 0 15 0 249813515 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14084804 memory=6944656592455359580 CPUtime=0.15 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 415 0 0 0 15 0 0 0 20 0 15 0 249813515 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14084804 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14084804 memory=-3255422371651459150 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813516 14422839296 22240 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88960 KiB

[startup+1.50082 s]
/proc/loadavg: 1.00 1.31 1.72 5/219 4690
/proc/meminfo: memFree=24569412/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14090948 memory=135940 CPUtime=2.93 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 24621 0 0 0 286 7 0 0 20 0 15 0 249813510 14429130752 33985 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3522737 33985 3536 1 0 3484809 0
[pid=4655/tid=4657] ppid=4649 vsize=14090948 memory=279871343571072 CPUtime=1.46 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 18720 0 0 0 141 5 0 0 20 0 15 0 249813510 14429130752 33985 33554432000 4194304 4196468 140735468912256 140268646622480 140268284048577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14090948 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14429130752 33985 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14090948 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14429130752 33985 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14090948 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249813511 14429130752 33985 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14090948 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249813511 14429130752 33985 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14090948 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 249813512 14429130752 33985 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0

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

/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 62488 0 0 0 235471 67 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268646628256 140735470009772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14090948 memory=455220 CPUtime=9.95 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 1809 0 0 0 883 112 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14090948 memory=455220 CPUtime=9.96 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2047 0 0 0 881 115 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14090948 memory=455220 CPUtime=9.95 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 4009 0 0 0 886 109 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14090948 memory=455220 CPUtime=9.95 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2327 0 0 0 885 110 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14090948 memory=455220 CPUtime=12.98 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 4040 0 0 0 1213 85 0 0 20 0 15 0 249813512 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14090948 memory=164 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14090948 memory=279871343568000 CPUtime=1.07 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 5181 0 0 0 106 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14090948 memory=1192 CPUtime=1 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 4631 0 0 0 99 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 101 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14090948 memory=1616 CPUtime=0.49 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 4320 0 0 0 48 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14090948 memory=68008 CPUtime=1.49 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1053 0 0 0 61 88 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 104 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 2412.32 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 455220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.34 1.35 3/221 4790
/proc/meminfo: memFree=24090832/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14090948 memory=455220 CPUtime=2473.04 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 94781 0 0 0 246808 496 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3522737 113805 3577 1 0 3484809 0
[pid=4655/tid=4657] ppid=4649 vsize=14090948 memory=455220 CPUtime=2414.66 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 63853 0 0 0 241398 68 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268646628096 140268285627423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.21 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 1812 0 0 0 907 114 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.22 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2065 0 0 0 904 118 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.22 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 4017 0 0 0 909 113 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.23 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2334 0 0 0 910 113 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14090948 memory=455220 CPUtime=13.32 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 4086 0 0 0 1245 87 0 0 20 0 15 0 249813512 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14090948 memory=37708 CPUtime=1.07 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 5181 0 0 0 106 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14090948 memory=455220 CPUtime=1 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 4631 0 0 0 99 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 101 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14090948 memory=455220 CPUtime=0.49 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 4320 0 0 0 48 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 59 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14090948 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.52 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1060 0 0 0 62 90 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 104 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 2473.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 455220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.7 s]
/proc/loadavg: 1.41 1.34 1.34 3/221 4791
/proc/meminfo: memFree=24088920/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14090948 memory=455220 CPUtime=2520.04 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 95741 0 0 0 251498 506 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3522737 113805 3577 1 0 3484809 0
[pid=4655/tid=4657] ppid=4649 vsize=14090948 memory=455220 CPUtime=2460.52 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 64602 0 0 0 245983 69 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268646628240 140268285662415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.42 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 1823 0 0 0 926 116 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.42 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2072 0 0 0 921 121 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.42 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 4113 0 0 0 927 115 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.43 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2334 0 0 0 927 116 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14090948 memory=455220 CPUtime=13.59 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 4173 0 0 0 1270 89 0 0 20 0 15 0 249813512 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.07 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 5183 0 0 0 106 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.01 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 4633 0 0 0 100 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 101 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14090948 memory=455220 CPUtime=0.49 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 4322 0 0 0 48 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 59 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14090948 memory=804 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.55 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1064 0 0 0 64 91 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 104 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 455220 KiB

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

[startup+2488.72 s]
# the end of solver process 4655 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515 s, system=5.06778 s

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

[startup+2488.7 s]
/proc/loadavg: 1.41 1.34 1.34 3/221 4791
/proc/meminfo: memFree=24088920/32770624 swapFree=67108856/67108860
[pid=4655] ppid=4649 vsize=14090948 memory=455220 CPUtime=2520.04 cores=1,3,5,7
/proc/4655/stat : 4655 (java) S 4649 4655 665 0 -1 1077944320 95741 0 0 0 251498 506 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140735468894800 140268642389751 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
/proc/4655/statm: 3522737 113805 3577 1 0 3484809 0
[pid=4655/tid=4657] ppid=4649 vsize=14090948 memory=455220 CPUtime=2460.52 cores=1,3,5,7
/proc/4655/task/4657/stat : 4657 (java) R 4649 4655 665 0 -1 4202560 64602 0 0 0 245983 69 0 0 20 0 15 0 249813510 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268646628240 140268285662415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4659] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.42 cores=1,3,5,7
/proc/4655/task/4659/stat : 4659 (java) S 4649 4655 665 0 -1 1077944384 1823 0 0 0 926 116 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268238465296 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4661] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.42 cores=1,3,5,7
/proc/4655/task/4661/stat : 4661 (java) S 4649 4655 665 0 -1 1077944384 2072 0 0 0 921 121 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268237412752 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4662] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.42 cores=1,3,5,7
/proc/4655/task/4662/stat : 4662 (java) S 4649 4655 665 0 -1 1077944384 4113 0 0 0 927 115 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268236360208 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4663] ppid=4649 vsize=14090948 memory=455220 CPUtime=10.43 cores=1,3,5,7
/proc/4655/task/4663/stat : 4663 (java) S 4649 4655 665 0 -1 1077944384 2334 0 0 0 927 116 0 0 20 0 15 0 249813511 14429130752 113805 33554432000 4194304 4196468 140735468912256 140268235307664 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4669] ppid=4649 vsize=14090948 memory=455220 CPUtime=13.59 cores=1,3,5,7
/proc/4655/task/4669/stat : 4669 (java) S 4649 4655 665 0 -1 1077944384 4173 0 0 0 1270 89 0 0 20 0 15 0 249813512 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267756145136 140268642400898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4674] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4674/stat : 4674 (java) S 4649 4655 665 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267755091360 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4675] ppid=4649 vsize=14090948 memory=455220 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4675/stat : 4675 (java) S 4649 4655 665 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 249813513 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267754038768 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4679] ppid=4649 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4679/stat : 4679 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267752987344 140268642408347 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4680] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.07 cores=1,3,5,7
/proc/4655/task/4680/stat : 4680 (java) S 4649 4655 665 0 -1 1077944384 5183 0 0 0 106 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267751933936 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4681] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.01 cores=1,3,5,7
/proc/4655/task/4681/stat : 4681 (java) S 4649 4655 665 0 -1 1077944384 4633 0 0 0 100 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267750881392 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 101 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4682] ppid=4649 vsize=14090948 memory=455220 CPUtime=0.49 cores=1,3,5,7
/proc/4655/task/4682/stat : 4682 (java) S 4649 4655 665 0 -1 1077944384 4322 0 0 0 48 1 0 0 20 0 15 0 249813515 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267749828848 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 59 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4683] ppid=4649 vsize=14090948 memory=804 CPUtime=0 cores=1,3,5,7
/proc/4655/task/4683/stat : 4683 (java) S 4649 4655 665 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267748776544 140268642399957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
[pid=4655/tid=4684] ppid=4649 vsize=14090948 memory=455220 CPUtime=1.55 cores=1,3,5,7
/proc/4655/task/4684/stat : 4684 (java) S 4649 4655 665 0 -1 1077944384 1064 0 0 0 64 91 0 0 20 0 15 0 249813516 14429130752 113805 33554432000 4194304 4196468 140735468912256 140267747724080 140268642400898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 104 0 0 6293624 6294260 9637888 140735468917832 140735468918025 140735468918025 140735468920783 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 455220 KiB

Child status: 143
Real time (s): 2488.72
CPU time (s): 2520.07
CPU user time (s): 2515
CPU system time (s): 5.06778
CPU usage (%): 101.26
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 455220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515
system time used= 5.06778
maximum resident set size= 455888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96118
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 440931
involuntary context switches= 7925


# summary of solver processes directly reported to runsolver:
#   pid: 4655
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515
#   total CPU system time (s): 5.06778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5056 second user time and 23.5687 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 10:41:43
IDJOB=4307876
IDBENCH=141374
IDSOLVER=2791
FILE ID=node132/4307876-1534322503
RUNJOBID= node132-1534322503-4632
PBS_JOBID= 21038142
Free space on /tmp= 38900 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_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-4307876-1534322503/watcher-4307876-1534322503 -o /tmp/evaluation-result-4307876-1534322503/solver-4307876-1534322503 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534322503-4632 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1179698074 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307876-1534322503.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1179698074

node132.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.65
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.65
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.65
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.65
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:        24758192 kB
MemAvailable:   31897992 kB
Buffers:          223356 kB
Cached:          7150380 kB
SwapCached:            4 kB
Active:          3887336 kB
Inactive:        3539412 kB
Active(anon):       3192 kB
Inactive(anon):   110864 kB
Active(file):    3884144 kB
Inactive(file):  3428548 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             71616 kB
Writeback:             0 kB
AnonPages:         60136 kB
Mapped:            57564 kB
Shmem:             58012 kB
Slab:             283804 kB
SReclaimable:     255568 kB
SUnreclaim:        28236 kB
KernelStack:        3232 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38832 MiB
End job on node132 at 2018-08-15 11:23:12