Trace number 4262713

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 34.2738 21.3964

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-142_X2.xml
MD5SUMd56953f82a267c4c8ee700c959d37f45
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 benchmark6.3958201
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":180,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
Optimization problemNO
Type of objective

Solver Data

3.15/2.19	c Concrete v3.4 running
34.09/21.37	v <instantiation>
34.09/21.37	v       <list>
34.09/21.37	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]
34.09/21.37	v       </list>
34.09/21.37	v       <values>
34.09/21.37	v         179 0 20 6 16 8 17 10 4 19 12 18 3 2 5 15 1 13 7 11 14 9 18 11 2 26 6 3 4 1 13 2 3 0 23 11 7 8 0 4 29 8 29 31 57 63 66 70 71 84 86 89 89 112 123 130 138 138 142 171 179
34.09/21.37	v       </values>
34.09/21.37	v     </instantiation>
34.09/21.37	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-4262713-1502467030/watcher-4262713-1502467030 -o /tmp/evaluation-result-4262713-1502467030/solver-4262713-1502467030 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4262713-1502467030.xml 

pid=21488
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.60 1.48 1.47 3/198 21491
/proc/meminfo: memFree=30243108/32770624 swapFree=0/438812
[pid=21491] ppid=21488 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21491/stat : 21491 (runsolver) D 21488 21491 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 94518246 24240128 108 18446744073709551615 4194304 4338465 140726752599792 140726752597432 139903476835031 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19652608 140726752608465 140726752608841 140726752608841 140726752612298 0
/proc/21491/statm: 5918 108 54 36 0 2156 0

