Trace number 4396052

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.2OPT211 12.3172 5.13238

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P211-Q347.xml
MD5SUM433dd3ec0e7241d29f211aaf8445577c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark0.087028
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
11.64/4.89	o 211
12.27/5.12	v <instantiation
12.27/5.12	v         cost = '211'>
12.27/5.12	v       <list>
12.27/5.12	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
12.27/5.12	v       </list>
12.27/5.12	v       <values>
12.27/5.12	v         1 1 0 0 1 0 1 1 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0
12.27/5.12	v       </values>
12.27/5.12	v     </instantiation>
12.27/5.12	s OPTIMUM FOUND

Verifier Data

OK	211

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396052-1568408121/watcher-4396052-1568408121 -o /tmp/evaluation-result-4396052-1568408121/solver-4396052-1568408121 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1533636516 HOME/instance-4396052-1568408121.xml 

running on 4 cores: 1,3,5,7

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

solver pid=31924, runsolver pid=31921

[startup+0.100109 s]*
/proc/loadavg: 1.34 1.41 1.43 3/218 31981
/proc/meminfo: memFree=28509620/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 4377 13509 0 0 1 0 5 2 20 0 6 0 417076940 10212057088 4649 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2493178 4649 1933 1 0 2481616 0
[pid=31924/tid=31977] ppid=31921 vsize=9972712 memory=4279135704014094991 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 2160 13509 0 0 0 0 5 2 20 0 6 0 417076949 10212057088 4649 33554432000 4194304 4196468 140728569152080 140115821650512 140115849835677 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 6 0 417076950 10212057088 4649 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=9972712 memory=139983838836352 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 6 0 417076950 10212057088 4649 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 6 0 417076950 10212057088 4649 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 6 0 417076950 10212057088 4649 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209859 s]*
/proc/loadavg: 1.34 1.41 1.43 4/227 31990
/proc/meminfo: memFree=28489872/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10819664 memory=40780 CPUtime=0.25 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 7058 13509 0 0 17 1 5 2 20 0 15 0 417076940 11079335936 10195 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2704916 10195 3172 1 0 2667149 0
[pid=31924/tid=31977] ppid=31921 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 3510 13509 0 0 11 0 5 2 20 0 15 0 417076949 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115821646448 140115831760818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10819664 memory=139983838836352 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10819664 memory=139983838836352 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076951 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 33 13509 0 0 0 0 5 2 20 0 15 0 417076952 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115307333152 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076952 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115187852656 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11079335936 10195 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) S 31921 31924 29375 0 -1 1077944384 487 13509 0 0 1 0 5 2 20 0 15 0 417076955 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115273775472 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) S 31921 31924 29375 0 -1 1077944384 165 13509 0 0 1 0 5 2 20 0 15 0 417076955 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115272722672 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10819664 memory=139983838836352 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) S 31921 31924 29375 0 -1 1077944384 637 13509 0 0 3 0 5 2 20 0 15 0 417076955 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115271669872 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11079335936 10195 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10819664 memory=139983838836352 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076955 11079335936 10195 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40780 KiB

[startup+0.310638 s]*
/proc/loadavg: 1.34 1.41 1.43 3/227 31990
/proc/meminfo: memFree=28477652/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10820148 memory=51940 CPUtime=0.39 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 10771 13509 0 0 29 3 5 2 20 0 15 0 417076940 11079831552 12985 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2705037 12985 3304 1 0 2667149 0
[pid=31924/tid=31977] ppid=31921 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 7191 13509 0 0 19 2 5 2 20 0 15 0 417076949 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115821610080 140115833894238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10820148 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076951 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 33 13509 0 0 0 0 5 2 20 0 15 0 417076952 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115307333152 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076952 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115187852656 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11079831552 12985 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) S 31921 31924 29375 0 -1 1077944384 487 13509 0 0 1 0 5 2 20 0 15 0 417076955 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115273775472 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) S 31921 31924 29375 0 -1 1077944384 175 13509 0 0 2 0 5 2 20 0 15 0 417076955 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115272722672 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) S 31921 31924 29375 0 -1 1077944384 659 13509 0 0 5 0 5 2 20 0 15 0 417076955 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115271669872 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11079831552 12985 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076955 11079831552 12985 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51940 KiB

