Trace number 4387295

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.10OPT1070 1142.71 1109.76

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-07.xml
MD5SUMc416c7749524dd4f925e3cf47c007fb7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1070
Best CPU time to get the best result obtained on this benchmark24.8218
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.72/0.55	c Concrete v3.10.1560635388952 running
5.35/2.64	o 549
5.35/2.65	o 602
5.35/2.68	o 620
5.35/2.68	o 641
5.35/2.70	o 648
5.73/2.70	o 670
5.73/2.73	o 697
5.73/2.73	o 714
5.73/2.75	o 772
5.73/2.75	o 784
5.73/2.76	o 788
5.73/2.76	o 830
5.73/2.80	o 842
6.10/2.81	o 865
6.10/2.82	o 883
6.10/2.83	o 893
6.10/2.85	o 911
6.10/2.86	o 972
6.10/2.90	o 986
6.48/2.91	o 1017
6.80/3.02	o 1026
6.80/3.02	o 1036
6.80/3.03	o 1069
6.80/3.03	o 1070
1142.63/1109.75	v <instantiation
1142.63/1109.75	v         cost = '1070'>
1142.63/1109.75	v       <list>
1142.63/1109.75	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
1142.63/1109.75	v       </list>
1142.63/1109.75	v       <values>
1142.63/1109.75	v         0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1
1142.63/1109.75	v       </values>
1142.63/1109.75	v     </instantiation>
1142.63/1109.75	s OPTIMUM FOUND

Verifier Data

OK	1070

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387295-1568297548/watcher-4387295-1568297548 -o /tmp/evaluation-result-4387295-1568297548/solver-4387295-1568297548 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=923640506 HOME/instance-4387295-1568297548.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10547, runsolver pid=10544

[startup+0.101428 s]*
/proc/loadavg: 1.57 1.48 1.53 3/220 10604
/proc/meminfo: memFree=20554212/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=9972712 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 4517 13341 0 0 1 0 5 2 20 0 6 0 406012129 10212057088 4270 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2493178 4270 1935 1 0 2481616 0
[pid=10547/tid=10600] ppid=10544 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 2347 13341 0 0 1 0 5 2 20 0 6 0 406012138 10212057088 4336 33554432000 4194304 4196468 140737136625216 140538093634128 140538107109369 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 6 0 406012139 10212057088 4336 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=9972712 memory=139994243897318 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 6 0 406012139 10212057088 4336 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 6 0 406012139 10212057088 4336 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 6 0 406012139 10212057088 4336 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.57 1.48 1.53 3/229 10613
/proc/meminfo: memFree=20531872/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10818940 memory=43360 CPUtime=0.25 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 7133 13341 0 0 17 1 5 2 20 0 15 0 406012129 11078594560 10840 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2704735 10840 2980 1 0 2667149 0
[pid=10547/tid=10600] ppid=10544 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 3637 13341 0 0 11 1 5 2 20 0 15 0 406012138 11078594560 10840 33554432000 4194304 4196468 140737136625216 140538093621472 140538105877854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012139 11078594560 10840 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10818940 memory=139994243897318 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012139 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012139 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012139 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012140 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 13 13341 0 0 0 0 5 2 20 0 15 0 406012141 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537571042208 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537436824560 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11078594560 10840 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 350 13341 0 0 1 0 5 2 20 0 15 0 406012144 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 295 13341 0 0 1 0 5 2 20 0 15 0 406012144 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10818940 memory=139994241070720 CPUtime=0.1 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) S 10544 10547 5836 0 -1 1077944384 619 13341 0 0 3 0 5 2 20 0 15 0 406012144 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11078594560 10840 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10818940 memory=139994241070720 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012144 11078594560 10840 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43360 KiB

