Trace number 4262458

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.4SAT 161.304 139.923

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-048.xml
MD5SUM7adabca14a9e2cab4a49f4d8c4ab1203
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 benchmark0.101219
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints56
Number of domains2
Minimum domain size48
Maximum domain size2304
Distribution of domain sizes[{"size":48,"count":48},{"size":2304,"count":48}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":48},{"degree":4,"count":47},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":6},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

3.19/2.19	c Concrete v3.4 running
161.12/139.89	v <instantiation>
161.12/139.89	v       <list>
161.12/139.89	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] cx[0] cx[1] cx[2] cx[3] cx[4] cx[5] cx[6] cx[7] cx[8] cx[9] cx[10] cx[11] cx[12] cx[13] cx[14] cx[15] cx[16] cx[17] cx[18] cx[19] cx[20] cx[21] cx[22] cx[23] cy[0] cy[1] cy[2] cy[3] cy[4] cy[5] cy[6] cy[7] cy[8] cy[9] cy[10] cy[11] cy[12] cy[13] cy[14] cy[15] cy[16] cy[17] cy[18] cy[19] cy[20] cy[21] cy[22] cy[23]
161.12/139.89	v       </list>
161.12/139.89	v       <values>
161.12/139.89	v         1 2 3 4 5 6 7 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 42 43 44 45 46 47 48 1 4 9 16 25 36 49 576 676 729 784 841 900 961 1024 1089 1156 1225 1296 1369 1444 1521 1600 1681 64 81 100 121 144 169 196 225 256 289 324 361 400 441 484 529 625 1764 1849 1936 2025 2116 2209 2304
161.12/139.89	v       </values>
161.12/139.89	v     </instantiation>
161.12/139.89	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262458-1502427520/watcher-4262458-1502427520 -o /tmp/evaluation-result-4262458-1502427520/solver-4262458-1502427520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580 bin/concrete HOME/instance-4262458-1502427520.xml 

pid=10162
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.77 1.56 3/200 10165
/proc/meminfo: memFree=30067852/32770624 swapFree=0/445504
[pid=10165] ppid=10162 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10165/stat : 10165 (runsolver) D 10162 10165 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 142404924 24240128 106 18446744073709551615 4194304 4338465 140732221077280 140732221074920 139624433484503 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 39731200 140732221079761 140732221080137 140732221080137 140732221083594 0
/proc/10165/statm: 5918 106 53 36 0 2156 0

