Trace number 4262404

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 74.392197 68.722298

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-12.xml
MD5SUM0b3ff7ea00c909b96c45c6fe62c1c908
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.029694
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":22},{"degree":5,"count":3}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":10,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.15/2.17	c Concrete v3.4 running
74.34/68.70	v <instantiation>
74.34/68.70	v       <list>
74.34/68.70	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
74.34/68.70	v       </list>
74.34/68.70	v       <values>
74.34/68.70	v         68 60 64 2 28 8 62 66 11 47 21 53 56 58 6 59 12 57 19 50 38 27 51 69 9 36 70 20 24 30 17 52 78 61 39 48 54 26 33 74 34 7 45 41 55 73 23 29 13 77 37 25 43 49 22 71 67 32 46 10 42 35 44 1 80 40 76 5 79 3 81 4 65 14 15 72 18 75 63 16 31
74.34/68.70	v       </values>
74.34/68.70	v     </instantiation>
74.34/68.70	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-4262404-1502456607/watcher-4262404-1502456607 -o /tmp/evaluation-result-4262404-1502456607/solver-4262404-1502456607 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4262404-1502456607.xml 

pid=12203
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.35 1.41 1.46 2/194 12206
/proc/meminfo: memFree=29828232/32770624 swapFree=0/507244
[pid=12206] ppid=12203 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12206/stat : 12206 (runsolver) D 12203 12206 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47881514 24240128 106 18446744073709551615 4194304 4338465 140730446199392 140730446197032 140699496915671 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10973184 140730446205137 140730446205513 140730446205513 140730446208970 0
/proc/12206/statm: 5918 106 53 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 1.35 1.41 1.46 2/194 12206
/proc/meminfo: memFree=29828232/32770624 swapFree=0/507244
[pid=12206] ppid=12203 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/12206/stat : 12206 (bash) S 12203 12206 1330 0 -1 4202496 898 6474 0 0 0 0 0 1 20 0 1 0 47881514 9867264 377 18446744073709551615 4194304 5098028 140724890540000 140724890534008 140151703538688 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 36548608 140724890546708 140724890546793 140724890546793 140724890550250 0
/proc/12206/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200277 s]
/proc/loadavg: 1.35 1.41 1.46 2/194 12206
/proc/meminfo: memFree=29828232/32770624 swapFree=0/507244
[pid=12206] ppid=12203 vsize=13358716 CPUtime=0.07 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 4208 12341 0 0 0 0 5 2 20 0 6 0 47881514 13679325184 3528 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3339679 3528 1891 1 0 3329176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13358716

[startup+0.301873 s]
/proc/loadavg: 1.35 1.41 1.46 2/194 12206
/proc/meminfo: memFree=29828232/32770624 swapFree=0/507244
[pid=12206] ppid=12203 vsize=13974356 CPUtime=0.17 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 6684 12341 0 0 8 2 5 2 20 0 15 0 47881514 14309740544 7304 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3493589 7304 2868 1 0 3482965 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13974356