[startup+0.310547 s]*
/proc/loadavg: 1.57 1.48 1.53 4/229 10613
/proc/meminfo: memFree=20519912/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10820096 memory=54644 CPUtime=0.39 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 10748 13341 0 0 29 3 5 2 20 0 15 0 406012129 11079778304 13661 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2705024 13661 3231 1 0 2667149 0
[pid=10547/tid=10600] ppid=10544 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 7234 13341 0 0 19 2 5 2 20 0 15 0 406012138 11079778304 13661 33554432000 4194304 4196468 140737136625216 140538093614992 140537722195247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012139 11079778304 13661 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012139 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012139 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012139 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10820096 memory=139994241070719 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012140 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 13 13341 0 0 0 0 5 2 20 0 15 0 406012141 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537571042208 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537436824560 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11079778304 13661 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 351 13341 0 0 1 0 5 2 20 0 15 0 406012144 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 296 13341 0 0 1 0 5 2 20 0 15 0 406012144 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10820096 memory=139994241070720 CPUtime=0.12 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) R 10544 10547 5836 0 -1 4202560 632 13341 0 0 5 0 5 2 20 0 15 0 406012144 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537645279984 140538106332000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11079778304 13661 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10820096 memory=139994241070720 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012144 11079778304 13661 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54644 KiB

[startup+0.70476 s]
/proc/loadavg: 1.57 1.48 1.53 5/229 10613
/proc/meminfo: memFree=20505600/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10824340 memory=84884 CPUtime=1.13 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 14872 13341 0 0 101 5 5 2 20 0 15 0 406012129 11084124160 21221 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2706341 21221 3509 1 0 2668429 0
[pid=10547/tid=10600] ppid=10544 vsize=10825364 memory=7810487918915055718 CPUtime=0.67 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 10592 13341 0 0 56 4 5 2 20 0 15 0 406012138 11085172736 21221 33554432000 4194304 4196468 140737136625216 140538093615328 140538114537357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10824340 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012139 11084124160 21241 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10824340 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012139 11084124160 21241 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012139 11084124160 21241 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012139 11084124160 21241 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10825364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 6 13341 0 0 0 0 5 2 20 0 15 0 406012140 11085172736 21241 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10825364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 13 13341 0 0 0 0 5 2 20 0 15 0 406012141 11085172736 21241 33554432000 4194304 4196468 140737136625216 140537571042208 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10825364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11085172736 21241 33554432000 4194304 4196468 140737136625216 140537436824560 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10825364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11085172736 21241 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 671 13341 0 0 13 0 5 2 20 0 15 0 406012144 11084124160 21241 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 596 13341 0 0 13 0 5 2 20 0 15 0 406012144 11084124160 21241 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) S 10544 10547 5836 0 -1 1077944384 805 13341 0 0 17 0 5 2 20 0 15 0 406012144 11084124160 21241 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10825364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11085172736 21241 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10825364 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012144 11085172736 21241 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84884 KiB

[startup+1.50064 s]
/proc/loadavg: 1.76 1.52 1.55 3/229 10613
/proc/meminfo: memFree=20460656/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10834656 memory=169968 CPUtime=2.48 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 20193 13341 0 0 232 9 5 2 20 0 15 0 406012129 11094687744 42492 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2708664 42492 3568 1 0 2670733 0
[pid=10547/tid=10600] ppid=10544 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 15020 13341 0 0 131 5 5 2 20 0 15 0 406012138 11094687744 42492 33554432000 4194304 4196468 140737136625216 140538093611520 140538103361952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10834656 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 45 13341 0 0 1 0 5 2 20 0 15 0 406012139 11094687744 42492 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10834656 memory=6297831459760461668 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 12 13341 0 0 0 0 5 2 20 0 15 0 406012139 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10834656 memory=7885353695446328680 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 18 13341 0 0 1 0 5 2 20 0 15 0 406012139 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10834656 memory=279988247374176 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 33 13341 0 0 1 0 5 2 20 0 15 0 406012139 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10834656 memory=185276299236005 CPUtime=0.08 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 43 13341 0 0 1 0 5 2 20 0 15 0 406012140 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10834656 memory=185276299236006 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 14 13341 0 0 0 0 5 2 20 0 15 0 406012141 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537571042208 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10834656 memory=185276299236007 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537436824560 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10834656 memory=185276299236008 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11094687744 42492 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10834656 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) R 10544 10547 5836 0 -1 4202560 725 13341 0 0 24 0 5 2 20 0 15 0 406012144 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537647385072 140538121809302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10834656 memory=279988246968240 CPUtime=0.35 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) R 10544 10547 5836 0 -1 4202560 658 13341 0 0 28 0 5 2 20 0 15 0 406012144 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537646332624 140538101015043 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10834656 memory=279988246966384 CPUtime=0.47 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) R 10544 10547 5836 0 -1 1077944384 1408 13341 0 0 40 0 5 2 20 0 15 0 406012144 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10834656 memory=279988246966448 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11094687744 42492 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10834656 memory=279988247413968 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012144 11094687744 42492 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

