Trace number 4300473

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
SuperSolver_Macq_Stevenart 2018-04-27SAT104 302.882 300.339

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark302.882
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.56/0.34	o 176
0.56/0.34	o 170
0.56/0.35	o 169
0.56/0.37	o 167
0.56/0.37	o 165
0.56/0.37	o 158
0.56/0.37	o 154
0.56/0.37	o 153
0.56/0.38	o 152
0.56/0.38	o 147
0.56/0.38	o 146
0.56/0.38	o 145
0.56/0.39	o 141
0.56/0.39	o 139
0.56/0.42	o 133
0.90/0.42	o 127
0.90/0.42	o 122
1.20/0.53	o 118
1.47/0.66	o 117
1.74/0.70	o 116
1.74/0.71	o 115
1.74/0.75	o 112
1.74/0.75	o 110
2.31/0.95	o 108
2.97/1.50	o 107
3.39/1.86	o 106
3.39/1.86	o 104
302.83/300.33	s SATISFIABLE
302.83/300.33	v <instantiation>
302.83/300.33	v 	<list>
302.83/300.33	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] 
302.83/300.33	v 	</list>
302.83/300.33	v 	<values>
302.83/300.33	v 		7 4 1 0 2 3 5 6 8 10 12 9 11 18 19 17 16 14 13 15 8 4 7 2 2 4 6 8 4 6 7 5 7 12 4 4 3 1 1 9 
302.83/300.33	v 	</values>
302.83/300.33	v </instantiation>

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300473-1532840281/watcher-4300473-1532840281 -o /tmp/evaluation-result-4300473-1532840281/solver-4300473-1532840281 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20544 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300473-1532840281.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=24531, runsolver pid=24528

[startup+0.105011 s]*
/proc/loadavg: 1.43 1.43 1.42 4/220 24546
/proc/meminfo: memFree=23478204/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661052 memory=27964 CPUtime=0.13 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 5344 0 0 0 12 1 0 0 20 0 15 0 101591231 10916917248 6991 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665263 6991 2895 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661052 memory=-7254952174179673210 CPUtime=0.1 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 3151 0 0 0 9 1 0 0 20 0 15 0 101591232 10916917248 6991 33554432000 4194304 4196468 140732864460592 140322347709584 140322343493014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661052 memory=5793855446055717305 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916917248 6991 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661052 memory=140195045824128 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916917248 6991 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916917248 6991 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591232 10916917248 6991 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591234 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101591234 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101591234 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 101591237 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 101591237 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661052 memory=140195045824128 CPUtime=0.02 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) R 24528 24531 20512 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 101591237 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321896178256 140322322616606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661052 memory=140195045824128 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591237 10916917248 6991 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27964 KiB

[startup+0.210858 s]*
/proc/loadavg: 1.43 1.43 1.42 4/220 24546
/proc/meminfo: memFree=23465580/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=40308 CPUtime=0.33 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 8211 0 0 0 30 3 0 0 20 0 15 0 101591231 10916995072 10077 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 10077 2979 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 5228 0 0 0 18 2 0 0 20 0 15 0 101591232 10916995072 10077 33554432000 4194304 4196468 140732864460592 140322347713392 140322327561566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=4211973921250614666 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 10077 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=140195045824128 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 10077 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 10077 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 10077 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=140195045824128 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 786 0 0 0 1 0 0 0 20 0 15 0 101591237 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 101591237 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=140195045824128 CPUtime=0.07 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) S 24528 24531 20512 0 -1 1077944384 725 0 0 0 7 0 0 0 20 0 15 0 101591237 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321896180464 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=140195045824128 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 10077 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40308 KiB

[startup+0.310341 s]*
/proc/loadavg: 1.43 1.43 1.42 3/220 24546
/proc/meminfo: memFree=23460432/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=47584 CPUtime=0.56 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 8926 0 0 0 53 3 0 0 20 0 15 0 101591231 10916995072 11896 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 11896 3055 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 5528 0 0 0 28 2 0 0 20 0 15 0 101591232 10916995072 11896 33554432000 4194304 4196468 140732864460592 140322347718160 140322327524709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=4211973921250614666 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 11896 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=280389959125376 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 11896 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=280389826630144 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 11896 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=140194913301263 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 11896 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=280389959134592 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=140194913305871 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=140194913328720 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=140194913334678 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 961 0 0 0 5 0 0 0 20 0 15 0 101591237 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 200 0 0 0 6 0 0 0 20 0 15 0 101591237 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=140195045824128 CPUtime=0.14 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) R 24528 24531 20512 0 -1 4202560 867 0 0 0 14 0 0 0 20 0 15 0 101591237 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321896180464 140322322284228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=140195045852092 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 11896 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47584 KiB

