Trace number 4401096

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.2OPT73 1156.36 1133.21

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark192.289
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
9.86/4.26	o 96
9.86/4.27	o 90
10.64/4.55	o 89
10.64/4.55	o 87
10.64/4.55	o 80
10.85/4.62	o 79
10.85/4.62	o 77
11.34/4.95	o 76
17.41/9.88	o 75
17.87/10.25	o 74
577.56/562.52	o 73
1156.33/1133.20	v <instantiation
1156.33/1133.20	v         cost = '73'>
1156.33/1133.20	v       <list>
1156.33/1133.20	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
1156.33/1133.20	v       </list>
1156.33/1133.20	v       <values>
1156.33/1133.20	v         0 4 0 0 4 13 21 12 6 9 12 31 49 16 38 4 45 11 22 37 63 64 27 57 46 34 69 59 55 71 69 73
1156.33/1133.20	v       </values>
1156.33/1133.20	v     </instantiation>
1156.33/1133.20	s OPTIMUM FOUND

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401096-1568684550/watcher-4401096-1568684550 -o /tmp/evaluation-result-4401096-1568684550/solver-4401096-1568684550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18173 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1393367916 HOME/instance-4401096-1568684550.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
solver pid=21834, runsolver pid=21831
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.20 1.32 1.41 3/219 21891
/proc/meminfo: memFree=29592284/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=9988792 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 4605 13113 0 0 1 0 5 3 20 0 6 0 444710784 10228523008 4336 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2497198 4336 1958 1 0 2485636 0
[pid=21834/tid=21887] ppid=21831 vsize=10055356 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 1077944384 2410 13113 0 0 1 0 5 3 20 0 7 0 444710793 10296684544 4402 33554432000 4194304 4196468 140734066420288 139924383165200 139924411332309 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 7 0 444710794 10296684544 4402 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10055356 memory=140611011384697 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 7 0 444710794 10296684544 4402 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 7 0 444710794 10296684544 4402 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 7 0 444710794 10296684544 4402 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 7 0 444710795 10296684544 4402 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17344 KiB

[startup+0.210024 s]*
/proc/loadavg: 1.20 1.32 1.41 3/228 21900
/proc/meminfo: memFree=29566724/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10822180 memory=48164 CPUtime=0.27 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 7953 13113 0 0 17 2 5 3 20 0 15 0 444710784 11081912320 12041 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2705545 12041 3298 1 0 2667645 0
[pid=21834/tid=21887] ppid=21831 vsize=10823808 memory=729618466009055537 CPUtime=0.2 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 4599 13113 0 0 10 2 5 3 20 0 15 0 444710793 11083579392 12173 33554432000 4194304 4196468 140734066420288 139924383134464 139924404001821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11083579392 12173 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10823808 memory=140611011384697 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11083579392 12173 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11083579392 12239 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710794 11083579392 12239 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710795 11083579392 12239 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 444710795 11083579392 12239 33554432000 4194304 4196468 140734066420288 139923860480800 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710796 11083579392 12305 33554432000 4194304 4196468 140734066420288 139923726263408 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11083579392 12305 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10823808 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) R 21831 21834 18141 0 -1 4202560 358 13113 0 0 1 0 5 3 20 0 15 0 444710798 11083579392 12305 33554432000 4194304 4196468 140734066420288 139923936959088 139924390566774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10823808 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 309 13113 0 0 1 0 5 3 20 0 15 0 444710798 11083579392 12305 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10823808 memory=140611011364480 CPUtime=0.11 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) S 21831 21834 18141 0 -1 1077944384 610 13113 0 0 3 0 5 3 20 0 15 0 444710798 11083579392 12371 33554432000 4194304 4196468 140734066420288 139923934854000 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11083579392 12371 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10823808 memory=140611011364480 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710799 11083579392 12371 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10822180 KiB
Current children cumulated memory: 48164 KiB

