Trace number 4262058

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT0 2091.21 2059.8799

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.11268
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.35/2.28	c Concrete v3.4 running
26.55/15.80	o 12
26.55/15.85	o 11
26.87/15.91	o 10
26.87/15.93	o 9
37.57/25.06	o 8
38.51/25.92	o 7
43.70/31.05	o 5
45.33/32.67	o 4
45.89/33.17	o 3
64.62/51.75	o 2
73.72/60.76	o 1
2091.10/2059.87	o 0
2091.10/2059.87	v <instantiation cost="0">
2091.10/2059.87	v       <list>
2091.10/2059.87	v         q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14]
2091.10/2059.87	v       </list>
2091.10/2059.87	v       <values>
2091.10/2059.87	v         18 48 39 24 11 6 19 34 47 38 33 46 41 32 17 22 37 42 29 14 1 10 23 36 45 40 27 18 5 20 25 12 3 8 21 16 7 2 15 0 9 4 13 26 31 44 35 30 43 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2091.10/2059.87	v       </values>
2091.10/2059.87	v     </instantiation>
2091.10/2059.87	s OPTIMUM FOUND

Verifier Data

OK	0

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-4262058-1502453217/watcher-4262058-1502453217 -o /tmp/evaluation-result-4262058-1502453217/solver-4262058-1502453217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4262058-1502453217.xml 

pid=16142
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.43 1.40 1.38 3/199 16145
/proc/meminfo: memFree=30343540/32770624 swapFree=0/428300
[pid=16145] ppid=16142 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16145/stat : 16145 (runsolver) D 16142 16145 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93136893 24240128 106 18446744073709551615 4194304 4338465 140725786564160 140725786561800 139766506164951 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 23928832 140725786570961 140725786571337 140725786571337 140725786574794 0
/proc/16145/statm: 5918 106 53 36 0 2156 0

[startup+0.100161 s]
/proc/loadavg: 1.43 1.40 1.38 3/199 16145
/proc/meminfo: memFree=30343540/32770624 swapFree=0/428300
[pid=16145] ppid=16142 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16145/stat : 16145 (bash) S 16142 16145 4821 0 -1 4202496 684 1541 0 0 0 0 0 0 20 0 1 0 93136893 9736192 352 18446744073709551615 4194304 5098028 140724061750512 140724061748152 140671959542784 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 35872768 140724061753876 140724061753961 140724061753961 140724061757418 0
/proc/16145/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200325 s]
/proc/loadavg: 1.43 1.40 1.38 3/199 16145
/proc/meminfo: memFree=30343540/32770624 swapFree=0/428300
[pid=16145] ppid=16142 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16145/stat : 16145 (bash) S 16142 16145 4821 0 -1 4202496 897 6475 0 0 0 0 0 1 20 0 1 0 93136893 9867264 377 18446744073709551615 4194304 5098028 140724061750512 140724061744520 140671959542784 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 35872768 140724061753876 140724061753961 140724061753961 140724061757418 0
/proc/16145/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300318 s]
/proc/loadavg: 1.43 1.40 1.38 3/199 16145
/proc/meminfo: memFree=30343540/32770624 swapFree=0/428300
[pid=16145] ppid=16142 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 5754 12350 0 0 5 1 5 3 20 0 14 0 93136893 14241083392 5430 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3476827 5430 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700279 s]
/proc/loadavg: 1.43 1.40 1.38 3/199 16145
/proc/meminfo: memFree=30343540/32770624 swapFree=0/428300
[pid=16145] ppid=16142 vsize=13974784 CPUtime=0.57 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 13195 12350 0 0 46 3 5 3 20 0 15 0 93136893 14310178816 13946 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3493696 13946 3058 1 0 3482965 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.43 1.40 1.38 3/214 16208
/proc/meminfo: memFree=30257880/32770624 swapFree=0/428332
[pid=16145] ppid=16142 vsize=13985408 CPUtime=1.77 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 25435 12350 0 0 161 8 5 3 20 0 15 0 93136893 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3496352 33710 3338 1 0 3485525 0
[pid=16145/tid=16195] ppid=16142 vsize=13985408 CPUtime=1.25 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 20267 12350 0 0 111 6 5 3 20 0 15 0 93136914 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140111180203904 140111176000669 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 1 12350 0 0 0 0 5 3 20 0 15 0 93136915 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 1 12350 0 0 0 0 5 3 20 0 15 0 93136915 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 1 12350 0 0 0 0 5 3 20 0 15 0 93136915 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 2 12350 0 0 0 0 5 3 20 0 15 0 93136915 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 5 12350 0 0 0 0 5 3 20 0 15 0 93136916 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 33 12350 0 0 0 0 5 3 20 0 15 0 93136917 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110091465888 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 21 12350 0 0 0 0 5 3 20 0 15 0 93136917 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110090412784 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) S 16142 16145 4821 0 -1 1077944384 883 12350 0 0 12 0 5 3 20 0 15 0 93136919 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140109886253808 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) S 16142 16145 4821 0 -1 1077944384 867 12350 0 0 15 0 5 3 20 0 15 0 93136919 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 1189 12350 0 0 21 0 5 3 20 0 15 0 93136920 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136930 14321057792 33710 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 13985408

