Trace number 4392136

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.10OPT73 1171.3 1146.08

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 benchmark185.851
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.71/0.55	c Concrete v3.10.1560635388952 running
7.90/3.51	o 87
7.90/3.54	o 85
8.22/3.60	o 83
9.69/4.14	o 82
9.69/4.14	o 81
9.69/4.18	o 80
10.95/4.94	o 78
10.95/4.94	o 77
10.95/4.94	o 76
12.94/6.12	o 75
13.22/6.32	o 74
490.48/474.40	o 73
1171.20/1146.07	v <instantiation
1171.20/1146.07	v         cost = '73'>
1171.20/1146.07	v       <list>
1171.20/1146.07	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]
1171.20/1146.07	v       </list>
1171.20/1146.07	v       <values>
1171.20/1146.07	v         0 4 0 0 9 11 21 12 4 9 12 46 49 16 39 4 31 11 22 37 63 64 27 57 46 35 69 59 55 71 69 73
1171.20/1146.07	v       </values>
1171.20/1146.07	v     </instantiation>
1171.20/1146.07	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 (12223 MiB free)
  memory of node 1: 16384 MiB (13741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392136-1568317799/watcher-4392136-1568317799 -o /tmp/evaluation-result-4392136-1568317799/solver-4392136-1568317799 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=244521361 HOME/instance-4392136-1568317799.xml 

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

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

solver pid=949, runsolver pid=944

[startup+0.100833 s]*
/proc/loadavg: 1.34 1.44 1.49 3/218 1008
/proc/meminfo: memFree=26580884/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=9972712 memory=14652 CPUtime=0.09 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 4452 13136 0 0 1 0 5 3 20 0 6 0 408048734 10212057088 3663 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2493178 3663 1933 1 0 2481616 0
[pid=949/tid=1004] ppid=944 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 2384 13136 0 0 1 0 5 3 20 0 6 0 408048743 10212057088 3861 33554432000 4194304 4196468 140728070151072 140520027820624 140520041295865 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=9972712 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 408048744 10212057088 3861 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=9972712 memory=288370614682076800 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 408048744 10212057088 3861 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 6 0 408048744 10212057088 3861 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 6 0 408048744 10212057088 3861 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14652 KiB

[startup+0.209976 s]*
/proc/loadavg: 1.34 1.44 1.49 3/227 1017
/proc/meminfo: memFree=26564616/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10818940 memory=34904 CPUtime=0.26 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 7042 13136 0 0 17 1 5 3 20 0 15 0 408048734 11078594560 8726 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2704735 8726 2991 1 0 2667149 0
[pid=949/tid=1004] ppid=944 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 3523 13136 0 0 11 0 5 3 20 0 15 0 408048743 11078594560 8742 33554432000 4194304 4196468 140728070151072 140520027807024 140520055995798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10818940 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048744 11078594560 8742 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10818940 memory=288370614682076800 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048744 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048744 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048744 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10818940 memory=140238530365056 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048745 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 408048745 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519513495200 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048746 11078594560 8742 33554432000 4194304 4196468 140728070151072 140518914778352 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11078594560 8742 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 468 13136 0 0 1 0 5 3 20 0 15 0 408048748 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 170 13136 0 0 0 0 5 3 20 0 15 0 408048748 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10818940 memory=140238530365056 CPUtime=0.11 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) R 944 949 10805 0 -1 4202560 676 13136 0 0 3 0 5 3 20 0 15 0 408048748 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11078594560 8742 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10818940 memory=140238530365056 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048749 11078594560 8742 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 34904 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.34 1.44 1.49 3/227 1017
/proc/meminfo: memFree=26554828/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10820096 memory=44076 CPUtime=0.4 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 10834 13136 0 0 29 3 5 3 20 0 15 0 408048734 11079778304 11019 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2705024 11019 3245 1 0 2667149 0
[pid=949/tid=1004] ppid=944 vsize=10820096 memory=1398720917958146503 CPUtime=0.29 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 7204 13136 0 0 19 2 5 3 20 0 15 0 408048743 11079778304 11531 33554432000 4194304 4196468 140728070151072 140520027811536 140519658905163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10820096 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048744 11079778304 11531 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048744 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048744 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048744 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048745 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 408048745 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519513495200 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048746 11079778304 11531 33554432000 4194304 4196468 140728070151072 140518914778352 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11079778304 11531 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 477 13136 0 0 2 0 5 3 20 0 15 0 408048748 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 174 13136 0 0 1 0 5 3 20 0 15 0 408048748 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 721 13136 0 0 5 0 5 3 20 0 15 0 408048748 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11079778304 11531 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048749 11079778304 11531 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 44076 KiB

