Trace number 4295610

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 NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13SAT 15.342 8.19919

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
15.18/8.18	v <instantiation>
15.18/8.18	v       <list>
15.18/8.18	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]
15.18/8.18	v       </list>
15.18/8.18	v       <values>
15.18/8.18	v         4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14
15.18/8.18	v       </values>
15.18/8.18	v     </instantiation>
15.18/8.18	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295610-1532587598/watcher-4295610-1532587598 -o /tmp/evaluation-result-4295610-1532587598/solver-4295610-1532587598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=662495599 HOME/instance-4295610-1532587598.xml 

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

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

solver pid=952, runsolver pid=947

[startup+0.100124 s]*
/proc/loadavg: 2.05 1.55 1.39 2/199 1058
/proc/meminfo: memFree=12433108/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=9970504 memory=11340 CPUtime=0.08 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 3481 13372 0 0 0 0 5 3 20 0 6 0 76323029 10209796096 2835 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2492626 2835 1337 1 0 2481537 0
[pid=952/tid=1058] ppid=947 vsize=9972712 memory=7022364632946311227 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 1990 13372 0 0 0 0 5 3 20 0 6 0 76323038 10212057088 4005 33554432000 4194304 4196468 140725665639040 140238542967376 140238555211102 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=9972712 memory=4294979887 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 6 0 76323039 10212057088 4005 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=9972712 memory=140120882255836 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 6 0 76323039 10212057088 4071 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 6 0 76323039 10212057088 4071 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 6 0 76323039 10212057088 4071 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 11340 KiB

[startup+0.210234 s]*
/proc/loadavg: 2.05 1.55 1.39 4/215 1101
/proc/meminfo: memFree=12401744/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10818904 memory=40492 CPUtime=0.25 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 7247 13372 0 0 16 1 5 3 20 0 15 0 76323029 11078557696 10123 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2704726 10123 2983 1 0 2667149 0
[pid=952/tid=1058] ppid=947 vsize=10818904 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 3811 13372 0 0 10 1 5 3 20 0 15 0 76323038 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238542927536 140238552694148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10818904 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10818904 memory=140120881920454 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323039 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10818904 memory=140120881899136 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323041 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 13 13372 0 0 0 0 5 3 20 0 15 0 76323041 11078557696 10123 33554432000 4194304 4196468 140725665639040 140237661529120 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323041 11078557696 10123 33554432000 4194304 4196468 140725665639040 140237393093488 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11078557696 10123 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) S 947 952 32629 0 -1 1077944384 538 13372 0 0 1 0 5 3 20 0 15 0 76323044 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238029343600 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) S 947 952 32629 0 -1 1077944384 70 13372 0 0 1 0 5 3 20 0 15 0 76323044 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10818904 memory=140120881899136 CPUtime=0.11 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 609 13372 0 0 3 0 5 3 20 0 15 0 76323044 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11078557696 10123 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10818904 memory=140120881899136 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323044 11078557696 10123 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40492 KiB

[startup+0.31022 s]*
/proc/loadavg: 2.05 1.55 1.39 5/215 1101
/proc/meminfo: memFree=12373028/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10819352 memory=52100 CPUtime=0.38 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 10022 13372 0 0 27 3 5 3 20 0 15 0 76323029 11079016448 13025 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2704838 13025 3102 1 0 2667149 0
[pid=952/tid=1058] ppid=947 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 7110 13372 0 0 18 2 5 3 20 0 15 0 76323038 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238542942624 140238571152541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323041 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10819352 memory=67 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 13 13372 0 0 0 0 5 3 20 0 15 0 76323041 11079016448 13551 33554432000 4194304 4196468 140725665639040 140237661529120 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10819352 memory=35 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323041 11079016448 13551 33554432000 4194304 4196468 140725665639040 140237393093488 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 13551 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10819352 memory=140120758188032 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) R 947 952 32629 0 -1 4202560 541 13372 0 0 1 0 5 3 20 0 15 0 76323044 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238029343600 140238571142550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) R 947 952 32629 0 -1 1077944384 73 13372 0 0 1 0 5 3 20 0 15 0 76323044 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10819352 memory=140120881899136 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) R 947 952 32629 0 -1 4202560 615 13372 0 0 5 0 5 3 20 0 15 0 76323044 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238027238000 140238571142550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 13551 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10819352 memory=140120881899136 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 13551 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52100 KiB