[startup+0.100089 s]
/proc/loadavg: 1.60 1.48 1.47 3/198 21491
/proc/meminfo: memFree=30243108/32770624 swapFree=0/438812
[pid=21491] ppid=21488 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21491/stat : 21491 (bash) S 21488 21491 4821 0 -1 4202496 893 6488 0 0 0 0 0 1 20 0 1 0 94518246 9867264 377 18446744073709551615 4194304 5098028 140725035125200 140725035119208 139770578304000 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 26906624 140725035131412 140725035131497 140725035131497 140725035134954 0
/proc/21491/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200309 s]
/proc/loadavg: 1.60 1.48 1.47 3/198 21491
/proc/meminfo: memFree=30243108/32770624 swapFree=0/438812
[pid=21491] ppid=21488 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21491/stat : 21491 (bash) S 21488 21491 4821 0 -1 4202496 893 6488 0 0 0 0 0 1 20 0 1 0 94518246 9867264 377 18446744073709551615 4194304 5098028 140725035125200 140725035119208 139770578304000 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 26906624 140725035131412 140725035131497 140725035131497 140725035134954 0
/proc/21491/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300304 s]
/proc/loadavg: 1.60 1.48 1.47 3/198 21491
/proc/meminfo: memFree=30243108/32770624 swapFree=0/438812
[pid=21491] ppid=21488 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 5805 12462 0 0 5 1 5 3 20 0 14 0 94518246 14241083392 5490 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3476827 5490 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700284 s]
/proc/loadavg: 1.60 1.48 1.47 3/198 21491
/proc/meminfo: memFree=30243108/32770624 swapFree=0/438812
[pid=21491] ppid=21488 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 13916 12462 0 0 57 3 5 3 20 0 15 0 94518246 14310178816 14347 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3493696 14347 3128 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50479 s]
/proc/loadavg: 1.60 1.48 1.47 3/213 21554
/proc/meminfo: memFree=30149392/32770624 swapFree=0/438720
[pid=21491] ppid=21488 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 28166 12462 0 0 171 9 5 3 20 0 15 0 94518246 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3496352 40721 3363 1 0 3485525 0
[pid=21491/tid=21541] ppid=21488 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) S 21488 21491 4821 0 -1 1077944384 21480 12462 0 0 115 5 5 3 20 0 15 0 94518269 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140643621465968 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) R 21488 21491 4821 0 -1 1077944384 203 12462 0 0 0 0 5 3 20 0 15 0 94518270 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) R 21488 21491 4821 0 -1 4202560 31 12462 0 0 0 0 5 3 20 0 15 0 94518270 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643610351660 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) R 21488 21491 4821 0 -1 4202560 57 12462 0 0 0 0 5 3 20 0 15 0 94518270 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643610343440 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) R 21488 21491 4821 0 -1 4202560 47 12462 0 0 0 0 5 3 20 0 15 0 94518270 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643602235367 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 1501 12462 0 0 1 0 5 3 20 0 15 0 94518271 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642802520608 140643617257173 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 33 12462 0 0 0 0 5 3 20 0 15 0 94518272 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642801468320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 21 12462 0 0 0 0 5 3 20 0 15 0 94518272 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642800415728 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) S 21488 21491 4821 0 -1 1077944384 890 12462 0 0 12 0 5 3 20 0 15 0 94518274 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642730633712 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) S 21488 21491 4821 0 -1 1077944384 799 12462 0 0 17 0 5 3 20 0 15 0 94518274 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642729581168 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) S 21488 21491 4821 0 -1 1077944384 946 12462 0 0 22 0 5 3 20 0 15 0 94518274 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642728524000 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518277 14321057792 40721 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.1046 s]
/proc/loadavg: 1.64 1.49 1.47 3/213 21554
/proc/meminfo: memFree=30071220/32770624 swapFree=0/438720
[pid=21491] ppid=21488 vsize=13997884 CPUtime=5.44 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 39664 12462 0 0 522 14 5 3 20 0 15 0 94518246 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3499471 63139 3446 1 0 3488085 0
[pid=21491/tid=21541] ppid=21488 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) R 21488 21491 4821 0 -1 4202560 29434 12462 0 0 271 8 5 3 20 0 15 0 94518269 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140643621471904 140643617258902 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) S 21488 21491 4821 0 -1 1077944384 208 12462 0 0 0 0 5 3 20 0 15 0 94518270 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) S 21488 21491 4821 0 -1 1077944384 31 12462 0 0 1 0 5 3 20 0 15 0 94518270 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) S 21488 21491 4821 0 -1 1077944384 58 12462 0 0 1 0 5 3 20 0 15 0 94518270 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) S 21488 21491 4821 0 -1 1077944384 50 12462 0 0 0 0 5 3 20 0 15 0 94518270 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 1508 12462 0 0 1 0 5 3 20 0 15 0 94518271 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642802522096 140643617258114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 56 12462 0 0 0 0 5 3 20 0 15 0 94518272 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642801468384 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 43 12462 0 0 0 0 5 3 20 0 15 0 94518272 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=13997884 CPUtime=0.81 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) R 21488 21491 4821 0 -1 4202560 1854 12462 0 0 73 0 5 3 20 0 15 0 94518274 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642730616064 140643617268314 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) R 21488 21491 4821 0 -1 4202560 1581 12462 0 0 80 1 5 3 20 0 15 0 94518274 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642729561600 140643617258902 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) R 21488 21491 4821 0 -1 1077944384 2680 12462 0 0 90 1 5 3 20 0 15 0 94518274 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642728528720 140643617257173 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518277 14333833216 63139 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13997884

