Trace number 4291986

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-07-02SAT (TO)523 2400.11 2354.22

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.877161
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
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.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1109663851
0.67/0.55	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.29/1.27	c Parsing done, starting first complete search...
2.53/1.31	o 1960
2.53/1.34	o 1910
2.53/1.39	o 1861
2.53/1.39	o 1860
2.53/1.39	o 1212
2.87/1.44	o 1170
5.58/2.32	c First complete search done, starting ALNS search...
5.81/2.43	o 1168
5.81/2.43	o 1127
5.81/2.43	o 967
5.81/2.43	o 807
5.81/2.43	o 686
5.81/2.43	o 646
5.81/2.43	o 564
5.81/2.45	o 523
2400.08/2354.20	s SATISFIABLE
2400.08/2354.20	v <instantiation>
2400.08/2354.20	v 	<list>
2400.08/2354.20	v 		f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3]
2400.08/2354.20	v 	</list>
2400.08/2354.20	v 	<values>
2400.08/2354.20	v 		54 1 100 100 1 0 0 1 3 0 1 0 0 1 2 0 0 53 46 99 99 
2400.08/2354.20	v 	</values>
2400.08/2354.20	v </instantiation>

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291986-1532269209/watcher-4291986-1532269209 -o /tmp/evaluation-result-4291986-1532269209/solver-4291986-1532269209 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532262189-32665 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1109663851 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291986-1532269209.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1192, runsolver pid=1189

[startup+0.107509 s]*
/proc/loadavg: 1.44 1.38 1.46 3/219 1207
/proc/meminfo: memFree=20110940/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14082740 memory=33664 CPUtime=0.12 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 7388 0 0 0 11 1 0 0 20 0 15 0 44484085 14420725760 8416 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3520685 8416 3136 1 0 3482761 0
[pid=1192/tid=1194] ppid=1189 vsize=14082740 memory=8389772277269004345 CPUtime=0.1 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 5471 0 0 0 9 1 0 0 20 0 15 0 44484085 14420725760 8482 33554432000 4194304 4196468 140727581066080 139967073002280 139967052862814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14082740 memory=4294967661 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 8482 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14082740 memory=288370167346116224 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 8482 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 8482 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 8482 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14082740 memory=139791194404480 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484087 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44484088 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966181540896 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44484088 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966180488048 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14082740 memory=139791194404480 CPUtime=0.01 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 44484091 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14082740 memory=139791194404480 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 8482 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33664 KiB

[startup+0.210657 s]*
/proc/loadavg: 1.44 1.38 1.46 4/219 1207
/proc/meminfo: memFree=20097436/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14082740 memory=46764 CPUtime=0.29 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 10302 0 0 0 27 2 0 0 20 0 15 0 44484085 14420725760 11691 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3520685 11691 3321 1 0 3482761 0
[pid=1192/tid=1194] ppid=1189 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 8119 0 0 0 19 1 0 0 20 0 15 0 44484085 14420725760 11691 33554432000 4194304 4196468 140727581066080 139967073010928 139967054848642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14082740 memory=4294967661 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 11691 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14082740 memory=288370167346116224 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 11691 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 11691 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 11691 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14082740 memory=139791194404480 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44484087 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44484088 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966181540896 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44484088 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966180488048 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) R 1189 1192 32634 0 -1 1077944384 342 0 0 0 1 0 0 0 20 0 15 0 44484091 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 15 0 44484091 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14082740 memory=139791194404480 CPUtime=0.05 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 285 0 0 0 5 0 0 0 20 0 15 0 44484091 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14082740 memory=139791194404480 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 11691 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46764 KiB

