Trace number 4396438

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
Concrete 3.12.2OPT40 787.169 768.973

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark10.8863
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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.78/0.55	c Concrete v3.12.2.1568380929293 running
8.53/3.65	o 61
8.53/3.66	o 53
8.85/3.72	o 51
10.65/4.30	o 50
10.65/4.33	o 48
10.65/4.34	o 46
10.87/4.44	o 45
12.97/6.10	o 44
18.44/10.70	o 43
20.85/13.04	o 42
30.28/22.29	o 41
167.01/157.29	o 40
787.09/768.94	v <instantiation
787.09/768.94	v         cost = '40'>
787.09/768.94	v       <list>
787.09/768.94	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
787.09/768.94	v       </list>
787.09/768.94	v       <values>
787.09/768.94	v         9 9 -9 9 1 9 9 9 -9 -9 1 -1 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 9 0 0 0 0 0 10 8 0 13
787.09/768.94	v       </values>
787.09/768.94	v     </instantiation>
787.09/768.94	s OPTIMUM FOUND

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396438-1568409448/watcher-4396438-1568409448 -o /tmp/evaluation-result-4396438-1568409448/solver-4396438-1568409448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6335 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1475314428 HOME/instance-4396438-1568409448.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=10869, runsolver pid=10866

[startup+0.102155 s]*
/proc/loadavg: 2.03 1.68 1.52 3/220 10926
/proc/meminfo: memFree=22690140/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 4510 13059 0 0 1 1 5 3 20 0 6 0 416883251 10212057088 4269 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2493178 4269 1935 1 0 2481616 0
[pid=10869/tid=10922] ppid=10866 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 2329 13059 0 0 1 0 5 3 20 0 6 0 416883260 10212057088 4269 33554432000 4194304 4196468 140727644906992 140098012312144 140098018492624 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 6 0 416883261 10212057088 4269 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=9972712 memory=139935726622336 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 6 0 416883261 10212057088 4269 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 6 0 416883261 10212057088 4269 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 6 0 416883261 10212057088 4269 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210051 s]*
/proc/loadavg: 2.03 1.68 1.52 4/229 10935
/proc/meminfo: memFree=22669104/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10819664 memory=41492 CPUtime=0.26 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 7177 13059 0 0 17 1 5 3 20 0 15 0 416883251 11079335936 10373 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2704916 10373 3170 1 0 2667149 0
[pid=10869/tid=10922] ppid=10866 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 3680 13059 0 0 11 0 5 3 20 0 15 0 416883260 11079335936 10373 33554432000 4194304 4196468 140727644906992 140098012278344 140098040497309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079335936 10373 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10819664 memory=139935726632802 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10819664 memory=139935726622336 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 416883263 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097404004000 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883263 11079335936 10373 33554432000 4194304 4196468 140727644906992 140096800023792 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11079335936 10373 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 498 13059 0 0 1 0 5 3 20 0 15 0 416883266 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 160 13059 0 0 0 0 5 3 20 0 15 0 416883266 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10819664 memory=139935726622336 CPUtime=0.11 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) S 10866 10869 6304 0 -1 1077944384 608 13059 0 0 3 0 5 3 20 0 15 0 416883266 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097496659952 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11079335936 10373 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10819664 memory=139935726622336 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883267 11079335936 10373 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41492 KiB

[startup+0.310774 s]*
/proc/loadavg: 2.03 1.68 1.52 4/229 10935
/proc/meminfo: memFree=22657856/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10820148 memory=52628 CPUtime=0.4 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 10874 13059 0 0 29 3 5 3 20 0 15 0 416883251 11079831552 13157 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2705037 13157 3302 1 0 2667149 0
[pid=10869/tid=10922] ppid=10866 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 7358 13059 0 0 19 2 5 3 20 0 15 0 416883260 11079831552 13157 33554432000 4194304 4196468 140727644906992 140098012286896 140098024555870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079831552 13157 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 416883261 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 416883263 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097404004000 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883263 11079831552 13157 33554432000 4194304 4196468 140727644906992 140096800023792 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11079831552 13157 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 507 13059 0 0 2 0 5 3 20 0 15 0 416883266 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 161 13059 0 0 1 0 5 3 20 0 15 0 416883266 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10820148 memory=139935726622336 CPUtime=0.13 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) S 10866 10869 6304 0 -1 1077944384 617 13059 0 0 5 0 5 3 20 0 15 0 416883266 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097496659952 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11079831552 13157 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10820148 memory=139935726622336 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883267 11079831552 13157 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52628 KiB

