Trace number 4310028

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-14SAT8 251.763 247.379

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark52.9065
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 195739598
0.67/0.56	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.50/1.10	c Parsing done, starting search...
1.73/1.14	o 22
1.73/1.15	o 20
1.73/1.17	o 18
1.73/1.18	o 17
1.73/1.19	o 16
1.95/1.20	o 15
1.95/1.20	o 14
1.95/1.20	o 12
1.95/1.23	o 11
2.27/1.32	o 10
3.92/1.99	o 8
251.68/247.35	s SATISFIABLE
251.68/247.35	v <instantiation>
251.68/247.35	v 	<list>
251.68/247.35	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
251.68/247.35	v 	</list>
251.68/247.35	v 	<values>
251.68/247.35	v 		11 8 13 10 14 15 2 12 0 4 6 1 5 7 9 3 0 1 1 0 1 0 0 0 0 0 1 2 0 0 1 0 0 0 1 0 0 
251.68/247.35	v 	</values>
251.68/247.35	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310028-1534330741/watcher-4310028-1534330741 -o /tmp/evaluation-result-4310028-1534330741/solver-4310028-1534330741 -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 195739598 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310028-1534330741.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=23029, runsolver pid=23026

[startup+0.10006 s]*
/proc/loadavg: 1.39 1.46 1.48 4/215 23044
/proc/meminfo: memFree=24429784/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14082736 memory=31288 CPUtime=0.12 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 6720 0 0 0 11 1 0 0 20 0 15 0 250637322 14420721664 7822 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3520684 7822 3157 1 0 3482761 0
[pid=23029/tid=23031] ppid=23026 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 4763 0 0 0 9 0 0 0 20 0 15 0 250637322 14420721664 7822 33554432000 4194304 4196468 140721184200768 140522712090328 140522694111231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14082736 memory=5793855594759907769 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 7822 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 7822 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 7822 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 7822 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637324 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637325 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637325 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521887306992 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0.01 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 250637327 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637328 14420721664 7822 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31288 KiB

[startup+0.210373 s]*
/proc/loadavg: 1.39 1.46 1.48 6/215 23044
/proc/meminfo: memFree=24414760/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14082736 memory=46824 CPUtime=0.3 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 10358 0 0 0 28 2 0 0 20 0 15 0 250637322 14420721664 11706 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3520684 11706 3310 1 0 3482761 0
[pid=23029/tid=23031] ppid=23026 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) S 23026 23029 21510 0 -1 1077944384 8120 0 0 0 19 1 0 0 20 0 15 0 250637322 14420721664 11706 33554432000 4194304 4196468 140721184200768 140522712117024 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14082736 memory=4211974069954805130 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 11706 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 11706 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 11706 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 11706 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250637324 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637325 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637325 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521887306992 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) R 23026 23029 21510 0 -1 4202560 429 0 0 0 2 0 0 0 20 0 15 0 250637327 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521885202672 140522694033536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) R 23026 23029 21510 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0.06 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 307 0 0 0 6 0 0 0 20 0 15 0 250637327 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) R 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637328 14420721664 11706 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46824 KiB

[startup+0.310715 s]*
/proc/loadavg: 1.39 1.46 1.48 3/215 23044
/proc/meminfo: memFree=24406632/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14082736 memory=50936 CPUtime=0.44 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 10830 0 0 0 42 2 0 0 20 0 15 0 250637322 14420721664 12734 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3520684 12734 3429 1 0 3482761 0
[pid=23029/tid=23031] ppid=23026 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 8478 0 0 0 28 1 0 0 20 0 15 0 250637322 14420721664 12734 33554432000 4194304 4196468 140721184200768 140522712079184 140522689453440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14082736 memory=4211974069954805130 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 12734 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14082736 memory=140343750016957 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 12734 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14082736 memory=140343626563039 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 12734 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14082736 memory=140343626550735 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14420721664 12734 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14082736 memory=140343750036128 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250637324 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14082736 memory=140343626559919 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637325 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14082736 memory=280687253110672 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637325 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521887306992 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14082736 memory=280687253108368 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 466 0 0 0 3 0 0 0 20 0 15 0 250637327 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 15 0 250637327 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0.08 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 15 0 250637327 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14082736 memory=140343750014592 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637328 14420721664 12734 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50936 KiB