[startup+0.70077 s]
/proc/loadavg: 2.05 1.55 1.39 3/215 1101
/proc/meminfo: memFree=12332976/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10819352 memory=86276 CPUtime=0.99 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 16740 13372 0 0 86 5 5 3 20 0 15 0 76323029 11079016448 21569 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2704838 21569 3237 1 0 2667149 0
[pid=952/tid=1058] ppid=947 vsize=10819352 memory=7524765567508047168 CPUtime=0.67 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 12215 13372 0 0 55 4 5 3 20 0 15 0 76323038 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238542958056 140238555211102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10819352 memory=280241515795264 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10819352 memory=140120757924553 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10819352 memory=140120881897969 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323039 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 5 13372 0 0 0 0 5 3 20 0 15 0 76323041 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 13 13372 0 0 0 0 5 3 20 0 15 0 76323041 11079016448 21569 33554432000 4194304 4196468 140725665639040 140237661529120 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323041 11079016448 21569 33554432000 4194304 4196468 140725665639040 140237393093488 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 21569 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10819352 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) S 947 952 32629 0 -1 1077944384 1161 13372 0 0 10 0 5 3 20 0 15 0 76323044 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238029343600 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10819352 memory=4616 CPUtime=0.14 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) S 947 952 32629 0 -1 1077944384 457 13372 0 0 6 0 5 3 20 0 15 0 76323044 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10819352 memory=1428 CPUtime=0.21 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 683 13372 0 0 13 0 5 3 20 0 15 0 76323044 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10819352 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 21569 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10819352 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323044 11079016448 21569 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86276 KiB

[startup+1.50074 s]
/proc/loadavg: 2.05 1.55 1.39 5/215 1101
/proc/meminfo: memFree=12248092/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10834252 memory=208048 CPUtime=2.78 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 24012 13372 0 0 258 12 5 3 20 0 15 0 76323029 11094274048 52012 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2708563 52012 3475 1 0 2670221 0
[pid=952/tid=1058] ppid=947 vsize=10834252 memory=8 CPUtime=1.42 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 16882 13372 0 0 127 7 5 3 20 0 15 0 76323038 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238542947744 140238571152541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10834252 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 78 13372 0 0 1 0 5 3 20 0 15 0 76323039 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10834252 memory=12813 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 24 13372 0 0 1 0 5 3 20 0 15 0 76323039 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10834252 memory=24843 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 1 0 5 3 20 0 15 0 76323039 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 159 13372 0 0 1 0 5 3 20 0 15 0 76323039 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 59 13372 0 0 1 0 5 3 20 0 15 0 76323041 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10834252 memory=351 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 0 0 5 3 20 0 15 0 76323041 11094274048 52012 33554432000 4194304 4196468 140725665639040 140237661529184 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 1 13372 0 0 0 0 5 3 20 0 15 0 76323041 11094274048 52012 33554432000 4194304 4196468 140725665639040 140237393093504 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10834252 memory=64 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11094274048 52012 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10834252 memory=109 CPUtime=0.55 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) S 947 952 32629 0 -1 1077944384 1886 13372 0 0 46 1 5 3 20 0 15 0 76323044 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238029343600 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10834252 memory=354 CPUtime=0.43 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) S 947 952 32629 0 -1 1077944384 1166 13372 0 0 35 0 5 3 20 0 15 0 76323044 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10834252 memory=128 CPUtime=0.48 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 1529 13372 0 0 40 0 5 3 20 0 15 0 76323044 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11094274048 52012 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 2 13372 0 0 0 0 5 3 20 0 15 0 76323044 11094274048 52012 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 10834252 KiB

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