[startup+3.10062 s]
/proc/loadavg: 1.43 1.40 1.38 5/214 16208
/proc/meminfo: memFree=30170464/32770624 swapFree=0/428332
[pid=16145] ppid=16142 vsize=13997884 CPUtime=5.62 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 38991 12350 0 0 539 15 5 3 20 0 15 0 93136893 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3499471 57158 3446 1 0 3488085 0
[pid=16145/tid=16195] ppid=16142 vsize=13997884 CPUtime=2.81 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 28340 12350 0 0 265 8 5 3 20 0 15 0 93136914 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140111180209776 140111157542295 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 201 12350 0 0 0 0 5 3 20 0 15 0 93136915 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 42 12350 0 0 1 0 5 3 20 0 15 0 93136915 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 31 12350 0 0 1 0 5 3 20 0 15 0 93136915 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 42 12350 0 0 0 0 5 3 20 0 15 0 93136915 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 656 12350 0 0 1 0 5 3 20 0 15 0 93136916 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 55 12350 0 0 0 0 5 3 20 0 15 0 93136917 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110091465888 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 44 12350 0 0 0 0 5 3 20 0 15 0 93136917 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110090412784 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) R 16142 16145 4821 0 -1 4202560 2723 12350 0 0 92 1 5 3 20 0 15 0 93136919 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140109886234224 140111160642160 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=13997884 CPUtime=0.88 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) R 16142 16145 4821 0 -1 4202560 1614 12350 0 0 80 0 5 3 20 0 15 0 93136919 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140109885187728 140111159337041 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=13997884 CPUtime=1.03 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 3078 12350 0 0 94 1 5 3 20 0 15 0 93136920 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136930 14333833216 57158 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.39 1.39 1.38 5/214 16208
/proc/meminfo: memFree=29994836/32770624 swapFree=0/428332
[pid=16145] ppid=16142 vsize=14071612 CPUtime=15.14 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 92230 12350 0 0 1479 27 5 3 20 0 15 0 93136893 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3517903 95156 3475 1 0 3506517 0
[pid=16145/tid=16195] ppid=16142 vsize=14071612 CPUtime=5.75 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 48793 12350 0 0 554 13 5 3 20 0 15 0 93136914 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140111180209856 140110792614110 0 4 1 16800974 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 984 12350 0 0 2 0 5 3 20 0 15 0 93136915 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 150 12350 0 0 3 0 5 3 20 0 15 0 93136915 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 216 12350 0 0 2 0 5 3 20 0 15 0 93136915 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 114 12350 0 0 2 1 5 3 20 0 15 0 93136915 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 2588 12350 0 0 4 0 5 3 20 0 15 0 93136916 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 61 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 51 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=14071612 CPUtime=3.79 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) R 16142 16145 4821 0 -1 4202560 9732 12350 0 0 369 2 5 3 20 0 15 0 93136919 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140109886240656 140111157522947 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=14071612 CPUtime=3.6 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) R 16142 16145 4821 0 -1 4202560 16238 12350 0 0 350 2 5 3 20 0 15 0 93136919 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111155330249 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=14071612 CPUtime=1.98 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 10196 12350 0 0 186 4 5 3 20 0 15 0 93136920 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 19 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 948 12350 0 0 0 0 5 3 20 0 15 0 93136930 14409330688 95156 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 14071612