[startup+0.700814 s]
/proc/loadavg: 1.39 1.46 1.48 3/215 23044
/proc/meminfo: memFree=24383172/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14084804 memory=88492 CPUtime=0.99 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 17593 0 0 0 95 4 0 0 20 0 15 0 250637322 14422839296 22123 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3521201 22123 3499 1 0 3483273 0
[pid=23029/tid=23031] ppid=23026 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 14913 0 0 0 64 3 0 0 20 0 15 0 250637322 14422839296 22123 33554432000 4194304 4196468 140721184200768 140522712100688 140522691970398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14422839296 22123 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14422839296 22123 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637323 14422839296 22123 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14422839296 22123 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250637324 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637325 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637325 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521887306992 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14084804 memory=226 CPUtime=0.07 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 590 0 0 0 7 0 0 0 20 0 15 0 250637327 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 15 0 250637327 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14084804 memory=710 CPUtime=0.15 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 388 0 0 0 15 0 0 0 20 0 15 0 250637327 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14084804 memory=280687253294576 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637328 14422839296 22123 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88492 KiB

[startup+1.50136 s]
/proc/loadavg: 1.39 1.46 1.48 3/215 23044
/proc/meminfo: memFree=24349672/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14090948 memory=143536 CPUtime=2.87 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 25836 0 0 0 279 8 0 0 20 0 15 0 250637322 14429130752 35884 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3522737 35884 3550 1 0 3484809 0
[pid=23029/tid=23031] ppid=23026 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 19292 0 0 0 141 6 0 0 20 0 15 0 250637322 14429130752 35884 33554432000 4194304 4196468 140721184200768 140522712124856 140522350210448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14429130752 35884 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14090948 memory=-6439125508584466274 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14429130752 35884 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14090948 memory=-7233171707744178734 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637323 14429130752 35884 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14090948 memory=4946242807782022016 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637323 14429130752 35884 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14090948 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250637324 14429130752 35884 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0

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

[pid=23029/tid=23043] ppid=23026 vsize=14090948 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14090948 memory=1696 CPUtime=0.12 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1035 0 0 0 6 6 0 0 20 0 15 0 250637328 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 249.15 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 249868 KiB

[startup+246.401 s]
/proc/loadavg: 1.35 1.41 1.46 3/198 23134
/proc/meminfo: memFree=24331212/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14090948 memory=249868 CPUtime=250.77 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 50956 0 0 0 25032 45 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3522737 62467 3591 1 0 3484809 0
[pid=23029/tid=23031] ppid=23026 vsize=14090948 memory=280687253040384 CPUtime=244.62 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 26760 0 0 0 24450 12 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522712128560 140522350648598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14090948 memory=-7170419493048703614 CPUtime=0.65 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 1292 0 0 0 57 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14090948 memory=6791534058613427641 CPUtime=0.64 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 1376 0 0 0 59 5 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14090948 memory=1828 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1455 0 0 0 58 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14090948 memory=1120 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2270 0 0 0 60 6 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14090948 memory=6068 CPUtime=0.82 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 1736 0 0 0 77 5 0 0 20 0 15 0 250637324 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14090948 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14090948 memory=2072 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521887307008 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14090948 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14090948 memory=11192 CPUtime=1.02 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 5055 0 0 0 101 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14090948 memory=1724 CPUtime=1 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 4432 0 0 0 99 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14090948 memory=4004 CPUtime=0.49 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 4114 0 0 0 48 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14090948 memory=3516 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14090948 memory=872 CPUtime=0.12 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1035 0 0 0 6 6 0 0 20 0 15 0 250637328 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 250.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 249868 KiB