[startup+0.100111 s]
/proc/loadavg: 1.90 1.77 1.56 3/200 10165
/proc/meminfo: memFree=30067852/32770624 swapFree=0/445504
[pid=10165] ppid=10162 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/10165/stat : 10165 (bash) S 10162 10165 4896 0 -1 4202496 890 6479 0 0 0 0 0 1 20 0 1 0 142404924 9867264 376 18446744073709551615 4194304 5098028 140732341521440 140732341515448 139699136953344 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 17907712 140732341522964 140732341523049 140732341523049 140732341526506 0
/proc/10165/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200306 s]
/proc/loadavg: 1.90 1.77 1.56 3/200 10165
/proc/meminfo: memFree=30067852/32770624 swapFree=0/445504
[pid=10165] ppid=10162 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/10165/stat : 10165 (bash) S 10162 10165 4896 0 -1 4202496 890 6479 0 0 0 0 0 1 20 0 1 0 142404924 9867264 376 18446744073709551615 4194304 5098028 140732341521440 140732341515448 139699136953344 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 17907712 140732341522964 140732341523049 140732341523049 140732341526506 0
/proc/10165/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.3003 s]
/proc/loadavg: 1.90 1.77 1.56 3/200 10165
/proc/meminfo: memFree=30067852/32770624 swapFree=0/445504
[pid=10165] ppid=10162 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 5982 12573 0 0 5 1 5 3 20 0 14 0 142404924 14241083392 5157 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3476827 5157 2575 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700271 s]
/proc/loadavg: 1.90 1.77 1.56 3/200 10165
/proc/meminfo: memFree=30067852/32770624 swapFree=0/445504
[pid=10165] ppid=10162 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 14020 12573 0 0 57 4 5 3 20 0 15 0 142404924 14310178816 14473 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3493696 14473 3124 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50537 s]
/proc/loadavg: 1.83 1.76 1.56 3/215 10228
/proc/meminfo: memFree=29973272/32770624 swapFree=0/445964
[pid=10165] ppid=10162 vsize=13985408 CPUtime=1.93 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 29228 12573 0 0 176 9 5 3 20 0 15 0 142404924 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3496352 40563 3366 1 0 3485525 0
[pid=10165/tid=10215] ppid=10162 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) S 10162 10165 4896 0 -1 1077944384 22089 12573 0 0 116 6 5 3 20 0 15 0 142404947 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139964258920112 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 187 12573 0 0 0 0 5 3 20 0 15 0 142404948 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 59 12573 0 0 0 0 5 3 20 0 15 0 142404948 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 51 12573 0 0 0 0 5 3 20 0 15 0 142404948 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404948 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) R 10162 10165 4896 0 -1 4202560 1303 12573 0 0 1 0 5 3 20 0 15 0 142404949 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963800429520 139964239673040 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 33 12573 0 0 0 0 5 3 20 0 15 0 142404950 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963799377568 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 21 12573 0 0 0 0 5 3 20 0 15 0 142404950 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963798324464 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 1005 12573 0 0 15 0 5 3 20 0 15 0 142404952 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963796220144 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 932 12573 0 0 17 0 5 3 20 0 15 0 142404952 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963795167600 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 1327 12573 0 0 23 0 5 3 20 0 15 0 142404953 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963794109920 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 10 12573 0 0 0 0 5 3 20 0 15 0 142404955 14321057792 40563 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.83 1.76 1.56 3/215 10228
/proc/meminfo: memFree=29897516/32770624 swapFree=0/445964
[pid=10165] ppid=10162 vsize=13999932 CPUtime=5.66 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 41761 12573 0 0 544 14 5 3 20 0 15 0 142404924 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3499983 53899 3441 1 0 3488597 0
[pid=10165/tid=10215] ppid=10162 vsize=13999932 CPUtime=2.87 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) R 10162 10165 4896 0 -1 4202560 29168 12573 0 0 271 8 5 3 20 0 15 0 142404947 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139964258931392 139963875179903 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 192 12573 0 0 0 0 5 3 20 0 15 0 142404948 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 61 12573 0 0 1 0 5 3 20 0 15 0 142404948 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 51 12573 0 0 0 0 5 3 20 0 15 0 142404948 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 58 12573 0 0 0 0 5 3 20 0 15 0 142404948 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 1490 12573 0 0 1 0 5 3 20 0 15 0 142404949 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963800431344 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404950 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963799377568 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=13999932 CPUtime=0.82 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) R 10162 10165 4896 0 -1 1077944384 2019 12573 0 0 74 0 5 3 20 0 15 0 142404952 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963796210000 139964254709461 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=13999932 CPUtime=0.93 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) R 10162 10165 4896 0 -1 4202560 2169 12573 0 0 84 1 5 3 20 0 15 0 142404952 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963795149136 139964236243855 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=13999932 CPUtime=1.16 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 4288 12573 0 0 107 1 5 3 20 0 15 0 142404953 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 11 12573 0 0 0 0 5 3 20 0 15 0 142404955 14335930368 53899 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 13999932

