Trace number 4262715

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 31.4282 19.3689

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-727-a4_X2.xml
MD5SUMfeda79726080e93715556435cff6944b
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 benchmark7.4597402
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":216,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

3.21/2.18	c Concrete v3.4 running
31.33/19.34	v <instantiation>
31.33/19.34	v       <list>
31.33/19.34	v         w3 w4 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] 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] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
31.33/19.34	v       </list>
31.33/19.34	v       <values>
31.33/19.34	v         215 0 19 13 5 9 10 2 8 1 7 12 18 14 11 6 3 20 15 16 17 4 21 3 6 1 23 4 28 12 27 8 12 13 4 23 5 9 3 5 4 4 24 30 31 54 58 86 98 125 133 145 158 162 185 190 199 202 207 211 215
31.33/19.34	v       </values>
31.33/19.34	v     </instantiation>
31.33/19.34	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-4262715-1502469135/watcher-4262715-1502469135 -o /tmp/evaluation-result-4262715-1502469135/solver-4262715-1502469135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262715-1502469135.xml 

pid=28133
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.45 1.48 1.47 2/194 28136
/proc/meminfo: memFree=30709072/32770624 swapFree=0/312588
[pid=28136] ppid=28133 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28136/stat : 28136 (runsolver) D 28133 28136 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49109052 24240128 107 18446744073709551615 4194304 4338465 140723022241136 140723022238776 140264192127703 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 29995008 140723022242000 140723022242377 140723022242377 140723022245834 0
/proc/28136/statm: 5918 107 54 36 0 2156 0

