Trace number 4274775

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 - Hybrid 2017-07-26OPT2 90.8619 49.1264

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.20/0.41	c version: 2017-07-26
0.20/0.41	c seed: 1105436053
0.20/0.41	c timeout: 2520
0.20/0.41	c memlimit: 11000
0.20/0.41	c nbcore: 4
0.38/0.44	c Parsing instance...
88.04/48.00	c Parsing done, starting first complete search...
88.04/48.08	o 24
88.23/48.16	o 23
88.40/48.22	o 22
90.17/48.70	o 21
90.17/48.76	o 20
90.28/48.80	o 19
90.28/48.84	o 18
90.28/48.87	o 17
90.41/48.90	o 16
90.41/48.93	o 15
90.41/48.95	o 14
90.41/48.97	o 13
90.41/48.99	o 12
90.60/49.01	o 11
90.60/49.02	o 10
90.60/49.03	o 9
90.60/49.04	o 8
90.60/49.05	o 7
90.60/49.05	o 6
90.60/49.06	o 5
90.60/49.06	o 4
90.60/49.06	o 3
90.60/49.07	o 2
90.60/49.08	s OPTIMUM FOUND
90.60/49.08	v <instantiation>
90.60/49.08	v 	<list>
90.60/49.08	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
90.60/49.08	v 	</list>
90.60/49.08	v 	<values>
90.60/49.08	v 		1 2 2 2 2 2 0 1 1 2 2 0 1 2 1 2 1 1 0 0 2 1 2 1 1 
90.60/49.08	v 	</values>
90.60/49.08	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274775-1502875976/watcher-4274775-1502875976 -o /tmp/evaluation-result-4274775-1502875976/solver-4274775-1502875976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502870159-16942 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1105436053 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274775-1502875976.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
Current StackSize limit: 8192 KiB

solver pid=17652, runsolver pid=17649

[startup+0.100137 s]*
/proc/loadavg: 1.89 1.79 1.78 2/195 17653
/proc/meminfo: memFree=30635076/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/17652/stat : 17652 (runsolver) D 17649 17652 897 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 89818250 34791424 113 18446744073709551615 4194304 4346622 140732182993248 140732182989880 140417550541527 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 27107328 140732182995012 140732182995492 140732182995492 140732182998986 0
/proc/17652/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.208847 s]*
/proc/loadavg: 1.89 1.79 1.78 2/208 17666
/proc/meminfo: memFree=30623232/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13906484 memory=22164 CPUtime=0.05 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 5032 0 0 0 4 1 0 0 20 0 14 0 89818250 14240239616 5541 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3476621 5541 2562 1 0 3466118 0
[pid=17652/tid=17654] ppid=17649 vsize=13973048 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 897 0 -1 4202560 3130 0 0 0 4 0 0 0 20 0 15 0 89818261 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140595220269664 140595216049309 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13973048 memory=328 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818261 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13973048 memory=288370793705203328 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818261 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594815609360 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818262 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594814556560 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818262 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13973048 memory=140417553491584 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818263 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594334616432 140595216038530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89818263 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594333562400 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89818264 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594332509552 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 897 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 89818266 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13973048 memory=140417553491584 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 897 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 89818266 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13973048 memory=140417553491584 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818271 14308401152 5541 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 22164 KiB

[startup+0.309945 s]*
/proc/loadavg: 1.89 1.79 1.78 3/209 17667
/proc/meminfo: memFree=30609760/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13976944 memory=39488 CPUtime=0.2 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 10095 0 0 0 18 2 0 0 20 0 15 0 89818250 14312390656 9872 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3494236 9872 3481 1 0 3483015 0
[pid=17652/tid=17654] ppid=17649 vsize=13975920 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 897 0 -1 4202560 7868 0 0 0 12 2 0 0 20 0 15 0 89818261 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140595220235424 140595216049309 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818261 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818261 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594815609360 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13975920 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818262 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594814556560 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818262 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13975920 memory=140417553491584 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89818263 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594334616432 140595216038530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89818263 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594333562400 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89818264 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594332509552 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 897 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 15 0 89818266 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 89818266 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13975920 memory=140417553491584 CPUtime=0.03 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) R 17649 17652 897 0 -1 4202560 378 0 0 0 3 0 0 0 20 0 15 0 89818266 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595201192929 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13975920 memory=140417553491584 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818271 14311342080 9872 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 39488 KiB

