Trace number 4300403

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-27SAT93 302.848 300.327

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark580.839
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.55/0.33	o 158
0.55/0.33	o 154
0.55/0.33	o 142
0.55/0.34	o 131
0.55/0.34	o 130
0.55/0.34	o 124
0.55/0.34	o 123
0.55/0.34	o 120
0.55/0.34	o 119
0.90/0.43	o 112
0.90/0.43	o 110
0.90/0.46	o 109
0.90/0.47	o 103
0.90/0.47	o 102
0.90/0.47	o 99
1.17/0.58	o 96
1.44/0.61	o 93
302.81/300.31	s SATISFIABLE
302.81/300.31	v <instantiation>
302.81/300.31	v 	<list>
302.81/300.31	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] 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] 
302.81/300.31	v 	</list>
302.81/300.31	v 	<values>
302.81/300.31	v 		6 4 1 0 2 3 5 7 9 8 10 14 13 12 11 8 4 7 2 2 5 8 4 9 5 7 15 8 1 8 
302.81/300.31	v 	</values>
302.81/300.31	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300403-1532839912/watcher-4300403-1532839912 -o /tmp/evaluation-result-4300403-1532839912/solver-4300403-1532839912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20543 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300403-1532839912.xml 

running on 4 cores: 0,2,4,6

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=24288, runsolver pid=24285

[startup+0.100092 s]*
/proc/loadavg: 1.29 1.34 1.40 3/220 24303
/proc/meminfo: memFree=22414800/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661052 memory=27728 CPUtime=0.12 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 5272 0 0 0 11 1 0 0 20 0 15 0 101554391 10916917248 6932 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665263 6932 2850 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661052 memory=-7254952174179673210 CPUtime=0.09 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 3146 0 0 0 9 0 0 0 20 0 15 0 101554392 10916917248 6932 33554432000 4194304 4196468 140736214488512 140686430483584 140686426267030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661052 memory=5793855548360976825 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916917248 6932 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661052 memory=140297351083648 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916917248 6932 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916917248 6932 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554392 10916917248 6932 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554394 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101554394 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101554394 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) S 24285 24288 20512 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 101554397 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685912816368 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661052 memory=140297351083648 CPUtime=0.01 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) R 24285 24288 20512 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 101554397 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685911763568 140686410335582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661052 memory=140297351083648 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554397 10916917248 6932 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27728 KiB

[startup+0.210882 s]*
/proc/loadavg: 1.29 1.34 1.40 3/220 24303
/proc/meminfo: memFree=22403068/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=40344 CPUtime=0.32 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 8156 0 0 0 30 2 0 0 20 0 15 0 101554391 10916995072 10086 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 10086 2959 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 5242 0 0 0 19 1 0 0 20 0 15 0 101554392 10916995072 10086 33554432000 4194304 4196468 140736214488512 140686430487408 140686032731040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=4211974023555874186 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 10086 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=140297351083648 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 10086 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 10086 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 10086 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=140297351083648 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) S 24285 24288 20512 0 -1 1077944384 710 0 0 0 3 0 0 0 20 0 15 0 101554397 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) S 24285 24288 20512 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 15 0 101554397 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685912816368 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=140297351083648 CPUtime=0.07 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 798 0 0 0 7 0 0 0 20 0 15 0 101554397 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=140297351083648 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 10086 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40344 KiB

[startup+0.310376 s]*
/proc/loadavg: 1.29 1.34 1.40 5/220 24303
/proc/meminfo: memFree=22398664/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=46452 CPUtime=0.55 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 8737 0 0 0 52 3 0 0 20 0 15 0 101554391 10916995072 11613 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 11613 2983 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) S 24285 24288 20512 0 -1 1077944384 5561 0 0 0 28 1 0 0 20 0 15 0 101554392 10916995072 11613 33554432000 4194304 4196468 140736214488512 140686430491712 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=4211974023555874186 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 11613 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=280594605402496 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 11613 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=280594508665344 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 11613 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=140297254318863 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 11613 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=280594605409408 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=140297254323471 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=140297254346320 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=140297254352208 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) R 24285 24288 20512 0 -1 1077944384 722 0 0 0 4 0 0 0 20 0 15 0 101554397 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) R 24285 24288 20512 0 -1 4202560 179 0 0 0 4 0 0 0 20 0 15 0 101554397 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685912816368 140686410646543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=140297351083648 CPUtime=0.13 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 907 0 0 0 13 0 0 0 20 0 15 0 101554397 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=140297351111376 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 11613 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46452 KiB