[startup+0.70751 s]
/proc/loadavg: 1.34 1.41 1.43 3/227 31990
/proc/meminfo: memFree=28462516/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10824360 memory=85812 CPUtime=1.14 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 15176 13509 0 0 101 6 5 2 20 0 15 0 417076940 11084144640 21453 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2706090 21453 3514 1 0 2668173 0
[pid=31924/tid=31977] ppid=31921 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 10355 13509 0 0 55 4 5 2 20 0 15 0 417076949 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115821640912 140115849825686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076950 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10824360 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076950 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10824360 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 5 13509 0 0 0 0 5 2 20 0 15 0 417076951 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10824360 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 33 13509 0 0 0 0 5 2 20 0 15 0 417076952 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115307333152 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10824360 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076952 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115187852656 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10824360 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11084144640 21453 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10824360 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) S 31921 31924 29375 0 -1 1077944384 890 13509 0 0 11 0 5 2 20 0 15 0 417076955 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115273775472 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10824360 memory=15460 CPUtime=0.24 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) R 31921 31924 29375 0 -1 4202560 764 13509 0 0 17 0 5 2 20 0 15 0 417076955 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115272708768 140115829059599 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10824360 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) R 31921 31924 29375 0 -1 4202560 906 13509 0 0 17 0 5 2 20 0 15 0 417076955 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115271669872 140115842917639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10824360 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11084144640 21453 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10824360 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076955 11084144640 21453 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85812 KiB

[startup+1.50157 s]
/proc/loadavg: 1.34 1.41 1.43 3/227 31990
/proc/meminfo: memFree=28419648/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10834676 memory=173200 CPUtime=2.47 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 21803 13509 0 0 230 10 5 2 20 0 15 0 417076940 11094708224 43300 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2708669 43300 3579 1 0 2670733 0
[pid=31924/tid=31977] ppid=31921 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 15206 13509 0 0 129 6 5 2 20 0 15 0 417076949 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115821610576 140115833894238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 21 13509 0 0 1 0 5 2 20 0 15 0 417076950 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 56 13509 0 0 0 0 5 2 20 0 15 0 417076950 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 348 13509 0 0 1 0 5 2 20 0 15 0 417076950 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 79 13509 0 0 1 0 5 2 20 0 15 0 417076950 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10834676 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 136 13509 0 0 1 0 5 2 20 0 15 0 417076951 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10834676 memory=279967443265792 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 33 13509 0 0 0 0 5 2 20 0 15 0 417076952 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115307333216 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076952 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115187852672 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10834676 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11094708224 43300 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10834676 memory=2832 CPUtime=0.31 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) S 31921 31924 29375 0 -1 1077944384 1025 13509 0 0 24 0 5 2 20 0 15 0 417076955 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115273775472 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10834676 memory=1712 CPUtime=0.35 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) S 31921 31924 29375 0 -1 1077944384 889 13509 0 0 28 0 5 2 20 0 15 0 417076955 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115272722672 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10834676 memory=1220 CPUtime=0.48 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) S 31921 31924 29375 0 -1 1077944384 1792 13509 0 0 41 0 5 2 20 0 15 0 417076955 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115271669872 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10834676 memory=992 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11094708224 43300 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10834676 memory=5988 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 1 13509 0 0 0 0 5 2 20 0 15 0 417076955 11094708224 43300 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

[pid=31924/tid=31989] ppid=31921 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11105214464 65360 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10844936 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 11 13509 0 0 0 0 5 2 20 0 15 0 417076955 11105214464 65360 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 7.08 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 261440 KiB