[pid=10547/tid=10612] ppid=10544 vsize=10844916 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10844916 memory=3616 CPUtime=0.74 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 609 13341 0 0 32 35 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 1140.09 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 697120 KiB

[startup+1108.8 s]
/proc/loadavg: 1.30 1.36 1.43 3/227 10844
/proc/meminfo: memFree=21117640/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10844916 memory=697120 CPUtime=1141.71 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 150435 13341 0 0 113961 203 5 2 20 0 15 0 406012129 11105193984 174280 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2711229 174280 3618 1 0 2673293 0
[pid=10547/tid=10600] ppid=10544 vsize=10844916 memory=6791534058613427641 CPUtime=1096.21 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 38670 13341 0 0 109582 32 5 2 20 0 15 0 406012138 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538093633392 140537732601848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10844916 memory=1756 CPUtime=5.39 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 6919 13341 0 0 504 28 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10844916 memory=1440 CPUtime=5.39 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 4392 13341 0 0 501 31 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10844916 memory=912 CPUtime=5.4 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 8516 13341 0 0 500 33 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10844916 memory=1984 CPUtime=5.37 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 5740 13341 0 0 500 30 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.27 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 5943 13341 0 0 489 31 5 2 20 0 15 0 406012140 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10844916 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 14 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537571042272 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10844916 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537436824576 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10844916 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10844916 memory=780 CPUtime=6.4 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 27158 13341 0 0 626 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10844916 memory=3252 CPUtime=6.97 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 21482 13341 0 0 683 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10844916 memory=2832 CPUtime=5.08 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) S 10544 10547 5836 0 -1 1077944384 28776 13341 0 0 492 9 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10844916 memory=1084 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10844916 memory=14012 CPUtime=0.74 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 609 13341 0 0 32 35 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 1141.71 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 697120 KiB

[startup+1109.2 s]
/proc/loadavg: 1.30 1.36 1.43 3/227 10844
/proc/meminfo: memFree=21117632/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10844916 memory=697120 CPUtime=1142.12 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 150438 13341 0 0 114001 204 5 2 20 0 15 0 406012129 11105193984 174280 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2711229 174280 3618 1 0 2673293 0
[pid=10547/tid=10600] ppid=10544 vsize=10844916 memory=8317482817917895235 CPUtime=1096.61 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 38673 13341 0 0 109622 32 5 2 20 0 15 0 406012138 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538093633968 140537733288333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10844916 memory=8317482817917895235 CPUtime=5.39 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 6919 13341 0 0 504 28 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10844916 memory=0 CPUtime=5.39 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 4392 13341 0 0 501 31 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10844916 memory=7380382008266615662 CPUtime=5.41 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 8516 13341 0 0 501 33 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10844916 memory=7882543343306304104 CPUtime=5.37 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 5740 13341 0 0 500 30 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10844916 memory=7739506759662333032 CPUtime=5.27 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 5943 13341 0 0 489 31 5 2 20 0 15 0 406012140 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10844916 memory=7739506759662333032 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 14 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537571042272 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10844916 memory=3047711566422646390 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537436824576 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10844916 memory=8026942175737047653 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10844916 memory=7084813573166101094 CPUtime=6.4 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 27158 13341 0 0 626 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10844916 memory=7523376918531162212 CPUtime=6.97 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 21482 13341 0 0 683 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10844916 memory=7955440951762183784 CPUtime=5.08 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) S 10544 10547 5836 0 -1 1077944384 28776 13341 0 0 492 9 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10844916 memory=7372771270501035625 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10844916 memory=7235147594880805952 CPUtime=0.74 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 609 13341 0 0 32 35 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 1142.12 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 697120 KiB