[startup+0.100217 s]
/proc/loadavg: 1.45 1.48 1.47 2/194 28136
/proc/meminfo: memFree=30709072/32770624 swapFree=0/312588
[pid=28136] ppid=28133 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28136/stat : 28136 (bash) S 28133 28136 16548 0 -1 4202496 762 5092 0 0 0 0 0 1 20 0 1 0 49109052 9867264 360 18446744073709551615 4194304 5098028 140736180695808 140736180693736 139799676570624 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 29265920 140736180703764 140736180703849 140736180703849 140736180707306 0
/proc/28136/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200275 s]
/proc/loadavg: 1.45 1.48 1.47 2/194 28136
/proc/meminfo: memFree=30709072/32770624 swapFree=0/312588
[pid=28136] ppid=28133 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28136/stat : 28136 (bash) S 28133 28136 16548 0 -1 4202496 896 6482 0 0 0 0 0 1 20 0 1 0 49109052 9867264 377 18446744073709551615 4194304 5098028 140736180695808 140736180689816 139799676570624 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 29265920 140736180703764 140736180703849 140736180703849 140736180707306 0
/proc/28136/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300301 s]
/proc/loadavg: 1.45 1.48 1.47 2/194 28136
/proc/meminfo: memFree=30709072/32770624 swapFree=0/312588
[pid=28136] ppid=28133 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 5818 12330 0 0 5 1 5 3 20 0 14 0 49109052 14241083392 5502 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3476827 5502 2567 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.701074 s]
/proc/loadavg: 1.45 1.48 1.47 2/194 28136
/proc/meminfo: memFree=30709072/32770624 swapFree=0/312588
[pid=28136] ppid=28133 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 14013 12330 0 0 58 4 5 3 20 0 15 0 49109052 14310178816 14870 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3493696 14870 3088 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50413 s]
/proc/loadavg: 1.45 1.48 1.47 4/209 28199
/proc/meminfo: memFree=30612996/32770624 swapFree=0/312684
[pid=28136] ppid=28133 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 29750 12330 0 0 173 11 5 3 20 0 15 0 49109052 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3496352 42739 3373 1 0 3485525 0
[pid=28136/tid=28186] ppid=28133 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 22356 12330 0 0 114 7 5 3 20 0 15 0 49109073 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140274022619400 140274018423965 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 57 12330 0 0 0 0 5 3 20 0 15 0 49109073 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 47 12330 0 0 0 0 5 3 20 0 15 0 49109073 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 53 12330 0 0 1 0 5 3 20 0 15 0 49109073 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 205 12330 0 0 0 0 5 3 20 0 15 0 49109073 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 1689 12330 0 0 1 0 5 3 20 0 15 0 49109075 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273495557152 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273494504304 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 1067 12330 0 0 17 0 5 3 20 0 15 0 49109078 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 607 12330 0 0 12 0 5 3 20 0 15 0 49109078 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) R 28133 28136 16548 0 -1 4202560 1406 12330 0 0 23 0 5 3 20 0 15 0 49109078 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274011498875 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 5 12330 0 0 0 0 5 3 20 0 15 0 49109082 14321057792 42739 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10072 s]
/proc/loadavg: 1.45 1.48 1.47 4/209 28199
/proc/meminfo: memFree=30537304/32770624 swapFree=0/312684
[pid=28136] ppid=28133 vsize=13997884 CPUtime=5.68 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 49247 12330 0 0 543 17 5 3 20 0 15 0 49109052 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3499471 69441 3450 1 0 3488085 0
[pid=28136/tid=28186] ppid=28133 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 34490 12330 0 0 269 11 5 3 20 0 15 0 49109073 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140274022590464 140273998677928 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 57 12330 0 0 0 0 5 3 20 0 15 0 49109073 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 47 12330 0 0 0 0 5 3 20 0 15 0 49109073 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 53 12330 0 0 1 0 5 3 20 0 15 0 49109073 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 205 12330 0 0 0 0 5 3 20 0 15 0 49109073 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 1705 12330 0 0 1 0 5 3 20 0 15 0 49109075 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273495557152 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273494504304 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=13997884 CPUtime=1.1 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 4585 12330 0 0 102 0 5 3 20 0 15 0 49109078 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=13997884 CPUtime=0.88 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 2172 12330 0 0 80 0 5 3 20 0 15 0 49109078 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=13997884 CPUtime=0.92 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 3667 12330 0 0 83 1 5 3 20 0 15 0 49109078 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 7 12330 0 0 0 0 5 3 20 0 15 0 49109082 14333833216 69441 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.41 1.48 1.47 3/209 28199
/proc/meminfo: memFree=30286476/32770624 swapFree=0/312672
[pid=28136] ppid=28133 vsize=13999932 CPUtime=11.37 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 52070 12330 0 0 1099 30 5 3 20 0 15 0 49109052 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3499983 151579 3466 1 0 3488597 0
[pid=28136/tid=28186] ppid=28133 vsize=13999932 CPUtime=5.41 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 35461 12330 0 0 518 15 5 3 20 0 15 0 49109073 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140274022633376 140273661107525 0 4 1 16800974 0 0 0 -1 3 0 0 63 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 162 12330 0 0 3 2 5 3 20 0 15 0 49109073 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 79 12330 0 0 4 2 5 3 20 0 15 0 49109073 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 111 12330 0 0 4 2 5 3 20 0 15 0 49109073 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 238 12330 0 0 3 2 5 3 20 0 15 0 49109073 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 1946 12330 0 0 2 0 5 3 20 0 15 0 49109075 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273495557216 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=13999932 CPUtime=2.38 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 4913 12330 0 0 230 0 5 3 20 0 15 0 49109078 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=13999932 CPUtime=2.16 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 2508 12330 0 0 207 1 5 3 20 0 15 0 49109078 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=13999932 CPUtime=1.32 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 4382 12330 0 0 122 2 5 3 20 0 15 0 49109078 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 11 12330 0 0 0 0 5 3 20 0 15 0 49109082 14335930368 151579 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.38 1.47 1.46 3/209 28199
/proc/meminfo: memFree=29740020/32770624 swapFree=0/312668
[pid=28136] ppid=28133 vsize=14067516 CPUtime=22.89 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 76570 12330 0 0 2235 46 5 3 20 0 15 0 49109052 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3516879 259030 3479 1 0 3505493 0
[pid=28136/tid=28186] ppid=28133 vsize=14067516 CPUtime=11.69 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 41468 12330 0 0 1140 21 5 3 20 0 15 0 49109073 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140274022636464 140273657431872 0 4 1 16800974 0 0 0 -1 5 0 0 63 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 246 12330 0 0 10 4 5 3 20 0 15 0 49109073 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 168 12330 0 0 11 3 5 3 20 0 15 0 49109073 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=14067516 CPUtime=0.23 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 955 12330 0 0 11 4 5 3 20 0 15 0 49109073 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 298 12330 0 0 10 4 5 3 20 0 15 0 49109073 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 2741 12330 0 0 5 0 5 3 20 0 15 0 49109075 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273495557280 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 259030 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0

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

