Trace number 4310123

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)545 252.11 247.041

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 557566369
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.78/1.15	c Parsing done, starting search...
1.78/1.19	o 252
1.78/1.19	o 370
2.00/1.20	o 375
2.00/1.20	o 422
2.00/1.20	o 427
2.00/1.21	o 433
2.00/1.21	o 493
2.00/1.23	o 495
2.00/1.26	o 496
2.00/1.27	o 499
2.36/1.31	o 501
2.67/1.48	o 518
2.67/1.48	o 545
252.08/247.01	s SATISFIABLE
252.08/247.01	v <instantiation>
252.08/247.01	v 	<list>
252.08/247.01	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
252.08/247.01	v 	</list>
252.08/247.01	v 	<values>
252.08/247.01	v 		4 0 7 8 12 14 13 6 9 2 1 11 5 10 3 111 0 136 340 281 7 180 21 115 302 4 0 255 18 189 0 0 3 58 67 5 11 46 62 27 92 0 52 60 62 
252.08/247.01	v 	</values>
252.08/247.01	v </instantiation>

Verifier Data

OK	545

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310123-1534333434/watcher-4310123-1534333434 -o /tmp/evaluation-result-4310123-1534333434/solver-4310123-1534333434 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21541 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 557566369 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310123-1534333434.xml 

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

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

solver pid=24781, runsolver pid=24778

[startup+0.100162 s]*
/proc/loadavg: 1.54 1.50 1.45 3/216 24796
/proc/meminfo: memFree=23612188/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14082736 memory=31216 CPUtime=0.12 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 6704 0 0 0 10 2 0 0 20 0 15 0 250906589 14420721664 7804 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3520684 7804 3153 1 0 3482761 0
[pid=24781/tid=24783] ppid=24778 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 4751 0 0 0 8 1 0 0 20 0 15 0 250906589 14420721664 7804 33554432000 4194304 4196468 140728313912272 139746119054928 139746098931038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14082736 memory=5793855875195931065 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 7804 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 7804 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 7804 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 7804 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906591 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250906592 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250906592 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0.01 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 250906594 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906595 14420721664 7804 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31216 KiB

[startup+0.211572 s]*
/proc/loadavg: 1.54 1.50 1.45 5/216 24796
/proc/meminfo: memFree=23596188/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14082736 memory=47036 CPUtime=0.3 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 10350 0 0 0 27 3 0 0 20 0 15 0 250906589 14420721664 11759 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3520684 11759 3361 1 0 3482761 0
[pid=24781/tid=24783] ppid=24778 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 8102 0 0 0 18 2 0 0 20 0 15 0 250906589 14420721664 11759 33554432000 4194304 4196468 140728313912272 139746119077664 139746098894181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14082736 memory=4211974350390828426 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 11759 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 11759 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 11759 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 11759 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250906591 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250906592 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250906592 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) R 24778 24781 21510 0 -1 4202560 405 0 0 0 2 0 0 0 20 0 15 0 250906594 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745291860304 139746099976857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) R 24778 24781 21510 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 15 0 250906594 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0.06 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) R 24778 24781 21510 0 -1 4202560 297 0 0 0 6 0 0 0 20 0 15 0 250906594 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745289751544 139746099043420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906595 14420721664 11759 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47036 KiB

[startup+0.31069 s]*
/proc/loadavg: 1.54 1.50 1.45 2/216 24798
/proc/meminfo: memFree=23592652/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14082736 memory=50784 CPUtime=0.44 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 10791 0 0 0 41 3 0 0 20 0 15 0 250906589 14420721664 12696 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3520684 12696 3407 1 0 3482761 0
[pid=24781/tid=24783] ppid=24778 vsize=14082736 memory=281248148954496 CPUtime=0.3 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 8464 0 0 0 28 2 0 0 20 0 15 0 250906589 14420721664 12696 33554432000 4194304 4196468 140728313912272 139746119062064 139746098037342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14082736 memory=3461491228815722121 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 12696 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14082736 memory=281248260522048 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 12696 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14082736 memory=281248148905008 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 12696 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906590 14420721664 12696 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14082736 memory=281248260528960 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250906591 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250906592 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14082736 memory=2110974681618196 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250906592 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14082736 memory=281248148887608 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 15 0 250906594 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 15 0 250906594 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0.08 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 319 0 0 0 8 0 0 0 20 0 15 0 250906594 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14082736 memory=140624186037888 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906595 14420721664 12696 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50784 KiB