[startup+0.700765 s]
/proc/loadavg: 1.34 1.44 1.49 5/227 1017
/proc/meminfo: memFree=26540672/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10824340 memory=77632 CPUtime=1.15 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 15172 13136 0 0 102 5 5 3 20 0 15 0 408048734 11084124160 19408 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2706085 19408 3507 1 0 2668173 0
[pid=949/tid=1004] ppid=944 vsize=10824340 memory=4639059877604708710 CPUtime=0.67 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 10574 13136 0 0 55 4 5 3 20 0 15 0 408048743 11084124160 19408 33554432000 4194304 4196468 140728070151072 140520027813440 140520040064350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10824340 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048744 11084124160 19408 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10824340 memory=7302135314614015845 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048744 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10824340 memory=7811607157311039314 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048744 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10824340 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048744 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10824340 memory=6625 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 5 13136 0 0 0 0 5 3 20 0 15 0 408048745 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10824340 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 408048745 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519513495200 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10824340 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048746 11084124160 19408 33554432000 4194304 4196468 140728070151072 140518914778352 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10824340 memory=8996 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11084124160 19408 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10824340 memory=33 CPUtime=0.23 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 847 13136 0 0 15 0 5 3 20 0 15 0 408048748 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 458 13136 0 0 12 0 5 3 20 0 15 0 408048748 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 1032 13136 0 0 17 0 5 3 20 0 15 0 408048748 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11084124160 19408 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10824340 memory=-7022074515825631275 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048749 11084124160 19408 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 77632 KiB

[startup+1.5044 s]
/proc/loadavg: 1.34 1.44 1.49 3/227 1017
/proc/meminfo: memFree=26494392/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10834656 memory=163804 CPUtime=2.46 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 22841 13136 0 0 228 10 5 3 20 0 15 0 408048734 11094687744 40951 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2708664 40951 3578 1 0 2670733 0
[pid=949/tid=1004] ppid=944 vsize=10834656 memory=280476799486576 CPUtime=1.44 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 15616 13136 0 0 130 6 5 3 20 0 15 0 408048743 11094687744 40951 33554432000 4194304 4196468 140728070151072 140520027792000 140520055995798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10834656 memory=280476799505440 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 22 13136 0 0 1 0 5 3 20 0 15 0 408048744 11094687744 40951 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10834656 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 384 13136 0 0 1 0 5 3 20 0 15 0 408048744 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 86 13136 0 0 1 0 5 3 20 0 15 0 408048744 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 78 13136 0 0 1 0 5 3 20 0 15 0 408048744 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 823 13136 0 0 1 0 5 3 20 0 15 0 408048745 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10834656 memory=-7022074515825631275 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 408048745 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519513495264 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048746 11094687744 40951 33554432000 4194304 4196468 140728070151072 140518914778368 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10834656 memory=7522514853951717477 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11094687744 40951 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10834656 memory=8696068961871493288 CPUtime=0.35 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 1100 13136 0 0 27 0 5 3 20 0 15 0 408048748 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10834656 memory=-6801934507605896487 CPUtime=0.3 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 647 13136 0 0 22 0 5 3 20 0 15 0 408048748 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10834656 memory=280476799529264 CPUtime=0.49 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 1833 13136 0 0 41 0 5 3 20 0 15 0 408048748 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10834656 memory=8675833939938 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11094687744 40951 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10834656 memory=4367981741048 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 408048749 11094687744 40951 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834656 KiB

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