[startup+0.700273 s]
/proc/loadavg: 1.35 1.41 1.46 2/194 12206
/proc/meminfo: memFree=29828232/32770624 swapFree=0/507244
[pid=12206] ppid=12203 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 14030 12341 0 0 60 4 5 2 20 0 15 0 47881514 14310178816 14981 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3493696 14981 3112 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50071 s]
/proc/loadavg: 1.32 1.40 1.46 3/209 12269
/proc/meminfo: memFree=29729748/32770624 swapFree=0/507244
[pid=12206] ppid=12203 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 30026 12341 0 0 177 9 5 2 20 0 15 0 47881514 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3496352 43154 3375 1 0 3485525 0
[pid=12206/tid=12256] ppid=12203 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) R 12203 12206 1330 0 -1 4202560 22804 12341 0 0 117 6 5 2 20 0 15 0 47881533 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140176465195536 140176445064542 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 43 12341 0 0 1 0 5 2 20 0 15 0 47881534 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 212 12341 0 0 1 0 5 2 20 0 15 0 47881534 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 55 12341 0 0 1 0 5 2 20 0 15 0 47881534 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 69 12341 0 0 1 0 5 2 20 0 15 0 47881534 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 1773 12341 0 0 1 0 5 2 20 0 15 0 47881535 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175938516256 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175937463920 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 1152 12341 0 0 15 0 5 2 20 0 15 0 47881538 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) R 12203 12206 1330 0 -1 1077944384 589 12341 0 0 13 0 5 2 20 0 15 0 47881538 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 1065 12341 0 0 23 0 5 2 20 0 15 0 47881538 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 5 12341 0 0 0 0 5 2 20 0 15 0 47881542 14321057792 43154 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.32 1.40 1.46 4/209 12269
/proc/meminfo: memFree=29657960/32770624 swapFree=0/507280
[pid=12206] ppid=12203 vsize=13999932 CPUtime=5.5 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 42303 12341 0 0 527 16 5 2 20 0 15 0 47881514 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3499983 58765 3450 1 0 3488597 0
[pid=12206/tid=12256] ppid=12203 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) S 12203 12206 1330 0 -1 1077944384 30175 12341 0 0 270 9 5 2 20 0 15 0 47881533 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140176465220144 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 51 12341 0 0 1 0 5 2 20 0 15 0 47881534 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 219 12341 0 0 2 0 5 2 20 0 15 0 47881534 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 126 12341 0 0 2 0 5 2 20 0 15 0 47881534 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 77 12341 0 0 1 0 5 2 20 0 15 0 47881534 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) R 12203 12206 1330 0 -1 4202560 2257 12341 0 0 3 0 5 2 20 0 15 0 47881535 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175939568576 140176445684673 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175938516256 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175937463920 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=13999932 CPUtime=0.78 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 2190 12341 0 0 70 1 5 2 20 0 15 0 47881538 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175935339232 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=13999932 CPUtime=0.79 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) S 12203 12206 1330 0 -1 1077944384 1602 12341 0 0 71 1 5 2 20 0 15 0 47881538 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175934291280 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=13999932 CPUtime=1.1 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 3337 12341 0 0 102 1 5 2 20 0 15 0 47881538 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175933249216 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 8 12341 0 0 0 0 5 2 20 0 15 0 47881542 14335930368 58765 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13999932

[startup+6.30065 s]
/proc/loadavg: 1.32 1.40 1.46 3/209 12269
/proc/meminfo: memFree=29429896/32770624 swapFree=0/507284
[pid=12206] ppid=12203 vsize=14067516 CPUtime=11.17 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 61634 12341 0 0 1086 24 5 2 20 0 15 0 47881514 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3516879 117320 3468 1 0 3505493 0
[pid=12206/tid=12256] ppid=12203 vsize=14067516 CPUtime=6.02 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) R 12203 12206 1330 0 -1 4202560 45462 12341 0 0 581 14 5 2 20 0 15 0 47881533 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140176465217856 140176084485110 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 76 12341 0 0 3 1 5 2 20 0 15 0 47881534 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 227 12341 0 0 3 0 5 2 20 0 15 0 47881534 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 138 12341 0 0 3 0 5 2 20 0 15 0 47881534 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 88 12341 0 0 3 1 5 2 20 0 15 0 47881534 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 2597 12341 0 0 4 0 5 2 20 0 15 0 47881535 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175938516320 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=14067516 CPUtime=1.72 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 2435 12341 0 0 164 1 5 2 20 0 15 0 47881538 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=14067516 CPUtime=2.05 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) S 12203 12206 1330 0 -1 1077944384 4325 12341 0 0 197 1 5 2 20 0 15 0 47881538 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=14067516 CPUtime=1.3 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 4014 12341 0 0 121 2 5 2 20 0 15 0 47881538 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 11 12341 0 0 0 0 5 2 20 0 15 0 47881542 14405136384 117320 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.27 1.39 1.46 3/209 12269
/proc/meminfo: memFree=29129960/32770624 swapFree=0/507280
[pid=12206] ppid=12203 vsize=14067516 CPUtime=17.69 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 67530 12341 0 0 1731 31 5 2 20 0 15 0 47881514 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3516879 185607 3474 1 0 3505493 0
[pid=12206/tid=12256] ppid=12203 vsize=14067516 CPUtime=12.39 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) R 12203 12206 1330 0 -1 4202560 46722 12341 0 0 1215 17 5 2 20 0 15 0 47881533 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140176465218240 140176084489169 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 610 12341 0 0 4 1 5 2 20 0 15 0 47881534 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 288 12341 0 0 4 1 5 2 20 0 15 0 47881534 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 234 12341 0 0 4 1 5 2 20 0 15 0 47881534 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 985 12341 0 0 4 1 5 2 20 0 15 0 47881534 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 3008 12341 0 0 5 0 5 2 20 0 15 0 47881535 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140175938516320 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 185607 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0

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

