Trace number 4396422

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.2OPT5 1075.18 1052.59

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.3894
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.56	c Concrete v3.12.2.1568380929293 running
9.61/4.47	o 46
10.31/4.72	o 45
10.44/4.86	o 44
10.56/4.97	o 43
10.68/5.07	o 42
10.82/5.12	o 41
10.82/5.14	o 40
10.82/5.15	o 5
1075.07/1052.58	v <instantiation
1075.07/1052.58	v         cost = '5'>
1075.07/1052.58	v       <list>
1075.07/1052.58	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46]
1075.07/1052.58	v       </list>
1075.07/1052.58	v       <values>
1075.07/1052.58	v         0 1 0 1 2 3 3 4 3 3 1 5 2 4 4 2 3 2 3 5 2 2 1 0 2 0 4 2 0 3 0 3 3 0 0 2 0 4 2 2 2 0 3 2 0 0 1
1075.07/1052.58	v       </values>
1075.07/1052.58	v     </instantiation>
1075.07/1052.58	s OPTIMUM FOUND

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396422-1568395940/watcher-4396422-1568395940 -o /tmp/evaluation-result-4396422-1568395940/solver-4396422-1568395940 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-470 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=87615921 HOME/instance-4396422-1568395940.xml 

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

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


[startup+0.100175 s]*
/proc/loadavg: 1.24 1.35 1.44 3/219 1051
/proc/meminfo: memFree=30689800/32770624 swapFree=66995112/67108860
[pid=994] ppid=991 vsize=9972712 memory=14648 CPUtime=0.1 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 4445 13140 0 0 1 1 5 3 20 0 6 0 415845428 10212057088 3662 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2493178 3662 1933 1 0 2481616 0
[pid=994/tid=1047] ppid=991 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 2348 13140 0 0 1 0 5 3 20 0 6 0 415845437 10212057088 3794 33554432000 4194304 4196468 140729467691120 139896718013008 139896730256734 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=9972712 memory=4294967639 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 6 0 415845438 10212057088 3794 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=9972712 memory=140046884331905 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 6 0 415845438 10212057088 3794 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 6 0 415845438 10212057088 3794 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 6 0 415845438 10212057088 3794 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14648 KiB

[startup+0.21326 s]*
/proc/loadavg: 1.24 1.35 1.44 3/228 1060
/proc/meminfo: memFree=30671196/32770624 swapFree=66995112/67108860
[pid=994] ppid=991 vsize=10819664 memory=38560 CPUtime=0.26 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 7474 13140 0 0 17 1 5 3 20 0 15 0 415845428 11079335936 9640 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2704916 9640 3173 1 0 2667149 0
[pid=994/tid=1047] ppid=991 vsize=10819664 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 3915 13140 0 0 11 1 5 3 20 0 15 0 415845437 11079335936 10152 33554432000 4194304 4196468 140729467691120 139896718008960 139896732244366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10819664 memory=4294967639 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079335936 10152 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10819664 memory=140046884331905 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079335936 10152 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079335936 10152 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079335936 10152 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10819664 memory=140046881326720 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 415845439 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895741866784 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845440 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895540540528 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 360 13140 0 0 1 0 5 3 20 0 15 0 415845443 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 308 13140 0 0 1 0 5 3 20 0 15 0 415845443 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10819664 memory=140046881326720 CPUtime=0.11 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) R 991 994 436 0 -1 4202560 668 13140 0 0 3 0 5 3 20 0 15 0 415845443 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895813135216 139896729552458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10819664 memory=140046881326720 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845443 11079335936 10152 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38560 KiB