/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 3201 12330 0 0 5 0 5 3 20 0 15 0 49109075 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273495557280 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=14067516 CPUtime=4.64 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 14651 12330 0 0 454 2 5 3 20 0 15 0 49109078 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=14067516 CPUtime=4.45 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 9206 12330 0 0 435 2 5 3 20 0 15 0 49109078 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=14067516 CPUtime=1.74 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 5350 12330 0 0 164 2 5 3 20 0 15 0 49109078 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 519 12330 0 0 0 0 5 3 20 0 15 0 49109082 14405136384 377057 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 28.04
Current children cumulated vsize (KiB) 14067516

[startup+18.4007 s]
/proc/loadavg: 1.35 1.46 1.46 3/209 28199
/proc/meminfo: memFree=29235632/32770624 swapFree=0/312668
[pid=28136] ppid=28133 vsize=14067516 CPUtime=29.26 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 83665 12330 0 0 2860 58 5 3 20 0 15 0 49109052 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3516879 377100 3480 1 0 3505493 0
[pid=28136/tid=28186] ppid=28133 vsize=14067516 CPUtime=17.33 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 43448 12330 0 0 1698 27 5 3 20 0 15 0 49109073 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140274022634168 140273659548543 0 4 1 16800974 0 0 0 -1 3 0 0 63 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=14067516 CPUtime=0.26 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 314 12330 0 0 13 5 5 3 20 0 15 0 49109073 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=14067516 CPUtime=0.27 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 199 12330 0 0 14 5 5 3 20 0 15 0 49109073 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=14067516 CPUtime=0.27 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 1017 12330 0 0 14 5 5 3 20 0 15 0 49109073 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=14067516 CPUtime=0.27 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 708 12330 0 0 13 6 5 3 20 0 15 0 49109073 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 3201 12330 0 0 5 0 5 3 20 0 15 0 49109075 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273495557280 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=14067516 CPUtime=4.98 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 16024 12330 0 0 488 2 5 3 20 0 15 0 49109078 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=14067516 CPUtime=4.54 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 10626 12330 0 0 444 2 5 3 20 0 15 0 49109078 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=14067516 CPUtime=1.74 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 5350 12330 0 0 164 2 5 3 20 0 15 0 49109078 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 519 12330 0 0 0 0 5 3 20 0 15 0 49109082 14405136384 377100 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 29.26
Current children cumulated vsize (KiB) 14067516

[startup+18.8065 s]
/proc/loadavg: 1.40 1.47 1.46 3/209 28199
/proc/meminfo: memFree=29228752/32770624 swapFree=0/312660
[pid=28136] ppid=28133 vsize=14067516 CPUtime=29.71 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 83991 12330 0 0 2903 60 5 3 20 0 15 0 49109052 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3516879 379192 3480 1 0 3505493 0
[pid=28136/tid=28186] ppid=28133 vsize=14067516 CPUtime=17.73 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 43449 12330 0 0 1738 27 5 3 20 0 15 0 49109073 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140274022636432 140273652905214 0 4 1 16800974 0 0 0 -1 3 0 0 63 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 318 12330 0 0 14 6 5 3 20 0 15 0 49109073 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 204 12330 0 0 15 5 5 3 20 0 15 0 49109073 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=14067516 CPUtime=0.27 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 1022 12330 0 0 14 5 5 3 20 0 15 0 49109073 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 713 12330 0 0 14 6 5 3 20 0 15 0 49109073 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 3201 12330 0 0 5 0 5 3 20 0 15 0 49109075 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 54 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273495557280 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=14067516 CPUtime=4.98 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 16203 12330 0 0 488 2 5 3 20 0 15 0 49109078 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=14067516 CPUtime=4.54 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 10753 12330 0 0 444 2 5 3 20 0 15 0 49109078 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=14067516 CPUtime=1.74 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 5350 12330 0 0 164 2 5 3 20 0 15 0 49109078 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 519 12330 0 0 0 0 5 3 20 0 15 0 49109082 14405136384 379192 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 29.71
Current children cumulated vsize (KiB) 14067516