[startup+0.700808 s]
/proc/loadavg: 1.54 1.50 1.45 3/209 24821
/proc/meminfo: memFree=24760820/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14084804 memory=88932 CPUtime=0.99 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 17635 0 0 0 94 5 0 0 20 0 15 0 250906589 14422839296 22233 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3521201 22233 3498 1 0 3483273 0
[pid=24781/tid=24783] ppid=24778 vsize=14084804 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 14912 0 0 0 64 4 0 0 20 0 15 0 250906589 14422839296 22233 33554432000 4194304 4196468 140728313912272 139746119073152 139746114872477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14084804 memory=2276 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14422839296 22233 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14084804 memory=281248148754128 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14422839296 22233 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14084804 memory=2347602282241 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14422839296 22233 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14084804 memory=2437796595457 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906590 14422839296 22233 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14084804 memory=2442091562497 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250906591 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14084804 memory=2515106006529 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250906592 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14084804 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250906592 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14084804 memory=6076 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14084804 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 566 0 0 0 8 0 0 0 20 0 15 0 250906594 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14084804 memory=4004 CPUtime=0.07 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 366 0 0 0 7 0 0 0 20 0 15 0 250906594 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14084804 memory=3516 CPUtime=0.15 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 408 0 0 0 15 0 0 0 20 0 15 0 250906594 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14084804 memory=872 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14084804 memory=1288 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906595 14422839296 22233 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88932 KiB

[startup+1.50073 s]
/proc/loadavg: 1.66 1.53 1.46 5/215 24827
/proc/meminfo: memFree=24655696/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14090948 memory=145060 CPUtime=2.97 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 25677 0 0 0 289 8 0 0 20 0 15 0 250906589 14429130752 36265 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3522737 36265 3540 1 0 3484809 0
[pid=24781/tid=24783] ppid=24778 vsize=14090948 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 19130 0 0 0 141 5 0 0 20 0 15 0 250906589 14429130752 36265 33554432000 4194304 4196468 140728313912272 139746119079696 139745708444729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14090948 memory=7301863739788323922 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14429130752 36265 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14090948 memory=7301863739788323922 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14429130752 36265 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14090948 memory=7301863739788323922 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250906590 14429130752 36265 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14090948 memory=6155965941146210918 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250906590 14429130752 36265 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14090948 memory=6155965941146210918 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 250906591 14429130752 36265 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0

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

/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 23005 0 0 0 10094 29 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746119089184 139745709289360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14090948 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 911 0 0 0 31 6 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.38 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 1335 0 0 0 33 5 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14090948 memory=164 CPUtime=0.38 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 1312 0 0 0 34 4 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14090948 memory=3712 CPUtime=0.38 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1226 0 0 0 34 4 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14090948 memory=68272 CPUtime=0.5 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 1734 0 0 0 47 3 0 0 20 0 15 0 250906591 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14090948 memory=2132 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14090948 memory=65 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14090948 memory=7737585912429373540 CPUtime=0.84 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 2204 0 0 0 84 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14090948 memory=164 CPUtime=0.79 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 1567 0 0 0 79 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14090948 memory=-8033973737701895300 CPUtime=0.54 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 2672 0 0 0 53 1 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14090948 memory=3712 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14090948 memory=68272 CPUtime=0.06 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 996 0 0 0 2 4 0 0 20 0 15 0 250906595 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 105.58 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063432 KiB