[startup+0.310335 s]*
/proc/loadavg: 1.24 1.35 1.44 4/228 1060
/proc/meminfo: memFree=30658232/32770624 swapFree=66995112/67108860
[pid=994] ppid=991 vsize=10820148 memory=49664 CPUtime=0.4 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 11203 13140 0 0 29 3 5 3 20 0 15 0 415845428 11079831552 12416 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2705037 12416 3305 1 0 2667149 0
[pid=994/tid=1047] ppid=991 vsize=10820148 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 7578 13140 0 0 19 2 5 3 20 0 15 0 415845437 11079831552 12416 33554432000 4194304 4196468 140729467691120 139896717976160 139896730256734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10820148 memory=4294967295 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079831552 12416 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10820148 memory=140046881326720 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079831552 12416 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10820148 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079831552 12416 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10820148 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 415845438 11079831552 12416 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 415845439 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895741866784 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845440 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895540540528 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 376 13140 0 0 2 0 5 3 20 0 15 0 415845443 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 318 13140 0 0 2 0 5 3 20 0 15 0 415845443 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10820148 memory=140046881326720 CPUtime=0.13 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) S 991 994 436 0 -1 1077944384 707 13140 0 0 5 0 5 3 20 0 15 0 415845443 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895813135216 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10820148 memory=140046881326720 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845443 11079831552 12416 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49664 KiB

[startup+0.700787 s]
/proc/loadavg: 1.24 1.35 1.44 4/228 1060
/proc/meminfo: memFree=30642964/32770624 swapFree=66995112/67108860
[pid=994] ppid=991 vsize=10822312 memory=75216 CPUtime=0.89 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 14474 13140 0 0 76 5 5 3 20 0 15 0 415845428 11082047488 18804 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2705578 18804 3484 1 0 2667661 0
[pid=994/tid=1047] ppid=991 vsize=10822312 memory=7301550374293618789 CPUtime=0.56 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) D 991 994 436 0 -1 4202560 9614 13140 0 0 45 3 5 3 20 0 15 0 415845437 11082047488 18804 33554432000 4194304 4196468 140729467691120 139896718005776 139896746198173 0 4 0 16800975 18446744072099896453 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10822312 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11082047488 18804 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10822312 memory=2809127 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11082047488 18804 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845438 11082047488 18804 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10822312 memory=3632 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 415845438 11082047488 18804 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10822312 memory=8865 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 5 13140 0 0 0 0 5 3 20 0 15 0 415845439 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10822312 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895741866784 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10822312 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845440 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895540540528 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10822312 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10822312 memory=8868 CPUtime=0.14 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 830 13140 0 0 6 0 5 3 20 0 15 0 415845443 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10822312 memory=3472328296227685905 CPUtime=0.18 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 843 13140 0 0 10 0 5 3 20 0 15 0 415845443 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10822312 memory=4420 CPUtime=0.21 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) S 991 994 436 0 -1 1077944384 951 13140 0 0 13 0 5 3 20 0 15 0 415845443 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895813135216 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10822312 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10822312 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845443 11082047488 18804 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 75216 KiB

[startup+1.50101 s]
/proc/loadavg: 1.24 1.35 1.44 3/228 1060
/proc/meminfo: memFree=30609952/32770624 swapFree=66995112/67108860
[pid=994] ppid=991 vsize=10832628 memory=169028 CPUtime=1.96 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 20565 13140 0 0 178 10 5 3 20 0 15 0 415845428 11092611072 42257 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2708157 42257 3581 1 0 2670221 0
[pid=994/tid=1047] ppid=991 vsize=10832628 memory=55 CPUtime=1.13 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 14282 13140 0 0 99 6 5 3 20 0 15 0 415845437 11092611072 42257 33554432000 4194304 4196468 140729467691120 139896718008320 139896730256734 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10832628 memory=2809127 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845438 11092611072 42257 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10832628 memory=280093473649760 CPUtime=0.09 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 71 13140 0 0 1 0 5 3 20 0 15 0 415845438 11092611072 42257 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10832628 memory=3472328296227685905 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 54 13140 0 0 0 0 5 3 20 0 15 0 415845438 11092611072 42257 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10832628 memory=4420 CPUtime=0.09 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 340 13140 0 0 1 0 5 3 20 0 15 0 415845438 11092611072 42257 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10832628 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 95 13140 0 0 1 0 5 3 20 0 15 0 415845439 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10832628 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 14 13140 0 0 0 0 5 3 20 0 15 0 415845440 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895741866784 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10832628 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) R 991 994 436 0 -1 4202560 1 13140 0 0 0 0 5 3 20 0 15 0 415845440 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895540540528 139896349548227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10832628 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10832628 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) R 991 994 436 0 -1 1077944384 995 13140 0 0 19 0 5 3 20 0 15 0 415845443 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10832628 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 1132 13140 0 0 23 0 5 3 20 0 15 0 415845443 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10832628 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) R 991 994 436 0 -1 4202560 1356 13140 0 0 29 0 5 3 20 0 15 0 415845443 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895813130952 139896739273083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 415845443 11092611072 42257 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10832628 KiB

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

