Trace number 4307834

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT (TO)7 2520.1 2498.03

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 benchmark2.86606
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-14
0.68/0.56	c seed: 654503086
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
2.15/1.23	c Parsing done, starting search...
181.99/178.32	o 5
946.62/937.95	o 6
1468.94/1456.17	o 7
2520.07/2498.01	s SATISFIABLE
2520.07/2498.01	v <instantiation>
2520.07/2498.01	v 	<list>
2520.07/2498.01	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
2520.07/2498.01	v 	</list>
2520.07/2498.01	v 	<values>
2520.07/2498.01	v 		1 0 0 0 1 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 2 0 0 2 2 0 0 2 0 0 2 2 0 0 0 7 7 
2520.07/2498.01	v 	</values>
2520.07/2498.01	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307834-1534334216/watcher-4307834-1534334216 -o /tmp/evaluation-result-4307834-1534334216/solver-4307834-1534334216 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534329225-17995 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 654503086 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307834-1534334216.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.93 1.51 1.45 3/215 18538
/proc/meminfo: memFree=22041764/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14082736 memory=30524 CPUtime=0.12 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 6550 0 0 0 11 1 0 0 20 0 15 0 250984756 14420721664 7631 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3520684 7631 3160 1 0 3482761 0
[pid=18523/tid=18525] ppid=18520 vsize=14082736 memory=-8773748148830114686 CPUtime=0.09 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 4597 0 0 0 8 1 0 0 20 0 15 0 250984756 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387540092576 140387535893661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250984758 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250984759 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387009647520 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250984759 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387008594928 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 250984761 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250984761 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0.01 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 250984761 14420721664 7631 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14420721664 7696 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984762 14420721664 7696 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30524 KiB

[startup+0.211377 s]*
/proc/loadavg: 1.93 1.51 1.45 6/215 18538
/proc/meminfo: memFree=22026064/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14082736 memory=46908 CPUtime=0.3 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 10390 0 0 0 28 2 0 0 20 0 15 0 250984756 14420721664 11727 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3520684 11727 3360 1 0 3482761 0
[pid=18523/tid=18525] ppid=18520 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 1077944384 8072 0 0 0 18 2 0 0 20 0 15 0 250984756 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387540100064 140387535881941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14082736 memory=288371085253871232 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250984758 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250984759 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387009647520 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250984759 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387008594928 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) R 18520 18523 17963 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 15 0 250984761 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) R 18520 18523 17963 0 -1 4202560 154 0 0 0 2 0 0 0 20 0 15 0 250984761 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387005428960 140387515558403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0.06 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) R 18520 18523 17963 0 -1 4202560 325 0 0 0 6 0 0 0 20 0 15 0 250984761 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387004383568 140387535883670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984762 14420721664 11727 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46908 KiB

[startup+0.310516 s]*
/proc/loadavg: 1.93 1.51 1.45 4/215 18538
/proc/meminfo: memFree=22022404/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14082736 memory=50928 CPUtime=0.45 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 10786 0 0 0 42 3 0 0 20 0 15 0 250984756 14420721664 12732 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3520684 12732 3417 1 0 3482761 0
[pid=18523/tid=18525] ppid=18520 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 8436 0 0 0 28 2 0 0 20 0 15 0 250984756 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387540083248 140387519058544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14082736 memory=4294979972 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14082736 memory=288371085253871232 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250984758 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250984759 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387009647520 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250984759 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387008594928 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 15 0 250984761 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 161 0 0 0 3 0 0 0 20 0 15 0 250984761 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0.08 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 344 0 0 0 8 0 0 0 20 0 15 0 250984761 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14082736 memory=140709102159488 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984762 14420721664 12732 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50928 KiB

[startup+0.700743 s]
/proc/loadavg: 1.93 1.51 1.45 3/215 18538
/proc/meminfo: memFree=21998592/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14084804 memory=88792 CPUtime=0.99 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 17630 0 0 0 94 5 0 0 20 0 15 0 250984756 14422839296 22198 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3521201 22198 3499 1 0 3483273 0
[pid=18523/tid=18525] ppid=18520 vsize=14084804 memory=220294711106497 CPUtime=0.67 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 14881 0 0 0 63 4 0 0 20 0 15 0 250984756 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387540087008 140387519952222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14084804 memory=1297757 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250984757 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 250984758 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14084804 memory=9050724082468880557 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250984759 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387009647520 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250984759 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387008594928 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14084804 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 636 0 0 0 8 0 0 0 20 0 15 0 250984761 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14084804 memory=6943526294502006880 CPUtime=0.06 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 293 0 0 0 6 0 0 0 20 0 15 0 250984761 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 439 0 0 0 15 0 0 0 20 0 15 0 250984761 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14084804 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984762 14422839296 22198 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88792 KiB