[startup+0.310538 s]*
/proc/loadavg: 1.20 1.32 1.41 4/228 21900
/proc/meminfo: memFree=29557692/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10820196 memory=54860 CPUtime=0.4 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 10933 13113 0 0 28 4 5 3 20 0 15 0 444710784 11079880704 13715 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2705049 13715 3308 1 0 2667149 0
[pid=21834/tid=21887] ppid=21831 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 7416 13113 0 0 18 3 5 3 20 0 15 0 444710793 11079880704 13715 33554432000 4194304 4196468 140734066420288 139924383141648 139924411344029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11079880704 13715 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710794 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710795 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10820196 memory=140611011364479 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 444710795 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923860480800 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710796 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923726263408 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 360 13113 0 0 2 0 5 3 20 0 15 0 444710798 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 309 13113 0 0 1 0 5 3 20 0 15 0 444710798 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10820196 memory=140611011364480 CPUtime=0.13 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) S 21831 21834 18141 0 -1 1077944384 617 13113 0 0 5 0 5 3 20 0 15 0 444710798 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923934854000 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11079880704 13715 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10820196 memory=140611011364480 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710799 11079880704 13715 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54860 KiB

[startup+0.704497 s]
/proc/loadavg: 1.20 1.32 1.41 3/228 21900
/proc/meminfo: memFree=29543028/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10824364 memory=87448 CPUtime=1.14 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 15079 13113 0 0 99 7 5 3 20 0 15 0 444710784 11084148736 21862 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2706091 21862 3505 1 0 2668173 0
[pid=21834/tid=21887] ppid=21831 vsize=10824364 memory=1044 CPUtime=0.67 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 10482 13113 0 0 54 5 5 3 20 0 15 0 444710793 11084148736 21862 33554432000 4194304 4196468 140734066420288 139924383149104 139924411344029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10824364 memory=708 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11084148736 21862 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10824364 memory=7518026621751088998 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10824364 memory=7739276948477865063 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710794 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10824364 memory=5787213827131598673 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710794 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10824364 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 5 13113 0 0 0 0 5 3 20 0 15 0 444710795 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 444710795 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923860480800 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710796 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923726263408 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 789 13113 0 0 13 0 5 3 20 0 15 0 444710798 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) R 21831 21834 18141 0 -1 4202560 736 13113 0 0 13 0 5 3 20 0 15 0 444710798 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923935892384 139924389714329 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) R 21831 21834 18141 0 -1 4202560 838 13113 0 0 17 0 5 3 20 0 15 0 444710798 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923934849728 139924395402590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11084148736 21862 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10824364 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710799 11084148736 21862 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87448 KiB

[startup+1.50067 s]
/proc/loadavg: 1.20 1.32 1.41 3/227 21900
/proc/meminfo: memFree=29497616/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10834680 memory=175512 CPUtime=2.45 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 21751 13113 0 0 225 12 5 3 20 0 15 0 444710784 11094712320 43878 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2708670 43878 3576 1 0 2670733 0
[pid=21834/tid=21887] ppid=21831 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 15295 13113 0 0 129 7 5 3 20 0 15 0 444710793 11094712320 43878 33554432000 4194304 4196468 140734066420288 139924383116832 139924411344029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10834680 memory=7451597453705964119 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 62 13113 0 0 1 0 5 3 20 0 15 0 444710794 11094712320 43878 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10834680 memory=281221708274144 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 77 13113 0 0 1 0 5 3 20 0 15 0 444710794 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10834680 memory=234372070419146 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 392 13113 0 0 1 0 5 3 20 0 15 0 444710794 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 32 13113 0 0 1 0 5 3 20 0 15 0 444710794 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10834680 memory=7589561631512498930 CPUtime=0.09 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 162 13113 0 0 1 0 5 3 20 0 15 0 444710795 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10834680 memory=-8458152057954561420 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 13 13113 0 0 0 0 5 3 20 0 15 0 444710795 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923860480864 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10834680 memory=281221707921376 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710796 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923726263424 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10834680 memory=140611298656346 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10834680 memory=281221707870648 CPUtime=0.32 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 951 13113 0 0 24 0 5 3 20 0 15 0 444710798 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10834680 memory=281221707885040 CPUtime=0.31 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 954 13113 0 0 23 0 5 3 20 0 15 0 444710798 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10834680 memory=281221707885040 CPUtime=0.48 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) R 21831 21834 18141 0 -1 4202560 1601 13113 0 0 40 0 5 3 20 0 15 0 444710798 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923934852400 139924395402590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11094712320 43878 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 1 13113 0 0 0 0 5 3 20 0 15 0 444710799 11094712320 43878 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0

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

[pid=21834/tid=21899] ppid=21831 vsize=10846988 memory=523 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10846988 memory=519 CPUtime=0.72 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 976 13113 0 0 27 37 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 1152.67 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728228 KiB