[pid=994/tid=1059] ppid=991 vsize=10844936 memory=1708 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221374 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10844936 memory=2604 CPUtime=0.74 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 409 13140 0 0 27 39 5 3 20 0 15 0 415845443 11105214464 221374 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 1072.32 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 885496 KiB

[startup+1051.4 s]
/proc/loadavg: 1.22 1.30 1.36 3/228 1426
/proc/meminfo: memFree=29845444/32770624 swapFree=66995116/67108860
[pid=994] ppid=991 vsize=10844936 memory=887544 CPUtime=1073.95 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 131639 13140 0 0 107209 178 5 3 20 0 15 0 415845428 11105214464 221886 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2711234 221886 3621 1 0 2673293 0
[pid=994/tid=1047] ppid=991 vsize=10844936 memory=885496 CPUtime=1039.56 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 43212 13140 0 0 103919 29 5 3 20 0 15 0 415845437 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896718012288 139896361388250 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10844936 memory=1384 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 2432 13140 0 0 484 26 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10844936 memory=776 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 9165 13140 0 0 482 27 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10844936 memory=6947385649911455296 CPUtime=5.16 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 5643 13140 0 0 480 28 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10844936 memory=8556 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 6902 13140 0 0 484 25 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10844936 memory=1052 CPUtime=4.89 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 7697 13140 0 0 454 27 5 3 20 0 15 0 415845439 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10844936 memory=1708 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 24 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895741866912 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10844936 memory=3440 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895540540544 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10844936 memory=4050478929182481425 CPUtime=3.58 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 25500 13140 0 0 346 4 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10844936 memory=4050482322358752113 CPUtime=3.59 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 14431 13140 0 0 349 2 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10844936 memory=140046736945729 CPUtime=1.52 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) S 991 994 436 0 -1 1077944384 14000 13140 0 0 141 3 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895813135216 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10844936 memory=3545494197718302513 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10844936 memory=2832 CPUtime=0.74 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 409 13140 0 0 27 39 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 1073.95 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 887544 KiB

[startup+1052.2 s]*
/proc/loadavg: 1.22 1.30 1.36 3/228 1426
/proc/meminfo: memFree=29845444/32770624 swapFree=66995116/67108860
[pid=994] ppid=991 vsize=10844936 memory=887544 CPUtime=1074.77 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 131645 13140 0 0 107291 178 5 3 20 0 15 0 415845428 11105214464 221886 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2711234 221886 3621 1 0 2673293 0
[pid=994/tid=1047] ppid=991 vsize=10844936 memory=1398720917958146503 CPUtime=1040.36 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 43218 13140 0 0 103999 29 5 3 20 0 15 0 415845437 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896718012400 139896362506341 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10844936 memory=1804 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 2432 13140 0 0 484 26 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10844936 memory=0 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 9165 13140 0 0 483 27 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10844936 memory=144302311213053 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 5643 13140 0 0 481 28 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10844936 memory=144302311213054 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 6902 13140 0 0 484 25 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10844936 memory=144302311213055 CPUtime=4.89 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 7697 13140 0 0 454 27 5 3 20 0 15 0 415845439 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10844936 memory=280093474320752 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 24 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895741866912 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10844936 memory=5571041044932352101 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895540540544 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10844936 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10844936 memory=5866318272779272290 CPUtime=3.58 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 25500 13140 0 0 346 4 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10844936 memory=885496 CPUtime=3.59 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 14431 13140 0 0 349 2 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10844936 memory=1000 CPUtime=1.52 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) S 991 994 436 0 -1 1077944384 14000 13140 0 0 141 3 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895813135216 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10844936 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10844936 memory=6432 CPUtime=0.74 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 409 13140 0 0 27 39 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 1074.77 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 887544 KiB