[pid=952/tid=1094] ppid=947 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 130208 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 130208 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 12.98 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 520832 KiB

[startup+7.20075 s]
/proc/loadavg: 2.13 1.57 1.40 5/215 1101
/proc/meminfo: memFree=11439592/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10914144 memory=577748 CPUtime=14 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 66799 13372 0 0 1367 25 5 3 20 0 15 0 76323029 11176083456 144437 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2728536 144437 3515 1 0 2690189 0
[pid=952/tid=1058] ppid=947 vsize=10914144 memory=4206186544037388384 CPUtime=7.03 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 43619 13372 0 0 681 14 5 3 20 0 15 0 76323038 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238542963648 140238162059678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10914144 memory=4206186544037388384 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 130 13372 0 0 4 0 5 3 20 0 15 0 76323039 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10914144 memory=6944656592455097440 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 234 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10914144 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 48 13372 0 0 3 1 5 3 20 0 15 0 76323039 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10914144 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 329 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10914144 memory=19969 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 5159 13372 0 0 4 0 5 3 20 0 15 0 76323041 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10914144 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 19 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 144437 33554432000 4194304 4196468 140725665639040 140237661529248 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10914144 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 8 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 144437 33554432000 4194304 4196468 140725665639040 140237393093504 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10914144 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 144437 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10914144 memory=11044 CPUtime=2.86 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) R 947 952 32629 0 -1 4202560 5538 13372 0 0 276 2 5 3 20 0 15 0 76323044 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238029343600 140238556060085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10914144 memory=13252 CPUtime=2.36 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) S 947 952 32629 0 -1 1077944384 3605 13372 0 0 227 1 5 3 20 0 15 0 76323044 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10914144 memory=15460 CPUtime=1.68 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 5898 13372 0 0 158 2 5 3 20 0 15 0 76323044 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10914144 memory=17668 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 144437 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10914144 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 144437 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 577748 KiB

[startup+7.6008 s]
/proc/loadavg: 2.13 1.57 1.40 5/215 1101
/proc/meminfo: memFree=11439592/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10914144 memory=655632 CPUtime=14.45 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 66911 13372 0 0 1411 26 5 3 20 0 15 0 76323029 11176083456 163908 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2728536 163908 3515 1 0 2690189 0
[pid=952/tid=1058] ppid=947 vsize=10914144 memory=22776 CPUtime=7.43 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 43658 13372 0 0 720 15 5 3 20 0 15 0 76323038 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238542963840 140238163475879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10914144 memory=1292 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 130 13372 0 0 4 0 5 3 20 0 15 0 76323039 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10914144 memory=2416 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 234 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10914144 memory=6947385649911455296 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 48 13372 0 0 3 1 5 3 20 0 15 0 76323039 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10914144 memory=1292 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 329 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10914144 memory=2416 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 5209 13372 0 0 4 0 5 3 20 0 15 0 76323041 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10914144 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 19 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 163908 33554432000 4194304 4196468 140725665639040 140237661529248 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10914144 memory=1700 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 8 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 163908 33554432000 4194304 4196468 140725665639040 140237393093504 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10914144 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163908 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10914144 memory=5408 CPUtime=2.87 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) S 947 952 32629 0 -1 1077944384 5557 13372 0 0 277 2 5 3 20 0 15 0 76323044 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238029343600 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10914144 memory=1008 CPUtime=2.39 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) S 947 952 32629 0 -1 1077944384 3605 13372 0 0 230 1 5 3 20 0 15 0 76323044 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10914144 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 5902 13372 0 0 158 2 5 3 20 0 15 0 76323044 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10914144 memory=280241516321184 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163908 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10914144 memory=140120758162848 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163908 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 655632 KiB