[startup+6.30073 s]
/proc/loadavg: 1.83 1.76 1.56 3/216 10229
/proc/meminfo: memFree=29710336/32770624 swapFree=0/445960
[pid=10165] ppid=10162 vsize=14067516 CPUtime=14.16 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 69693 12573 0 0 1386 22 5 3 20 0 15 0 142404924 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3516879 95623 3477 1 0 3505493 0
[pid=10165/tid=10215] ppid=10162 vsize=14067516 CPUtime=6.01 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) R 10162 10165 4896 0 -1 4202560 45492 12573 0 0 582 11 5 3 20 0 15 0 142404947 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139964258933232 139963889113936 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 227 12573 0 0 3 0 5 3 20 0 15 0 142404948 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 159 12573 0 0 3 0 5 3 20 0 15 0 142404948 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 115 12573 0 0 3 0 5 3 20 0 15 0 142404948 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 953 12573 0 0 3 0 5 3 20 0 15 0 142404948 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 2285 12573 0 0 4 0 5 3 20 0 15 0 142404949 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963800431344 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963799377632 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 5768 12573 0 0 313 1 5 3 20 0 15 0 142404952 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963796220144 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=14067516 CPUtime=3.3 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 7196 12573 0 0 318 4 5 3 20 0 15 0 142404952 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963795167600 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=14067516 CPUtime=1.62 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 5229 12573 0 0 152 2 5 3 20 0 15 0 142404953 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 14 12573 0 0 0 0 5 3 20 0 15 0 142404955 14405136384 95623 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 2.24 1.85 1.59 3/216 10229
/proc/meminfo: memFree=29499028/32770624 swapFree=0/445956
[pid=10165] ppid=10162 vsize=14067516 CPUtime=22.09 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 79569 12573 0 0 2172 29 5 3 20 0 15 0 142404924 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3516879 146193 3477 1 0 3505493 0
[pid=10165/tid=10215] ppid=10162 vsize=14067516 CPUtime=12.36 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) R 10162 10165 4896 0 -1 4202560 46497 12573 0 0 1213 15 5 3 20 0 15 0 142404947 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139964258932808 139963888527407 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 677 12573 0 0 4 1 5 3 20 0 15 0 142404948 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 291 12573 0 0 4 0 5 3 20 0 15 0 142404948 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 420 12573 0 0 4 0 5 3 20 0 15 0 142404948 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 964 12573 0 0 4 0 5 3 20 0 15 0 142404948 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 2647 12573 0 0 5 0 5 3 20 0 15 0 142404949 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139963800431344 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139963799377632 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14405136384 146193 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0

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

/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 2778 12573 0 0 34 3 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14067516 CPUtime=0.44 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 3949 12573 0 0 34 2 5 3 20 0 15 0 142404949 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963800431344 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963799377632 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=14067516 CPUtime=8.55 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 15453 12573 0 0 843 4 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963796220144 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=14067516 CPUtime=8.53 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 12458 12573 0 0 838 7 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963795167600 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 14698 12573 0 0 313 4 5 3 20 0 15 0 142404953 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 204 12573 0 0 3 4 5 3 20 0 15 0 142404955 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 158.63
Current children cumulated vsize (KiB) 14067516

[startup+139.201 s]
/proc/loadavg: 1.60 1.69 1.57 3/214 10235
/proc/meminfo: memFree=29299268/32770624 swapFree=0/445972
[pid=10165] ppid=10162 vsize=14067516 CPUtime=160.25 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 109802 12573 0 0 15963 54 5 3 20 0 15 0 142404924 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3516879 193979 3477 1 0 3505493 0
[pid=10165/tid=10215] ppid=10162 vsize=14067516 CPUtime=138.1 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) R 10162 10165 4896 0 -1 4202560 51607 12573 0 0 13781 21 5 3 20 0 15 0 142404947 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964258933008 139963875269139 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 1991 12573 0 0 34 3 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 3256 12573 0 0 35 2 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 1147 12573 0 0 35 2 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 2778 12573 0 0 34 3 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 3955 12573 0 0 35 2 5 3 20 0 15 0 142404949 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963800431344 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963799377632 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=14067516 CPUtime=8.55 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 15453 12573 0 0 843 4 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963796220144 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=14067516 CPUtime=8.53 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 12458 12573 0 0 838 7 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963795167600 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 14698 12573 0 0 313 4 5 3 20 0 15 0 142404953 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 204 12573 0 0 3 4 5 3 20 0 15 0 142404955 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 160.25
Current children cumulated vsize (KiB) 14067516

[startup+139.601 s]
/proc/loadavg: 1.60 1.69 1.57 3/214 10235
/proc/meminfo: memFree=29299268/32770624 swapFree=0/445972
[pid=10165] ppid=10162 vsize=14067516 CPUtime=160.66 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 109807 12573 0 0 16003 55 5 3 20 0 15 0 142404924 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3516879 193979 3477 1 0 3505493 0
[pid=10165/tid=10215] ppid=10162 vsize=14067516 CPUtime=138.5 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) R 10162 10165 4896 0 -1 4202560 51609 12573 0 0 13821 21 5 3 20 0 15 0 142404947 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964258933552 139963889113872 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=14067516 CPUtime=0.46 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 1991 12573 0 0 35 3 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 3257 12573 0 0 35 2 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=14067516 CPUtime=0.46 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 1148 12573 0 0 36 2 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 2778 12573 0 0 34 3 5 3 20 0 15 0 142404948 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14067516 CPUtime=0.45 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 3956 12573 0 0 35 2 5 3 20 0 15 0 142404949 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963800431344 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 55 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963799377632 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=14067516 CPUtime=8.55 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 15453 12573 0 0 843 4 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963796220144 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=14067516 CPUtime=8.53 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 12458 12573 0 0 838 7 5 3 20 0 15 0 142404952 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963795167600 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=14067516 CPUtime=3.25 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 14698 12573 0 0 313 4 5 3 20 0 15 0 142404953 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 204 12573 0 0 3 4 5 3 20 0 15 0 142404955 14405136384 193979 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 14067516