[startup+0.70081 s]
/proc/loadavg: 1.43 1.43 1.42 5/220 24547
/proc/meminfo: memFree=23429632/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=91548 CPUtime=1.74 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 15874 0 0 0 169 5 0 0 20 0 15 0 101591231 10916995072 22887 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 22887 3092 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=56 CPUtime=0.68 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 5608 0 0 0 66 2 0 0 20 0 15 0 101591232 10916995072 22887 33554432000 4194304 4196468 140732864460592 140322347711472 140321969868406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 22887 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 22887 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 22887 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 22887 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=1200 CPUtime=0.41 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) R 24528 24531 20512 0 -1 4202560 4290 0 0 0 41 0 0 0 20 0 15 0 101591237 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321898271624 140322322767752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=12136 CPUtime=0.42 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) R 24528 24531 20512 0 -1 4202560 3075 0 0 0 42 0 0 0 20 0 15 0 101591237 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321897214024 140322325024852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=1008 CPUtime=0.19 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) S 24528 24531 20512 0 -1 1077944384 1529 0 0 0 19 0 0 0 20 0 15 0 101591237 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321896180464 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 22887 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 91548 KiB

[startup+1.50075 s]
/proc/loadavg: 1.64 1.47 1.43 5/220 24547
/proc/meminfo: memFree=23394452/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=165020 CPUtime=3.08 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 19018 0 0 0 301 7 0 0 20 0 15 0 101591231 10916995072 41255 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 41255 3115 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=4132 CPUtime=1.47 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 5948 0 0 0 144 3 0 0 20 0 15 0 101591232 10916995072 41255 33554432000 4194304 4196468 140732864460592 140322347717552 140321967186177 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=29248 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 41255 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 41255 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 41255 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101591232 10916995072 41255 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=7089322640132825427 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 41255 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0

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

[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=29276 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.07 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 583 0 0 0 3 4 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 300.12 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185556 KiB

[startup+299.201 s]
/proc/loadavg: 1.47 1.50 1.45 3/220 24740
/proc/meminfo: memFree=23136592/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=185556 CPUtime=301.72 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 34179 0 0 0 30146 26 0 0 20 0 15 0 101591231 10916995072 46389 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 46389 3151 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=29276 CPUtime=298.24 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 9844 0 0 0 29819 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322347720848 140321970239543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=1292 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1342 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1097 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=1716 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1078 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=1424 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 329 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=796 CPUtime=0.41 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 2078 0 0 0 39 2 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=16932 CPUtime=0.74 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 7927 0 0 0 73 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=18276 CPUtime=0.77 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 5662 0 0 0 76 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=4048 CPUtime=0.23 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) S 24528 24531 20512 0 -1 1077944384 2829 0 0 0 23 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321896180464 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=2236 CPUtime=0.07 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 583 0 0 0 3 4 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 301.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185556 KiB

[startup+300.001 s]*
/proc/loadavg: 1.47 1.50 1.45 3/220 24740
/proc/meminfo: memFree=23142696/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=185556 CPUtime=302.54 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 34181 0 0 0 30228 26 0 0 20 0 15 0 101591231 10916995072 46389 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 46389 3151 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=6791534058613427641 CPUtime=299.04 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) S 24528 24531 20512 0 -1 1077944384 9846 0 0 0 29899 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322347720640 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=-7003737579269690708 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) R 24528 24531 20512 0 -1 4202560 1342 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322296101648 140322336109287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=1292 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) R 24528 24531 20512 0 -1 4202560 1097 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322295049104 140322336109287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=2444 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) R 24528 24531 20512 0 -1 4202560 1078 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322293996560 140322336109287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=1832 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) R 24528 24531 20512 0 -1 1077944384 329 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=1948 CPUtime=0.41 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 2078 0 0 0 39 2 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321902494240 140322343491285 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=796 CPUtime=0.74 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 7927 0 0 0 73 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=8452 CPUtime=0.77 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 5662 0 0 0 76 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=5776 CPUtime=0.23 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) S 24528 24531 20512 0 -1 1077944384 2829 0 0 0 23 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321896180464 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=12136 CPUtime=0.07 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 583 0 0 0 3 4 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 302.54 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185556 KiB

[startup+300.201 s]
/proc/loadavg: 1.47 1.50 1.45 3/220 24740
/proc/meminfo: memFree=23142696/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=185556 CPUtime=302.73 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 34182 0 0 0 30247 26 0 0 20 0 15 0 101591231 10916995072 46389 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 46389 3151 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=288230596050944315 CPUtime=299.23 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 9847 0 0 0 29918 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322347720640 140321970241467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=16100360058046859 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1342 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=2444 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1097 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=1832 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1078 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=1948 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 329 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=1224 CPUtime=0.41 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 2078 0 0 0 39 2 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=8452 CPUtime=0.74 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 7927 0 0 0 73 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=5776 CPUtime=0.77 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 5662 0 0 0 76 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=1200 CPUtime=0.23 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) S 24528 24531 20512 0 -1 1077944384 2829 0 0 0 23 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321896180464 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 583 0 0 0 3 4 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 302.73 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185556 KiB