/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 3704 12341 0 0 11 0 5 2 20 0 15 0 47881535 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175938516320 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=14067516 CPUtime=1.78 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 4233 12341 0 0 169 2 5 2 20 0 15 0 47881538 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=14067516 CPUtime=2.08 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) S 12203 12206 1330 0 -1 1077944384 5379 12341 0 0 200 1 5 2 20 0 15 0 47881538 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=14067516 CPUtime=1.31 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 5969 12341 0 0 122 2 5 2 20 0 15 0 47881538 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 87 12341 0 0 2 1 5 2 20 0 15 0 47881542 14405136384 242555 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 72.45
Current children cumulated vsize (KiB) 14067516

[startup+68.0006 s]
/proc/loadavg: 1.40 1.40 1.46 3/212 12285
/proc/meminfo: memFree=28861828/32770624 swapFree=0/507304
[pid=12206] ppid=12203 vsize=14067516 CPUtime=73.35 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 81556 12341 0 0 7286 42 5 2 20 0 15 0 47881514 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3516879 243151 3474 1 0 3505493 0
[pid=12206/tid=12256] ppid=12203 vsize=14067516 CPUtime=67.54 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) R 12203 12206 1330 0 -1 4202560 49987 12341 0 0 6726 21 5 2 20 0 15 0 47881533 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176465216816 140176085291512 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 725 12341 0 0 10 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 1816 12341 0 0 10 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 1379 12341 0 0 10 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 1631 12341 0 0 9 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 3704 12341 0 0 12 0 5 2 20 0 15 0 47881535 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175938516320 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=14067516 CPUtime=1.86 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) R 12203 12206 1330 0 -1 4202560 6865 12341 0 0 177 2 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995990 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=14067516 CPUtime=2.08 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) R 12203 12206 1330 0 -1 1077944384 5709 12341 0 0 200 1 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=14067516 CPUtime=1.31 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 7392 12341 0 0 122 2 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 87 12341 0 0 2 1 5 2 20 0 15 0 47881542 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 73.35
Current children cumulated vsize (KiB) 14067516

[startup+68.4007 s]
/proc/loadavg: 1.40 1.40 1.46 3/212 12285
/proc/meminfo: memFree=28860092/32770624 swapFree=0/507304
[pid=12206] ppid=12203 vsize=14067516 CPUtime=73.76 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 81930 12341 0 0 7327 42 5 2 20 0 15 0 47881514 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3516879 243151 3474 1 0 3505493 0
[pid=12206/tid=12256] ppid=12203 vsize=14067516 CPUtime=67.93 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) R 12203 12206 1330 0 -1 4202560 50055 12341 0 0 6765 21 5 2 20 0 15 0 47881533 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176465218304 140176083792512 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 725 12341 0 0 10 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 1816 12341 0 0 10 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 1379 12341 0 0 10 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 1631 12341 0 0 9 3 5 2 20 0 15 0 47881534 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 3704 12341 0 0 12 0 5 2 20 0 15 0 47881535 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 54 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175938516320 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=14067516 CPUtime=1.87 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 7171 12341 0 0 178 2 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=14067516 CPUtime=2.08 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) S 12203 12206 1330 0 -1 1077944384 5709 12341 0 0 200 1 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=14067516 CPUtime=1.31 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 7392 12341 0 0 122 2 5 2 20 0 15 0 47881538 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 87 12341 0 0 2 1 5 2 20 0 15 0 47881542 14405136384 243151 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 73.76
Current children cumulated vsize (KiB) 14067516