[startup+1109.6 s]
/proc/loadavg: 1.30 1.36 1.43 3/227 10844
/proc/meminfo: memFree=21117632/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10844916 memory=697120 CPUtime=1142.53 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 150443 13341 0 0 114042 204 5 2 20 0 15 0 406012129 11105193984 174280 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2711229 174280 3618 1 0 2673293 0
[pid=10547/tid=10600] ppid=10544 vsize=10844916 memory=5960 CPUtime=1097 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 38676 13341 0 0 109661 32 5 2 20 0 15 0 406012138 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538093633440 140538103446457 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.4 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 6919 13341 0 0 505 28 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10844916 memory=6791534058613427641 CPUtime=5.39 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 4392 13341 0 0 501 31 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10844916 memory=37732 CPUtime=5.41 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 8516 13341 0 0 501 33 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10844916 memory=988 CPUtime=5.38 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 5740 13341 0 0 501 30 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10844916 memory=2004 CPUtime=5.27 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 5945 13341 0 0 489 31 5 2 20 0 15 0 406012140 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10844916 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 14 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537571042272 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10844916 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537436824576 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10844916 memory=704 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10844916 memory=1056 CPUtime=6.4 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 27158 13341 0 0 626 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10844916 memory=1556 CPUtime=6.97 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 21482 13341 0 0 683 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10844916 memory=780 CPUtime=5.08 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) S 10544 10547 5836 0 -1 1077944384 28776 13341 0 0 492 9 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10844916 memory=3252 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10844916 memory=1112 CPUtime=0.74 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 609 13341 0 0 32 35 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 1142.53 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 697120 KiB