[startup+12.7007 s]
/proc/loadavg: 1.52 1.42 1.39 3/214 16208
/proc/meminfo: memFree=29854040/32770624 swapFree=0/428332
[pid=16145] ppid=16142 vsize=14071612 CPUtime=22.97 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 94776 12350 0 0 2257 32 5 3 20 0 15 0 93136893 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3517903 125619 3476 1 0 3506517 0
[pid=16145/tid=16195] ppid=16142 vsize=14071612 CPUtime=12.12 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 49394 12350 0 0 1189 15 5 3 20 0 15 0 93136914 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140111180212288 140110776623164 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 1346 12350 0 0 3 1 5 3 20 0 15 0 93136915 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 199 12350 0 0 4 1 5 3 20 0 15 0 93136915 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 246 12350 0 0 4 1 5 3 20 0 15 0 93136915 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 495 12350 0 0 4 1 5 3 20 0 15 0 93136915 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 2838 12350 0 0 5 0 5 3 20 0 15 0 93136916 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 61 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 51 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 125619 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0

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

/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 19080 12350 0 0 560 30 5 3 20 0 15 0 93136916 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 70 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 54 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=14071612 CPUtime=5.44 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) S 16142 16145 4821 0 -1 1077944384 17437 12350 0 0 532 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109886253808 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=14071612 CPUtime=5.46 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) S 16142 16145 4821 0 -1 1077944384 24312 12350 0 0 534 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=14071612 CPUtime=2.22 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 21014 12350 0 0 209 5 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=14071612 CPUtime=1.22 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 1839 12350 0 0 55 59 5 3 20 0 15 0 93136930 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 2085.64
Current children cumulated vsize (KiB) 14071612

[startup+2057.6 s]
/proc/loadavg: 1.38 1.34 1.37 3/212 16480
/proc/meminfo: memFree=28884608/32770624 swapFree=0/428856
[pid=16145] ppid=16142 vsize=14071612 CPUtime=2088.87 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 212463 12350 0 0 208638 241 5 3 20 0 15 0 93136893 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3517903 200109 3483 1 0 3506517 0
[pid=16145/tid=16195] ppid=16142 vsize=14071612 CPUtime=2042.75 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 84772 12350 0 0 204230 37 5 3 20 0 15 0 93136914 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111180212752 140110791193543 0 4 1 16800974 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 11796 12350 0 0 619 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 11089 12350 0 0 617 36 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=14071612 CPUtime=6.59 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 8482 12350 0 0 617 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=14071612 CPUtime=6.6 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 10354 12350 0 0 615 37 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=14071612 CPUtime=5.99 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 19082 12350 0 0 561 30 5 3 20 0 15 0 93136916 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 70 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 54 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=14071612 CPUtime=5.44 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) S 16142 16145 4821 0 -1 1077944384 17437 12350 0 0 532 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109886253808 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=14071612 CPUtime=5.46 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) S 16142 16145 4821 0 -1 1077944384 24312 12350 0 0 534 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=14071612 CPUtime=2.22 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 21014 12350 0 0 209 5 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=14071612 CPUtime=1.22 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 1839 12350 0 0 55 59 5 3 20 0 15 0 93136930 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 2088.87
Current children cumulated vsize (KiB) 14071612