[startup+68.6007 s]
/proc/loadavg: 1.40 1.40 1.46 3/212 12285
/proc/meminfo: memFree=28860092/32770624 swapFree=0/507304
[pid=12206] ppid=12203 vsize=14067516 CPUtime=74.16 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 91139 12341 0 0 7366 43 5 2 20 0 15 0 47881514 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3516879 244472 3474 1 0 3505493 0
[pid=12206/tid=12256] ppid=12203 vsize=14067516 CPUtime=68.03 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) S 12203 12206 1330 0 -1 1077944384 51435 12341 0 0 6775 21 5 2 20 0 15 0 47881533 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140176465221728 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=14067516 CPUtime=0.26 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 744 12341 0 0 16 3 5 2 20 0 15 0 47881534 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=14067516 CPUtime=0.27 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 1824 12341 0 0 17 3 5 2 20 0 15 0 47881534 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=14067516 CPUtime=0.26 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 1384 12341 0 0 16 3 5 2 20 0 15 0 47881534 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=14067516 CPUtime=0.26 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 1649 12341 0 0 16 3 5 2 20 0 15 0 47881534 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=14067516 CPUtime=0.23 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) R 12203 12206 1330 0 -1 4202560 11130 12341 0 0 15 1 5 2 20 0 15 0 47881535 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175939568688 140176442622389 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 56 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175938515824 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 45 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=14067516 CPUtime=1.87 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 7171 12341 0 0 178 2 5 2 20 0 15 0 47881538 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=14067516 CPUtime=2.08 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) S 12203 12206 1330 0 -1 1077944384 5878 12341 0 0 200 1 5 2 20 0 15 0 47881538 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 7574 12341 0 0 123 2 5 2 20 0 15 0 47881538 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 87 12341 0 0 2 1 5 2 20 0 15 0 47881542 14405136384 244472 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 74.16
Current children cumulated vsize (KiB) 14067516