[startup+246.801 s]
/proc/loadavg: 1.35 1.41 1.46 3/198 23134
/proc/meminfo: memFree=24331212/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14090948 memory=249868 CPUtime=251.18 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 50960 0 0 0 25073 45 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3522737 62467 3591 1 0 3484809 0
[pid=23029/tid=23031] ppid=23026 vsize=14090948 memory=1828 CPUtime=245.02 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 26764 0 0 0 24490 12 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522712128528 140522351197433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14090948 memory=1120 CPUtime=0.65 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 1292 0 0 0 57 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14090948 memory=6068 CPUtime=0.64 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 1376 0 0 0 59 5 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14090948 memory=6791534058613427641 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1455 0 0 0 58 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14090948 memory=1620 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2270 0 0 0 60 6 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14090948 memory=504 CPUtime=0.83 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 1736 0 0 0 78 5 0 0 20 0 15 0 250637324 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14090948 memory=1168 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521887307008 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14090948 memory=2132 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14090948 memory=2180 CPUtime=1.02 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 5055 0 0 0 101 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14090948 memory=924 CPUtime=1 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 4432 0 0 0 99 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14090948 memory=2856 CPUtime=0.49 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 4114 0 0 0 48 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14090948 memory=3116 CPUtime=0.12 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1035 0 0 0 6 6 0 0 20 0 15 0 250637328 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 251.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 249868 KiB

[startup+247.201 s]
/proc/loadavg: 1.35 1.41 1.46 3/217 23158
/proc/meminfo: memFree=24146620/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14090948 memory=249868 CPUtime=251.58 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 50963 0 0 0 25113 45 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3522737 62467 3591 1 0 3484809 0
[pid=23029/tid=23031] ppid=23026 vsize=14090948 memory=3712 CPUtime=245.41 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 26767 0 0 0 24529 12 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522712128528 140522350648948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14090948 memory=68216 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 1292 0 0 0 58 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14090948 memory=6791534058613427641 CPUtime=0.64 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 1376 0 0 0 59 5 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14090948 memory=1740 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1455 0 0 0 58 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14090948 memory=11192 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2270 0 0 0 60 6 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14090948 memory=752 CPUtime=0.83 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 1736 0 0 0 78 5 0 0 20 0 15 0 250637324 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14090948 memory=249868 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14090948 memory=1088 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521887307008 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14090948 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14090948 memory=37764 CPUtime=1.02 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 5055 0 0 0 101 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14090948 memory=3312 CPUtime=1 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 4432 0 0 0 99 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14090948 memory=249868 CPUtime=0.49 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 4114 0 0 0 48 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14090948 memory=3251651845901398322 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14090948 memory=6656426216303648864 CPUtime=0.12 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1035 0 0 0 6 6 0 0 20 0 15 0 250637328 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 251.58 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 249868 KiB