[startup+0.310604 s]*
/proc/loadavg: 1.44 1.38 1.46 3/219 1207
/proc/meminfo: memFree=20094008/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14082740 memory=50512 CPUtime=0.42 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 10760 0 0 0 40 2 0 0 20 0 15 0 44484085 14420725760 12628 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3520685 12628 3379 1 0 3482761 0
[pid=1192/tid=1194] ppid=1189 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 8471 0 0 0 28 2 0 0 20 0 15 0 44484085 14420725760 12628 33554432000 4194304 4196468 140727581066080 139967072944064 139967049057500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14082740 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 12628 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 12628 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 12628 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14420725760 12628 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44484087 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44484088 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966181540896 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14082740 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44484088 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966180488048 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 44484091 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14082740 memory=139791052141551 CPUtime=0.02 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 44484091 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14082740 memory=139791194405616 CPUtime=0.07 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 293 0 0 0 7 0 0 0 20 0 15 0 44484091 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14082740 memory=139791052150735 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14082740 memory=279582246462976 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484091 14420725760 12628 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50512 KiB

[startup+0.700682 s]
/proc/loadavg: 1.44 1.38 1.46 4/219 1207
/proc/meminfo: memFree=20069824/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14084808 memory=88532 CPUtime=0.99 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 17565 0 0 0 95 4 0 0 20 0 15 0 44484085 14422843392 22133 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3521202 22133 3497 1 0 3483273 0
[pid=1192/tid=1194] ppid=1189 vsize=14084808 memory=15024 CPUtime=0.67 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 14865 0 0 0 64 3 0 0 20 0 15 0 44484085 14422843392 22133 33554432000 4194304 4196468 140727581066080 139967073007312 139967068804253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14084808 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14422843392 22133 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14084808 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14422843392 22133 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14084808 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14422843392 22133 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14084808 memory=3232 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14422843392 22133 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14084808 memory=3245424 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44484087 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14084808 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44484088 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966181540896 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14084808 memory=10032 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44484088 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966180488048 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14084808 memory=18488 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14084808 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 524 0 0 0 7 0 0 0 20 0 15 0 44484091 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14084808 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 404 0 0 0 7 0 0 0 20 0 15 0 44484091 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14084808 memory=644 CPUtime=0.15 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) R 1189 1192 32634 0 -1 4202560 391 0 0 0 15 0 0 0 20 0 15 0 44484091 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966176279152 139967061879068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14084808 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14084808 memory=952 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484091 14422843392 22133 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88532 KiB

[startup+1.50251 s]
/proc/loadavg: 1.44 1.38 1.46 5/219 1207
/proc/meminfo: memFree=20024160/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14090952 memory=159160 CPUtime=3.16 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 27617 0 0 0 309 7 0 0 20 0 15 0 44484085 14429134848 39790 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3522738 39790 3540 1 0 3484809 0
[pid=1192/tid=1194] ppid=1189 vsize=14090952 memory=2340 CPUtime=1.47 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 20325 0 0 0 142 5 0 0 20 0 15 0 44484085 14429134848 39790 33554432000 4194304 4196468 140727581066080 139967073011616 139966698084939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14090952 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14429134848 39790 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14090952 memory=928 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14429134848 39790 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14090952 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44484086 14429134848 39790 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14090952 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44484086 14429134848 39790 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14090952 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44484087 14429134848 39790 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0

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

/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 67789 0 0 0 217596 44 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967073020272 139966700071664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14093000 memory=15060 CPUtime=13.12 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 8452 0 0 0 1256 56 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.12 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 9274 0 0 0 1254 58 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.12 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 8793 0 0 0 1249 63 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.14 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 8648 0 0 0 1254 60 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14093000 memory=805024 CPUtime=8.73 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 10812 0 0 0 817 56 0 0 20 0 15 0 44484087 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966181540960 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966180488064 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14093000 memory=805024 CPUtime=2.89 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 23517 0 0 0 286 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14093000 memory=279582104786496 CPUtime=2.72 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 23616 0 0 0 269 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14093000 memory=805024 CPUtime=0.97 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 17083 0 0 0 94 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14093000 memory=7295605934570 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14093000 memory=805024 CPUtime=1.41 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1157 0 0 0 68 73 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 2245.74 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 805024 KiB