[startup+8.00076 s]*
/proc/loadavg: 2.12 1.58 1.41 4/215 1101
/proc/meminfo: memFree=11182476/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10914144 memory=655652 CPUtime=15 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 66919 13372 0 0 1466 26 5 3 20 0 15 0 76323029 11176083456 163913 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2728536 163913 3515 1 0 2690189 0
[pid=952/tid=1058] ppid=947 vsize=10914144 memory=6935054825532540783 CPUtime=7.84 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 43658 13372 0 0 761 15 5 3 20 0 15 0 76323038 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238542963840 140238161812358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10914144 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 130 13372 0 0 4 0 5 3 20 0 15 0 76323039 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10914144 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 234 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10914144 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 48 13372 0 0 3 1 5 3 20 0 15 0 76323039 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10914144 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 329 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10914144 memory=3471342517202736816 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 5209 13372 0 0 4 0 5 3 20 0 15 0 76323041 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10914144 memory=3472328296227680299 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 19 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 163913 33554432000 4194304 4196468 140725665639040 140237661529248 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10914144 memory=-2026666227646606628 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 8 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 163913 33554432000 4194304 4196468 140725665639040 140237393093504 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10914144 memory=8171313558828896340 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163913 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10914144 memory=0 CPUtime=2.98 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) R 947 952 32629 0 -1 4202560 5561 13372 0 0 288 2 5 3 20 0 15 0 76323044 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238029343600 140238556245887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10914144 memory=-1 CPUtime=2.43 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) S 947 952 32629 0 -1 1077944384 3609 13372 0 0 234 1 5 3 20 0 15 0 76323044 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238028290800 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10914144 memory=4122685512942640819 CPUtime=1.68 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 5902 13372 0 0 158 2 5 3 20 0 15 0 76323044 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10914144 memory=140120757895287 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163913 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10914144 memory=3540031207613226417 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163913 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 15 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 655652 KiB