[startup+1131.2 s]
/proc/loadavg: 1.26 1.30 1.33 3/226 21996
/proc/meminfo: memFree=28964012/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10846988 memory=728228 CPUtime=1154.29 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 156868 13113 0 0 115229 192 5 3 20 0 15 0 444710784 11107315712 182057 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2711747 182057 3632 1 0 2673805 0
[pid=21834/tid=21887] ppid=21831 vsize=10846988 memory=2120 CPUtime=1119.09 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 47603 13113 0 0 111868 33 5 3 20 0 15 0 444710793 11107315712 182057 33554432000 4194304 4196468 140734066420288 139924383156944 139924024819363 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10846988 memory=728228 CPUtime=5.34 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 7613 13113 0 0 497 29 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10846988 memory=6791534058613427641 CPUtime=5.35 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 11181 13113 0 0 498 29 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10846988 memory=4008 CPUtime=5.3 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 11736 13113 0 0 494 28 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10846988 memory=728228 CPUtime=5.31 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 6048 13113 0 0 491 32 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10846988 memory=30928 CPUtime=5.13 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 10713 13113 0 0 478 27 5 3 20 0 15 0 444710795 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10846988 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 14 13113 0 0 0 0 5 3 20 0 15 0 444710795 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923860480864 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10846988 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710796 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923726263424 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10846988 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10846988 memory=1044 CPUtime=3.55 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 26743 13113 0 0 343 4 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10846988 memory=708 CPUtime=3.5 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 17320 13113 0 0 339 3 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10846988 memory=6791534058613427641 CPUtime=1.63 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) S 21831 21834 18141 0 -1 1077944384 14709 13113 0 0 152 3 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923934854000 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10846988 memory=1120 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10846988 memory=776 CPUtime=0.72 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 976 13113 0 0 27 37 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 1154.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728228 KiB

[startup+1132 s]*
/proc/loadavg: 1.32 1.31 1.33 3/226 21996
/proc/meminfo: memFree=28964012/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10846988 memory=728228 CPUtime=1155.11 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 156874 13113 0 0 115311 192 5 3 20 0 15 0 444710784 11107315712 182057 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2711747 182057 3632 1 0 2673805 0
[pid=21834/tid=21887] ppid=21831 vsize=10846988 memory=8317482817917895235 CPUtime=1119.89 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 47609 13113 0 0 111948 33 5 3 20 0 15 0 444710793 11107315712 182057 33554432000 4194304 4196468 140734066420288 139924383157936 139924024170657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10846988 memory=0 CPUtime=5.34 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 7613 13113 0 0 497 29 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10846988 memory=0 CPUtime=5.35 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 11181 13113 0 0 498 29 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10846988 memory=0 CPUtime=5.31 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 11736 13113 0 0 495 28 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10846988 memory=347 CPUtime=5.31 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 6048 13113 0 0 491 32 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10846988 memory=342 CPUtime=5.13 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 10713 13113 0 0 478 27 5 3 20 0 15 0 444710795 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10846988 memory=155 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 14 13113 0 0 0 0 5 3 20 0 15 0 444710795 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923860480864 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710796 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923726263424 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10846988 memory=64 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10846988 memory=12020 CPUtime=3.55 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 26743 13113 0 0 343 4 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10846988 memory=496 CPUtime=3.5 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 17320 13113 0 0 339 3 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10846988 memory=1560 CPUtime=1.63 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) S 21831 21834 18141 0 -1 1077944384 14709 13113 0 0 152 3 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923934854000 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10846988 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10846988 memory=1680 CPUtime=0.72 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 976 13113 0 0 27 37 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 1155.11 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728228 KiB