[startup+19.2011 s]
/proc/loadavg: 1.40 1.47 1.46 3/209 28199
/proc/meminfo: memFree=29228752/32770624 swapFree=0/312660
[pid=28136] ppid=28133 vsize=14069564 CPUtime=31.04 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 92074 12330 0 0 3035 61 5 3 20 0 15 0 49109052 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3517391 380963 3480 1 0 3506005 0
[pid=28136/tid=28186] ppid=28133 vsize=14069564 CPUtime=17.75 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) S 28133 28136 16548 0 -1 1077944384 43802 12330 0 0 1740 27 5 3 20 0 15 0 49109073 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140274022639824 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 63 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) R 28133 28136 16548 0 -1 4202560 389 12330 0 0 45 6 5 3 20 0 15 0 49109073 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273975369048 140273999998566 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) R 28133 28136 16548 0 -1 4202560 276 12330 0 0 46 5 5 3 20 0 15 0 49109073 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273974315936 140274003099678 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) R 28133 28136 16548 0 -1 4202560 1222 12330 0 0 46 5 5 3 20 0 15 0 49109073 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273973263448 140274003099678 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) R 28133 28136 16548 0 -1 4202560 781 12330 0 0 45 6 5 3 20 0 15 0 49109073 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274001578623 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 10262 12330 0 0 11 1 5 3 20 0 15 0 49109075 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273496609584 140274018412245 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 57 12330 0 0 0 0 5 3 20 0 15 0 49109075 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273495557264 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=14069564 CPUtime=4.98 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 16203 12330 0 0 488 2 5 3 20 0 15 0 49109078 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=14069564 CPUtime=4.55 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 10982 12330 0 0 445 2 5 3 20 0 15 0 49109078 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=14069564 CPUtime=1.74 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 5376 12330 0 0 164 2 5 3 20 0 15 0 49109078 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 519 12330 0 0 0 0 5 3 20 0 15 0 49109082 14407233536 380963 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 31.04
Current children cumulated vsize (KiB) 14069564