[startup+4.00066 s]*
/proc/loadavg: 1.34 1.41 1.43 5/227 31990
/proc/meminfo: memFree=28214316/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10846984 memory=316272 CPUtime=9.65 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 60552 13509 0 0 938 20 5 2 20 0 15 0 417076940 11107311616 79068 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2711746 79068 3613 1 0 2673805 0
[pid=31924/tid=31977] ppid=31921 vsize=10846984 memory=-6517102902069810590 CPUtime=3.87 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 23057 13509 0 0 371 9 5 2 20 0 15 0 417076949 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115821647824 140115406104303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10846984 memory=7959395632134763320 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 106 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10846984 memory=3467964611718620832 CPUtime=0.09 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 72 13509 0 0 2 0 5 2 20 0 15 0 417076950 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10846984 memory=3047711566422646390 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 441 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10846984 memory=137112535958504 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 114 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10846984 memory=3684174777114586337 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 2821 13509 0 0 3 0 5 2 20 0 15 0 417076951 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10846984 memory=3976739155435597855 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 37 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115307333216 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10846984 memory=8099833217037395027 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115187852672 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 79068 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10846984 memory=0 CPUtime=2.16 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) R 31921 31924 29375 0 -1 4202560 12447 13509 0 0 207 2 5 2 20 0 15 0 417076955 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115273761264 140115834738098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10846984 memory=5 CPUtime=2.01 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) R 31921 31924 29375 0 -1 4202560 9657 13509 0 0 193 1 5 2 20 0 15 0 417076955 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115272712592 140115833224623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10846984 memory=51 CPUtime=1.57 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) S 31921 31924 29375 0 -1 1077944384 9572 13509 0 0 148 2 5 2 20 0 15 0 417076955 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115271669872 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10846984 memory=64 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 79068 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10846984 memory=29560 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 11 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 79068 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 316272 KiB

[startup+4.80071 s]
/proc/loadavg: 1.34 1.41 1.43 5/227 31990
/proc/meminfo: memFree=28214316/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10846984 memory=355780 CPUtime=11.64 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 61173 13509 0 0 1136 21 5 2 20 0 15 0 417076940 11107311616 88945 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2711746 88945 3616 1 0 2673805 0
[pid=31924/tid=31977] ppid=31921 vsize=10846984 memory=14699590834195078 CPUtime=4.66 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) S 31921 31924 29375 0 -1 1077944384 23101 13509 0 0 449 10 5 2 20 0 15 0 417076949 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115821648304 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10846984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 106 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10846984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 79 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10846984 memory=-9001733975035308135 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 447 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10846984 memory=-6804530833007812508 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 120 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10846984 memory=6944665225511868275 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 2821 13509 0 0 3 0 5 2 20 0 15 0 417076951 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115308385696 140115849823957 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10846984 memory=-6586668835053300886 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 38 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115307333280 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10846984 memory=6946866654921323415 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115187852672 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10846984 memory=4785180571215093856 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 88945 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10846984 memory=7510432583741839257 CPUtime=2.67 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) S 31921 31924 29375 0 -1 1077944384 12602 13509 0 0 258 2 5 2 20 0 15 0 417076955 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115273775472 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10846984 memory=0 CPUtime=2.54 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) S 31921 31924 29375 0 -1 1077944384 9795 13509 0 0 246 1 5 2 20 0 15 0 417076955 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115272722672 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10846984 memory=139983721896721 CPUtime=1.72 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) S 31921 31924 29375 0 -1 1077944384 9835 13509 0 0 163 2 5 2 20 0 15 0 417076955 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115271669872 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 88945 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 12 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 88945 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 11.64 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 355780 KiB