[startup+68.7008 s]
/proc/loadavg: 1.40 1.40 1.46 3/212 12285
/proc/meminfo: memFree=28860092/32770624 swapFree=0/507304
[pid=12206] ppid=12203 vsize=14067516 CPUtime=74.34 cores=1,3,5,7
/proc/12206/stat : 12206 (java) S 12203 12206 1330 0 -1 1077944320 91627 12341 0 0 7384 43 5 2 20 0 15 0 47881514 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140721172408592 140176460984055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
/proc/12206/statm: 3516879 244427 3474 1 0 3505493 0
[pid=12206/tid=12256] ppid=12203 vsize=14067516 CPUtime=68.07 cores=1,3,5,7
/proc/12206/task/12256/stat : 12256 (java) R 12203 12206 1330 0 -1 4202560 51779 12341 0 0 6779 21 5 2 20 0 15 0 47881533 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140176465214688 140176445027685 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12257] ppid=12203 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/12206/task/12257/stat : 12257 (java) S 12203 12206 1330 0 -1 1077944384 744 12341 0 0 18 3 5 2 20 0 15 0 47881534 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140176395418000 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12258] ppid=12203 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/12206/task/12258/stat : 12258 (java) S 12203 12206 1330 0 -1 1077944384 1829 12341 0 0 18 3 5 2 20 0 15 0 47881534 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140176394365200 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12259] ppid=12203 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/12206/task/12259/stat : 12259 (java) S 12203 12206 1330 0 -1 1077944384 1388 12341 0 0 18 3 5 2 20 0 15 0 47881534 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140176393312912 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12260] ppid=12203 vsize=14067516 CPUtime=0.28 cores=1,3,5,7
/proc/12206/task/12260/stat : 12260 (java) S 12203 12206 1330 0 -1 1077944384 1649 12341 0 0 18 3 5 2 20 0 15 0 47881534 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140176392260112 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12261] ppid=12203 vsize=14067516 CPUtime=0.27 cores=1,3,5,7
/proc/12206/task/12261/stat : 12261 (java) S 12203 12206 1330 0 -1 1077944384 11130 12341 0 0 19 1 5 2 20 0 15 0 47881535 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175939570288 140176460995202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12262] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12262/stat : 12262 (java) S 12203 12206 1330 0 -1 1077944384 57 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175938516320 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12263] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12263/stat : 12263 (java) S 12203 12206 1330 0 -1 1077944384 47 12341 0 0 0 0 5 2 20 0 15 0 47881536 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175937463936 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12264] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12264/stat : 12264 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881538 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175936412240 140176461002651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12265] ppid=12203 vsize=14067516 CPUtime=1.88 cores=1,3,5,7
/proc/12206/task/12265/stat : 12265 (java) S 12203 12206 1330 0 -1 1077944384 7196 12341 0 0 179 2 5 2 20 0 15 0 47881538 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175935359088 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12266] ppid=12203 vsize=14067516 CPUtime=2.09 cores=1,3,5,7
/proc/12206/task/12266/stat : 12266 (java) S 12203 12206 1330 0 -1 1077944384 5892 12341 0 0 201 1 5 2 20 0 15 0 47881538 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175934306288 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12267] ppid=12203 vsize=14067516 CPUtime=1.34 cores=1,3,5,7
/proc/12206/task/12267/stat : 12267 (java) S 12203 12206 1330 0 -1 1077944384 7667 12341 0 0 125 2 5 2 20 0 15 0 47881538 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175933254000 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12268] ppid=12203 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/12206/task/12268/stat : 12268 (java) S 12203 12206 1330 0 -1 1077944384 3 12341 0 0 0 0 5 2 20 0 15 0 47881539 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175932201440 140176460994261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
[pid=12206/tid=12269] ppid=12203 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/12206/task/12269/stat : 12269 (java) S 12203 12206 1330 0 -1 1077944384 87 12341 0 0 2 1 5 2 20 0 15 0 47881542 14405136384 244427 18446744073709551615 4194304 4196468 140721172426048 140175931149232 140176460995202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36634624 140721172428752 140721172431537 140721172431537 140721172434895 0
Current children cumulated CPU time (s) 74.34
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 68.7223
CPU time (s): 74.3922
CPU user time (s): 73.9114
CPU system time (s): 0.480863
CPU usage (%): 108.25
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.9114
system time used= 0.480863
maximum resident set size= 978400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9687
involuntary context switches= 147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.347659 second user time and 0.371088 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 14:49:22
IDJOB=4262404
IDBENCH=133199
IDSOLVER=2650
FILE ID=node125/4262404-1502456607
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262404-1502456607/watcher-4262404-1502456607 -o /tmp/evaluation-result-4262404-1502456607/solver-4262404-1502456607 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262404-1502456607.xml

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

MD5SUM BENCH= 0b3ff7ea00c909b96c45c6fe62c1c908
RANDOM SEED=1048675458

node125.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.07
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.07
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.07
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.07
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:        29827972 kB
MemAvailable:   30594488 kB
Buffers:          252748 kB
Cached:           805424 kB
SwapCached:            0 kB
Active:          1987124 kB
Inactive:         532152 kB
Active(anon):    1461708 kB
Inactive(anon):    24908 kB
Active(file):     525416 kB
Inactive(file):   507244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24472 kB
Writeback:             4 kB
AnonPages:       1461404 kB
Mapped:            54880 kB
Shmem:             25252 kB
Slab:             124536 kB
SReclaimable:      99384 kB
SUnreclaim:        25152 kB
KernelStack:        3408 kB
PageTables:         8232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2197880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 14:50:31