[startup+0.709698 s]
/proc/loadavg: 2.03 1.68 1.52 3/229 10935
/proc/meminfo: memFree=22643612/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10824360 memory=85824 CPUtime=1.16 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 15123 13059 0 0 102 6 5 3 20 0 15 0 416883251 11084144640 21456 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2706090 21456 3512 1 0 2668173 0
[pid=10869/tid=10922] ppid=10866 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 10405 13059 0 0 56 4 5 3 20 0 15 0 416883260 11084144640 21456 33554432000 4194304 4196468 140727644906992 140098012302544 140098024555870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11084144640 21456 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10824360 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883261 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 416883261 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 5 13059 0 0 0 0 5 3 20 0 15 0 416883263 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097404004000 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10824360 memory=139935604683536 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883263 11084144640 21456 33554432000 4194304 4196468 140727644906992 140096800023792 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10824360 memory=139938624438876 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11084144640 21456 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10824360 memory=612 CPUtime=0.24 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) R 10866 10869 6304 0 -1 4202560 1104 13059 0 0 16 0 5 3 20 0 15 0 416883266 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097498752096 140098017704685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10824360 memory=7302135314614015845 CPUtime=0.19 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) R 10866 10869 6304 0 -1 1077944384 547 13059 0 0 11 0 5 3 20 0 15 0 416883266 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10824360 memory=6081102367496956009 CPUtime=0.25 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) R 10866 10869 6304 0 -1 4202560 834 13059 0 0 17 0 5 3 20 0 15 0 416883266 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097496659952 140098032712510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10824360 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11084144640 21456 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883267 11084144640 21456 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85824 KiB

[startup+1.5007 s]
/proc/loadavg: 2.03 1.68 1.52 3/229 10935
/proc/meminfo: memFree=22601024/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10834676 memory=173056 CPUtime=2.45 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 21877 13059 0 0 227 10 5 3 20 0 15 0 416883251 11094708224 43264 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2708669 43264 3578 1 0 2670733 0
[pid=10869/tid=10922] ppid=10866 vsize=10834676 memory=2129104 CPUtime=1.43 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 15332 13059 0 0 129 6 5 3 20 0 15 0 416883260 11094708224 43264 33554432000 4194304 4196468 140727644906992 140098012273312 140097622404576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 47 13059 0 0 1 0 5 3 20 0 15 0 416883261 11094708224 43264 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10834676 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 36 13059 0 0 0 0 5 3 20 0 15 0 416883261 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10834676 memory=3208 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 331 13059 0 0 1 0 5 3 20 0 15 0 416883261 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10834676 memory=85824 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 77 13059 0 0 1 0 5 3 20 0 15 0 416883261 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 138 13059 0 0 1 0 5 3 20 0 15 0 416883263 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097404004064 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 2 13059 0 0 0 0 5 3 20 0 15 0 416883263 11094708224 43264 33554432000 4194304 4196468 140727644906992 140096800023808 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11094708224 43264 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10834676 memory=4638778398332698720 CPUtime=0.34 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 1223 13059 0 0 26 0 5 3 20 0 15 0 416883266 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10834676 memory=279871209642880 CPUtime=0.31 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 729 13059 0 0 23 0 5 3 20 0 15 0 416883266 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10834676 memory=-7233780906022716832 CPUtime=0.48 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) R 10866 10869 6304 0 -1 4202560 1738 13059 0 0 40 0 5 3 20 0 15 0 416883266 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097496659952 140098040496730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10834676 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11094708224 43264 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10834676 memory=-7384994778349281184 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 1 13059 0 0 0 0 5 3 20 0 15 0 416883267 11094708224 43264 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

[pid=10869/tid=10934] ppid=10866 vsize=10846984 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10846984 memory=2116 CPUtime=0.54 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 885 13059 0 0 23 23 5 3 20 0 15 0 416883267 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 784.56 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 707812 KiB

[startup+768.001 s]*
/proc/loadavg: 1.42 1.42 1.46 3/227 11002
/proc/meminfo: memFree=21986808/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10846984 memory=707812 CPUtime=786.19 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 132315 13059 0 0 78483 128 5 3 20 0 15 0 416883251 11107311616 176953 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2711746 176953 3624 1 0 2673805 0
[pid=10869/tid=10922] ppid=10866 vsize=10846984 memory=2116 CPUtime=760.32 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 40330 13059 0 0 76001 23 5 3 20 0 15 0 416883260 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098012310640 140097634737090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10846984 memory=19152 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 10412 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10846984 memory=4872558044660077418 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 4863 13059 0 0 320 19 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10846984 memory=6791534058613427641 CPUtime=3.46 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 4318 13059 0 0 320 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10846984 memory=14004 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 4555 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10846984 memory=14060 CPUtime=3.3 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 5578 13059 0 0 305 17 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10846984 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097404004064 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10846984 memory=707792 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096800023808 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10846984 memory=612 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10846984 memory=1220 CPUtime=3.4 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 21550 13059 0 0 330 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10846984 memory=707792 CPUtime=3.57 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 18455 13059 0 0 347 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10846984 memory=707792 CPUtime=1.78 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) S 10866 10869 6304 0 -1 1077944384 19126 13059 0 0 167 3 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097496659952 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10846984 memory=707792 CPUtime=0.54 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 885 13059 0 0 23 23 5 3 20 0 15 0 416883267 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 786.19 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 707812 KiB