[startup+1052.4 s]
/proc/loadavg: 1.22 1.30 1.36 3/228 1426
/proc/meminfo: memFree=29845444/32770624 swapFree=66995116/67108860
[pid=994] ppid=991 vsize=10844936 memory=887544 CPUtime=1074.96 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 131646 13140 0 0 107310 178 5 3 20 0 15 0 415845428 11105214464 221886 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2711234 221886 3621 1 0 2673293 0
[pid=994/tid=1047] ppid=991 vsize=10844936 memory=2124 CPUtime=1040.55 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 43219 13140 0 0 104018 29 5 3 20 0 15 0 415845437 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896718012544 139896361388320 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10844936 memory=885496 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 2432 13140 0 0 484 26 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10844936 memory=20644 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 9165 13140 0 0 483 27 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10844936 memory=1804 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 5643 13140 0 0 481 28 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10844936 memory=988 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 6902 13140 0 0 484 25 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10844936 memory=2016 CPUtime=4.89 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 7697 13140 0 0 454 27 5 3 20 0 15 0 415845439 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10844936 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 24 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895741866912 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10844936 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895540540544 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10844936 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10844936 memory=15819988871153147 CPUtime=3.58 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 25500 13140 0 0 346 4 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10844936 memory=1708 CPUtime=3.59 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 14431 13140 0 0 349 2 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10844936 memory=3440 CPUtime=1.52 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) S 991 994 436 0 -1 1077944384 14000 13140 0 0 141 3 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895813135216 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10844936 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10844936 memory=5904 CPUtime=0.74 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 409 13140 0 0 27 39 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 1074.96 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 887544 KiB