[startup+1.50138 s]
/proc/loadavg: 1.93 1.51 1.45 9/215 18538
/proc/meminfo: memFree=21902596/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14090948 memory=156608 CPUtime=3.05 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 29097 0 0 0 297 8 0 0 20 0 15 0 250984756 14429130752 39152 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3522737 39152 3540 1 0 3484809 0
[pid=18523/tid=18525] ppid=18520 vsize=14090948 memory=12902 CPUtime=1.46 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 20408 0 0 0 140 6 0 0 20 0 15 0 250984756 14429130752 39152 33554432000 4194304 4196468 140726306283200 140387540106424 140387130884887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14429130752 39152 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250984757 14429130752 39152 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14429130752 39152 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250984757 14429130752 39152 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 250984758 14429130752 39152 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0

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

/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 46844 0 0 0 230825 25 0 0 20 0 15 0 250984756 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387540109904 140387136079354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14090948 memory=286660 CPUtime=6.07 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 8390 0 0 0 566 41 0 0 20 0 15 0 250984757 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14090948 memory=286660 CPUtime=6.09 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 6883 0 0 0 566 43 0 0 20 0 15 0 250984757 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14090948 memory=286660 CPUtime=6.09 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 6829 0 0 0 569 40 0 0 20 0 15 0 250984757 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14090948 memory=286660 CPUtime=6.08 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 3992 0 0 0 563 45 0 0 20 0 15 0 250984757 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14090948 memory=286660 CPUtime=5.8 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 7628 0 0 0 542 38 0 0 20 0 15 0 250984758 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14090948 memory=286660 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387009647584 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14090948 memory=286660 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387008594944 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14090948 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14090948 memory=286660 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 5017 0 0 0 114 1 0 0 20 0 15 0 250984761 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14090948 memory=286660 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 5900 0 0 0 114 1 0 0 20 0 15 0 250984761 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14090948 memory=286660 CPUtime=0.61 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 7852 0 0 0 60 1 0 0 20 0 15 0 250984761 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14090948 memory=3172 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14090948 memory=286660 CPUtime=1.1 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1386 0 0 0 49 61 0 0 20 0 15 0 250984762 14429130752 71665 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 2342.76 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 286660 KiB