[startup+139.815 s]
/proc/loadavg: 1.60 1.69 1.57 3/214 10235
/proc/meminfo: memFree=29295048/32770624 swapFree=0/445968
[pid=10165] ppid=10162 vsize=14067516 CPUtime=161.12 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 124392 12573 0 0 16048 56 5 3 20 0 15 0 142404924 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3516879 195063 3477 1 0 3505493 0
[pid=10165/tid=10215] ppid=10162 vsize=14067516 CPUtime=138.57 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) S 10162 10165 4896 0 -1 1077944384 55323 12573 0 0 13828 21 5 3 20 0 15 0 142404947 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139964258936800 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=14067516 CPUtime=0.53 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 2044 12573 0 0 42 3 5 3 20 0 15 0 142404948 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 3269 12573 0 0 42 2 5 3 20 0 15 0 142404948 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=14067516 CPUtime=0.53 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 1178 12573 0 0 43 2 5 3 20 0 15 0 142404948 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=14067516 CPUtime=0.53 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 2816 12573 0 0 42 3 5 3 20 0 15 0 142404948 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14067516 CPUtime=0.53 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) R 10162 10165 4896 0 -1 4202560 11904 12573 0 0 42 3 5 3 20 0 15 0 142404949 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963800429632 139964239053894 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 58 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963799377136 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 44 12573 0 0 0 0 5 3 20 0 15 0 142404950 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404952 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963797273040 139964254717851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=14067516 CPUtime=8.55 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 15453 12573 0 0 843 4 5 3 20 0 15 0 142404952 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963796220144 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=14067516 CPUtime=8.57 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 13459 12573 0 0 842 7 5 3 20 0 15 0 142404952 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963795154064 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=14067516 CPUtime=3.26 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 16484 12573 0 0 314 4 5 3 20 0 15 0 142404953 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 15 0 142404953 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10228] ppid=10162 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/10165/task/10228/stat : 10228 (java) S 10162 10165 4896 0 -1 1077944384 204 12573 0 0 3 4 5 3 20 0 15 0 142404955 14405136384 195063 18446744073709551615 4194304 4196468 140733568425888 139963792010288 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 14067516