[startup+6.30135 s]
/proc/loadavg: 1.64 1.49 1.47 6/213 21554
/proc/meminfo: memFree=29878360/32770624 swapFree=0/438716
[pid=21491] ppid=21488 vsize=14001980 CPUtime=14.22 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 63362 12462 0 0 1390 24 5 3 20 0 15 0 94518246 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3500495 118365 3465 1 0 3489109 0
[pid=21491/tid=21541] ppid=21488 vsize=14001980 CPUtime=5.72 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) R 21488 21491 4821 0 -1 4202560 35775 12462 0 0 552 12 5 3 20 0 15 0 94518269 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140643621470880 140643602941952 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) S 21488 21491 4821 0 -1 1077944384 262 12462 0 0 6 1 5 3 20 0 15 0 94518270 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) S 21488 21491 4821 0 -1 1077944384 162 12462 0 0 7 1 5 3 20 0 15 0 94518270 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) S 21488 21491 4821 0 -1 1077944384 127 12462 0 0 5 1 5 3 20 0 15 0 94518270 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) S 21488 21491 4821 0 -1 1077944384 986 12462 0 0 6 1 5 3 20 0 15 0 94518270 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 2947 12462 0 0 3 1 5 3 20 0 15 0 94518271 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642802522096 140643617258114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 62 12462 0 0 0 0 5 3 20 0 15 0 94518272 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642801468384 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 46 12462 0 0 0 0 5 3 20 0 15 0 94518272 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=14001980 CPUtime=3.42 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) R 21488 21491 4821 0 -1 4202560 6436 12462 0 0 333 1 5 3 20 0 15 0 94518274 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642730623424 140643602412512 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=14001980 CPUtime=3.49 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) R 21488 21491 4821 0 -1 4202560 7484 12462 0 0 340 1 5 3 20 0 15 0 94518274 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642729564368 140643600747165 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=14001980 CPUtime=1.42 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) R 21488 21491 4821 0 -1 4202560 6205 12462 0 0 132 2 5 3 20 0 15 0 94518274 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642728528624 140643596203305 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 713 12462 0 0 0 0 5 3 20 0 15 0 94518277 14338027520 118365 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.76 1.52 1.48 4/213 21554
/proc/meminfo: memFree=29376920/32770624 swapFree=0/438716
[pid=21491] ppid=21488 vsize=14067516 CPUtime=24.71 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 91906 12462 0 0 2421 42 5 3 20 0 15 0 94518246 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3516879 252475 3478 1 0 3505493 0
[pid=21491/tid=21541] ppid=21488 vsize=14067516 CPUtime=12.06 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) R 21488 21491 4821 0 -1 4202560 49015 12462 0 0 1177 21 5 3 20 0 15 0 94518269 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140643621481104 140643218298935 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) S 21488 21491 4821 0 -1 1077944384 569 12462 0 0 10 3 5 3 20 0 15 0 94518270 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) S 21488 21491 4821 0 -1 1077944384 199 12462 0 0 10 2 5 3 20 0 15 0 94518270 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) S 21488 21491 4821 0 -1 1077944384 167 12462 0 0 8 2 5 3 20 0 15 0 94518270 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) S 21488 21491 4821 0 -1 1077944384 1023 12462 0 0 10 3 5 3 20 0 15 0 94518270 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 3345 12462 0 0 4 1 5 3 20 0 15 0 94518271 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140642802522096 140643617258114 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 63 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140642801468384 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 47 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14405136384 252475 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0

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

/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 3446 12462 0 0 4 1 5 3 20 0 15 0 94518271 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642802522096 140643617258114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 63 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642801468384 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 47 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=14067516 CPUtime=5.06 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) S 21488 21491 4821 0 -1 1077944384 11814 12462 0 0 496 2 5 3 20 0 15 0 94518274 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642730633712 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=14067516 CPUtime=5.6 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) S 21488 21491 4821 0 -1 1077944384 13570 12462 0 0 550 2 5 3 20 0 15 0 94518274 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642729581168 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) S 21488 21491 4821 0 -1 1077944384 7939 12462 0 0 155 2 5 3 20 0 15 0 94518274 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642728528624 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 2006 12462 0 0 0 0 5 3 20 0 15 0 94518277 14405136384 333878 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 31.3
Current children cumulated vsize (KiB) 14067516