[pid=949/tid=1016] ppid=944 vsize=10846964 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11107291136 162993 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10846964 memory=620 CPUtime=0.69 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 452 13136 0 0 27 34 5 3 20 0 15 0 408048749 11107291136 162993 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 1167.56 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 651972 KiB

[startup+1144 s]*
/proc/loadavg: 1.22 1.33 1.40 3/227 1291
/proc/meminfo: memFree=27154532/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10846964 memory=652020 CPUtime=1169.18 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 153925 13136 0 0 116722 188 5 3 20 0 15 0 408048734 11107291136 163005 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2711741 163005 3625 1 0 2673805 0
[pid=949/tid=1004] ppid=944 vsize=10846964 memory=1448 CPUtime=1132.22 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 46276 13136 0 0 113183 31 5 3 20 0 15 0 408048743 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520027818832 140519666435364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10846964 memory=1398720917958146503 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 9951 13136 0 0 484 30 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10846964 memory=6947385649911455296 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 7921 13136 0 0 485 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10846964 memory=13846361204327825 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 4014 13136 0 0 485 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10846964 memory=1408 CPUtime=5.19 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 8901 13136 0 0 482 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10846964 memory=3200 CPUtime=5.03 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 9317 13136 0 0 469 26 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10846964 memory=653476 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 39 13136 0 0 0 0 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519513495328 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10846964 memory=3536 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048746 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518914778368 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10846964 memory=1976 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10846964 memory=2408 CPUtime=4.07 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 17144 13136 0 0 396 3 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10846964 memory=816 CPUtime=3.77 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 27737 13136 0 0 364 5 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10846964 memory=651972 CPUtime=3.2 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 19953 13136 0 0 306 6 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10846964 memory=11204 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10846964 memory=7738399568716656232 CPUtime=0.69 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 454 13136 0 0 27 34 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 1169.18 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652020 KiB

[startup+1144.8 s]
/proc/loadavg: 1.22 1.33 1.40 3/227 1291
/proc/meminfo: memFree=27154532/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10846964 memory=652020 CPUtime=1169.98 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 153931 13136 0 0 116802 188 5 3 20 0 15 0 408048734 11107291136 163005 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2711741 163005 3625 1 0 2673805 0
[pid=949/tid=1004] ppid=944 vsize=10846964 memory=5793142497135823418 CPUtime=1133 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 46281 13136 0 0 113261 31 5 3 20 0 15 0 408048743 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520027819088 140519671744110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10846964 memory=652020 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 9951 13136 0 0 484 30 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10846964 memory=652020 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 7921 13136 0 0 485 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10846964 memory=1056 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 4014 13136 0 0 485 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10846964 memory=6947385649911455296 CPUtime=5.19 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 8902 13136 0 0 482 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10846964 memory=2024 CPUtime=5.03 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 9317 13136 0 0 469 26 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10846964 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 39 13136 0 0 0 0 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519513495328 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10846964 memory=4148 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048746 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518914778368 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10846964 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10846964 memory=1204 CPUtime=4.07 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 17144 13136 0 0 396 3 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10846964 memory=1536 CPUtime=3.77 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 27737 13136 0 0 364 5 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10846964 memory=9592 CPUtime=3.2 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 19953 13136 0 0 306 6 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10846964 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10846964 memory=780 CPUtime=0.69 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 454 13136 0 0 27 34 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 1169.98 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652020 KiB

