Trace number 4307812

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)4 2520.05 2487.81

General information on the benchmark

NameGraphColoring/
GraphColoring-queen5-5_c18.xml
MD5SUMe12c8a42b46a63e49e1504c0c9e3cd93
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.029582
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree13
Maximum variable degree17
Distribution of variable degrees[{"degree":13,"count":16},{"degree":15,"count":8},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 595316965
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
1.58/1.07	c Parsing done, starting search...
1.58/1.10	o 23
1.76/1.11	o 22
1.76/1.11	o 20
1.76/1.11	o 19
1.76/1.12	o 18
1.76/1.13	o 17
1.76/1.13	o 16
1.76/1.13	o 15
1.76/1.13	o 14
1.76/1.13	o 13
1.76/1.13	o 12
1.76/1.13	o 11
1.76/1.14	o 10
1.76/1.14	o 9
1.76/1.14	o 8
1.76/1.14	o 7
1.76/1.14	o 6
1.76/1.14	o 5
1.76/1.14	o 4
2520.02/2487.80	s SATISFIABLE
2520.02/2487.80	v <instantiation>
2520.02/2487.80	v 	<list>
2520.02/2487.80	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
2520.02/2487.80	v 	</list>
2520.02/2487.80	v 	<values>
2520.02/2487.80	v 		4 2 0 3 1 3 1 4 2 0 2 0 3 1 4 1 4 2 0 3 0 3 1 4 2 
2520.02/2487.80	v 	</values>
2520.02/2487.80	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307812-1534275714/watcher-4307812-1534275714 -o /tmp/evaluation-result-4307812-1534275714/solver-4307812-1534275714 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534258226-10046 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 595316965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307812-1534275714.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=11754, runsolver pid=11751
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.56 1.37 1.34 3/215 11769
/proc/meminfo: memFree=23981276/32770624 swapFree=67059116/67108860
[pid=11754] ppid=11751 vsize=14082736 memory=33276 CPUtime=0.11 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 6712 0 0 0 10 1 0 0 20 0 15 0 245134614 14420721664 8319 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3520684 8319 3153 1 0 3482761 0
[pid=11754/tid=11756] ppid=11751 vsize=14082736 memory=-8557575366716198529 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 4750 0 0 0 8 1 0 0 20 0 15 0 245134614 14420721664 8319 33554432000 4194304 4196468 140720370399616 139850372540272 139850368349341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 8319 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 8319 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 8319 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 8319 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849909297952 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849908245616 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0.01 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 245134620 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 8319 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33276 KiB

[startup+0.210367 s]*
/proc/loadavg: 1.56 1.37 1.34 5/215 11769
/proc/meminfo: memFree=23965648/32770624 swapFree=67059116/67108860
[pid=11754] ppid=11751 vsize=14082736 memory=49072 CPUtime=0.29 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 10356 0 0 0 27 2 0 0 20 0 15 0 245134614 14420721664 12268 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3520684 12268 3365 1 0 3482761 0
[pid=11754/tid=11756] ppid=11751 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 1077944384 8077 0 0 0 18 2 0 0 20 0 15 0 245134614 14420721664 12334 33554432000 4194304 4196468 140720370399616 139850372554864 139850368337621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 12334 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14082736 memory=140290531328548 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 12334 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 12334 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 12334 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849909297952 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849908245616 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 245134620 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) R 11751 11754 10014 0 -1 4202560 132 0 0 0 1 0 0 0 20 0 15 0 245134620 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849275525712 139850349849639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0.05 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) R 11751 11754 10014 0 -1 1077944384 301 0 0 0 5 0 0 0 20 0 15 0 245134620 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 12334 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49072 KiB

[startup+0.310542 s]*
/proc/loadavg: 1.56 1.37 1.34 3/215 11769
/proc/meminfo: memFree=23962020/32770624 swapFree=67059116/67108860
[pid=11754] ppid=11751 vsize=14082736 memory=52560 CPUtime=0.44 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 10764 0 0 0 41 3 0 0 20 0 15 0 245134614 14420721664 13140 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3520684 13140 3403 1 0 3482761 0
[pid=11754/tid=11756] ppid=11751 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 8437 0 0 0 27 2 0 0 20 0 15 0 245134614 14420721664 13140 33554432000 4194304 4196468 140720370399616 139850372538928 139850352407902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14082736 memory=4294979972 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 13140 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14082736 memory=140290531328529 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 13140 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 13140 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134615 14420721664 13140 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849909297952 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245134617 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849908245616 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 474 0 0 0 2 0 0 0 20 0 15 0 245134620 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 245134620 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 323 0 0 0 8 0 0 0 20 0 15 0 245134620 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14082736 memory=140290531317376 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134620 14420721664 13140 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52560 KiB