[startup+1132.8 s]
/proc/loadavg: 1.32 1.31 1.33 3/226 21996
/proc/meminfo: memFree=28964012/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10846988 memory=728228 CPUtime=1155.93 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 156880 13113 0 0 115392 193 5 3 20 0 15 0 444710784 11107315712 182057 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2711747 182057 3632 1 0 2673805 0
[pid=21834/tid=21887] ppid=21831 vsize=10846988 memory=728228 CPUtime=1120.68 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 47614 13113 0 0 112027 33 5 3 20 0 15 0 444710793 11107315712 182057 33554432000 4194304 4196468 140734066420288 139924383157056 139924025388446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10846988 memory=281221708731936 CPUtime=5.35 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 7613 13113 0 0 498 29 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10846988 memory=988 CPUtime=5.35 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 11181 13113 0 0 498 29 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10846988 memory=2016 CPUtime=5.31 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 11736 13113 0 0 495 28 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10846988 memory=1284 CPUtime=5.32 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 6049 13113 0 0 492 32 5 3 20 0 15 0 444710794 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10846988 memory=1120 CPUtime=5.13 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 10713 13113 0 0 478 27 5 3 20 0 15 0 444710795 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10846988 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 14 13113 0 0 0 0 5 3 20 0 15 0 444710795 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923860480864 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10846988 memory=1552 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710796 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923726263424 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10846988 memory=6753 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10846988 memory=291045367259343165 CPUtime=3.55 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 26743 13113 0 0 343 4 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10846988 memory=14694088964331730 CPUtime=3.5 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 17320 13113 0 0 339 3 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10846988 memory=728228 CPUtime=1.63 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) S 21831 21834 18141 0 -1 1077944384 14709 13113 0 0 152 3 5 3 20 0 15 0 444710798 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923934854000 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10846988 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10846988 memory=725928 CPUtime=0.72 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 976 13113 0 0 27 37 5 3 20 0 15 0 444710799 11107315712 182057 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 1155.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728228 KiB

[startup+1133.2 s]
/proc/loadavg: 1.32 1.31 1.33 3/226 21996
/proc/meminfo: memFree=28964072/32770624 swapFree=66926536/67108860
[pid=21834] ppid=21831 vsize=10846988 memory=728240 CPUtime=1156.33 cores=1,3,5,7
/proc/21834/stat : 21834 (java) S 21831 21834 18141 0 -1 1077944320 158911 13113 0 0 115432 193 5 3 20 0 15 0 444710784 11107315712 182060 33554432000 4194304 4196468 140734066420288 140734066402832 139924411322103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
/proc/21834/statm: 2719940 182060 3633 1 0 2681998 0
[pid=21834/tid=21887] ppid=21831 vsize=10879760 memory=3848 CPUtime=1121.07 cores=1,3,5,7
/proc/21834/task/21887/stat : 21887 (java) R 21831 21834 18141 0 -1 4202560 48809 13113 0 0 112066 33 5 3 20 0 15 0 444710793 11140874240 182060 33554432000 4194304 4196468 140734066420288 139924383153072 139924411320580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21888] ppid=21831 vsize=10879760 memory=2768 CPUtime=5.35 cores=1,3,5,7
/proc/21834/task/21888/stat : 21888 (java) S 21831 21834 18141 0 -1 1077944384 7613 13113 0 0 498 29 5 3 20 0 15 0 444710794 11140874240 182060 33554432000 4194304 4196468 140734066420288 139924415564688 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21889] ppid=21831 vsize=10879760 memory=6791534058613427641 CPUtime=5.36 cores=1,3,5,7
/proc/21834/task/21889/stat : 21889 (java) S 21831 21834 18141 0 -1 1077944384 11181 13113 0 0 499 29 5 3 20 0 15 0 444710794 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923984931600 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21890] ppid=21831 vsize=10879760 memory=2924 CPUtime=5.31 cores=1,3,5,7
/proc/21834/task/21890/stat : 21890 (java) S 21831 21834 18141 0 -1 1077944384 11736 13113 0 0 495 28 5 3 20 0 15 0 444710794 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923983879312 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21891] ppid=21831 vsize=10879760 memory=4104 CPUtime=5.32 cores=1,3,5,7
/proc/21834/task/21891/stat : 21891 (java) S 21831 21834 18141 0 -1 1077944384 6049 13113 0 0 492 32 5 3 20 0 15 0 444710794 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923982826512 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21892] ppid=21831 vsize=10879760 memory=1408 CPUtime=5.14 cores=1,3,5,7
/proc/21834/task/21892/stat : 21892 (java) S 21831 21834 18141 0 -1 1077944384 10713 13113 0 0 479 27 5 3 20 0 15 0 444710795 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923938011248 139924411333250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21893] ppid=21831 vsize=10879760 memory=3196 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21893/stat : 21893 (java) S 21831 21834 18141 0 -1 1077944384 14 13113 0 0 0 0 5 3 20 0 15 0 444710795 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923860480864 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21894] ppid=21831 vsize=10879760 memory=1015372 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21894/stat : 21894 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710796 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923726263424 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21895] ppid=21831 vsize=10879760 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21895/stat : 21895 (java) S 21831 21834 18141 0 -1 1077944384 2 13113 0 0 0 0 5 3 20 0 15 0 444710798 11140874240 182060 33554432000 4194304 4196468 140734066420288 139923122284624 139924411340699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21896] ppid=21831 vsize=10879760 memory=728228 CPUtime=3.55 cores=1,3,5,7
/proc/21834/task/21896/stat : 21896 (java) S 21831 21834 18141 0 -1 1077944384 26743 13113 0 0 343 4 5 3 20 0 15 0 444710798 11140874240 182572 33554432000 4194304 4196468 140734066420288 139923936959088 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21897] ppid=21831 vsize=10879760 memory=6791534058613427641 CPUtime=3.5 cores=1,3,5,7
/proc/21834/task/21897/stat : 21897 (java) S 21831 21834 18141 0 -1 1077944384 17320 13113 0 0 339 3 5 3 20 0 16 0 444710798 11140874240 182572 33554432000 4194304 4196468 140734066420288 139923935906288 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21898] ppid=21831 vsize=10879760 memory=1120 CPUtime=1.63 cores=1,3,5,7
/proc/21834/task/21898/stat : 21898 (java) S 21831 21834 18141 0 -1 1077944384 15548 13113 0 0 152 3 5 3 20 0 16 0 444710798 11140874240 182572 33554432000 4194304 4196468 140734066420288 139923934854000 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21899] ppid=21831 vsize=10879760 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/21834/task/21899/stat : 21899 (java) S 21831 21834 18141 0 -1 1077944384 3 13113 0 0 0 0 5 3 20 0 16 0 444710799 11140874240 182572 33554432000 4194304 4196468 140734066420288 139922652523488 139924411332309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
[pid=21834/tid=21900] ppid=21831 vsize=10879760 memory=1552 CPUtime=0.72 cores=1,3,5,7
/proc/21834/task/21900/stat : 21900 (java) S 21831 21834 18141 0 -1 1077944384 976 13113 0 0 27 37 5 3 20 0 16 0 444710799 11140874240 182572 33554432000 4194304 4196468 140734066420288 139923933800880 139924411333250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13119488 140734066424559 140734066427077 140734066427077 140734066429903 0
Current children cumulated CPU time: 1156.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 728240 KiB