[startup+1145.6 s]
/proc/loadavg: 1.22 1.33 1.40 3/227 1291
/proc/meminfo: memFree=27154532/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10846964 memory=652020 CPUtime=1170.79 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 153935 13136 0 0 116883 188 5 3 20 0 15 0 408048734 11107291136 163005 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2711741 163005 3625 1 0 2673805 0
[pid=949/tid=1004] ppid=944 vsize=10846964 memory=3624 CPUtime=1133.8 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 46285 13136 0 0 113341 31 5 3 20 0 15 0 408048743 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520027819824 140519671743362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10846964 memory=38128 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 9951 13136 0 0 484 30 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10846964 memory=988 CPUtime=5.23 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 7921 13136 0 0 486 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10846964 memory=2024 CPUtime=5.22 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 4014 13136 0 0 485 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10846964 memory=1428 CPUtime=5.19 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 8902 13136 0 0 482 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10846964 memory=4148 CPUtime=5.04 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 9317 13136 0 0 470 26 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10846964 memory=652020 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 39 13136 0 0 0 0 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519513495328 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10846964 memory=652020 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048746 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518914778368 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10846964 memory=5900 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10846964 memory=6947385649911455296 CPUtime=4.07 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 17144 13136 0 0 396 3 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10846964 memory=7016714190785702558 CPUtime=3.77 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 27737 13136 0 0 364 5 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10846964 memory=6944613755445342871 CPUtime=3.2 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 19953 13136 0 0 306 6 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10846964 memory=651972 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10846964 memory=800 CPUtime=0.69 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 454 13136 0 0 27 34 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 1170.79 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652020 KiB

[startup+1146 s]*
/proc/loadavg: 1.22 1.33 1.40 3/227 1291
/proc/meminfo: memFree=27154612/32770624 swapFree=66998520/67108860
[pid=949] ppid=944 vsize=10846964 memory=652020 CPUtime=1171.2 cores=1,3,5,7
/proc/949/stat : 949 (java) S 944 949 10805 0 -1 1077944320 153938 13136 0 0 116924 188 5 3 20 0 15 0 408048734 11107291136 163005 33554432000 4194304 4196468 140728070151072 140728070133616 140520055983863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
/proc/949/statm: 2711741 163005 3625 1 0 2673805 0
[pid=949/tid=1004] ppid=944 vsize=10846964 memory=1398720917958146503 CPUtime=1134.2 cores=1,3,5,7
/proc/949/task/1004/stat : 1004 (java) R 944 949 10805 0 -1 4202560 46288 13136 0 0 113381 31 5 3 20 0 15 0 408048743 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520027819760 140520039159440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1005] ppid=944 vsize=10846964 memory=800 CPUtime=5.23 cores=1,3,5,7
/proc/949/task/1005/stat : 1005 (java) S 944 949 10805 0 -1 1077944384 9951 13136 0 0 485 30 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140520060226064 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1006] ppid=944 vsize=10846964 memory=1804 CPUtime=5.23 cores=1,3,5,7
/proc/949/task/1006/stat : 1006 (java) S 944 949 10805 0 -1 1077944384 7921 13136 0 0 486 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519989983888 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1007] ppid=944 vsize=10846964 memory=916 CPUtime=5.23 cores=1,3,5,7
/proc/949/task/1007/stat : 1007 (java) S 944 949 10805 0 -1 1077944384 4014 13136 0 0 486 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519628269840 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1008] ppid=944 vsize=10846964 memory=3848 CPUtime=5.19 cores=1,3,5,7
/proc/949/task/1008/stat : 1008 (java) S 944 949 10805 0 -1 1077944384 8902 13136 0 0 482 29 5 3 20 0 15 0 408048744 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519627217296 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1009] ppid=944 vsize=10846964 memory=2604 CPUtime=5.04 cores=1,3,5,7
/proc/949/task/1009/stat : 1009 (java) S 944 949 10805 0 -1 1077944384 9317 13136 0 0 470 26 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519514548976 140520055995010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1010] ppid=944 vsize=10846964 memory=2604 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1010/stat : 1010 (java) S 944 949 10805 0 -1 1077944384 39 13136 0 0 0 0 5 3 20 0 15 0 408048745 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519513495328 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1011] ppid=944 vsize=10846964 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1011/stat : 1011 (java) S 944 949 10805 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 408048746 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518914778368 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1012] ppid=944 vsize=10846964 memory=38128 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1012/stat : 1012 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518607378896 140520056002459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1013] ppid=944 vsize=10846964 memory=988 CPUtime=4.07 cores=1,3,5,7
/proc/949/task/1013/stat : 1013 (java) S 944 949 10805 0 -1 1077944384 17144 13136 0 0 396 3 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519479937264 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1014] ppid=944 vsize=10846964 memory=3200 CPUtime=3.77 cores=1,3,5,7
/proc/949/task/1014/stat : 1014 (java) S 944 949 10805 0 -1 1077944384 27737 13136 0 0 364 5 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519478884720 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1015] ppid=944 vsize=10846964 memory=653452 CPUtime=3.2 cores=1,3,5,7
/proc/949/task/1015/stat : 1015 (java) S 944 949 10805 0 -1 1077944384 19953 13136 0 0 306 6 5 3 20 0 15 0 408048748 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519477831664 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1016] ppid=944 vsize=10846964 memory=3536 CPUtime=0.08 cores=1,3,5,7
/proc/949/task/1016/stat : 1016 (java) S 944 949 10805 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140518573820256 140520055994069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
[pid=949/tid=1017] ppid=944 vsize=10846964 memory=1976 CPUtime=0.69 cores=1,3,5,7
/proc/949/task/1017/stat : 1017 (java) S 944 949 10805 0 -1 1077944384 454 13136 0 0 27 34 5 3 20 0 15 0 408048749 11107291136 163005 33554432000 4194304 4196468 140728070151072 140519476780080 140520055995010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25223168 140728070154998 140728070157509 140728070157509 140728070160335 0
Current children cumulated CPU time: 1171.2 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652020 KiB