[startup+20.0007 s]
/proc/loadavg: 1.78 1.53 1.48 3/213 21554
/proc/meminfo: memFree=28857784/32770624 swapFree=0/438716
[pid=21491] ppid=21488 vsize=14067516 CPUtime=32.11 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 93019 12462 0 0 3152 51 5 3 20 0 15 0 94518246 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3516879 348726 3478 1 0 3505493 0
[pid=21491/tid=21541] ppid=21488 vsize=14067516 CPUtime=19.34 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) R 21488 21491 4821 0 -1 4202560 49921 12462 0 0 1900 26 5 3 20 0 15 0 94518269 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643621481296 140643233066437 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) S 21488 21491 4821 0 -1 1077944384 577 12462 0 0 10 4 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) S 21488 21491 4821 0 -1 1077944384 209 12462 0 0 11 3 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) S 21488 21491 4821 0 -1 1077944384 176 12462 0 0 9 3 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) S 21488 21491 4821 0 -1 1077944384 1032 12462 0 0 10 4 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 3507 12462 0 0 4 1 5 3 20 0 15 0 94518271 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642802522096 140643617258114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 63 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642801468384 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 47 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=14067516 CPUtime=5.06 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) S 21488 21491 4821 0 -1 1077944384 11814 12462 0 0 496 2 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642730633712 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=14067516 CPUtime=5.6 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) S 21488 21491 4821 0 -1 1077944384 13570 12462 0 0 550 2 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642729581168 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) S 21488 21491 4821 0 -1 1077944384 7939 12462 0 0 155 2 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642728528624 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 2006 12462 0 0 0 1 5 3 20 0 15 0 94518277 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 32.11
Current children cumulated vsize (KiB) 14067516

[startup+20.8006 s]
/proc/loadavg: 1.78 1.53 1.48 3/213 21554
/proc/meminfo: memFree=28857784/32770624 swapFree=0/438716
[pid=21491] ppid=21488 vsize=14067516 CPUtime=32.91 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 93553 12462 0 0 3232 51 5 3 20 0 15 0 94518246 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3516879 348726 3478 1 0 3505493 0
[pid=21491/tid=21541] ppid=21488 vsize=14067516 CPUtime=20.14 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) R 21488 21491 4821 0 -1 4202560 50455 12462 0 0 1980 26 5 3 20 0 15 0 94518269 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643621481184 140643232039644 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) S 21488 21491 4821 0 -1 1077944384 577 12462 0 0 10 4 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) S 21488 21491 4821 0 -1 1077944384 209 12462 0 0 11 3 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) S 21488 21491 4821 0 -1 1077944384 176 12462 0 0 9 3 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) S 21488 21491 4821 0 -1 1077944384 1032 12462 0 0 10 4 5 3 20 0 15 0 94518270 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 3507 12462 0 0 4 1 5 3 20 0 15 0 94518271 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642802522096 140643617258114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 63 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642801468384 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 47 12462 0 0 0 0 5 3 20 0 15 0 94518272 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=14067516 CPUtime=5.06 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) S 21488 21491 4821 0 -1 1077944384 11814 12462 0 0 496 2 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642730633712 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=14067516 CPUtime=5.6 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) S 21488 21491 4821 0 -1 1077944384 13570 12462 0 0 550 2 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642729581168 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) S 21488 21491 4821 0 -1 1077944384 7939 12462 0 0 155 2 5 3 20 0 15 0 94518274 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642728528624 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 2006 12462 0 0 0 1 5 3 20 0 15 0 94518277 14405136384 348726 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 32.91
Current children cumulated vsize (KiB) 14067516