[startup+5.0007 s]*
/proc/loadavg: 1.39 1.42 1.44 3/227 31990
/proc/meminfo: memFree=28173152/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10846984 memory=358416 CPUtime=12.04 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 61352 13509 0 0 1175 22 5 2 20 0 15 0 417076940 11107311616 89604 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2711746 89604 3617 1 0 2673805 0
[pid=31924/tid=31977] ppid=31921 vsize=10846984 memory=-6517102902069810590 CPUtime=4.86 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 23171 13509 0 0 469 10 5 2 20 0 15 0 417076949 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115821647368 140115419345024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10846984 memory=5623368885966813795 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 107 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10846984 memory=3471342380159674032 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 81 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10846984 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 448 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10846984 memory=3472328296160571439 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 121 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10846984 memory=279967560601184 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 2821 13509 0 0 3 0 5 2 20 0 15 0 417076951 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10846984 memory=3472323898181169199 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 38 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115307333280 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115187852672 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 89604 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10846984 memory=0 CPUtime=2.76 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) R 31921 31924 29375 0 -1 4202560 12619 13509 0 0 267 2 5 2 20 0 15 0 417076955 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115273775472 140115829170264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10846984 memory=-1 CPUtime=2.59 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) R 31921 31924 29375 0 -1 4202560 9817 13509 0 0 251 1 5 2 20 0 15 0 417076955 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115272722672 140115834570560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10846984 memory=139983838836352 CPUtime=1.76 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) R 31921 31924 29375 0 -1 1077944384 9900 13509 0 0 167 2 5 2 20 0 15 0 417076955 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115271669712 140115849834941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10846984 memory=2319408921957119263 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 89604 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 12 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 89604 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 12.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 358416 KiB

[startup+5.11014 s]
/proc/loadavg: 1.39 1.42 1.44 3/227 31990
/proc/meminfo: memFree=28173152/32770624 swapFree=66999920/67108860
[pid=31924] ppid=31921 vsize=10846984 memory=358472 CPUtime=12.27 cores=1,3,5,7
/proc/31924/stat : 31924 (java) S 31921 31924 29375 0 -1 1077944320 61367 13509 0 0 1198 22 5 2 20 0 15 0 417076940 11107311616 89618 33554432000 4194304 4196468 140728569152080 140728569134624 140115849813751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
/proc/31924/statm: 2711746 89618 3617 1 0 2673805 0
[pid=31924/tid=31977] ppid=31921 vsize=10846984 memory=355300 CPUtime=4.96 cores=1,3,5,7
/proc/31924/task/31977/stat : 31977 (java) R 31921 31924 29375 0 -1 4202560 23171 13509 0 0 479 10 5 2 20 0 15 0 417076949 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115821645264 140115419696967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31978] ppid=31921 vsize=10846984 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31978/stat : 31978 (java) S 31921 31924 29375 0 -1 1077944384 107 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115854056080 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31979] ppid=31921 vsize=10846984 memory=9051283677730746851 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31979/stat : 31979 (java) S 31921 31924 29375 0 -1 1077944384 81 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115742329360 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31980] ppid=31921 vsize=10846984 memory=-6667966544890519924 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31980/stat : 31980 (java) S 31921 31924 29375 0 -1 1077944384 448 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115741276560 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31981] ppid=31921 vsize=10846984 memory=314640 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31981/stat : 31981 (java) S 31921 31924 29375 0 -1 1077944384 121 13509 0 0 3 0 5 2 20 0 15 0 417076950 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115740223760 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31982] ppid=31921 vsize=10846984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31924/task/31982/stat : 31982 (java) S 31921 31924 29375 0 -1 1077944384 2821 13509 0 0 3 0 5 2 20 0 15 0 417076951 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115308387184 140115849824898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31983] ppid=31921 vsize=10846984 memory=279967443190000 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31983/stat : 31983 (java) S 31921 31924 29375 0 -1 1077944384 38 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115307333280 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31984] ppid=31921 vsize=10846984 memory=7307748369104137061 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31984/stat : 31984 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076952 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115187852672 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31985] ppid=31921 vsize=10846984 memory=7089887810704664168 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31985/stat : 31985 (java) S 31921 31924 29375 0 -1 1077944384 2 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 89618 33554432000 4194304 4196468 140728569152080 140114583873872 140115849832347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31986] ppid=31921 vsize=10846984 memory=292980 CPUtime=2.8 cores=1,3,5,7
/proc/31924/task/31986/stat : 31986 (java) S 31921 31924 29375 0 -1 1077944384 12626 13509 0 0 271 2 5 2 20 0 15 0 417076955 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115273775472 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31987] ppid=31921 vsize=10846984 memory=0 CPUtime=2.68 cores=1,3,5,7
/proc/31924/task/31987/stat : 31987 (java) S 31921 31924 29375 0 -1 1077944384 9825 13509 0 0 260 1 5 2 20 0 15 0 417076955 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115272722672 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31988] ppid=31921 vsize=10846984 memory=279967444057760 CPUtime=1.76 cores=1,3,5,7
/proc/31924/task/31988/stat : 31988 (java) S 31921 31924 29375 0 -1 1077944384 9900 13509 0 0 167 2 5 2 20 0 15 0 417076955 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115271669872 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31989] ppid=31921 vsize=10846984 memory=139983722031152 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31989/stat : 31989 (java) S 31921 31924 29375 0 -1 1077944384 3 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 89618 33554432000 4194304 4196468 140728569152080 140114114111712 140115849823957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
[pid=31924/tid=31990] ppid=31921 vsize=10846984 memory=303430223234596890 CPUtime=0.07 cores=1,3,5,7
/proc/31924/task/31990/stat : 31990 (java) S 31921 31924 29375 0 -1 1077944384 12 13509 0 0 0 0 5 2 20 0 15 0 417076955 11107311616 89618 33554432000 4194304 4196468 140728569152080 140115270618288 140115849824898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140728569154287 140728569156805 140728569156805 140728569159631 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 358472 KiB