[startup+2262.3 s]
/proc/loadavg: 1.60 1.62 1.60 4/217 1391
/proc/meminfo: memFree=22332452/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14093000 memory=805024 CPUtime=2306.73 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 183418 0 0 0 230305 368 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3523250 201256 3623 1 0 3485321 0
[pid=1192/tid=1194] ppid=1189 vsize=14093000 memory=0 CPUtime=2235.68 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 69200 0 0 0 223522 46 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967073020240 139966700098409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14093000 memory=55 CPUtime=13.47 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 8606 0 0 0 1289 58 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.47 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 9425 0 0 0 1287 60 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.47 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 9155 0 0 0 1283 64 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14093000 memory=3828 CPUtime=13.49 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 9007 0 0 0 1287 62 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14093000 memory=899 CPUtime=9.01 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 11165 0 0 0 842 59 0 0 20 0 15 0 44484087 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14093000 memory=2319690478590115427 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966181540960 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966180488064 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14093000 memory=805024 CPUtime=2.89 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 23521 0 0 0 286 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14093000 memory=805024 CPUtime=2.72 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 23620 0 0 0 269 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14093000 memory=805024 CPUtime=0.97 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 17087 0 0 0 94 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14093000 memory=805024 CPUtime=1.45 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1183 0 0 0 70 75 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 2306.73 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 805024 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.57 1.59 3/218 1441
/proc/meminfo: memFree=17649496/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14093000 memory=805024 CPUtime=2367.66 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 186063 0 0 0 236390 376 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3523250 201256 3623 1 0 3485321 0
[pid=1192/tid=1194] ppid=1189 vsize=14093000 memory=644 CPUtime=2294.99 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 70581 0 0 0 229453 46 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967073020128 140727581130514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.82 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 8697 0 0 0 1322 60 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.8 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 9598 0 0 0 1319 61 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.81 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 9466 0 0 0 1315 66 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14093000 memory=805024 CPUtime=13.82 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 9304 0 0 0 1319 63 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14093000 memory=805024 CPUtime=9.25 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 11520 0 0 0 864 61 0 0 20 0 15 0 44484087 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966181540960 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966180488064 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14093000 memory=1200 CPUtime=2.89 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 23525 0 0 0 286 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14093000 memory=8112282956445269571 CPUtime=2.72 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 23624 0 0 0 269 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14093000 memory=7528 CPUtime=0.97 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 17091 0 0 0 94 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14093000 memory=805024 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14093000 memory=7528 CPUtime=1.48 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1208 0 0 0 72 76 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 2367.66 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 805024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2354.2 s]
/proc/loadavg: 1.49 1.57 1.59 3/218 1442
/proc/meminfo: memFree=17642796/32770624 swapFree=67108860/67108860
[pid=1192] ppid=1189 vsize=14093000 memory=805024 CPUtime=2400.08 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1192 32634 0 -1 1077944320 186694 0 0 0 239628 380 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 140727581048624 139967068782327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
/proc/1192/statm: 3523250 201256 3623 1 0 3485321 0
[pid=1192/tid=1194] ppid=1189 vsize=14093000 memory=303430244793319739 CPUtime=2326.54 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) R 1189 1192 32634 0 -1 4202560 71042 0 0 0 232607 47 0 0 20 0 15 0 44484085 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967073020272 139966700069719 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1195] ppid=1189 vsize=14093000 memory=15535219654526527 CPUtime=14 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1192 32634 0 -1 1077944384 8722 0 0 0 1340 60 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967021403280 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1196] ppid=1189 vsize=14093000 memory=7100839852926015589 CPUtime=13.99 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1192 32634 0 -1 1077944384 9651 0 0 0 1336 63 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967020350480 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1197] ppid=1189 vsize=14093000 memory=6946069413458701417 CPUtime=14 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1192 32634 0 -1 1077944384 9528 0 0 0 1333 67 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967019297680 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1198] ppid=1189 vsize=14093000 memory=5940081235591915623 CPUtime=14.01 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1192 32634 0 -1 1077944384 9319 0 0 0 1337 64 0 0 20 0 15 0 44484086 14431232000 201256 33554432000 4194304 4196468 140727581066080 139967018244880 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1199] ppid=1189 vsize=14093000 memory=7092164916513105000 CPUtime=9.38 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1192 32634 0 -1 1077944384 11531 0 0 0 877 61 0 0 20 0 15 0 44484087 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966182594928 139967068793474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1200] ppid=1189 vsize=14093000 memory=7378137922146690415 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1192 32634 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966181540960 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1201] ppid=1189 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1192 32634 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 44484088 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966180488064 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1202] ppid=1189 vsize=14093000 memory=6370739027844819305 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966179436368 139967068800923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1203] ppid=1189 vsize=14093000 memory=7589502578684226670 CPUtime=2.89 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1192 32634 0 -1 1077944384 23525 0 0 0 286 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966178384752 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1204] ppid=1189 vsize=14093000 memory=7595693868430418540 CPUtime=2.72 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1192 32634 0 -1 1077944384 23624 0 0 0 269 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966177331952 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1205] ppid=1189 vsize=14093000 memory=7523660459118061666 CPUtime=0.97 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1192 32634 0 -1 1077944384 17091 0 0 0 94 3 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966176279152 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1206] ppid=1189 vsize=14093000 memory=6370739027844819305 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1192 32634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966175226592 139967068792533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
[pid=1192/tid=1207] ppid=1189 vsize=14093000 memory=-9178176117148050014 CPUtime=1.5 cores=0,2,4,6
/proc/1192/task/1207/stat : 1207 (java) S 1189 1192 32634 0 -1 1077944384 1212 0 0 0 72 78 0 0 20 0 15 0 44484091 14431232000 201256 33554432000 4194304 4196468 140727581066080 139966174173872 139967068793474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 38580224 140727581074516 140727581074697 140727581074697 140727581077455 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 805024 KiB

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