[startup+2059.2 s]
/proc/loadavg: 1.43 1.35 1.37 3/212 16480
/proc/meminfo: memFree=28884608/32770624 swapFree=0/428856
[pid=16145] ppid=16142 vsize=14071612 CPUtime=2090.5 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 212470 12350 0 0 208800 242 5 3 20 0 15 0 93136893 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3517903 200109 3483 1 0 3506517 0
[pid=16145/tid=16195] ppid=16142 vsize=14071612 CPUtime=2044.34 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 84779 12350 0 0 204389 37 5 3 20 0 15 0 93136914 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111180212816 140110793107219 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 11796 12350 0 0 619 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 11089 12350 0 0 617 36 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=14071612 CPUtime=6.6 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 8482 12350 0 0 618 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 10354 12350 0 0 616 37 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=14071612 CPUtime=5.99 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 19082 12350 0 0 561 30 5 3 20 0 15 0 93136916 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 70 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 54 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=14071612 CPUtime=5.44 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) S 16142 16145 4821 0 -1 1077944384 17437 12350 0 0 532 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109886253808 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=14071612 CPUtime=5.46 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) S 16142 16145 4821 0 -1 1077944384 24312 12350 0 0 534 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=14071612 CPUtime=2.22 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 21014 12350 0 0 209 5 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=14071612 CPUtime=1.22 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 1839 12350 0 0 55 59 5 3 20 0 15 0 93136930 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 2090.5
Current children cumulated vsize (KiB) 14071612

[startup+2059.6 s]
/proc/loadavg: 1.43 1.35 1.37 3/212 16480
/proc/meminfo: memFree=28884608/32770624 swapFree=0/428856
[pid=16145] ppid=16142 vsize=14071612 CPUtime=2090.9 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 212473 12350 0 0 208840 242 5 3 20 0 15 0 93136893 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3517903 200109 3483 1 0 3506517 0
[pid=16145/tid=16195] ppid=16142 vsize=14071612 CPUtime=2044.74 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 84781 12350 0 0 204429 37 5 3 20 0 15 0 93136914 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111180212784 140110790897103 0 4 1 16800974 0 0 0 -1 2 0 0 29 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 11796 12350 0 0 619 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 11089 12350 0 0 617 36 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=14071612 CPUtime=6.6 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 8482 12350 0 0 618 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 10354 12350 0 0 616 37 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=14071612 CPUtime=6 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 19083 12350 0 0 562 30 5 3 20 0 15 0 93136916 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 70 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 54 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=14071612 CPUtime=5.44 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) S 16142 16145 4821 0 -1 1077944384 17437 12350 0 0 532 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109886253808 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=14071612 CPUtime=5.46 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) S 16142 16145 4821 0 -1 1077944384 24312 12350 0 0 534 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=14071612 CPUtime=2.22 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 21014 12350 0 0 209 5 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=14071612 CPUtime=1.22 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 1839 12350 0 0 55 59 5 3 20 0 15 0 93136930 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 2090.9
Current children cumulated vsize (KiB) 14071612