[startup+0.700734 s]
/proc/loadavg: 1.29 1.34 1.40 5/220 24303
/proc/meminfo: memFree=22367128/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=89388 CPUtime=1.72 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 15893 0 0 0 167 5 0 0 20 0 15 0 101554391 10916995072 22347 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 22347 3083 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=56 CPUtime=0.67 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 5610 0 0 0 66 1 0 0 20 0 15 0 101554392 10916995072 22347 33554432000 4194304 4196468 140736214488512 140686430493272 140686035432638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 22347 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 22347 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 22347 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 22347 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=1200 CPUtime=0.41 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) R 24285 24288 20512 0 -1 4202560 3651 0 0 0 41 0 0 0 20 0 15 0 101554397 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685913855952 140686409781574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=12136 CPUtime=0.42 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) R 24285 24288 20512 0 -1 4202560 3882 0 0 0 41 1 0 0 20 0 15 0 101554397 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685912797080 140686407776361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=1008 CPUtime=0.18 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 1382 0 0 0 18 0 0 0 20 0 15 0 101554397 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 22347 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 89388 KiB

[startup+1.5008 s]
/proc/loadavg: 1.29 1.34 1.40 4/220 24303
/proc/meminfo: memFree=22329164/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=161596 CPUtime=3.11 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 18293 0 0 0 305 6 0 0 20 0 15 0 101554391 10916995072 40399 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 40399 3113 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=4132 CPUtime=1.47 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 5853 0 0 0 145 2 0 0 20 0 15 0 101554392 10916995072 40399 33554432000 4194304 4196468 140736214488512 140686430492320 140686035683184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=29244 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 40399 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 40399 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 40399 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101554392 10916995072 40399 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=7089322640132827224 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 40399 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0

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

[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=194856 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.08 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 596 0 0 0 4 4 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 300.11 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 194856 KiB

[startup+299.201 s]
/proc/loadavg: 1.48 1.43 1.42 3/220 24387
/proc/meminfo: memFree=23295492/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=194856 CPUtime=301.71 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 32888 0 0 0 30146 25 0 0 20 0 15 0 101554391 10916995072 48714 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 48714 3150 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=194856 CPUtime=298.32 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 9504 0 0 0 29827 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686430494672 140686035685196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=1408 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 495 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=3064 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 398 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 759 0 0 0 21 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=1832 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 1811 0 0 0 22 4 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=1948 CPUtime=0.38 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 1821 0 0 0 36 2 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=29244 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=1292 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) S 24285 24288 20512 0 -1 1077944384 7189 0 0 0 79 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=2444 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) S 24285 24288 20512 0 -1 1077944384 6690 0 0 0 78 1 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685912816368 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=1832 CPUtime=0.21 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 2210 0 0 0 21 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 596 0 0 0 4 4 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 301.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 194856 KiB

[startup+300.001 s]*
/proc/loadavg: 1.53 1.44 1.42 3/220 24387
/proc/meminfo: memFree=23295376/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=194856 CPUtime=302.52 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 32891 0 0 0 30227 25 0 0 20 0 15 0 101554391 10916995072 48714 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 48714 3150 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=6791534058613427641 CPUtime=299.12 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 9506 0 0 0 29907 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686430494672 140686035687981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=-7003737579269690708 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 496 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=1292 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 398 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=2444 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 759 0 0 0 21 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=1832 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 1811 0 0 0 22 4 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=1948 CPUtime=0.38 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 1821 0 0 0 36 2 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=796 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) S 24285 24288 20512 0 -1 1077944384 7189 0 0 0 79 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=8452 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) S 24285 24288 20512 0 -1 1077944384 6690 0 0 0 78 1 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685912816368 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=5776 CPUtime=0.21 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 2210 0 0 0 21 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=12136 CPUtime=0.08 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 596 0 0 0 4 4 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 302.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 194856 KiB

[startup+300.201 s]
/proc/loadavg: 1.53 1.44 1.42 3/220 24387
/proc/meminfo: memFree=23295376/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=194856 CPUtime=302.71 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 32892 0 0 0 30246 25 0 0 20 0 15 0 101554391 10916995072 48714 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 48714 3150 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=288230596050944315 CPUtime=299.32 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 9507 0 0 0 29927 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686430494480 140686035450315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=16100360058046859 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 496 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=3124 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 398 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 759 0 0 0 21 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=1408 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 1811 0 0 0 22 4 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=3064 CPUtime=0.38 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 1821 0 0 0 36 2 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=180152 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=-7003737579269690708 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) S 24285 24288 20512 0 -1 1077944384 7189 0 0 0 79 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=6791534058613427641 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) S 24285 24288 20512 0 -1 1077944384 6690 0 0 0 78 1 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685912816368 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=-7003737579269690708 CPUtime=0.21 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 2210 0 0 0 21 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=3844 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 596 0 0 0 4 4 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 302.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 194856 KiB