[startup+21.2113 s]
/proc/loadavg: 1.78 1.53 1.48 3/213 21554
/proc/meminfo: memFree=28857784/32770624 swapFree=0/438716
[pid=21491] ppid=21488 vsize=14069564 CPUtime=33.83 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 97904 12462 0 0 3323 52 5 3 20 0 15 0 94518246 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3517391 351369 3478 1 0 3506005 0
[pid=21491/tid=21541] ppid=21488 vsize=14069564 CPUtime=20.34 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) S 21488 21491 4821 0 -1 1077944384 50626 12462 0 0 2000 26 5 3 20 0 15 0 94518269 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140643621484688 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) R 21488 21491 4821 0 -1 4202560 583 12462 0 0 27 4 5 3 20 0 15 0 94518270 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643602232263 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) R 21488 21491 4821 0 -1 4202560 231 12462 0 0 28 3 5 3 20 0 15 0 94518270 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140643216120920 140643598843677 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=14069564 CPUtime=0.36 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) R 21488 21491 4821 0 -1 4202560 194 12462 0 0 25 3 5 3 20 0 15 0 94518270 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643601944719 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=14069564 CPUtime=0.39 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) R 21488 21491 4821 0 -1 4202560 1043 12462 0 0 27 4 5 3 20 0 15 0 94518270 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643598843468 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) S 21488 21491 4821 0 -1 1077944384 7616 12462 0 0 8 1 5 3 20 0 15 0 94518271 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642802520496 140643617257173 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 63 12462 0 0 0 0 5 3 20 0 15 0 94518272 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642801467888 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 47 12462 0 0 0 0 5 3 20 0 15 0 94518272 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=14069564 CPUtime=5.06 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) S 21488 21491 4821 0 -1 1077944384 11823 12462 0 0 496 2 5 3 20 0 15 0 94518274 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642730633712 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=14069564 CPUtime=5.6 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) S 21488 21491 4821 0 -1 1077944384 13570 12462 0 0 550 2 5 3 20 0 15 0 94518274 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642729581168 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) S 21488 21491 4821 0 -1 1077944384 7944 12462 0 0 155 2 5 3 20 0 15 0 94518274 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642728528624 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 2006 12462 0 0 0 1 5 3 20 0 15 0 94518277 14407233536 351369 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 33.83
Current children cumulated vsize (KiB) 14069564