[startup+300.301 s]
/proc/loadavg: 1.47 1.50 1.45 3/220 24740
/proc/meminfo: memFree=23142696/32770624 swapFree=67108860/67108860
[pid=24531] ppid=24528 vsize=10661128 memory=185556 CPUtime=302.83 cores=1,3,5,7
/proc/24531/stat : 24531 (java) S 24528 24531 20512 0 -1 1077944320 34182 0 0 0 30257 26 0 0 20 0 15 0 101591231 10916995072 46389 33554432000 4194304 4196468 140732864460592 140732864443136 140322343481079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
/proc/24531/statm: 2665282 46389 3151 1 0 2627263 0
[pid=24531/tid=24533] ppid=24528 vsize=10661128 memory=185556 CPUtime=299.33 cores=1,3,5,7
/proc/24531/task/24533/stat : 24533 (java) R 24528 24531 20512 0 -1 4202560 9847 0 0 0 29928 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322347720640 140321969962086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24534] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24534/stat : 24534 (java) S 24528 24531 20512 0 -1 1077944384 1342 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322296101648 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24535] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.3 cores=1,3,5,7
/proc/24531/task/24535/stat : 24535 (java) S 24528 24531 20512 0 -1 1077944384 1097 0 0 0 25 5 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322295049104 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24536] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24536/stat : 24536 (java) S 24528 24531 20512 0 -1 1077944384 1078 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322293996560 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24537] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.29 cores=1,3,5,7
/proc/24531/task/24537/stat : 24537 (java) S 24528 24531 20512 0 -1 1077944384 329 0 0 0 26 3 0 0 20 0 15 0 101591232 10916995072 46389 33554432000 4194304 4196468 140732864460592 140322292944016 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24538] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.41 cores=1,3,5,7
/proc/24531/task/24538/stat : 24538 (java) S 24528 24531 20512 0 -1 1077944384 2078 0 0 0 39 2 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321902495728 140322343492226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24539] ppid=24528 vsize=10661128 memory=185556 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24539/stat : 24539 (java) S 24528 24531 20512 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321901441952 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24540] ppid=24528 vsize=10661128 memory=185556 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24540/stat : 24540 (java) S 24528 24531 20512 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101591234 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321900389360 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24541] ppid=24528 vsize=10661128 memory=185556 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24541/stat : 24541 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321899337936 140322343499675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24542] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.74 cores=1,3,5,7
/proc/24531/task/24542/stat : 24542 (java) S 24528 24531 20512 0 -1 1077944384 7927 0 0 0 73 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321898285552 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24543] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.77 cores=1,3,5,7
/proc/24531/task/24543/stat : 24543 (java) S 24528 24531 20512 0 -1 1077944384 5662 0 0 0 76 1 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321897233008 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24544] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.23 cores=1,3,5,7
/proc/24531/task/24544/stat : 24544 (java) S 24528 24531 20512 0 -1 1077944384 2829 0 0 0 23 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321896180464 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24545] ppid=24528 vsize=10661128 memory=185556 CPUtime=0 cores=1,3,5,7
/proc/24531/task/24545/stat : 24545 (java) S 24528 24531 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321895128160 140322343491285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
[pid=24531/tid=24546] ppid=24528 vsize=10661128 memory=185556 CPUtime=0.07 cores=1,3,5,7
/proc/24531/task/24546/stat : 24546 (java) S 24528 24531 20512 0 -1 1077944384 583 0 0 0 3 4 0 0 20 0 15 0 101591237 10916995072 46389 33554432000 4194304 4196468 140732864460592 140321894074672 140322343492226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29065216 140732864464010 140732864464137 140732864464137 140732864466895 0
Current children cumulated CPU time: 302.83 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 185556 KiB

Child status: 0
Real time (s): 300.339
CPU time (s): 302.882
CPU user time (s): 302.615
CPU system time (s): 0.266462
CPU usage (%): 100.847
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 202708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.615
system time used= 0.266462
maximum resident set size= 202712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19245
involuntary context switches= 930


# summary of solver processes directly reported to runsolver:
#   pid: 24531
#   total CPU time (s): 302.882
#   total CPU user time (s): 302.615
#   total CPU system time (s): 0.266462

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85213 second user time and 2.81838 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 06:58:01
IDJOB=4300473
IDBENCH=141631
IDSOLVER=2767
FILE ID=node132/4300473-1532840281
RUNJOBID= node132-1532811810-20544
PBS_JOBID= 21022489
Free space on /tmp= 52040 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300473-1532840281/watcher-4300473-1532840281 -o /tmp/evaluation-result-4300473-1532840281/solver-4300473-1532840281 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20544 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300473-1532840281.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=1157263996

node132.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.65
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.65
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.65
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.65
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:        23494052 kB
MemAvailable:   31775916 kB
Buffers:          217408 kB
Cached:          8268592 kB
SwapCached:            0 kB
Active:          2776736 kB
Inactive:        5917756 kB
Active(anon):     158480 kB
Inactive(anon):    77828 kB
Active(file):    2618256 kB
Inactive(file):  5839928 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:        223572 kB
Mapped:            55652 kB
Shmem:             25248 kB
Slab:             280260 kB
SReclaimable:     252140 kB
SUnreclaim:        28120 kB
KernelStack:        3872 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1110176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52036 MiB
End job on node132 at 2018-07-29 07:03:01