[startup+0.700747 s]
/proc/loadavg: 1.56 1.37 1.34 3/215 11769
/proc/meminfo: memFree=23939448/32770624 swapFree=67059116/67108860
[pid=11754] ppid=11751 vsize=14084804 memory=90636 CPUtime=0.97 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 17559 0 0 0 92 5 0 0 20 0 15 0 245134614 14422839296 22659 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3521201 22659 3496 1 0 3483273 0
[pid=11754/tid=11756] ppid=11751 vsize=14084804 memory=190803519488336 CPUtime=0.66 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 14871 0 0 0 63 3 0 0 20 0 15 0 245134614 14422839296 22659 33554432000 4194304 4196468 140720370399616 139850372552240 139850368349341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14084804 memory=1283939 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14422839296 22659 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14422839296 22659 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14422839296 22659 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134615 14422839296 22659 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245134617 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14084804 memory=9051281539125575853 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849909297952 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245134617 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849908245616 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14084804 memory=6944656575208382560 CPUtime=0.06 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 659 0 0 0 6 0 0 0 20 0 15 0 245134620 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14084804 memory=6943526294502006880 CPUtime=0.06 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 239 0 0 0 6 0 0 0 20 0 15 0 245134620 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 410 0 0 0 15 0 0 0 20 0 15 0 245134620 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14084804 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134620 14422839296 22659 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90636 KiB

[startup+1.5013 s]
/proc/loadavg: 1.56 1.37 1.34 4/215 11769
/proc/meminfo: memFree=23904976/32770624 swapFree=67059116/67108860
[pid=11754] ppid=11751 vsize=14090948 memory=205400 CPUtime=3 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 23889 0 0 0 291 9 0 0 20 0 15 0 245134614 14429130752 51350 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3522737 51350 3545 1 0 3484809 0
[pid=11754/tid=11756] ppid=11751 vsize=14090948 memory=12902 CPUtime=1.46 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 17843 0 0 0 140 6 0 0 20 0 15 0 245134614 14429130752 51350 33554432000 4194304 4196468 140720370399616 139850372564736 139849995297005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14429130752 51350 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14429130752 51862 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245134615 14429130752 51862 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134615 14429130752 51862 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 51862 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0

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

/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 63362 0 0 0 229405 74 0 0 20 0 15 0 245134614 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850372566128 139849995254321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.09 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 4649 0 0 0 881 128 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.13 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 5105 0 0 0 894 119 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.14 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 5023 0 0 0 892 122 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.07 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 5160 0 0 0 883 124 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14090948 memory=1080536 CPUtime=14.21 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 10662 0 0 0 1315 106 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849909298016 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14090948 memory=65536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849908245632 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.59 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 1575 0 0 0 58 1 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.6 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 2297 0 0 0 59 1 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14090948 memory=3544 CPUtime=0.46 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 2217 0 0 0 46 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14090948 memory=3544 CPUtime=1.35 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1600 0 0 0 61 74 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 2352.53 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1080536 KiB