[startup+1052.5 s]
/proc/loadavg: 1.22 1.30 1.36 3/228 1426
/proc/meminfo: memFree=29845444/32770624 swapFree=66995116/67108860
[pid=994] ppid=991 vsize=10844936 memory=887544 CPUtime=1075.07 cores=0,2,4,6
/proc/994/stat : 994 (java) S 991 994 436 0 -1 1077944320 131647 13140 0 0 107321 178 5 3 20 0 15 0 415845428 11105214464 221886 33554432000 4194304 4196468 140729467691120 140729467673664 139896746176247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
/proc/994/statm: 2711234 221886 3621 1 0 2673293 0
[pid=994/tid=1047] ppid=991 vsize=10844936 memory=887544 CPUtime=1040.65 cores=0,2,4,6
/proc/994/task/1047/stat : 1047 (java) R 991 994 436 0 -1 4202560 43220 13140 0 0 104028 29 5 3 20 0 15 0 415845437 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896718012288 139896362527821 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1048] ppid=991 vsize=10844936 memory=887544 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1048/stat : 1048 (java) S 991 994 436 0 -1 1077944384 2432 13140 0 0 484 26 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896750418832 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1049] ppid=991 vsize=10844936 memory=887544 CPUtime=5.18 cores=0,2,4,6
/proc/994/task/1049/stat : 1049 (java) S 991 994 436 0 -1 1077944384 9165 13140 0 0 483 27 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896318987024 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1050] ppid=991 vsize=10844936 memory=0 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1050/stat : 1050 (java) S 991 994 436 0 -1 1077944384 5643 13140 0 0 481 28 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896317934736 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1051] ppid=991 vsize=10844936 memory=885484 CPUtime=5.17 cores=0,2,4,6
/proc/994/task/1051/stat : 1051 (java) S 991 994 436 0 -1 1077944384 6902 13140 0 0 484 25 5 3 20 0 15 0 415845438 11105214464 221886 33554432000 4194304 4196468 140729467691120 139896316881936 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1052] ppid=991 vsize=10844936 memory=885484 CPUtime=4.89 cores=0,2,4,6
/proc/994/task/1052/stat : 1052 (java) S 991 994 436 0 -1 1077944384 7697 13140 0 0 454 27 5 3 20 0 15 0 415845439 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895816292464 139896746187394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1053] ppid=991 vsize=10844936 memory=885484 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1053/stat : 1053 (java) S 991 994 436 0 -1 1077944384 24 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895741866912 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1054] ppid=991 vsize=10844936 memory=885484 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1054/stat : 1054 (java) S 991 994 436 0 -1 1077944384 13 13140 0 0 0 0 5 3 20 0 15 0 415845440 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895540540544 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1055] ppid=991 vsize=10844936 memory=6947385649911455296 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1055/stat : 1055 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895300249680 139896746194843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1056] ppid=991 vsize=10844936 memory=2124 CPUtime=3.58 cores=0,2,4,6
/proc/994/task/1056/stat : 1056 (java) S 991 994 436 0 -1 1077944384 25500 13140 0 0 346 4 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895815240304 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1057] ppid=991 vsize=10844936 memory=885496 CPUtime=3.59 cores=0,2,4,6
/proc/994/task/1057/stat : 1057 (java) S 991 994 436 0 -1 1077944384 14431 13140 0 0 349 2 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895814187504 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1058] ppid=991 vsize=10844936 memory=885496 CPUtime=1.52 cores=0,2,4,6
/proc/994/task/1058/stat : 1058 (java) S 991 994 436 0 -1 1077944384 14000 13140 0 0 141 3 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895813135216 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1059] ppid=991 vsize=10844936 memory=885496 CPUtime=0.08 cores=0,2,4,6
/proc/994/task/1059/stat : 1059 (java) S 991 994 436 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895266692064 139896746186453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
[pid=994/tid=1060] ppid=991 vsize=10844936 memory=885496 CPUtime=0.74 cores=0,2,4,6
/proc/994/task/1060/stat : 1060 (java) S 991 994 436 0 -1 1077944384 409 13140 0 0 27 39 5 3 20 0 15 0 415845443 11105214464 221886 33554432000 4194304 4196468 140729467691120 139895812082096 139896746187394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18223104 140729467693809 140729467696325 140729467696325 140729467699151 0
Current children cumulated CPU time: 1075.07 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 887544 KiB

Child status: 0
Real time (s): 1052.59
CPU time (s): 1075.18
CPU user time (s): 1073.35
CPU system time (s): 1.82413
CPU usage (%): 102.145
Max. virtual memory (cumulated for all children) (KiB): 10847756
Max. memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.35
system time used= 1.82412
maximum resident set size= 889636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132933
involuntary context switches= 5001


# summary of solver processes directly reported to runsolver:
#   pid: 994
#   total CPU time (s): 1075.18
#   total CPU user time (s): 1073.35
#   total CPU system time (s): 1.82413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99355 second user time and 10.1652 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 19:31:34
IDJOB=4396422
IDBENCH=120561
IDSOLVER=2847
FILE ID=node102/4396422-1568395940
RUNJOBID= node102-1568393561-470
PBS_JOBID= 21701865
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396422-1568395940/watcher-4396422-1568395940 -o /tmp/evaluation-result-4396422-1568395940/solver-4396422-1568395940 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-470 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=87615921 HOME/instance-4396422-1568395940.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=87615921

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30696840 kB
MemAvailable:   31061484 kB
Buffers:          150248 kB
Cached:           507800 kB
SwapCached:         9936 kB
Active:          1210072 kB
Inactive:         321444 kB
Active(anon):     870372 kB
Inactive(anon):    34240 kB
Active(file):     339700 kB
Inactive(file):   287204 kB
Unevictable:      109896 kB
Mlocked:          109896 kB
SwapTotal:      67108860 kB
SwapFree:       66995112 kB
Dirty:             35620 kB
Writeback:             0 kB
AnonPages:        982228 kB
Mapped:            48008 kB
Shmem:             22136 kB
Slab:             135448 kB
SReclaimable:     107148 kB
SUnreclaim:        28300 kB
KernelStack:        4000 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2097408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node102 at 2019-09-13 19:49:07