Child status: 0
Real time (s): 1133.21
CPU time (s): 1156.36
CPU user time (s): 1154.38
CPU system time (s): 1.97216
CPU usage (%): 102.042
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 728240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1154.38
system time used= 1.97216
maximum resident set size= 730308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138846
involuntary context switches= 4325


# summary of solver processes directly reported to runsolver:
#   pid: 21834
#   total CPU time (s): 1156.36
#   total CPU user time (s): 1154.38
#   total CPU system time (s): 1.97216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23442 second user time and 11.2549 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 02:40:31
IDJOB=4401096
IDBENCH=129976
IDSOLVER=2857
FILE ID=node107/4401096-1568684550
RUNJOBID= node107-1568669613-18173
PBS_JOBID= 21703793
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401096-1568684550/watcher-4401096-1568684550 -o /tmp/evaluation-result-4401096-1568684550/solver-4401096-1568684550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18173 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1393367916 HOME/instance-4401096-1568684550.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=1393367916

node107.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.11
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.11
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.11
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.11
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:        29600492 kB
MemAvailable:   30733288 kB
Buffers:          216592 kB
Cached:          1197652 kB
SwapCached:        76488 kB
Active:          1773708 kB
Inactive:         801032 kB
Active(anon):    1094488 kB
Inactive(anon):   109016 kB
Active(file):     679220 kB
Inactive(file):   692016 kB
Unevictable:      111204 kB
Mlocked:          111204 kB
SwapTotal:      67108860 kB
SwapFree:       66926536 kB
Dirty:             35676 kB
Writeback:             0 kB
AnonPages:       1196720 kB
Mapped:            55896 kB
Shmem:             34152 kB
Slab:             184264 kB
SReclaimable:     154788 kB
SUnreclaim:        29476 kB
KernelStack:        3712 kB
PageTables:         8320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2260680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-17 02:59:25