[startup+162.301 s]
/proc/loadavg: 1.41 1.47 1.45 3/215 24875
/proc/meminfo: memFree=23623488/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14090948 memory=1063432 CPUtime=166.33 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 40652 0 0 0 16568 65 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3522737 265858 3580 1 0 3484809 0
[pid=24781/tid=24783] ppid=24778 vsize=14090948 memory=1063432 CPUtime=160.49 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 24094 0 0 0 16019 30 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746119089296 139745709029768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14090948 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 976 0 0 0 55 9 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.66 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2118 0 0 0 57 9 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.66 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 1350 0 0 0 59 7 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14090948 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1231 0 0 0 58 7 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.87 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 1994 0 0 0 81 6 0 0 20 0 15 0 250906591 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14090948 memory=56 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.84 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 2207 0 0 0 84 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.79 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 1569 0 0 0 79 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14090948 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 2675 0 0 0 53 1 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14090948 memory=56 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14090948 memory=1724 CPUtime=0.09 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1018 0 0 0 3 6 0 0 20 0 15 0 250906595 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 166.33 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063432 KiB

[startup+222.301 s]
/proc/loadavg: 1.28 1.43 1.44 3/215 24876
/proc/meminfo: memFree=23621964/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14090948 memory=1063432 CPUtime=227.07 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 42918 0 0 0 22628 79 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3522737 265858 3580 1 0 3484809 0
[pid=24781/tid=24783] ppid=24778 vsize=14090948 memory=1063432 CPUtime=219.75 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 25190 0 0 0 21944 31 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746119089184 140728314866056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.91 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 1018 0 0 0 79 12 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.92 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 2656 0 0 0 80 12 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.93 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 1643 0 0 0 82 11 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.92 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1246 0 0 0 82 10 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14090948 memory=1063432 CPUtime=1.22 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 2248 0 0 0 113 9 0 0 20 0 15 0 250906591 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.84 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 2210 0 0 0 84 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.79 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 1571 0 0 0 79 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0.54 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 2678 0 0 0 53 1 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14090948 memory=288230574492221466 CPUtime=0.13 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1038 0 0 0 5 8 0 0 20 0 15 0 250906595 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 227.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.001 s]*
/proc/loadavg: 1.07 1.37 1.42 3/215 24877
/proc/meminfo: memFree=23619544/32770624 swapFree=67108524/67108860
[pid=24781] ppid=24778 vsize=14090948 memory=1063432 CPUtime=252.08 cores=0,2,4,6
/proc/24781/stat : 24781 (java) S 24778 24781 21510 0 -1 1077944320 44058 0 0 0 25124 84 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 140728313894816 139746114850551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
/proc/24781/statm: 3522737 265858 3580 1 0 3484809 0
[pid=24781/tid=24783] ppid=24778 vsize=14090948 memory=6791534058613427641 CPUtime=244.14 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (java) R 24778 24781 21510 0 -1 4202560 25672 0 0 0 24382 32 0 0 20 0 15 0 250906589 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746119089296 139745703568854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24784] ppid=24778 vsize=14090948 memory=-7003737579269690708 CPUtime=1.02 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (java) S 24778 24781 21510 0 -1 1077944384 1019 0 0 0 89 13 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746029918736 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24785] ppid=24778 vsize=14090948 memory=-7003737579269690708 CPUtime=1.04 cores=0,2,4,6
/proc/24781/task/24785/stat : 24785 (java) S 24778 24781 21510 0 -1 1077944384 3203 0 0 0 91 13 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746028866192 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24786] ppid=24778 vsize=14090948 memory=2180 CPUtime=1.05 cores=0,2,4,6
/proc/24781/task/24786/stat : 24786 (java) S 24778 24781 21510 0 -1 1077944384 1679 0 0 0 93 12 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746027813136 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24787] ppid=24778 vsize=14090948 memory=924 CPUtime=1.03 cores=0,2,4,6
/proc/24781/task/24787/stat : 24787 (java) S 24778 24781 21510 0 -1 1077944384 1281 0 0 0 91 12 0 0 20 0 15 0 250906590 14429130752 265858 33554432000 4194304 4196468 140728313912272 139746026760592 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24788] ppid=24778 vsize=14090948 memory=1408 CPUtime=1.37 cores=0,2,4,6
/proc/24781/task/24788/stat : 24788 (java) S 24778 24781 21510 0 -1 1077944384 2278 0 0 0 127 10 0 0 20 0 15 0 250906591 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745296071408 139746114861698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24789] ppid=24778 vsize=14090948 memory=3120 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24789/stat : 24789 (java) S 24778 24781 21510 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745295017632 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24790] ppid=24778 vsize=14090948 memory=1063432 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24790/stat : 24790 (java) S 24778 24781 21510 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 250906592 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745293964528 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24791] ppid=24778 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24791/stat : 24791 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745292913104 139746114869147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24792] ppid=24778 vsize=14090948 memory=3000 CPUtime=0.84 cores=0,2,4,6
/proc/24781/task/24792/stat : 24792 (java) S 24778 24781 21510 0 -1 1077944384 2212 0 0 0 84 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745291860208 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24793] ppid=24778 vsize=14090948 memory=167464 CPUtime=0.79 cores=0,2,4,6
/proc/24781/task/24793/stat : 24793 (java) S 24778 24781 21510 0 -1 1077944384 1573 0 0 0 79 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745290807664 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24794] ppid=24778 vsize=14090948 memory=14888 CPUtime=0.54 cores=0,2,4,6
/proc/24781/task/24794/stat : 24794 (java) S 24778 24781 21510 0 -1 1077944384 2680 0 0 0 53 1 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745289754608 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24795] ppid=24778 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24781/task/24795/stat : 24795 (java) S 24778 24781 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250906594 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745288702304 139746114860757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
[pid=24781/tid=24796] ppid=24778 vsize=14090948 memory=504 CPUtime=0.15 cores=0,2,4,6
/proc/24781/task/24796/stat : 24796 (java) S 24778 24781 21510 0 -1 1077944384 1041 0 0 0 6 9 0 0 20 0 15 0 250906595 14429130752 265858 33554432000 4194304 4196468 140728313912272 139745287650352 139746114861698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13406208 140728313914447 140728313914638 140728313914638 140728313917391 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1063432 KiB

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