[startup+2354.22 s]
# the end of solver process 1192 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.3 s, system=3.81275 s

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

Child status: 143
Real time (s): 2354.22
CPU time (s): 2400.11
CPU user time (s): 2396.3
CPU system time (s): 3.81275
CPU usage (%): 101.949
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 990568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.3
system time used= 3.81275
maximum resident set size= 1010976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186949
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291269
involuntary context switches= 10492


# summary of solver processes directly reported to runsolver:
#   pid: 1192
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.3
#   total CPU system time (s): 3.81275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3491 second user time and 22.9439 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 16:20:09
IDJOB=4291986
IDBENCH=141260
IDSOLVER=2746
FILE ID=node135/4291986-1532269209
RUNJOBID= node135-1532262189-32665
PBS_JOBID= 21018977
Free space on /tmp= 52900 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291986-1532269209/watcher-4291986-1532269209 -o /tmp/evaluation-result-4291986-1532269209/solver-4291986-1532269209 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532262189-32665 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1109663851 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291986-1532269209.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=1109663851

node135.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.50
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.50
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.50
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.50
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:        20131076 kB
MemAvailable:   28698404 kB
Buffers:          162060 kB
Cached:          8609704 kB
SwapCached:            0 kB
Active:          4674116 kB
Inactive:        7384112 kB
Active(anon):    3236572 kB
Inactive(anon):    69912 kB
Active(file):    1437544 kB
Inactive(file):  7314200 kB
Unevictable:        7188 kB
Mlocked:            7188 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35844 kB
Writeback:             0 kB
AnonPages:       3293648 kB
Mapped:            49384 kB
Shmem:             17056 kB
Slab:             271380 kB
SReclaimable:     244044 kB
SUnreclaim:        27336 kB
KernelStack:        3584 kB
PageTables:        11916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3860740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3198976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52772 MiB
End job on node135 at 2018-07-22 16:59:24