[startup+2059.8 s]
/proc/loadavg: 1.43 1.35 1.37 3/212 16480
/proc/meminfo: memFree=28884608/32770624 swapFree=0/428856
[pid=16145] ppid=16142 vsize=14071612 CPUtime=2091.1 cores=0,2,4,6
/proc/16145/stat : 16145 (java) S 16142 16145 4821 0 -1 1077944320 212474 12350 0 0 208860 242 5 3 20 0 15 0 93136893 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140729049837040 140111175978743 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
/proc/16145/statm: 3517903 200109 3483 1 0 3506517 0
[pid=16145/tid=16195] ppid=16142 vsize=14071612 CPUtime=2044.93 cores=0,2,4,6
/proc/16145/task/16195/stat : 16195 (java) R 16142 16145 4821 0 -1 4202560 84782 12350 0 0 204448 37 5 3 20 0 15 0 93136914 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111180212896 140110793104856 0 4 1 16800974 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16196] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16196/stat : 16196 (java) S 16142 16145 4821 0 -1 1077944384 11796 12350 0 0 619 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140111095393296 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16197] ppid=16142 vsize=14071612 CPUtime=6.62 cores=0,2,4,6
/proc/16145/task/16197/stat : 16197 (java) S 16142 16145 4821 0 -1 1077944384 11089 12350 0 0 618 36 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110775446672 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16198] ppid=16142 vsize=14071612 CPUtime=6.6 cores=0,2,4,6
/proc/16145/task/16198/stat : 16198 (java) S 16142 16145 4821 0 -1 1077944384 8482 12350 0 0 618 34 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110774393616 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16199] ppid=16142 vsize=14071612 CPUtime=6.61 cores=0,2,4,6
/proc/16145/task/16199/stat : 16199 (java) S 16142 16145 4821 0 -1 1077944384 10354 12350 0 0 616 37 5 3 20 0 15 0 93136915 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110773341072 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16200] ppid=16142 vsize=14071612 CPUtime=6 cores=0,2,4,6
/proc/16145/task/16200/stat : 16200 (java) S 16142 16145 4821 0 -1 1077944384 19083 12350 0 0 562 30 5 3 20 0 15 0 93136916 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110092519664 140111175989890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16201] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16201/stat : 16201 (java) S 16142 16145 4821 0 -1 1077944384 70 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110091465952 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16202] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16202/stat : 16202 (java) S 16142 16145 4821 0 -1 1077944384 54 12350 0 0 0 0 5 3 20 0 15 0 93136917 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110090412800 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16203] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16203/stat : 16203 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140110089361360 140111175997339 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16204] ppid=16142 vsize=14071612 CPUtime=5.44 cores=0,2,4,6
/proc/16145/task/16204/stat : 16204 (java) S 16142 16145 4821 0 -1 1077944384 17437 12350 0 0 532 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109886253808 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16205] ppid=16142 vsize=14071612 CPUtime=5.46 cores=0,2,4,6
/proc/16145/task/16205/stat : 16205 (java) S 16142 16145 4821 0 -1 1077944384 24312 12350 0 0 534 4 5 3 20 0 15 0 93136919 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109885201264 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16206] ppid=16142 vsize=14071612 CPUtime=2.22 cores=0,2,4,6
/proc/16145/task/16206/stat : 16206 (java) S 16142 16145 4821 0 -1 1077944384 21014 12350 0 0 209 5 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109884148208 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16207] ppid=16142 vsize=14071612 CPUtime=0.08 cores=0,2,4,6
/proc/16145/task/16207/stat : 16207 (java) S 16142 16145 4821 0 -1 1077944384 3 12350 0 0 0 0 5 3 20 0 15 0 93136920 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109883095904 140111175988949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
[pid=16145/tid=16208] ppid=16142 vsize=14071612 CPUtime=1.22 cores=0,2,4,6
/proc/16145/task/16208/stat : 16208 (java) S 16142 16145 4821 0 -1 1077944384 1839 12350 0 0 55 59 5 3 20 0 15 0 93136930 14409330688 200109 18446744073709551615 4194304 4196468 140729049854496 140109882042928 140111175989890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38981632 140729049860048 140729049862833 140729049862833 140729049866191 0
Current children cumulated CPU time (s) 2091.1
Current children cumulated vsize (KiB) 14071612

Child status: 0
Real time (s): 2059.88
CPU time (s): 2091.21
CPU user time (s): 2088.75
CPU system time (s): 2.46286
CPU usage (%): 101.521
Max. virtual memory (cumulated for all children) (KiB): 14071660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2088.75
system time used= 2.46286
maximum resident set size= 800576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171755
involuntary context switches= 7719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8109 second user time and 11.2365 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 13:52:49
IDJOB=4262058
IDBENCH=130611
IDSOLVER=2650
FILE ID=node133/4262058-1502453217
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262058-1502453217/watcher-4262058-1502453217 -o /tmp/evaluation-result-4262058-1502453217/solver-4262058-1502453217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262058-1502453217.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=875237476

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:        30344352 kB
MemAvailable:   31219556 kB
Buffers:          292952 kB
Cached:           876876 kB
SwapCached:            0 kB
Active:          1529348 kB
Inactive:         461412 kB
Active(anon):     821636 kB
Inactive(anon):    33112 kB
Active(file):     707712 kB
Inactive(file):   428300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24384 kB
Writeback:             0 kB
AnonPages:        821380 kB
Mapped:            64212 kB
Shmem:             33468 kB
Slab:             137304 kB
SReclaimable:     110052 kB
SUnreclaim:        27252 kB
KernelStack:        3504 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1721376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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 14:27:09