[startup+8.11032 s]
/proc/loadavg: 2.12 1.58 1.41 4/215 1101
/proc/meminfo: memFree=11182476/32770624 swapFree=67108860/67108860
[pid=952] ppid=947 vsize=10914144 memory=655732 CPUtime=15.18 cores=0,2,4,6
/proc/952/stat : 952 (java) S 947 952 32629 0 -1 1077944320 66939 13372 0 0 1484 26 5 3 20 0 15 0 76323029 11176083456 163933 33554432000 4194304 4196468 140725665639040 140725665621584 140238571130615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
/proc/952/statm: 2728536 163933 3515 1 0 2690189 0
[pid=952/tid=1058] ppid=947 vsize=10914144 memory=655652 CPUtime=7.94 cores=0,2,4,6
/proc/952/task/1058/stat : 1058 (java) R 947 952 32629 0 -1 4202560 43658 13372 0 0 771 15 5 3 20 0 15 0 76323038 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238542963840 140238162059759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1062] ppid=947 vsize=10914144 memory=705 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1062/stat : 1062 (java) S 947 952 32629 0 -1 1077944384 130 13372 0 0 4 0 5 3 20 0 15 0 76323039 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238575373456 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1064] ppid=947 vsize=10914144 memory=655632 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1064/stat : 1064 (java) S 947 952 32629 0 -1 1077944384 234 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238474263568 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1066] ppid=947 vsize=10914144 memory=587 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1066/stat : 1066 (java) S 947 952 32629 0 -1 1077944384 48 13372 0 0 3 1 5 3 20 0 15 0 76323039 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238473210768 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1067] ppid=947 vsize=10914144 memory=4 CPUtime=0.13 cores=0,2,4,6
/proc/952/task/1067/stat : 1067 (java) S 947 952 32629 0 -1 1077944384 329 13372 0 0 4 1 5 3 20 0 15 0 76323039 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238472157968 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1079] ppid=947 vsize=10914144 memory=-7816663703405220396 CPUtime=0.12 cores=0,2,4,6
/proc/952/task/1079/stat : 1079 (java) S 947 952 32629 0 -1 1077944384 5209 13372 0 0 4 0 5 3 20 0 15 0 76323041 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238030395760 140238571141762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1081] ppid=947 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1081/stat : 1081 (java) S 947 952 32629 0 -1 1077944384 19 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 163933 33554432000 4194304 4196468 140725665639040 140237661529248 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1082] ppid=947 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1082/stat : 1082 (java) S 947 952 32629 0 -1 1077944384 8 13372 0 0 0 0 5 3 20 0 15 0 76323041 11176083456 163933 33554432000 4194304 4196468 140725665639040 140237393093504 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1090] ppid=947 vsize=10914144 memory=280241516334368 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1090/stat : 1090 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163933 33554432000 4194304 4196468 140725665639040 140237085693776 140238571149211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1091] ppid=947 vsize=10914144 memory=280241516338816 CPUtime=3.03 cores=0,2,4,6
/proc/952/task/1091/stat : 1091 (java) S 947 952 32629 0 -1 1077944384 5577 13372 0 0 293 2 5 3 20 0 15 0 76323044 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238029343600 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1092] ppid=947 vsize=10914144 memory=4128 CPUtime=2.45 cores=0,2,4,6
/proc/952/task/1092/stat : 1092 (java) R 947 952 32629 0 -1 4202560 3613 13372 0 0 236 1 5 3 20 0 15 0 76323044 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238028290800 140238555419280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1093] ppid=947 vsize=10914144 memory=6489695585511 CPUtime=1.68 cores=0,2,4,6
/proc/952/task/1093/stat : 1093 (java) S 947 952 32629 0 -1 1077944384 5902 13372 0 0 158 2 5 3 20 0 15 0 76323044 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238027238000 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1094] ppid=947 vsize=10914144 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1094/stat : 1094 (java) S 947 952 32629 0 -1 1077944384 3 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163933 33554432000 4194304 4196468 140725665639040 140237052136160 140238571140821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
[pid=952/tid=1095] ppid=947 vsize=10914144 memory=14973360622798207 CPUtime=0.08 cores=0,2,4,6
/proc/952/task/1095/stat : 1095 (java) S 947 952 32629 0 -1 1077944384 14 13372 0 0 0 0 5 3 20 0 15 0 76323044 11176083456 163933 33554432000 4194304 4196468 140725665639040 140238026185392 140238571141762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16171008 140725665643119 140725665645916 140725665645916 140725665648591 0
Current children cumulated CPU time: 15.18 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 655732 KiB

Child status: 0
Real time (s): 8.19919
CPU time (s): 15.342
CPU user time (s): 15.0234
CPU system time (s): 0.31855
CPU usage (%): 187.115
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 655732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0234
system time used= 0.31855
maximum resident set size= 662728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6930
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 952
#   total CPU time (s): 15.342
#   total CPU user time (s): 15.0234
#   total CPU system time (s): 0.31855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084141 second user time and 0.109579 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 08:46:38
IDJOB=4295610
IDBENCH=141582
IDSOLVER=2750
FILE ID=node139/4295610-1532587598
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38760 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295610-1532587598/watcher-4295610-1532587598 -o /tmp/evaluation-result-4295610-1532587598/solver-4295610-1532587598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=662495599 HOME/instance-4295610-1532587598.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=662495599

node139.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.80
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.80
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.80
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.80
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:        12451432 kB
MemAvailable:   31932420 kB
Buffers:          231900 kB
Cached:         19206784 kB
SwapCached:            0 kB
Active:          2909188 kB
Inactive:       16580112 kB
Active(anon):       5760 kB
Inactive(anon):    73596 kB
Active(file):    2903428 kB
Inactive(file): 16506516 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53496 kB
Writeback:             0 kB
AnonPages:         58448 kB
Mapped:            40132 kB
Shmem:             25228 kB
Slab:             527060 kB
SReclaimable:     499504 kB
SUnreclaim:        27556 kB
KernelStack:        3424 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 08:46:47