[startup+2382.3 s]
/proc/loadavg: 1.57 1.52 1.50 3/216 11939
/proc/meminfo: memFree=19656404/32770624 swapFree=67059120/67108860
[pid=11754] ppid=11751 vsize=14090948 memory=1080536 CPUtime=2413.25 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 104540 0 0 0 240776 549 0 0 20 0 15 0 245134614 14429130752 270134 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3522737 270134 3581 1 0 3484809 0
[pid=11754/tid=11756] ppid=11751 vsize=14090948 memory=1080536 CPUtime=2354.08 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 64518 0 0 0 235332 76 0 0 20 0 15 0 245134614 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850372565936 140720370461064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.35 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 4657 0 0 0 904 131 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.39 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 5137 0 0 0 917 122 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.38 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 5103 0 0 0 914 124 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.34 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 5171 0 0 0 906 128 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14090948 memory=1080536 CPUtime=14.57 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 10854 0 0 0 1347 110 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849909298016 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14090948 memory=3228 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849908245632 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14090948 memory=2076 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.59 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 1577 0 0 0 58 1 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.6 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 2299 0 0 0 59 1 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.47 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 2219 0 0 0 47 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14090948 memory=1080536 CPUtime=1.39 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1635 0 0 0 63 76 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 2413.25 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1080536 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.55 1.51 3/216 11940
/proc/meminfo: memFree=19656684/32770624 swapFree=67059120/67108860
[pid=11754] ppid=11751 vsize=14090948 memory=1080536 CPUtime=2473.99 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 105983 0 0 0 246836 563 0 0 20 0 15 0 245134614 14429130752 270134 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3522737 270134 3581 1 0 3484809 0
[pid=11754/tid=11756] ppid=11751 vsize=14090948 memory=1080536 CPUtime=2413.37 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) R 11751 11754 10014 0 -1 4202560 65615 0 0 0 241259 78 0 0 20 0 15 0 245134614 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850372565936 139849995417809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.62 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 4683 0 0 0 928 134 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.65 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) S 11751 11754 10014 0 -1 1077944384 5219 0 0 0 938 127 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850319895312 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14090948 memory=1080536 CPUtime=10.64 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 5121 0 0 0 936 128 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14090948 memory=0 CPUtime=10.59 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 5177 0 0 0 928 131 0 0 20 0 15 0 245134615 14429130752 270134 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14090948 memory=1080536 CPUtime=14.94 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 11036 0 0 0 1382 112 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849910351984 139850368338562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849909298016 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14090948 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849908245632 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.59 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 1579 0 0 0 58 1 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.6 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 2302 0 0 0 59 1 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14090948 memory=1080536 CPUtime=0.47 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 2221 0 0 0 47 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14090948 memory=65552 CPUtime=1.43 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1660 0 0 0 65 78 0 0 20 0 15 0 245134620 14429130752 270134 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 2473.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1080536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.8 s]
/proc/loadavg: 1.58 1.55 1.51 3/216 11940
/proc/meminfo: memFree=19656684/32770624 swapFree=67059120/67108860
[pid=11754] ppid=11751 vsize=14090948 memory=1080540 CPUtime=2520.02 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 10014 0 -1 1077944320 107197 0 0 0 251428 574 0 0 20 0 15 0 245134614 14429130752 270135 33554432000 4194304 4196468 140720370399616 140720370382160 139850368327415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
/proc/11754/statm: 3522737 270135 3581 1 0 3484809 0
[pid=11754/tid=11756] ppid=11751 vsize=14090948 memory=1860 CPUtime=2458.33 cores=1,3,5,7
/proc/11754/task/11756/stat : 11756 (java) S 11751 11754 10014 0 -1 1077944384 66510 0 0 0 245754 79 0 0 20 0 15 0 245134614 14429130752 270135 33554432000 4194304 4196468 140720370399616 139850372566064 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11757] ppid=11751 vsize=14090948 memory=35364 CPUtime=10.81 cores=1,3,5,7
/proc/11754/task/11757/stat : 11757 (java) S 11751 11754 10014 0 -1 1077944384 4696 0 0 0 944 137 0 0 20 0 15 0 245134615 14429130752 270135 33554432000 4194304 4196468 140720370399616 139850320948112 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11758] ppid=11751 vsize=14090948 memory=13808 CPUtime=10.85 cores=1,3,5,7
/proc/11754/task/11758/stat : 11758 (java) R 11751 11754 10014 0 -1 1077944384 5223 0 0 0 955 130 0 0 20 0 15 0 245134615 14429130752 270135 33554432000 4194304 4196468 140720370399616 139850319895328 139850368337621 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11759] ppid=11751 vsize=14090948 memory=524 CPUtime=10.83 cores=1,3,5,7
/proc/11754/task/11759/stat : 11759 (java) S 11751 11754 10014 0 -1 1077944384 5127 0 0 0 953 130 0 0 20 0 15 0 245134615 14429130752 270135 33554432000 4194304 4196468 140720370399616 139850318843024 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11760] ppid=11751 vsize=14090948 memory=1080540 CPUtime=10.78 cores=1,3,5,7
/proc/11754/task/11760/stat : 11760 (java) S 11751 11754 10014 0 -1 1077944384 5284 0 0 0 944 134 0 0 20 0 15 0 245134615 14429130752 270135 33554432000 4194304 4196468 140720370399616 139850317790224 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11761] ppid=11751 vsize=14090948 memory=1528 CPUtime=15.21 cores=1,3,5,7
/proc/11754/task/11761/stat : 11761 (java) S 11751 11754 10014 0 -1 1077944384 11212 0 0 0 1407 114 0 0 20 0 15 0 245134617 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849910350496 139850368337621 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11762] ppid=11751 vsize=14090948 memory=924 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11762/stat : 11762 (java) S 11751 11754 10014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849909298016 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11763] ppid=11751 vsize=14090948 memory=1140 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11763/stat : 11763 (java) S 11751 11754 10014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 245134617 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849908245632 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11764] ppid=11751 vsize=14090948 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11764/stat : 11764 (java) S 11751 11754 10014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849277630544 139850368346011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11765] ppid=11751 vsize=14090948 memory=1432 CPUtime=0.59 cores=1,3,5,7
/proc/11754/task/11765/stat : 11765 (java) S 11751 11754 10014 0 -1 1077944384 1581 0 0 0 58 1 0 0 20 0 15 0 245134620 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849276578416 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11766] ppid=11751 vsize=14090948 memory=816 CPUtime=0.6 cores=1,3,5,7
/proc/11754/task/11766/stat : 11766 (java) S 11751 11754 10014 0 -1 1077944384 2304 0 0 0 59 1 0 0 20 0 15 0 245134620 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849275525616 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11767] ppid=11751 vsize=14090948 memory=1932 CPUtime=0.47 cores=1,3,5,7
/proc/11754/task/11767/stat : 11767 (java) S 11751 11754 10014 0 -1 1077944384 2224 0 0 0 47 0 0 0 20 0 15 0 245134620 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849274473328 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11768] ppid=11751 vsize=14090948 memory=2076 CPUtime=0 cores=1,3,5,7
/proc/11754/task/11768/stat : 11768 (java) S 11751 11754 10014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245134620 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849273420768 139850368337621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
[pid=11754/tid=11769] ppid=11751 vsize=14090948 memory=1840 CPUtime=1.45 cores=1,3,5,7
/proc/11754/task/11769/stat : 11769 (java) S 11751 11754 10014 0 -1 1077944384 1666 0 0 0 66 79 0 0 20 0 15 0 245134620 14429130752 270135 33554432000 4194304 4196468 140720370399616 139849272367536 139850368338562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 22016000 140720370406473 140720370406665 140720370406665 140720370409423 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1080540 KiB

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