[startup+768.401 s]
/proc/loadavg: 1.42 1.42 1.46 3/227 11002
/proc/meminfo: memFree=21986808/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10846984 memory=707812 CPUtime=786.58 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 132317 13059 0 0 78522 128 5 3 20 0 15 0 416883251 11107311616 176953 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2711746 176953 3624 1 0 2673805 0
[pid=10869/tid=10922] ppid=10866 vsize=10846984 memory=6947475688914973286 CPUtime=760.71 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 40332 13059 0 0 76040 23 5 3 20 0 15 0 416883260 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098012311056 140097634612805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10846984 memory=7307481084616274534 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 10412 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10846984 memory=279871209610416 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 4863 13059 0 0 320 19 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10846984 memory=7667471155957291364 CPUtime=3.46 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 4318 13059 0 0 320 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10846984 memory=6791534058613427641 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 4555 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10846984 memory=1408 CPUtime=3.3 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 5578 13059 0 0 305 17 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10846984 memory=3180 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097404004064 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10846984 memory=707792 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096800023808 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10846984 memory=4872558044660077418 CPUtime=3.4 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 21550 13059 0 0 330 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10846984 memory=707792 CPUtime=3.57 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 18455 13059 0 0 347 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10846984 memory=707792 CPUtime=1.78 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) S 10866 10869 6304 0 -1 1077944384 19126 13059 0 0 167 3 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097496659952 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10846984 memory=988 CPUtime=0.54 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 885 13059 0 0 23 23 5 3 20 0 15 0 416883267 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 786.58 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 707812 KiB

[startup+768.801 s]
/proc/loadavg: 1.42 1.42 1.46 3/227 11002
/proc/meminfo: memFree=21986808/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10846984 memory=707812 CPUtime=786.99 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 132320 13059 0 0 78563 128 5 3 20 0 15 0 416883251 11107311616 176953 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2711746 176953 3624 1 0 2673805 0
[pid=10869/tid=10922] ppid=10866 vsize=10846984 memory=6791534058613427641 CPUtime=761.11 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 40335 13059 0 0 76080 23 5 3 20 0 15 0 416883260 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098012310464 140097627641396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10846984 memory=7230077729031942241 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 10412 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10846984 memory=7881696724453321575 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 4863 13059 0 0 320 19 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.46 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 4318 13059 0 0 320 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 4555 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10846984 memory=279871210243424 CPUtime=3.31 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 5578 13059 0 0 306 17 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10846984 memory=5793715252523397488 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097404004064 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10846984 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096800023808 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10846984 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10846984 memory=532 CPUtime=3.4 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 21550 13059 0 0 330 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10846984 memory=1556 CPUtime=3.57 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 18455 13059 0 0 347 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10846984 memory=932 CPUtime=1.78 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) S 10866 10869 6304 0 -1 1077944384 19126 13059 0 0 167 3 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097496659952 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10846984 memory=3680 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10846984 memory=864 CPUtime=0.54 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 885 13059 0 0 23 23 5 3 20 0 15 0 416883267 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 786.99 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 707812 KiB