[startup+2382.3 s]
/proc/loadavg: 1.25 1.45 1.54 3/215 18635
/proc/meminfo: memFree=20870492/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14090948 memory=288708 CPUtime=2403.31 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 104141 0 0 0 240087 244 0 0 20 0 15 0 250984756 14429130752 72177 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3522737 72177 3575 1 0 3484809 0
[pid=18523/tid=18525] ppid=18520 vsize=14090948 memory=288708 CPUtime=2368.12 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 47428 0 0 0 236787 25 0 0 20 0 15 0 250984756 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387540109904 140387136025694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14090948 memory=288708 CPUtime=6.26 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 8415 0 0 0 584 42 0 0 20 0 15 0 250984757 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14090948 memory=0 CPUtime=6.28 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 7672 0 0 0 584 44 0 0 20 0 15 0 250984757 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14090948 memory=288708 CPUtime=6.29 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 6928 0 0 0 588 41 0 0 20 0 15 0 250984757 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14090948 memory=288708 CPUtime=6.27 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 4165 0 0 0 582 45 0 0 20 0 15 0 250984757 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14090948 memory=288708 CPUtime=5.95 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 7894 0 0 0 556 39 0 0 20 0 15 0 250984758 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14090948 memory=288708 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387009647584 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14090948 memory=288708 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387008594944 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14090948 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14090948 memory=288708 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 5020 0 0 0 114 1 0 0 20 0 15 0 250984761 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14090948 memory=3172 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 5906 0 0 0 114 1 0 0 20 0 15 0 250984761 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14090948 memory=288708 CPUtime=0.61 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 7858 0 0 0 60 1 0 0 20 0 15 0 250984761 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14090948 memory=9004 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14090948 memory=288708 CPUtime=1.12 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1407 0 0 0 50 62 0 0 20 0 15 0 250984762 14429130752 72177 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 2403.31 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 288708 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.44 1.53 3/215 18636
/proc/meminfo: memFree=20908188/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14090948 memory=290764 CPUtime=2463.86 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 106177 0 0 0 246139 247 0 0 20 0 15 0 250984756 14429130752 72691 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3522737 72691 3575 1 0 3484809 0
[pid=18523/tid=18525] ppid=18520 vsize=14090948 memory=290764 CPUtime=2427.77 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 48083 0 0 0 242752 25 0 0 20 0 15 0 250984756 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387540109904 140387136653916 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14090948 memory=290764 CPUtime=6.44 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 8542 0 0 0 601 43 0 0 20 0 15 0 250984757 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14090948 memory=290764 CPUtime=6.47 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 8479 0 0 0 602 45 0 0 20 0 15 0 250984757 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14090948 memory=290764 CPUtime=6.48 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 6955 0 0 0 606 42 0 0 20 0 15 0 250984757 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14090948 memory=288708 CPUtime=6.45 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 4285 0 0 0 600 45 0 0 20 0 15 0 250984757 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14090948 memory=290764 CPUtime=6.09 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 8165 0 0 0 569 40 0 0 20 0 15 0 250984758 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14090948 memory=290764 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387009647584 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14090948 memory=290764 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387008594944 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14090948 memory=290764 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14090948 memory=3544 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 5022 0 0 0 114 1 0 0 20 0 15 0 250984761 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14090948 memory=290764 CPUtime=1.16 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 5909 0 0 0 115 1 0 0 20 0 15 0 250984761 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14090948 memory=290764 CPUtime=0.61 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 7861 0 0 0 60 1 0 0 20 0 15 0 250984761 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14090948 memory=290764 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14090948 memory=290764 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1428 0 0 0 52 63 0 0 20 0 15 0 250984762 14429130752 72691 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 2463.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 290764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498 s]*
/proc/loadavg: 1.65 1.51 1.55 3/215 18714
/proc/meminfo: memFree=23555380/32770624 swapFree=67059136/67108860
[pid=18523] ppid=18520 vsize=14090948 memory=292812 CPUtime=2520.07 cores=1,3,5,7
/proc/18523/stat : 18523 (java) S 18520 18523 17963 0 -1 1077944320 108129 0 0 0 251754 253 0 0 20 0 15 0 250984756 14429130752 73203 33554432000 4194304 4196468 140726306283200 140726306265744 140387535871735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
/proc/18523/statm: 3522737 73203 3575 1 0 3484809 0
[pid=18523/tid=18525] ppid=18520 vsize=14090948 memory=6791534058613427641 CPUtime=2483.13 cores=1,3,5,7
/proc/18523/task/18525/stat : 18525 (java) R 18520 18523 17963 0 -1 4202560 48635 0 0 0 248287 26 0 0 20 0 15 0 250984756 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387540109744 140387136711129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18526] ppid=18520 vsize=14090948 memory=4126316290023845779 CPUtime=6.62 cores=1,3,5,7
/proc/18523/task/18526/stat : 18526 (java) S 18520 18523 17963 0 -1 1077944384 8703 0 0 0 618 44 0 0 20 0 15 0 250984757 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387450940176 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18527] ppid=18520 vsize=14090948 memory=1840 CPUtime=6.64 cores=1,3,5,7
/proc/18523/task/18527/stat : 18527 (java) S 18520 18523 17963 0 -1 1077944384 8513 0 0 0 618 46 0 0 20 0 15 0 250984757 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387449887632 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18528] ppid=18520 vsize=14090948 memory=7904 CPUtime=6.65 cores=1,3,5,7
/proc/18523/task/18528/stat : 18528 (java) S 18520 18523 17963 0 -1 1077944384 7742 0 0 0 623 42 0 0 20 0 15 0 250984757 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387129748496 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18529] ppid=18520 vsize=14090948 memory=800 CPUtime=6.63 cores=1,3,5,7
/proc/18523/task/18529/stat : 18529 (java) S 18520 18523 17963 0 -1 1077944384 4402 0 0 0 617 46 0 0 20 0 15 0 250984757 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387128695952 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18530] ppid=18520 vsize=14090948 memory=6791534058613427641 CPUtime=6.22 cores=1,3,5,7
/proc/18523/task/18530/stat : 18530 (java) S 18520 18523 17963 0 -1 1077944384 8449 0 0 0 581 41 0 0 20 0 15 0 250984758 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387010701296 140387535882882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18531] ppid=18520 vsize=14090948 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18531/stat : 18531 (java) S 18520 18523 17963 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387009647584 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18532] ppid=18520 vsize=14090948 memory=14408237449483334 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18532/stat : 18532 (java) S 18520 18523 17963 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250984759 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387008594944 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18533] ppid=18520 vsize=14090948 memory=2680 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18533/stat : 18533 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984761 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387007543504 140387535890331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18534] ppid=18520 vsize=14090948 memory=1408 CPUtime=1.15 cores=1,3,5,7
/proc/18523/task/18534/stat : 18534 (java) S 18520 18523 17963 0 -1 1077944384 5024 0 0 0 114 1 0 0 20 0 15 0 250984761 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387006491120 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18535] ppid=18520 vsize=14090948 memory=3192 CPUtime=1.16 cores=1,3,5,7
/proc/18523/task/18535/stat : 18535 (java) S 18520 18523 17963 0 -1 1077944384 5912 0 0 0 115 1 0 0 20 0 15 0 250984761 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387005438576 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18536] ppid=18520 vsize=14090948 memory=292812 CPUtime=0.61 cores=1,3,5,7
/proc/18523/task/18536/stat : 18536 (java) S 18520 18523 17963 0 -1 1077944384 7864 0 0 0 60 1 0 0 20 0 15 0 250984761 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387004386032 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18537] ppid=18520 vsize=14090948 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18537/stat : 18537 (java) S 18520 18523 17963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250984762 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387003333728 140387535881941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
[pid=18523/tid=18538] ppid=18520 vsize=14090948 memory=1408 CPUtime=1.18 cores=1,3,5,7
/proc/18523/task/18538/stat : 18538 (java) S 18520 18523 17963 0 -1 1077944384 1437 0 0 0 53 65 0 0 20 0 15 0 250984762 14429130752 73203 33554432000 4194304 4196468 140726306283200 140387002280240 140387535882882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 36687872 140726306288713 140726306288905 140726306288905 140726306291663 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 292812 KiB

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