[startup+2487.81 s]
# the end of solver process 11754 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.3 s, system=5.74876 s

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

Child status: 143
Real time (s): 2487.81
CPU time (s): 2520.05
CPU user time (s): 2514.3
CPU system time (s): 5.74876
CPU usage (%): 101.296
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1124144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.3
system time used= 5.74876
maximum resident set size= 1125696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107459
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 483887
involuntary context switches= 5983


# summary of solver processes directly reported to runsolver:
#   pid: 11754
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2514.3
#   total CPU system time (s): 5.74876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.921 second user time and 20.6881 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-14 21:41:54
IDJOB=4307812
IDBENCH=141139
IDSOLVER=2791
FILE ID=node103/4307812-1534275714
RUNJOBID= node103-1534258226-10046
PBS_JOBID= 21038130
Free space on /tmp= 37304 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_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-4307812-1534275714/watcher-4307812-1534275714 -o /tmp/evaluation-result-4307812-1534275714/solver-4307812-1534275714 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534258226-10046 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 595316965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307812-1534275714.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=595316965

node103.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.48
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.48
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.48
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.48
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:        24001396 kB
MemAvailable:   31743652 kB
Buffers:          175160 kB
Cached:          7760712 kB
SwapCached:         5160 kB
Active:          4426712 kB
Inactive:        3723892 kB
Active(anon):     206932 kB
Inactive(anon):    59304 kB
Active(file):    4219780 kB
Inactive(file):  3664588 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059116 kB
Dirty:             35880 kB
Writeback:            16 kB
AnonPages:        217784 kB
Mapped:            66392 kB
Shmem:             48712 kB
Slab:             315184 kB
SReclaimable:     286348 kB
SUnreclaim:        28836 kB
KernelStack:        3552 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1223208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 37268 MiB
End job on node103 at 2018-08-14 22:23:22