[startup+768.901 s]
/proc/loadavg: 1.42 1.42 1.46 3/227 11002
/proc/meminfo: memFree=21986808/32770624 swapFree=66999284/67108860
[pid=10869] ppid=10866 vsize=10846984 memory=707812 CPUtime=787.09 cores=0,2,4,6
/proc/10869/stat : 10869 (java) S 10866 10869 6304 0 -1 1077944320 132320 13059 0 0 78573 128 5 3 20 0 15 0 416883251 11107311616 176953 33554432000 4194304 4196468 140727644906992 140727644889536 140098040475383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
/proc/10869/statm: 2711746 176953 3624 1 0 2673805 0
[pid=10869/tid=10922] ppid=10866 vsize=10846984 memory=707812 CPUtime=761.21 cores=0,2,4,6
/proc/10869/task/10922/stat : 10922 (java) R 10866 10869 6304 0 -1 4202560 40335 13059 0 0 76090 23 5 3 20 0 15 0 416883260 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098012310464 140097633608374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10923] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10923/stat : 10923 (java) S 10866 10869 6304 0 -1 1077944384 10412 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140098044717584 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10924] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10924/stat : 10924 (java) S 10866 10869 6304 0 -1 1077944384 4863 13059 0 0 320 19 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097943607952 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10925] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.46 cores=0,2,4,6
/proc/10869/task/10925/stat : 10925 (java) S 10866 10869 6304 0 -1 1077944384 4318 13059 0 0 320 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097942554896 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10926] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.47 cores=0,2,4,6
/proc/10869/task/10926/stat : 10926 (java) S 10866 10869 6304 0 -1 1077944384 4555 13059 0 0 321 18 5 3 20 0 15 0 416883261 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097611491728 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10927] ppid=10866 vsize=10846984 memory=707812 CPUtime=3.31 cores=0,2,4,6
/proc/10869/task/10927/stat : 10927 (java) S 10866 10869 6304 0 -1 1077944384 5578 13059 0 0 306 17 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097499818736 140098040486530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10928] ppid=10866 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10928/stat : 10928 (java) S 10866 10869 6304 0 -1 1077944384 20 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097404004064 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10929] ppid=10866 vsize=10846984 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10929/stat : 10929 (java) S 10866 10869 6304 0 -1 1077944384 13 13059 0 0 0 0 5 3 20 0 15 0 416883263 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096800023808 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10930] ppid=10866 vsize=10846984 memory=707792 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10930/stat : 10930 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096559733200 140098040493979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10931] ppid=10866 vsize=10846984 memory=2540 CPUtime=3.4 cores=0,2,4,6
/proc/10869/task/10931/stat : 10931 (java) S 10866 10869 6304 0 -1 1077944384 21550 13059 0 0 330 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097498765552 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10932] ppid=10866 vsize=10846984 memory=39884 CPUtime=3.57 cores=0,2,4,6
/proc/10869/task/10932/stat : 10932 (java) S 10866 10869 6304 0 -1 1077944384 18455 13059 0 0 347 2 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097497713008 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10933] ppid=10866 vsize=10846984 memory=988 CPUtime=1.78 cores=0,2,4,6
/proc/10869/task/10933/stat : 10933 (java) S 10866 10869 6304 0 -1 1077944384 19126 13059 0 0 167 3 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097496659952 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10934] ppid=10866 vsize=10846984 memory=707812 CPUtime=0.08 cores=0,2,4,6
/proc/10869/task/10934/stat : 10934 (java) S 10866 10869 6304 0 -1 1077944384 3 13059 0 0 0 0 5 3 20 0 15 0 416883266 11107311616 176953 33554432000 4194304 4196468 140727644906992 140096526174560 140098040485589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
[pid=10869/tid=10935] ppid=10866 vsize=10846984 memory=2116 CPUtime=0.54 cores=0,2,4,6
/proc/10869/task/10935/stat : 10935 (java) S 10866 10869 6304 0 -1 1077944384 885 13059 0 0 23 23 5 3 20 0 15 0 416883267 11107311616 176953 33554432000 4194304 4196468 140727644906992 140097495608368 140098040486530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31764480 140727644908271 140727644910789 140727644910789 140727644913615 0
Current children cumulated CPU time: 787.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 707812 KiB

Child status: 0
Real time (s): 768.973
CPU time (s): 787.169
CPU user time (s): 785.841
CPU system time (s): 1.32754
CPU usage (%): 102.366
Max. virtual memory (cumulated for all children) (KiB): 10849800
Max. memory (cumulated for all children) (KiB): 712896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 785.841
system time used= 1.32754
maximum resident set size= 713076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147166
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91137
involuntary context switches= 2961


# summary of solver processes directly reported to runsolver:
#   pid: 10869
#   total CPU time (s): 787.169
#   total CPU user time (s): 785.841
#   total CPU system time (s): 1.32754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.03357 second user time and 6.7794 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 23:16:48
IDJOB=4396438
IDBENCH=141325
IDSOLVER=2847
FILE ID=node140/4396438-1568409448
RUNJOBID= node140-1568394621-6335
PBS_JOBID= 21701868
Free space on /tmp= 58104 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396438-1568409448/watcher-4396438-1568409448 -o /tmp/evaluation-result-4396438-1568409448/solver-4396438-1568409448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6335 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1475314428 HOME/instance-4396438-1568409448.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=1475314428

node140.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.43
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.43
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.43
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.43
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:        22698124 kB
MemAvailable:   31397072 kB
Buffers:          177728 kB
Cached:          8728932 kB
SwapCached:         2736 kB
Active:          1900520 kB
Inactive:        7473980 kB
Active(anon):     464816 kB
Inactive(anon):    43936 kB
Active(file):    1435704 kB
Inactive(file):  7430044 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66999284 kB
Dirty:             35644 kB
Writeback:             0 kB
AnonPages:        636848 kB
Mapped:            57788 kB
Shmem:             32260 kB
Slab:             292544 kB
SReclaimable:     261660 kB
SUnreclaim:        30884 kB
KernelStack:        4064 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1709716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58068 MiB
End job on node140 at 2019-09-13 23:29:37