[startup+247.301 s]
/proc/loadavg: 1.35 1.41 1.46 3/217 23158
/proc/meminfo: memFree=24146620/32770624 swapFree=67108524/67108860
[pid=23029] ppid=23026 vsize=14090948 memory=249868 CPUtime=251.68 cores=0,2,4,6
/proc/23029/stat : 23029 (java) S 23026 23029 21510 0 -1 1077944320 50964 0 0 0 25123 45 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140721184183312 140522707889911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
/proc/23029/statm: 3522737 62467 3591 1 0 3484809 0
[pid=23029/tid=23031] ppid=23026 vsize=14090948 memory=249868 CPUtime=245.51 cores=0,2,4,6
/proc/23029/task/23031/stat : 23031 (java) R 23026 23029 21510 0 -1 4202560 26768 0 0 0 24539 12 0 0 20 0 15 0 250637322 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522712128624 140522351138140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23032] ppid=23026 vsize=14090948 memory=249868 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23032/stat : 23032 (java) S 23026 23029 21510 0 -1 1077944384 1292 0 0 0 58 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522303896080 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23033] ppid=23026 vsize=14090948 memory=249868 CPUtime=0.64 cores=0,2,4,6
/proc/23029/task/23033/stat : 23033 (java) S 23026 23029 21510 0 -1 1077944384 1376 0 0 0 59 5 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522302843536 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23034] ppid=23026 vsize=14090948 memory=249868 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23034/stat : 23034 (java) S 23026 23029 21510 0 -1 1077944384 1455 0 0 0 58 8 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522301790480 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23035] ppid=23026 vsize=14090948 memory=249868 CPUtime=0.66 cores=0,2,4,6
/proc/23029/task/23035/stat : 23035 (java) S 23026 23029 21510 0 -1 1077944384 2270 0 0 0 60 6 0 0 20 0 15 0 250637323 14429130752 62467 33554432000 4194304 4196468 140721184200768 140522300737936 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23036] ppid=23026 vsize=14090948 memory=56 CPUtime=0.83 cores=0,2,4,6
/proc/23029/task/23036/stat : 23036 (java) S 23026 23029 21510 0 -1 1077944384 1736 0 0 0 78 5 0 0 20 0 15 0 250637324 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521889413872 140522707901058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23037] ppid=23026 vsize=14090948 memory=22852 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23037/stat : 23037 (java) S 23026 23029 21510 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521888360096 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23038] ppid=23026 vsize=14090948 memory=249868 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23038/stat : 23038 (java) S 23026 23029 21510 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 250637325 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521887307008 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23039] ppid=23026 vsize=14090948 memory=249868 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23039/stat : 23039 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521886255568 140522707908507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23040] ppid=23026 vsize=14090948 memory=249868 CPUtime=1.02 cores=0,2,4,6
/proc/23029/task/23040/stat : 23040 (java) S 23026 23029 21510 0 -1 1077944384 5055 0 0 0 101 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521885202672 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23041] ppid=23026 vsize=14090948 memory=249868 CPUtime=1 cores=0,2,4,6
/proc/23029/task/23041/stat : 23041 (java) S 23026 23029 21510 0 -1 1077944384 4432 0 0 0 99 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521884150128 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23042] ppid=23026 vsize=14090948 memory=33 CPUtime=0.49 cores=0,2,4,6
/proc/23029/task/23042/stat : 23042 (java) S 23026 23029 21510 0 -1 1077944384 4114 0 0 0 48 1 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521883097072 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23043] ppid=23026 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23043/stat : 23043 (java) S 23026 23029 21510 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637327 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521882044768 140522707900117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
[pid=23029/tid=23044] ppid=23026 vsize=14090948 memory=249868 CPUtime=0.12 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (java) S 23026 23029 21510 0 -1 1077944384 1035 0 0 0 6 6 0 0 20 0 15 0 250637328 14429130752 62467 33554432000 4194304 4196468 140721184200768 140521880992816 140522707901058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10604544 140721184207951 140721184208142 140721184208142 140721184210895 0
Current children cumulated CPU time: 251.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 249868 KiB

Child status: 0
Real time (s): 247.379
CPU time (s): 251.763
CPU user time (s): 251.3
CPU system time (s): 0.462985
CPU usage (%): 101.773
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 249868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.3
system time used= 0.462985
maximum resident set size= 250280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29898
involuntary context switches= 844


# summary of solver processes directly reported to runsolver:
#   pid: 23029
#   total CPU time (s): 251.763
#   total CPU user time (s): 251.3
#   total CPU system time (s): 0.462985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.72773 second user time and 2.06895 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 12:59:01
IDJOB=4310028
IDBENCH=141256
IDSOLVER=2795
FILE ID=node107/4310028-1534330741
RUNJOBID= node107-1534328516-21541
PBS_JOBID= 21038151
Free space on /tmp= 42256 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_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-4310028-1534330741/watcher-4310028-1534330741 -o /tmp/evaluation-result-4310028-1534330741/solver-4310028-1534330741 -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 195739598 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310028-1534330741.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=195739598

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:        24447000 kB
MemAvailable:   31681028 kB
Buffers:          211608 kB
Cached:          7250704 kB
SwapCached:           20 kB
Active:          4210228 kB
Inactive:        3523660 kB
Active(anon):     220596 kB
Inactive(anon):   111372 kB
Active(file):    3989632 kB
Inactive(file):  3412288 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             71616 kB
Writeback:             0 kB
AnonPages:        319212 kB
Mapped:            68492 kB
Shmem:             57824 kB
Slab:             289212 kB
SReclaimable:     260568 kB
SUnreclaim:        28644 kB
KernelStack:        3840 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1331996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 42100 MiB
End job on node107 at 2018-08-15 13:03:09