Trace number 4312152

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-17SAT6 251.321 247.372

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark22.2788
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 841286462
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
2.18/1.23	c Parsing done, starting search...
56.62/53.82	o 4
81.00/78.01	o 5
97.49/94.45	o 6
251.24/247.35	s SATISFIABLE
251.24/247.35	v <instantiation>
251.24/247.35	v 	<list>
251.24/247.35	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw
251.24/247.35	v 	</list>
251.24/247.35	v 	<values>
251.24/247.35	v 		0 0 0 2 0 0 0 0 0 0 0 0 1 0 2 0 0 2 0 0 0 2 2 0 0 2 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 6 6 
251.24/247.35	v 	</values>
251.24/247.35	v </instantiation>

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312152-1534570052/watcher-4312152-1534570052 -o /tmp/evaluation-result-4312152-1534570052/solver-4312152-1534570052 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534568574-10486 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 841286462 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312152-1534570052.xml 

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

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=11654, runsolver pid=11651

[startup+0.100096 s]*
/proc/loadavg: 1.19 1.30 1.36 5/215 11669
/proc/meminfo: memFree=28077804/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14082736 memory=31252 CPUtime=0.12 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 6720 0 0 0 10 2 0 0 20 0 15 0 274568352 14420721664 7813 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3520684 7813 3162 1 0 3482761 0
[pid=11654/tid=11656] ppid=11651 vsize=14082736 memory=-8701690554792317057 CPUtime=0.09 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 4773 0 0 0 8 1 0 0 20 0 15 0 274568353 14420721664 7813 33554432000 4194304 4196468 140730206857696 140149201054432 140149180896606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 7813 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 7813 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 7813 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 7813 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568355 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568355 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148669912352 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568356 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148668860016 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0.01 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 274568358 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 7813 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31252 KiB

[startup+0.213713 s]*
/proc/loadavg: 1.19 1.30 1.36 9/215 11669
/proc/meminfo: memFree=28038380/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14082736 memory=47332 CPUtime=0.32 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 10400 0 0 0 29 3 0 0 20 0 15 0 274568352 14420721664 11833 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3520684 11833 3399 1 0 3482761 0
[pid=11654/tid=11656] ppid=11651 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 8110 0 0 0 18 2 0 0 20 0 15 0 274568353 14420721664 11833 33554432000 4194304 4196468 140730206857696 140149201042016 140149180859749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 11833 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14082736 memory=3545939660910442144 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 11833 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 11833 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 11833 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274568355 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568355 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148669912352 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568356 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148668860016 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 15 0 274568358 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) R 11651 11654 7499 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 274568358 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148665702480 140149196826325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0.06 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) R 11651 11654 7499 0 -1 4202560 292 0 0 0 6 0 0 0 20 0 15 0 274568358 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148664647632 140149175795057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 11833 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47332 KiB

[startup+0.310435 s]*
/proc/loadavg: 1.19 1.30 1.36 6/215 11669
/proc/meminfo: memFree=28032920/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14082736 memory=50768 CPUtime=0.44 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 10782 0 0 0 41 3 0 0 20 0 15 0 274568352 14420721664 12692 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3520684 12692 3402 1 0 3482761 0
[pid=11654/tid=11656] ppid=11651 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 8459 0 0 0 27 2 0 0 20 0 15 0 274568353 14420721664 12692 33554432000 4194304 4196468 140730206857696 140149201027632 140149177091499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 12692 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14082736 memory=4050904669617731232 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 12692 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 12692 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568354 14420721664 12692 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274568355 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568355 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148669912352 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568356 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148668860016 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 427 0 0 0 3 0 0 0 20 0 15 0 274568358 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 274568358 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0.08 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 310 0 0 0 8 0 0 0 20 0 15 0 274568358 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14082736 memory=139794382665344 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568358 14420721664 12692 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50768 KiB