[startup+21.3093 s]
/proc/loadavg: 1.78 1.53 1.48 3/213 21554
/proc/meminfo: memFree=28857784/32770624 swapFree=0/438716
[pid=21491] ppid=21488 vsize=14069564 CPUtime=34.09 cores=1,3,5,7
/proc/21491/stat : 21491 (java) S 21488 21491 4821 0 -1 1077944320 97912 12462 0 0 3349 52 5 3 20 0 15 0 94518246 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140723048437984 140643617246967 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
/proc/21491/statm: 3517391 351373 3478 1 0 3506005 0
[pid=21491/tid=21541] ppid=21488 vsize=14069564 CPUtime=20.34 cores=1,3,5,7
/proc/21491/task/21541/stat : 21541 (java) S 21488 21491 4821 0 -1 1077944384 50627 12462 0 0 2000 26 5 3 20 0 15 0 94518269 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140643621484688 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21542] ppid=21488 vsize=14069564 CPUtime=0.44 cores=1,3,5,7
/proc/21491/task/21542/stat : 21542 (java) S 21488 21491 4821 0 -1 1077944384 587 12462 0 0 32 4 5 3 20 0 15 0 94518270 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140643217173264 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21543] ppid=21488 vsize=14069564 CPUtime=0.44 cores=1,3,5,7
/proc/21491/task/21543/stat : 21543 (java) S 21488 21491 4821 0 -1 1077944384 232 12462 0 0 33 3 5 3 20 0 15 0 94518270 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140643216120720 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21544] ppid=21488 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/21491/task/21544/stat : 21544 (java) S 21488 21491 4821 0 -1 1077944384 194 12462 0 0 31 3 5 3 20 0 15 0 94518270 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140643215068176 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21545] ppid=21488 vsize=14069564 CPUtime=0.44 cores=1,3,5,7
/proc/21491/task/21545/stat : 21545 (java) S 21488 21491 4821 0 -1 1077944384 1044 12462 0 0 32 4 5 3 20 0 15 0 94518270 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140643214015632 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21546] ppid=21488 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/21491/task/21546/stat : 21546 (java) R 21488 21491 4821 0 -1 4202560 7616 12462 0 0 13 1 5 3 20 0 15 0 94518271 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642802520384 140643598653357 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21547] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21547/stat : 21547 (java) S 21488 21491 4821 0 -1 1077944384 64 12462 0 0 0 0 5 3 20 0 15 0 94518272 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642801467888 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21548] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21548/stat : 21548 (java) S 21488 21491 4821 0 -1 1077944384 47 12462 0 0 0 0 5 3 20 0 15 0 94518272 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642800415744 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21549] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21549/stat : 21549 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518274 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642799364304 140643617265563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21550] ppid=21488 vsize=14069564 CPUtime=5.06 cores=1,3,5,7
/proc/21491/task/21550/stat : 21550 (java) S 21488 21491 4821 0 -1 1077944384 11823 12462 0 0 496 2 5 3 20 0 15 0 94518274 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642730633712 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21551] ppid=21488 vsize=14069564 CPUtime=5.6 cores=1,3,5,7
/proc/21491/task/21551/stat : 21551 (java) S 21488 21491 4821 0 -1 1077944384 13570 12462 0 0 550 2 5 3 20 0 15 0 94518274 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642729581168 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21552] ppid=21488 vsize=14069564 CPUtime=1.65 cores=1,3,5,7
/proc/21491/task/21552/stat : 21552 (java) S 21488 21491 4821 0 -1 1077944384 7944 12462 0 0 155 2 5 3 20 0 15 0 94518274 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642728528624 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21553] ppid=21488 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/21491/task/21553/stat : 21553 (java) S 21488 21491 4821 0 -1 1077944384 3 12462 0 0 0 0 5 3 20 0 15 0 94518275 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642727476320 140643617257173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
[pid=21491/tid=21554] ppid=21488 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/21491/task/21554/stat : 21554 (java) S 21488 21491 4821 0 -1 1077944384 2006 12462 0 0 0 1 5 3 20 0 15 0 94518277 14407233536 351373 18446744073709551615 4194304 4196468 140723048455440 140642726422832 140643617258114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 8589312 140723048458192 140723048460977 140723048460977 140723048464335 0
Current children cumulated CPU time (s) 34.09
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 21.3964
CPU time (s): 34.2738
CPU user time (s): 33.7
CPU system time (s): 0.573786
CPU usage (%): 160.185
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.7
system time used= 0.573786
maximum resident set size= 1406312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111109
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= 8085
involuntary context switches= 123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100667 second user time and 0.135322 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 17:43:03
IDJOB=4262713
IDBENCH=135692
IDSOLVER=2650
FILE ID=node133/4262713-1502467030
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-142_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262713-1502467030/watcher-4262713-1502467030 -o /tmp/evaluation-result-4262713-1502467030/solver-4262713-1502467030 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262713-1502467030.xml

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

MD5SUM BENCH= d56953f82a267c4c8ee700c959d37f45
RANDOM SEED=1237031516

node133.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.17
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.17
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.17
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.17
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:        30244232 kB
MemAvailable:   31136376 kB
Buffers:          296356 kB
Cached:           890036 kB
SwapCached:            0 kB
Active:          1618084 kB
Inactive:         471664 kB
Active(anon):     903964 kB
Inactive(anon):    33112 kB
Active(file):     714120 kB
Inactive(file):   438552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24024 kB
Writeback:             4 kB
AnonPages:        903452 kB
Mapped:            64644 kB
Shmem:             33468 kB
Slab:             137924 kB
SReclaimable:     110612 kB
SUnreclaim:        27312 kB
KernelStack:        3488 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1442664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 17:43:24