Child status: 0
Real time (s): 5.13238
CPU time (s): 12.3172
CPU user time (s): 12.0475
CPU system time (s): 0.269656
CPU usage (%): 239.99
Max. virtual memory (cumulated for all children) (KiB): 10852276
Max. memory (cumulated for all children) (KiB): 358472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0475
system time used= 0.269656
maximum resident set size= 360716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7040
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 31924
#   total CPU time (s): 12.3172
#   total CPU user time (s): 12.0475
#   total CPU system time (s): 0.269656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044538 second user time and 0.102691 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 22:54:42
IDJOB=4396052
IDBENCH=135059
IDSOLVER=2846
FILE ID=node123/4396052-1568408121
RUNJOBID= node123-1568399035-29407
PBS_JOBID= 21701874
Free space on /tmp= 59148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P211-Q347.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396052-1568408121/watcher-4396052-1568408121 -o /tmp/evaluation-result-4396052-1568408121/solver-4396052-1568408121 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1533636516 HOME/instance-4396052-1568408121.xml

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

MD5SUM BENCH= 433dd3ec0e7241d29f211aaf8445577c
RANDOM SEED=1533636516

node123.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.49
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.49
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.49
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.49
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:        28518648 kB
MemAvailable:   31277716 kB
Buffers:          134168 kB
Cached:          2889696 kB
SwapCached:         7388 kB
Active:          1555196 kB
Inactive:        2077256 kB
Active(anon):     600832 kB
Inactive(anon):    49324 kB
Active(file):     954364 kB
Inactive(file):  2027932 kB
Unevictable:      107524 kB
Mlocked:          107524 kB
SwapTotal:      67108860 kB
SwapFree:       66999920 kB
Dirty:             35524 kB
Writeback:             0 kB
AnonPages:        638212 kB
Mapped:            58020 kB
Shmem:             32684 kB
Slab:             214368 kB
SReclaimable:     185216 kB
SUnreclaim:        29152 kB
KernelStack:        3984 kB
PageTables:         7044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1863612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 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= 59112 MiB
End job on node123 at 2019-09-13 22:54:47