[startup+0.700733 s]
/proc/loadavg: 1.25 1.31 1.36 3/215 11669
/proc/meminfo: memFree=27947360/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14084804 memory=88892 CPUtime=0.99 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 17626 0 0 0 93 6 0 0 20 0 15 0 274568352 14422839296 22223 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3521201 22223 3485 1 0 3483273 0
[pid=11654/tid=11656] ppid=11651 vsize=14084804 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 14906 0 0 0 63 5 0 0 20 0 15 0 274568353 14422839296 22223 33554432000 4194304 4196468 140730206857696 140149201038720 140149180896606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14084804 memory=8628 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14422839296 22223 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14084804 memory=1080 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14422839296 22223 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14422839296 22223 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14084804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568354 14422839296 22223 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14084804 memory=1592 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274568355 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14084804 memory=3780 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274568355 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148669912352 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14084804 memory=3140 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274568356 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148668860016 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14084804 memory=8099279071866868845 CPUtime=0.09 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 585 0 0 0 9 0 0 0 20 0 15 0 274568358 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14084804 memory=6154282490091891024 CPUtime=0.05 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 351 0 0 0 5 0 0 0 20 0 15 0 274568358 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 405 0 0 0 15 0 0 0 20 0 15 0 274568358 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568358 14422839296 22223 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88892 KiB

[startup+1.50118 s]
/proc/loadavg: 1.25 1.31 1.36 8/215 11669
/proc/meminfo: memFree=27720108/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14090948 memory=156480 CPUtime=3.07 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 29365 0 0 0 297 10 0 0 20 0 15 0 274568352 14429130752 39120 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3522737 39120 3538 1 0 3484809 0
[pid=11654/tid=11656] ppid=11651 vsize=14090948 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 20827 0 0 0 140 7 0 0 20 0 15 0 274568353 14429130752 39120 33554432000 4194304 4196468 140730206857696 140149201051096 140148831668490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14429130752 39120 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14090948 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14429130752 39120 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274568354 14429130752 39120 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14090948 memory=7077795359591905642 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274568354 14429130752 39120 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 15 0 274568355 14429130752 39120 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0

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

[pid=11654/tid=11668] ppid=11651 vsize=14090948 memory=1776 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43835 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14090948 memory=1904 CPUtime=0.11 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1005 0 0 0 5 6 0 0 20 0 15 0 274568358 14429130752 43835 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 248.73 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 175340 KiB

[startup+246.401 s]
/proc/loadavg: 1.79 1.50 1.43 6/216 11759
/proc/meminfo: memFree=28240556/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14090948 memory=175472 CPUtime=250.34 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 59192 0 0 0 24998 36 0 0 20 0 15 0 274568352 14429130752 43868 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3522737 43868 3575 1 0 3484809 0
[pid=11654/tid=11656] ppid=11651 vsize=14090948 memory=1776 CPUtime=244.7 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 28815 0 0 0 24460 10 0 0 20 0 15 0 274568353 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149201054176 140148833207576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14090948 memory=175340 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 2513 0 0 0 42 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14090948 memory=932 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1700 0 0 0 45 3 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14090948 memory=1728 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1140 0 0 0 43 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14090948 memory=6791534058613427641 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 1492 0 0 0 41 6 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14090948 memory=2056 CPUtime=0.64 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 2250 0 0 0 61 3 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14090948 memory=932 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148669912416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14090948 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274568356 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148668860032 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14090948 memory=3980 CPUtime=1.21 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 7261 0 0 0 120 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14090948 memory=880 CPUtime=1.1 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 4739 0 0 0 109 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14090948 memory=1500 CPUtime=0.6 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 6803 0 0 0 59 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14090948 memory=1904 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14090948 memory=8628 CPUtime=0.11 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1022 0 0 0 5 6 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 250.34 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 175472 KiB