[startup+1109.7 s]
/proc/loadavg: 1.30 1.36 1.43 3/227 10844
/proc/meminfo: memFree=21117632/32770624 swapFree=66977604/67108860
[pid=10547] ppid=10544 vsize=10844916 memory=697120 CPUtime=1142.63 cores=0,2,4,6
/proc/10547/stat : 10547 (java) S 10544 10547 5836 0 -1 1077944320 150443 13341 0 0 114052 204 5 2 20 0 15 0 406012129 11105193984 174280 33554432000 4194304 4196468 140737136625216 140737136607760 140538121797367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
/proc/10547/statm: 2711229 174280 3618 1 0 2673293 0
[pid=10547/tid=10600] ppid=10544 vsize=10844916 memory=697120 CPUtime=1097.1 cores=0,2,4,6
/proc/10547/task/10600/stat : 10600 (java) R 10544 10547 5836 0 -1 4202560 38676 13341 0 0 109671 32 5 2 20 0 15 0 406012138 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538093633440 140537732603369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10601] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.4 cores=0,2,4,6
/proc/10547/task/10601/stat : 10601 (java) S 10544 10547 5836 0 -1 1077944384 6919 13341 0 0 505 28 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140538126039824 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10602] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.39 cores=0,2,4,6
/proc/10547/task/10602/stat : 10602 (java) S 10544 10547 5836 0 -1 1077944384 4392 13341 0 0 501 31 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537695493008 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10603] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.41 cores=0,2,4,6
/proc/10547/task/10603/stat : 10603 (java) S 10544 10547 5836 0 -1 1077944384 8516 13341 0 0 501 33 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537694440464 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10604] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.38 cores=0,2,4,6
/proc/10547/task/10604/stat : 10604 (java) S 10544 10547 5836 0 -1 1077944384 5740 13341 0 0 501 30 5 2 20 0 15 0 406012139 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537693387920 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10605] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.27 cores=0,2,4,6
/proc/10547/task/10605/stat : 10605 (java) S 10544 10547 5836 0 -1 1077944384 5945 13341 0 0 489 31 5 2 20 0 15 0 406012140 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537648437232 140538121808514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10606] ppid=10544 vsize=10844916 memory=697120 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10606/stat : 10606 (java) S 10544 10547 5836 0 -1 1077944384 14 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537571042272 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10607] ppid=10544 vsize=10844916 memory=697116 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10607/stat : 10607 (java) S 10544 10547 5836 0 -1 1077944384 1 13341 0 0 0 0 5 2 20 0 15 0 406012141 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537436824576 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10608] ppid=10544 vsize=10844916 memory=697116 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10608/stat : 10608 (java) S 10544 10547 5836 0 -1 1077944384 2 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536832846032 140538121815963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10609] ppid=10544 vsize=10844916 memory=696960 CPUtime=6.4 cores=0,2,4,6
/proc/10547/task/10609/stat : 10609 (java) S 10544 10547 5836 0 -1 1077944384 27158 13341 0 0 626 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537647385072 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10610] ppid=10544 vsize=10844916 memory=696960 CPUtime=6.97 cores=0,2,4,6
/proc/10547/task/10610/stat : 10610 (java) S 10544 10547 5836 0 -1 1077944384 21482 13341 0 0 683 7 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537646332528 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10611] ppid=10544 vsize=10844916 memory=697120 CPUtime=5.08 cores=0,2,4,6
/proc/10547/task/10611/stat : 10611 (java) S 10544 10547 5836 0 -1 1077944384 28776 13341 0 0 492 9 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537645279984 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10612] ppid=10544 vsize=10844916 memory=697116 CPUtime=0.07 cores=0,2,4,6
/proc/10547/task/10612/stat : 10612 (java) S 10544 10547 5836 0 -1 1077944384 3 13341 0 0 0 0 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140536363084896 140538121807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
[pid=10547/tid=10613] ppid=10544 vsize=10844916 memory=697120 CPUtime=0.74 cores=0,2,4,6
/proc/10547/task/10613/stat : 10613 (java) S 10544 10547 5836 0 -1 1077944384 609 13341 0 0 32 35 5 2 20 0 15 0 406012144 11105193984 174280 33554432000 4194304 4196468 140737136625216 140537644226864 140538121808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140737136630518 140737136633029 140737136633029 140737136635855 0
Current children cumulated CPU time: 1142.63 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 697120 KiB

Child status: 0
Real time (s): 1109.76
CPU time (s): 1142.71
CPU user time (s): 1140.64
CPU system time (s): 2.07456
CPU usage (%): 102.969
Max. virtual memory (cumulated for all children) (KiB): 10849404
Max. memory (cumulated for all children) (KiB): 697120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1140.64
system time used= 2.07456
maximum resident set size= 699312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161828
involuntary context switches= 4658


# summary of solver processes directly reported to runsolver:
#   pid: 10547
#   total CPU time (s): 1142.71
#   total CPU user time (s): 1140.64
#   total CPU system time (s): 2.07456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06574 second user time and 9.92996 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 15:02:11
IDJOB=4387295
IDBENCH=133445
IDSOLVER=2823
FILE ID=node104/4387295-1568297548
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387295-1568297548/watcher-4387295-1568297548 -o /tmp/evaluation-result-4387295-1568297548/solver-4387295-1568297548 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=923640506 HOME/instance-4387295-1568297548.xml

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

MD5SUM BENCH= c416c7749524dd4f925e3cf47c007fb7
RANDOM SEED=923640506

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        20563088 kB
MemAvailable:   29947768 kB
Buffers:          124300 kB
Cached:          9433172 kB
SwapCached:        31868 kB
Active:          4225212 kB
Inactive:        7248732 kB
Active(anon):    1884304 kB
Inactive(anon):    74116 kB
Active(file):    2340908 kB
Inactive(file):  7174616 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35404 kB
Writeback:             0 kB
AnonPages:       2001848 kB
Mapped:            56052 kB
Shmem:             32780 kB
Slab:             327656 kB
SReclaimable:     297616 kB
SUnreclaim:        30040 kB
KernelStack:        4016 kB
PageTables:         9416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3000032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1830912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54164 MiB
End job on node104 at 2019-09-12 15:20:41