[startup+0.700728 s]
/proc/loadavg: 1.89 1.79 1.78 4/209 17667
/proc/meminfo: memFree=30596228/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13977988 memory=64076 CPUtime=0.92 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 13734 0 0 0 87 5 0 0 20 0 15 0 89818250 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3494497 16019 3726 1 0 3483271 0
[pid=17652/tid=17654] ppid=17649 vsize=13977988 memory=280834892450880 CPUtime=0.52 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 897 0 -1 4202560 10425 0 0 0 49 3 0 0 20 0 15 0 89818261 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140595220261072 140595200071013 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13977988 memory=280834892451072 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818261 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13977988 memory=280834892451264 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818261 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594815609360 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13977988 memory=280834892451456 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89818262 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594814556560 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13977988 memory=280834892451648 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818262 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13977988 memory=280834892451840 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89818263 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594334616432 140595216038530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13977988 memory=280834892452032 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89818263 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594333562400 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13977988 memory=280834892452224 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89818264 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594332509552 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13977988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 897 0 -1 1077944384 760 0 0 0 8 0 0 0 20 0 15 0 89818266 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13977988 memory=140417553491584 CPUtime=0.1 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 407 0 0 0 10 0 0 0 20 0 15 0 89818266 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13977988 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) R 17649 17652 897 0 -1 4202560 762 0 0 0 19 0 0 0 20 0 15 0 89818266 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595194543121 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89818271 14313459712 16019 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 64076 KiB

[startup+1.50102 s]
/proc/loadavg: 1.89 1.79 1.78 3/209 17667
/proc/meminfo: memFree=30547768/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13977988 memory=216796 CPUtime=2.05 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 16488 0 0 0 194 11 0 0 20 0 15 0 89818250 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3494497 54199 3751 1 0 3483271 0
[pid=17652/tid=17654] ppid=17649 vsize=13977988 memory=6944656592455359580 CPUtime=1.29 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) S 17649 17652 897 0 -1 1077944384 11280 0 0 0 124 5 0 0 20 0 15 0 89818261 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140595220264832 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13977988 memory=-7025452035940392864 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) R 17649 17652 897 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 15 0 89818261 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594816659968 140595201054802 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13977988 memory=-7017870212350184252 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) R 17649 17652 897 0 -1 4202560 296 0 0 0 2 0 0 0 20 0 15 0 89818261 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594815609360 140595201054802 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13977988 memory=-7017870212350184252 CPUtime=0.03 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) R 17649 17652 897 0 -1 4202560 73 0 0 0 2 1 0 0 20 0 15 0 89818262 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594814556640 140595201054802 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13977988 memory=-9001728533042062950 CPUtime=0.03 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) R 17649 17652 897 0 -1 4202560 62 0 0 0 2 1 0 0 20 0 15 0 89818262 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594813504024 140595201051086 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13977988 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 89818263 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594334614944 140595216037589 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13977988 memory=1329904169539632284 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89818263 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594333562400 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13977988 memory=4630099095656959350 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89818264 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594332509552 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13977988 memory=280834892366064 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13977988 memory=4116 CPUtime=0.18 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 897 0 -1 1077944384 923 0 0 0 18 0 0 0 20 0 15 0 89818266 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13977988 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 1333 0 0 0 20 0 0 0 20 0 15 0 89818266 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13977988 memory=140417446233585 CPUtime=0.22 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 897 0 -1 1077944384 1029 0 0 0 22 0 0 0 20 0 15 0 89818266 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13977988 memory=280834892451456 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13977988 memory=280834892451648 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89818271 14313459712 54199 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 2.05 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 216796 KiB

[startup+3.10073 s]
/proc/loadavg: 1.98 1.81 1.78 3/209 17667
/proc/meminfo: memFree=30373840/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13977988 memory=363440 CPUtime=4.12 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 19066 0 0 0 381 31 0 0 20 0 15 0 89818250 14313459712 90860 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3494497 90860 3775 1 0 3483271 0
[pid=17652/tid=17654] ppid=17649 vsize=13977988 memory=5860423748260227158 CPUtime=2.74 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 897 0 -1 4202560 11737 0 0 0 269 5 0 0 20 0 15 0 89818261 14313459712 90860 18446744073709551615 4194304 4196468 140730831879296 140595220259008 140594834565440 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0

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