[startup+300.301 s]
/proc/loadavg: 1.53 1.44 1.42 3/220 24387
/proc/meminfo: memFree=23295376/32770624 swapFree=67108860/67108860
[pid=24288] ppid=24285 vsize=10661128 memory=194856 CPUtime=302.81 cores=0,2,4,6
/proc/24288/stat : 24288 (java) S 24285 24288 20512 0 -1 1077944320 32892 0 0 0 30256 25 0 0 20 0 15 0 101554391 10916995072 48714 33554432000 4194304 4196468 140736214488512 140736214471056 140686426255095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
/proc/24288/statm: 2665282 48714 3150 1 0 2627263 0
[pid=24288/tid=24290] ppid=24285 vsize=10661128 memory=194856 CPUtime=299.42 cores=0,2,4,6
/proc/24288/task/24290/stat : 24290 (java) R 24285 24288 20512 0 -1 4202560 9507 0 0 0 29937 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686430494480 140686035465155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24291] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24291/stat : 24291 (java) S 24285 24288 20512 0 -1 1077944384 496 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686032628880 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24292] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24292/stat : 24292 (java) S 24285 24288 20512 0 -1 1077944384 398 0 0 0 23 3 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686031576080 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24293] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24293/stat : 24293 (java) S 24285 24288 20512 0 -1 1077944384 759 0 0 0 21 5 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686030523280 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24294] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.26 cores=0,2,4,6
/proc/24288/task/24294/stat : 24294 (java) S 24285 24288 20512 0 -1 1077944384 1811 0 0 0 22 4 0 0 20 0 15 0 101554392 10916995072 48714 33554432000 4194304 4196468 140736214488512 140686029470480 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24295] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.38 cores=0,2,4,6
/proc/24288/task/24295/stat : 24295 (java) S 24285 24288 20512 0 -1 1077944384 1821 0 0 0 36 2 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685918079344 140686426266242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24296] ppid=24285 vsize=10661128 memory=194856 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24296/stat : 24296 (java) S 24285 24288 20512 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685917025312 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24297] ppid=24285 vsize=10661128 memory=194856 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24297/stat : 24297 (java) S 24285 24288 20512 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 101554394 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685915972464 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24298] ppid=24285 vsize=10661128 memory=194856 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24298/stat : 24298 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685914920784 140686426273691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24299] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24299/stat : 24299 (java) S 24285 24288 20512 0 -1 1077944384 7189 0 0 0 79 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685913869168 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24300] ppid=24285 vsize=10661128 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/24288/task/24300/stat : 24300 (java) S 24285 24288 20512 0 -1 1077944384 6690 0 0 0 78 1 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685912816368 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24301] ppid=24285 vsize=10661128 memory=194856 CPUtime=0.21 cores=0,2,4,6
/proc/24288/task/24301/stat : 24301 (java) S 24285 24288 20512 0 -1 1077944384 2210 0 0 0 21 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685911763568 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24302] ppid=24285 vsize=10661128 memory=194856 CPUtime=0 cores=0,2,4,6
/proc/24288/task/24302/stat : 24302 (java) S 24285 24288 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685910711008 140686426265301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
[pid=24288/tid=24303] ppid=24285 vsize=10661128 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/24288/task/24303/stat : 24303 (java) S 24285 24288 20512 0 -1 1077944384 596 0 0 0 4 4 0 0 20 0 15 0 101554397 10916995072 48714 33554432000 4194304 4196468 140736214488512 140685909658288 140686426266242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140736214492298 140736214492425 140736214492425 140736214495183 0
Current children cumulated CPU time: 302.81 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 194856 KiB

Child status: 0
Real time (s): 300.327
CPU time (s): 302.848
CPU user time (s): 302.592
CPU system time (s): 0.256397
CPU usage (%): 100.84
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 201596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.592
system time used= 0.256397
maximum resident set size= 201596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18734
involuntary context switches= 664


# summary of solver processes directly reported to runsolver:
#   pid: 24288
#   total CPU time (s): 302.848
#   total CPU user time (s): 302.592
#   total CPU system time (s): 0.256397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.81282 second user time and 2.811 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 06:51:52
IDJOB=4300403
IDBENCH=141621
IDSOLVER=2767
FILE ID=node132/4300403-1532839912
RUNJOBID= node132-1532811810-20543
PBS_JOBID= 21022489
Free space on /tmp= 52036 MiB

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

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1605772772

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:        22430624 kB
MemAvailable:   30713272 kB
Buffers:          217368 kB
Cached:          8269564 kB
SwapCached:            0 kB
Active:          3837852 kB
Inactive:        5917640 kB
Active(anon):    1218680 kB
Inactive(anon):    77828 kB
Active(file):    2619172 kB
Inactive(file):  5839812 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1228 kB
Writeback:            16 kB
AnonPages:       1275332 kB
Mapped:            55576 kB
Shmem:             25248 kB
Slab:             280056 kB
SReclaimable:     252124 kB
SUnreclaim:        27932 kB
KernelStack:        3600 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1907896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1208320 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 06:56:53