[startup+246.801 s]
/proc/loadavg: 1.79 1.50 1.43 6/216 11759
/proc/meminfo: memFree=28240556/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14090948 memory=175472 CPUtime=250.74 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 59195 0 0 0 25038 36 0 0 20 0 15 0 274568352 14429130752 43868 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3522737 43868 3575 1 0 3484809 0
[pid=11654/tid=11656] ppid=11651 vsize=14090948 memory=7380387484349654891 CPUtime=245.09 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 28817 0 0 0 24499 10 0 0 20 0 15 0 274568353 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149201054288 140148832169020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14090948 memory=6791534058613427641 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 2513 0 0 0 42 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14090948 memory=752 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1701 0 0 0 45 3 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14090948 memory=796 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1140 0 0 0 43 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14090948 memory=1592 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 1492 0 0 0 41 6 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14090948 memory=3780 CPUtime=0.64 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 2250 0 0 0 61 3 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14090948 memory=3140 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148669912416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14090948 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274568356 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148668860032 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14090948 memory=5732 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14090948 memory=14768 CPUtime=1.21 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 7261 0 0 0 120 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14090948 memory=8428 CPUtime=1.1 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 4739 0 0 0 109 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14090948 memory=15108 CPUtime=0.6 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 6803 0 0 0 59 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14090948 memory=3152 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14090948 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1022 0 0 0 5 6 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 250.74 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 175472 KiB

[startup+247.201 s]
/proc/loadavg: 1.79 1.50 1.43 7/216 11759
/proc/meminfo: memFree=28069416/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14090948 memory=175472 CPUtime=251.14 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 59200 0 0 0 25078 36 0 0 20 0 15 0 274568352 14429130752 43868 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3522737 43868 3575 1 0 3484809 0
[pid=11654/tid=11656] ppid=11651 vsize=14090948 memory=796 CPUtime=245.49 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 28818 0 0 0 24539 10 0 0 20 0 15 0 274568353 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149201054288 140148832974335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14090948 memory=1592 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 2514 0 0 0 42 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14090948 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1702 0 0 0 45 3 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14090948 memory=3148 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1140 0 0 0 43 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14090948 memory=3632 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 1492 0 0 0 41 6 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14090948 memory=2056 CPUtime=0.64 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 2252 0 0 0 61 3 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14090948 memory=932 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148669912416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14090948 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274568356 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148668860032 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14090948 memory=175472 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14090948 memory=175472 CPUtime=1.21 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 7261 0 0 0 120 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14090948 memory=3780 CPUtime=1.1 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 4739 0 0 0 109 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14090948 memory=3140 CPUtime=0.6 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 6803 0 0 0 59 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14090948 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14090948 memory=1036 CPUtime=0.11 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1022 0 0 0 5 6 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 251.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 175472 KiB