[startup+2498.03 s]
# the end of solver process 18523 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.56 s, system=2.54643 s

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

Child status: 143
Real time (s): 2498.03
CPU time (s): 2520.1
CPU user time (s): 2517.56
CPU system time (s): 2.54643
CPU usage (%): 100.884
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 292812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.56
system time used= 2.54643
maximum resident set size= 293168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222730
involuntary context switches= 4485


# summary of solver processes directly reported to runsolver:
#   pid: 18523
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.56
#   total CPU system time (s): 2.54643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.867 second user time and 18.7258 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 13:56:56
IDJOB=4307834
IDBENCH=141494
IDSOLVER=2791
FILE ID=node103/4307834-1534334216
RUNJOBID= node103-1534329225-17995
PBS_JOBID= 21038160
Free space on /tmp= 38584 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
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 NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307834-1534334216/watcher-4307834-1534334216 -o /tmp/evaluation-result-4307834-1534334216/solver-4307834-1534334216 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534329225-17995 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 654503086 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307834-1534334216.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=654503086

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22059640 kB
MemAvailable:   29921028 kB
Buffers:          193448 kB
Cached:          7872912 kB
SwapCached:         5140 kB
Active:          6351836 kB
Inactive:        3741512 kB
Active(anon):    2019368 kB
Inactive(anon):    67480 kB
Active(file):    4332468 kB
Inactive(file):  3674032 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             35832 kB
Writeback:             0 kB
AnonPages:       1964788 kB
Mapped:            67608 kB
Shmem:             56924 kB
Slab:             312496 kB
SReclaimable:     283348 kB
SUnreclaim:        29148 kB
KernelStack:        3792 kB
PageTables:         9068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3370576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1857536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38568 MiB
End job on node103 at 2018-08-15 14:38:34