[startup+46.601 s]
/proc/loadavg: 2.34 1.92 1.82 3/209 17668
/proc/meminfo: memFree=23879436/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13980036 memory=5791440 CPUtime=85.58 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 68823 0 0 0 7979 579 0 0 20 0 15 0 89818250 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3495009 1447860 3807 1 0 3483783 0
[pid=17652/tid=17654] ppid=17649 vsize=13980036 memory=796 CPUtime=24.32 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) S 17649 17652 897 0 -1 1077944384 19006 0 0 0 2422 10 0 0 20 0 15 0 89818261 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140595220263328 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13980036 memory=1240 CPUtime=12.57 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) R 17649 17652 897 0 -1 4202560 5660 0 0 0 1115 142 0 0 20 0 15 0 89818261 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595201049504 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13980036 memory=2248 CPUtime=12.57 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) R 17649 17652 897 0 -1 4202560 6084 0 0 0 1116 141 0 0 20 0 15 0 89818261 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594815609248 140595209124219 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13980036 memory=4304 CPUtime=12.6 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) R 17649 17652 897 0 -1 4202560 6605 0 0 0 1125 135 0 0 20 0 15 0 89818262 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594814556760 140595201049504 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13980036 memory=-8774313645642428999 CPUtime=12.63 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) R 17649 17652 897 0 -1 4202560 6132 0 0 0 1121 142 0 0 20 0 15 0 89818262 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595201055257 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13980036 memory=2000 CPUtime=9.36 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 11795 0 0 0 935 1 0 0 20 0 15 0 89818263 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594334614944 140595216037589 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13980036 memory=8992 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 89818263 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594333562464 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13980036 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 89818264 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594332509568 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13980036 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13980036 memory=27500 CPUtime=0.41 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 897 0 -1 1077944384 2797 0 0 0 41 0 0 0 20 0 15 0 89818266 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13980036 memory=4044 CPUtime=0.53 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 3858 0 0 0 53 0 0 0 20 0 15 0 89818266 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13980036 memory=640 CPUtime=0.45 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 897 0 -1 1077944384 5243 0 0 0 44 1 0 0 20 0 15 0 89818266 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13980036 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13980036 memory=3904 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 193 0 0 0 1 1 0 0 20 0 15 0 89818271 14315556864 1447860 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 85.58 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 5791440 KiB

[startup+48.2007 s]*
/proc/loadavg: 2.23 1.91 1.82 3/209 17668
/proc/meminfo: memFree=23527160/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13982084 memory=6032612 CPUtime=88.4 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 71561 0 0 0 8248 592 0 0 20 0 15 0 89818250 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3495521 1508153 3812 1 0 3484295 0
[pid=17652/tid=17654] ppid=17649 vsize=13982084 memory=-8774313645642428999 CPUtime=25.58 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 897 0 -1 4202560 20978 0 0 0 2547 11 0 0 20 0 15 0 89818261 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140595220265032 140594836733088 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13982084 memory=4872558044660077418 CPUtime=12.93 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 897 0 -1 1077944384 5731 0 0 0 1147 146 0 0 20 0 15 0 89818261 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13982084 memory=14973360639576424 CPUtime=12.92 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 897 0 -1 1077944384 6119 0 0 0 1149 143 0 0 20 0 15 0 89818261 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594815609360 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13982084 memory=1148 CPUtime=12.96 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 897 0 -1 1077944384 6914 0 0 0 1158 138 0 0 20 0 15 0 89818262 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594814556560 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13982084 memory=2840 CPUtime=12.98 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 897 0 -1 1077944384 6190 0 0 0 1153 145 0 0 20 0 15 0 89818262 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13982084 memory=876268 CPUtime=9.36 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 11795 0 0 0 935 1 0 0 20 0 15 0 89818263 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594334616432 140595216038530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13982084 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 89818263 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594333562464 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13982084 memory=2660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 89818264 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594332509568 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13982084 memory=5688684 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13982084 memory=-8774313645642428999 CPUtime=0.46 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) R 17649 17652 897 0 -1 4202560 2835 0 0 0 46 0 0 0 20 0 15 0 89818266 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595197203306 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13982084 memory=4872558044660077418 CPUtime=0.61 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 4044 0 0 0 60 1 0 0 20 0 15 0 89818266 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13982084 memory=-8774313645642428999 CPUtime=0.49 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 897 0 -1 1077944384 5315 0 0 0 48 1 0 0 20 0 15 0 89818266 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13982084 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13982084 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 193 0 0 0 1 1 0 0 20 0 15 0 89818271 14317654016 1508153 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 88.4 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 6032612 KiB