[startup+139.901 s]
/proc/loadavg: 1.60 1.69 1.57 3/214 10235
/proc/meminfo: memFree=29295048/32770624 swapFree=0/445968
[pid=10165] ppid=10162 vsize=14136128 CPUtime=161.28 cores=0,2,4,6
/proc/10165/stat : 10165 (java) S 10162 10165 4896 0 -1 1077944320 125037 12573 0 0 16064 56 5 3 20 0 14 0 142404924 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 140733568408432 139964254699255 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
/proc/10165/statm: 3534032 195179 3479 1 0 3522646 0
[pid=10165/tid=10215] ppid=10162 vsize=14136128 CPUtime=138.62 cores=0,2,4,6
/proc/10165/task/10215/stat : 10215 (java) S 10162 10165 4896 0 -1 1077944384 55622 12573 0 0 13833 21 5 3 20 0 14 0 142404947 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139964258942096 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10216] ppid=10162 vsize=14136128 CPUtime=0.54 cores=0,2,4,6
/proc/10165/task/10216/stat : 10216 (java) S 10162 10165 4896 0 -1 1077944384 2044 12573 0 0 43 3 5 3 20 0 14 0 142404948 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139964196645392 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10217] ppid=10162 vsize=14136128 CPUtime=0.53 cores=0,2,4,6
/proc/10165/task/10217/stat : 10217 (java) S 10162 10165 4896 0 -1 1077944384 3270 12573 0 0 43 2 5 3 20 0 14 0 142404948 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139964195592848 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10218] ppid=10162 vsize=14136128 CPUtime=0.54 cores=0,2,4,6
/proc/10165/task/10218/stat : 10218 (java) S 10162 10165 4896 0 -1 1077944384 1178 12573 0 0 44 2 5 3 20 0 14 0 142404948 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139964194539792 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10219] ppid=10162 vsize=14136128 CPUtime=0.54 cores=0,2,4,6
/proc/10165/task/10219/stat : 10219 (java) S 10162 10165 4896 0 -1 1077944384 2816 12573 0 0 43 3 5 3 20 0 14 0 142404948 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963851610512 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10220] ppid=10162 vsize=14136128 CPUtime=0.55 cores=0,2,4,6
/proc/10165/task/10220/stat : 10220 (java) S 10162 10165 4896 0 -1 1077944384 11908 12573 0 0 44 3 5 3 20 0 14 0 142404949 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963800431552 139964254710402 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10221] ppid=10162 vsize=14136128 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10221/stat : 10221 (java) S 10162 10165 4896 0 -1 1077944384 59 12573 0 0 0 0 5 3 20 0 14 0 142404950 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963799377632 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10222] ppid=10162 vsize=14136128 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10222/stat : 10222 (java) S 10162 10165 4896 0 -1 1077944384 46 12573 0 0 0 0 5 3 20 0 14 0 142404950 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963798324480 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10223] ppid=10162 vsize=14136128 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10223/stat : 10223 (java) S 10162 10165 4896 0 -1 1077944384 26 12573 0 0 0 0 5 3 20 0 14 0 142404952 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963797271808 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10224] ppid=10162 vsize=14136128 CPUtime=8.57 cores=0,2,4,6
/proc/10165/task/10224/stat : 10224 (java) S 10162 10165 4896 0 -1 1077944384 15522 12573 0 0 845 4 5 3 20 0 14 0 142404952 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963796205104 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10225] ppid=10162 vsize=14136128 CPUtime=8.58 cores=0,2,4,6
/proc/10165/task/10225/stat : 10225 (java) S 10162 10165 4896 0 -1 1077944384 13540 12573 0 0 843 7 5 3 20 0 14 0 142404952 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963795167600 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10226] ppid=10162 vsize=14136128 CPUtime=3.28 cores=0,2,4,6
/proc/10165/task/10226/stat : 10226 (java) S 10162 10165 4896 0 -1 1077944384 16612 12573 0 0 316 4 5 3 20 0 14 0 142404953 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963794114544 139964254710402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
[pid=10165/tid=10227] ppid=10162 vsize=14136128 CPUtime=0.08 cores=0,2,4,6
/proc/10165/task/10227/stat : 10227 (java) S 10162 10165 4896 0 -1 1077944384 3 12573 0 0 0 0 5 3 20 0 14 0 142404953 14475395072 195179 18446744073709551615 4194304 4196468 140733568425888 139963793062240 139964254709461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7430144 140733568432080 140733568434865 140733568434865 140733568438223 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 14136128

Child status: 0
Real time (s): 139.923
CPU time (s): 161.304
CPU user time (s): 160.697
CPU system time (s): 0.606794
CPU usage (%): 115.281
Max. virtual memory (cumulated for all children) (KiB): 14136128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.697
system time used= 0.606794
maximum resident set size= 787468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25832
involuntary context switches= 516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.628829 second user time and 0.874892 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 06:44:16
IDJOB=4262458
IDBENCH=122882
IDSOLVER=2650
FILE ID=node132/4262458-1502427520
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-048.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262458-1502427520/watcher-4262458-1502427520 -o /tmp/evaluation-result-4262458-1502427520/solver-4262458-1502427520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262458-1502427520.xml

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

MD5SUM BENCH= 7adabca14a9e2cab4a49f4d8c4ab1203
RANDOM SEED=1731465106

node132.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.74
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.74
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.74
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.74
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:        30069032 kB
MemAvailable:   30913072 kB
Buffers:          290136 kB
Cached:           864628 kB
SwapCached:            0 kB
Active:          1773320 kB
Inactive:         494516 kB
Active(anon):    1113840 kB
Inactive(anon):    49012 kB
Active(file):     659480 kB
Inactive(file):   445504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23812 kB
Writeback:             0 kB
AnonPages:       1113156 kB
Mapped:            71904 kB
Shmem:             49852 kB
Slab:             136780 kB
SReclaimable:     109784 kB
SUnreclaim:        26996 kB
KernelStack:        3568 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2040252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 06:46:37