[startup+247.301 s]
/proc/loadavg: 1.79 1.50 1.43 7/216 11759
/proc/meminfo: memFree=28069416/32770624 swapFree=67108796/67108860
[pid=11654] ppid=11651 vsize=14090948 memory=175472 CPUtime=251.24 cores=1,3,5,7
/proc/11654/stat : 11654 (java) S 11651 11654 7499 0 -1 1077944320 59203 0 0 0 25088 36 0 0 20 0 15 0 274568352 14429130752 43868 33554432000 4194304 4196468 140730206857696 140730206840240 140149196816119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
/proc/11654/statm: 3522737 43868 3575 1 0 3484809 0
[pid=11654/tid=11656] ppid=11651 vsize=14090948 memory=175472 CPUtime=245.59 cores=1,3,5,7
/proc/11654/task/11656/stat : 11656 (java) R 11651 11654 7499 0 -1 4202560 28819 0 0 0 24549 10 0 0 20 0 15 0 274568353 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149201054240 140148832587865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11657] ppid=11651 vsize=14090948 memory=175472 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11657/stat : 11657 (java) S 11651 11654 7499 0 -1 1077944384 2514 0 0 0 42 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149149436304 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11658] ppid=11651 vsize=14090948 memory=175340 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11658/stat : 11658 (java) S 11651 11654 7499 0 -1 1077944384 1702 0 0 0 45 3 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149148383504 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11659] ppid=11651 vsize=14090948 memory=175340 CPUtime=0.48 cores=1,3,5,7
/proc/11654/task/11659/stat : 11659 (java) S 11651 11654 7499 0 -1 1077944384 1140 0 0 0 43 5 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149147331216 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11660] ppid=11651 vsize=14090948 memory=173292 CPUtime=0.47 cores=1,3,5,7
/proc/11654/task/11660/stat : 11660 (java) S 11651 11654 7499 0 -1 1077944384 1492 0 0 0 41 6 0 0 20 0 15 0 274568354 14429130752 43868 33554432000 4194304 4196468 140730206857696 140149146278416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11661] ppid=11651 vsize=14090948 memory=173292 CPUtime=0.64 cores=1,3,5,7
/proc/11654/task/11661/stat : 11661 (java) S 11651 11654 7499 0 -1 1077944384 2254 0 0 0 61 3 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148670966384 140149196827266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11662] ppid=11651 vsize=14090948 memory=173292 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11662/stat : 11662 (java) S 11651 11654 7499 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 274568355 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148669912416 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11663] ppid=11651 vsize=14090948 memory=173272 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11663/stat : 11663 (java) S 11651 11654 7499 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 274568356 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148668860032 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11664] ppid=11651 vsize=14090948 memory=175472 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11664/stat : 11664 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148667808336 140149196834715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11665] ppid=11651 vsize=14090948 memory=175472 CPUtime=1.21 cores=1,3,5,7
/proc/11654/task/11665/stat : 11665 (java) S 11651 11654 7499 0 -1 1077944384 7261 0 0 0 120 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148666755184 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11666] ppid=11651 vsize=14090948 memory=1776 CPUtime=1.1 cores=1,3,5,7
/proc/11654/task/11666/stat : 11666 (java) S 11651 11654 7499 0 -1 1077944384 4739 0 0 0 109 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148665702384 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11667] ppid=11651 vsize=14090948 memory=175340 CPUtime=0.6 cores=1,3,5,7
/proc/11654/task/11667/stat : 11667 (java) S 11651 11654 7499 0 -1 1077944384 6803 0 0 0 59 1 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148664650096 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11668] ppid=11651 vsize=14090948 memory=175340 CPUtime=0 cores=1,3,5,7
/proc/11654/task/11668/stat : 11668 (java) S 11651 11654 7499 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148663597536 140149196826325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
[pid=11654/tid=11669] ppid=11651 vsize=14090948 memory=3632 CPUtime=0.11 cores=1,3,5,7
/proc/11654/task/11669/stat : 11669 (java) S 11651 11654 7499 0 -1 1077944384 1022 0 0 0 5 6 0 0 20 0 15 0 274568358 14429130752 43868 33554432000 4194304 4196468 140730206857696 140148662545328 140149196827266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22978560 140730206864463 140730206864654 140730206864654 140730206867407 0
Current children cumulated CPU time: 251.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 175472 KiB

Child status: 0
Real time (s): 247.372
CPU time (s): 251.321
CPU user time (s): 250.944
CPU system time (s): 0.377186
CPU usage (%): 101.597
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 232224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.944
system time used= 0.377186
maximum resident set size= 234272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23573
involuntary context switches= 568


# summary of solver processes directly reported to runsolver:
#   pid: 11654
#   total CPU time (s): 251.321
#   total CPU user time (s): 250.944
#   total CPU system time (s): 0.377186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58126 second user time and 2.24321 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-18 07:27:32
IDJOB=4312152
IDBENCH=141494
IDSOLVER=2800
FILE ID=node138/4312152-1534570052
RUNJOBID= node138-1534568574-10486
PBS_JOBID= 21038633
Free space on /tmp= 46988 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312152-1534570052/watcher-4312152-1534570052 -o /tmp/evaluation-result-4312152-1534570052/solver-4312152-1534570052 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534568574-10486 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 841286462 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312152-1534570052.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=841286462

node138.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.71
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.71
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.71
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.71
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:        28095552 kB
MemAvailable:   31338324 kB
Buffers:          158008 kB
Cached:          3365312 kB
SwapCached:           12 kB
Active:          2434636 kB
Inactive:        1703000 kB
Active(anon):     575432 kB
Inactive(anon):   107576 kB
Active(file):    1859204 kB
Inactive(file):  1595424 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             35772 kB
Writeback:           124 kB
AnonPages:        556016 kB
Mapped:            31244 kB
Shmem:             66124 kB
Slab:             237236 kB
SReclaimable:     207960 kB
SUnreclaim:        29276 kB
KernelStack:        3808 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1721028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46960 MiB
End job on node138 at 2018-08-18 07:31:39