[startup+48.601 s]
/proc/loadavg: 2.23 1.91 1.82 3/209 17668
/proc/meminfo: memFree=23527160/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13982084 memory=6253796 CPUtime=89.83 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 71851 0 0 0 8378 605 0 0 20 0 15 0 89818250 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3495521 1563449 3812 1 0 3484295 0
[pid=17652/tid=17654] ppid=17649 vsize=13982084 memory=1728 CPUtime=25.62 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) S 17649 17652 897 0 -1 1077944384 20979 0 0 0 2551 11 0 0 20 0 15 0 89818261 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140595220264512 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13982084 memory=1228 CPUtime=13.27 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) R 17649 17652 897 0 -1 4202560 5809 0 0 0 1178 149 0 0 20 0 15 0 89818261 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595201055373 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13982084 memory=796 CPUtime=13.26 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) R 17649 17652 897 0 -1 4202560 6207 0 0 0 1179 147 0 0 20 0 15 0 89818261 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594815609560 140595201049473 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13982084 memory=5788 CPUtime=13.3 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) R 17649 17652 897 0 -1 4202560 7009 0 0 0 1186 144 0 0 20 0 15 0 89818262 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594814556560 140595201054802 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13982084 memory=1712 CPUtime=13.32 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) R 17649 17652 897 0 -1 4202560 6209 0 0 0 1187 145 0 0 20 0 15 0 89818262 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595201051438 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13982084 memory=4616 CPUtime=9.36 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 11795 0 0 0 935 1 0 0 20 0 15 0 89818263 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594334614944 140595216037589 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13982084 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 89818263 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594333562464 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13982084 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 89818264 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594332509568 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13982084 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13982084 memory=2000 CPUtime=0.47 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 897 0 -1 1077944384 2838 0 0 0 47 0 0 0 20 0 15 0 89818266 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594330405232 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13982084 memory=8992 CPUtime=0.61 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 897 0 -1 1077944384 4045 0 0 0 60 1 0 0 20 0 15 0 89818266 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594329352432 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13982084 memory=280834893001664 CPUtime=0.5 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 897 0 -1 1077944384 5317 0 0 0 49 1 0 0 20 0 15 0 89818266 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13982084 memory=-8412656567318647667 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 193 0 0 0 1 1 0 0 20 0 15 0 89818271 14317654016 1563449 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 89.83 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 6253796 KiB