[startup+247.041 s]
# the end of solver process 24781 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.253 s, system=0.856653 s

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

Child status: 143
Real time (s): 247.041
CPU time (s): 252.11
CPU user time (s): 251.253
CPU system time (s): 0.856653
CPU usage (%): 102.052
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1130332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.253
system time used= 0.856653
maximum resident set size= 1132380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45585
involuntary context switches= 862


# summary of solver processes directly reported to runsolver:
#   pid: 24781
#   total CPU time (s): 252.11
#   total CPU user time (s): 251.253
#   total CPU system time (s): 0.856653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43408 second user time and 2.40046 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 13:43:54
IDJOB=4310123
IDBENCH=141521
IDSOLVER=2795
FILE ID=node107/4310123-1534333434
RUNJOBID= node107-1534328516-21541
PBS_JOBID= 21038151
Free space on /tmp= 50592 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Mario/Mario-easy-4_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-4310123-1534333434/watcher-4310123-1534333434 -o /tmp/evaluation-result-4310123-1534333434/solver-4310123-1534333434 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534328516-21541 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 557566369 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310123-1534333434.xml

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

MD5SUM BENCH= 5cffdbc8485328962942cd612d77bced
RANDOM SEED=557566369

node107.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.40
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.40
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.40
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.40
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:        23630804 kB
MemAvailable:   30696660 kB
Buffers:          215148 kB
Cached:          7101052 kB
SwapCached:           20 kB
Active:          5153400 kB
Inactive:        3418180 kB
Active(anon):    1204456 kB
Inactive(anon):   111348 kB
Active(file):    3948944 kB
Inactive(file):  3306832 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35720 kB
Writeback:             4 kB
AnonPages:       1262312 kB
Mapped:            68368 kB
Shmem:             57824 kB
Slab:             267672 kB
SReclaimable:     238540 kB
SUnreclaim:        29132 kB
KernelStack:        3584 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2916724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1116160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50560 MiB
End job on node107 at 2018-08-15 13:48:01