[startup+19.3007 s]
/proc/loadavg: 1.40 1.47 1.46 3/209 28199
/proc/meminfo: memFree=29228752/32770624 swapFree=0/312660
[pid=28136] ppid=28133 vsize=14069564 CPUtime=31.33 cores=1,3,5,7
/proc/28136/stat : 28136 (java) S 28133 28136 16548 0 -1 1077944320 92142 12330 0 0 3064 61 5 3 20 0 15 0 49109052 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140733748479456 140274018402039 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
/proc/28136/statm: 3517391 380725 3480 1 0 3506005 0
[pid=28136/tid=28186] ppid=28133 vsize=14069564 CPUtime=17.75 cores=1,3,5,7
/proc/28136/task/28186/stat : 28186 (java) R 28133 28136 16548 0 -1 4202560 43867 12330 0 0 1740 27 5 3 20 0 15 0 49109073 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140274022639824 140274011498875 0 4 1 16800974 0 0 0 -1 3 0 0 63 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28187] ppid=28133 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/28136/task/28187/stat : 28187 (java) S 28133 28136 16548 0 -1 1077944384 389 12330 0 0 51 6 5 3 20 0 15 0 49109073 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273975368848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28188] ppid=28133 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/28136/task/28188/stat : 28188 (java) S 28133 28136 16548 0 -1 1077944384 276 12330 0 0 52 5 5 3 20 0 15 0 49109073 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273974316048 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28189] ppid=28133 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/28136/task/28189/stat : 28189 (java) S 28133 28136 16548 0 -1 1077944384 1222 12330 0 0 52 5 5 3 20 0 15 0 49109073 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273973263248 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28190] ppid=28133 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/28136/task/28190/stat : 28190 (java) S 28133 28136 16548 0 -1 1077944384 785 12330 0 0 52 6 5 3 20 0 15 0 49109073 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273972210448 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28191] ppid=28133 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/28136/task/28191/stat : 28191 (java) S 28133 28136 16548 0 -1 1077944384 10262 12330 0 0 14 1 5 3 20 0 15 0 49109075 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273496611184 140274018413186 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28192] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28192/stat : 28192 (java) S 28133 28136 16548 0 -1 1077944384 57 12330 0 0 0 0 5 3 20 0 15 0 49109075 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273495557280 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28193] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28193/stat : 28193 (java) S 28133 28136 16548 0 -1 1077944384 44 12330 0 0 0 0 5 3 20 0 15 0 49109075 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273494504320 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28194] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28194/stat : 28194 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273493452624 140274018420635 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28195] ppid=28133 vsize=14069564 CPUtime=4.98 cores=1,3,5,7
/proc/28136/task/28195/stat : 28195 (java) S 28133 28136 16548 0 -1 1077944384 16203 12330 0 0 488 2 5 3 20 0 15 0 49109078 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273492401008 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28196] ppid=28133 vsize=14069564 CPUtime=4.55 cores=1,3,5,7
/proc/28136/task/28196/stat : 28196 (java) S 28133 28136 16548 0 -1 1077944384 10982 12330 0 0 445 2 5 3 20 0 15 0 49109078 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273491348208 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28197] ppid=28133 vsize=14069564 CPUtime=1.74 cores=1,3,5,7
/proc/28136/task/28197/stat : 28197 (java) S 28133 28136 16548 0 -1 1077944384 5376 12330 0 0 164 2 5 3 20 0 15 0 49109078 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273490295408 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28198] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28198/stat : 28198 (java) S 28133 28136 16548 0 -1 1077944384 3 12330 0 0 0 0 5 3 20 0 15 0 49109078 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273489242848 140274018412245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
[pid=28136/tid=28199] ppid=28133 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28136/task/28199/stat : 28199 (java) S 28133 28136 16548 0 -1 1077944384 519 12330 0 0 0 0 5 3 20 0 15 0 49109082 14407233536 380725 18446744073709551615 4194304 4196468 140733748496912 140273488190128 140274018413186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 13463552 140733748500432 140733748503217 140733748503217 140733748506575 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 19.3689
CPU time (s): 31.4282
CPU user time (s): 30.7662
CPU system time (s): 0.66198
CPU usage (%): 162.261
Max. virtual memory (cumulated for all children) (KiB): 14070024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7662
system time used= 0.66198
maximum resident set size= 1527444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104896
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= 8610
involuntary context switches= 139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088874 second user time and 0.12325 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 18:18:15
IDJOB=4262715
IDBENCH=135913
IDSOLVER=2650
FILE ID=node126/4262715-1502469135
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-727-a4_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262715-1502469135/watcher-4262715-1502469135 -o /tmp/evaluation-result-4262715-1502469135/solver-4262715-1502469135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262715-1502469135.xml

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

MD5SUM BENCH= feda79726080e93715556435cff6944b
RANDOM SEED=926353451

node126.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.81
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.81
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.81
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.81
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:        30709340 kB
MemAvailable:   31335460 kB
Buffers:          287388 kB
Cached:           611588 kB
SwapCached:          524 kB
Active:          1216872 kB
Inactive:         383912 kB
Active(anon):     655728 kB
Inactive(anon):    71324 kB
Active(file):     561144 kB
Inactive(file):   312588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24536 kB
Writeback:             0 kB
AnonPages:        701172 kB
Mapped:            54620 kB
Shmem:             25248 kB
Slab:             162560 kB
SReclaimable:     136444 kB
SUnreclaim:        26116 kB
KernelStack:        3456 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1344332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 18:18:34