[startup+49.0026 s]
/proc/loadavg: 2.23 1.91 1.82 3/209 17668
/proc/meminfo: memFree=23527160/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=13982084 memory=6285748 CPUtime=90.6 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 897 0 -1 1077944320 73113 0 0 0 8454 606 0 0 20 0 15 0 89818250 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140730831861840 140595216027383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
/proc/17652/statm: 3495521 1571437 3812 1 0 3484295 0
[pid=17652/tid=17654] ppid=17649 vsize=13982084 memory=3472468713674589292 CPUtime=25.94 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 897 0 -1 4202560 20981 0 0 0 2583 11 0 0 20 0 15 0 89818261 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140595220264512 140594836733156 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17655] ppid=17649 vsize=13982084 memory=7016594075601608403 CPUtime=13.36 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 897 0 -1 1077944384 5817 0 0 0 1186 150 0 0 20 0 15 0 89818261 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594816662160 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17656] ppid=17649 vsize=13982084 memory=7812866933614213709 CPUtime=13.34 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 897 0 -1 1077944384 6220 0 0 0 1187 147 0 0 20 0 15 0 89818261 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594815609360 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17657] ppid=17649 vsize=13982084 memory=280834893092312 CPUtime=13.38 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 897 0 -1 1077944384 7038 0 0 0 1194 144 0 0 20 0 15 0 89818262 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594814556560 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17658] ppid=17649 vsize=13982084 memory=140417446921950 CPUtime=13.4 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 897 0 -1 1077944384 6219 0 0 0 1195 145 0 0 20 0 15 0 89818262 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594813503760 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17659] ppid=17649 vsize=13982084 memory=140417446528284 CPUtime=9.36 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 897 0 -1 1077944384 11806 0 0 0 935 1 0 0 20 0 15 0 89818263 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594334616432 140595216038530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17660] ppid=17649 vsize=13982084 memory=5793855668456802649 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 897 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 89818263 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594333562464 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17661] ppid=17649 vsize=13982084 memory=5793855668456802841 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 897 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 89818264 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594332509568 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17662] ppid=17649 vsize=13982084 memory=3472468713674589872 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594331457872 140595216045979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17663] ppid=17649 vsize=13982084 memory=280834893092792 CPUtime=0.53 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) R 17649 17652 897 0 -1 4202560 3319 0 0 0 53 0 0 0 20 0 15 0 89818266 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594330391256 140595208744535 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17664] ppid=17649 vsize=13982084 memory=280834893092952 CPUtime=0.66 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) D 17649 17652 897 0 -1 4202560 4716 0 0 0 65 1 0 0 20 0 15 0 89818266 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594329333448 140595196727680 0 4 1 16800974 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17665] ppid=17649 vsize=13982084 memory=280834893092984 CPUtime=0.53 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 897 0 -1 1077944384 5349 0 0 0 52 1 0 0 20 0 15 0 89818266 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594328299632 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17666] ppid=17649 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89818266 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594327247072 140595216037589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
[pid=17652/tid=17667] ppid=17649 vsize=13982084 memory=49332 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 897 0 -1 1077944384 193 0 0 0 1 1 0 0 20 0 15 0 89818271 14317654016 1571437 18446744073709551615 4194304 4196468 140730831879296 140594326195376 140595216038530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29884416 140730831884658 140730831884841 140730831884841 140730831888335 0
Current children cumulated CPU time: 90.6 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 6285748 KiB

[startup+49.1007 s]*
/proc/loadavg: 2.23 1.91 1.82 3/196 17669
/proc/meminfo: memFree=23218100/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 49.1264
CPU time (s): 90.8619
CPU user time (s): 84.7596
CPU system time (s): 6.10233
CPU usage (%): 184.955
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 6285748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7596
system time used= 6.10233
maximum resident set size= 6287828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4819
involuntary context switches= 548


# summary of solver processes directly reported to runsolver:
#   pid: 17652
#   total CPU time (s): 90.8619
#   total CPU user time (s): 84.7596
#   total CPU system time (s): 6.10233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.314272 second user time and 0.490115 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-16 11:18:50
IDJOB=4274775
IDBENCH=139720
IDSOLVER=2667
FILE ID=node125/4274775-1502875976
RUNJOBID= node125-1502870159-16942
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274775-1502875976/watcher-4274775-1502875976 -o /tmp/evaluation-result-4274775-1502875976/solver-4274775-1502875976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502870159-16942 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1105436053 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274775-1502875976.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=1105436053

node125.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.07
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.07
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.07
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.07
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:        30635076 kB
MemAvailable:   31730140 kB
Buffers:          309560 kB
Cached:          1086284 kB
SwapCached:            0 kB
Active:          1070640 kB
Inactive:         633564 kB
Active(anon):     308700 kB
Inactive(anon):    41292 kB
Active(file):     761940 kB
Inactive(file):   592272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84792 kB
Writeback:            16 kB
AnonPages:        307924 kB
Mapped:            68152 kB
Shmem:             41636 kB
Slab:             139320 kB
SReclaimable:     113376 kB
SUnreclaim:        25944 kB
KernelStack:        3440 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1419412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61948 MiB
End job on node125 at 2017-08-16 11:19:39