Child status: 0
Real time (s): 1146.08
CPU time (s): 1171.3
CPU user time (s): 1169.36
CPU system time (s): 1.93319
CPU usage (%): 102.2
Max. virtual memory (cumulated for all children) (KiB): 10847584
Max. memory (cumulated for all children) (KiB): 652020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.36
system time used= 1.93319
maximum resident set size= 654304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168750
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146194
involuntary context switches= 4934


# summary of solver processes directly reported to runsolver:
#   pid: 949
#   total CPU time (s): 1171.3
#   total CPU user time (s): 1169.36
#   total CPU system time (s): 1.93319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03113 second user time and 10.8051 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 21:49:18
IDJOB=4392136
IDBENCH=129976
IDSOLVER=2837
FILE ID=node127/4392136-1568317799
RUNJOBID= node127-1568305960-30577
PBS_JOBID= 21701110
Free space on /tmp= 58788 MiB

SOLVER NAME= Concrete 3.10
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-4392136-1568317799/watcher-4392136-1568317799 -o /tmp/evaluation-result-4392136-1568317799/solver-4392136-1568317799 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=244521361 HOME/instance-4392136-1568317799.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=244521361

node127.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.55
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.55
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.55
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.55
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:        26587596 kB
MemAvailable:   30018508 kB
Buffers:          113468 kB
Cached:          3576496 kB
SwapCached:         6780 kB
Active:          3892396 kB
Inactive:        1655600 kB
Active(anon):    1850528 kB
Inactive(anon):    48964 kB
Active(file):    2041868 kB
Inactive(file):  1606636 kB
Unevictable:      108880 kB
Mlocked:          108880 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             35040 kB
Writeback:             0 kB
AnonPages:       1963564 kB
Mapped:            56732 kB
Shmem:             32692 kB
Slab:             226244 kB
SReclaimable:     196484 kB
SUnreclaim:        29760 kB
KernelStack:        3856 kB
PageTables:         9368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2967904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1775616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58752 MiB
End job on node127 at 2019-09-12 22:08:25