Trace number 4262407

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 36.598598 30.719601

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-01.xml
MD5SUM0545f7d39e3e069a4efc40a10a882e5e
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.594742
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":38},{"degree":4,"count":37},{"degree":5,"count":6}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":31,"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.16/2.19	c Concrete v3.4 running
36.56/30.70	v <instantiation>
36.56/30.70	v       <list>
36.56/30.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]
36.56/30.70	v       </list>
36.56/30.70	v       <values>
36.56/30.70	v         77 11 48 2 28 4 78 72 49 20 79 3 51 76 8 5 67 60 43 81 38 40 57 6 42 18 44 27 62 39 13 14 53 52 34 75 54 12 41 45 80 69 35 26 7 46 65 59 21 56 17 36 37 32 29 31 15 73 1 70 25 61 64 50 19 71 66 10 74 33 24 22 23 9 55 58 47 68 63 30 16
36.56/30.70	v       </values>
36.56/30.70	v     </instantiation>
36.56/30.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-4262407-1502456598/watcher-4262407-1502456598 -o /tmp/evaluation-result-4262407-1502456598/solver-4262407-1502456598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4262407-1502456598.xml 

pid=17994
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.38 1.42 1.49 3/199 17997
/proc/meminfo: memFree=26856260/32770624 swapFree=0/429380
[pid=17997] ppid=17994 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17997/stat : 17997 (runsolver) D 17994 17997 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93475025 24240128 105 18446744073709551615 4194304 4338465 140733732984800 140733732982440 140322141078231 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 38506496 140733732991185 140733732991561 140733732991561 140733732995018 0
/proc/17997/statm: 5918 105 52 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 1.38 1.42 1.49 3/199 17997
/proc/meminfo: memFree=26856260/32770624 swapFree=0/429380
[pid=17997] ppid=17994 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/17997/stat : 17997 (bash) S 17994 17997 4821 0 -1 4202496 715 3537 0 0 0 0 0 0 20 0 1 0 93475025 9736192 354 18446744073709551615 4194304 5098028 140727557450480 140727557448120 140097510214656 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 21098496 140727557452308 140727557452393 140727557452393 140727557455850 0
/proc/17997/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200245 s]
/proc/loadavg: 1.38 1.42 1.49 3/199 17997
/proc/meminfo: memFree=26856260/32770624 swapFree=0/429380
[pid=17997] ppid=17994 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17997/stat : 17997 (bash) S 17994 17997 4821 0 -1 4202496 890 6488 0 0 0 0 0 1 20 0 1 0 93475025 9867264 376 18446744073709551615 4194304 5098028 140727557450480 140727557444488 140097510214656 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 21098496 140727557452308 140727557452393 140727557452393 140727557455850 0
/proc/17997/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300354 s]
/proc/loadavg: 1.38 1.42 1.49 3/199 17997
/proc/meminfo: memFree=26856260/32770624 swapFree=0/429380
[pid=17997] ppid=17994 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 5490 12671 0 0 5 1 5 3 20 0 14 0 93475025 14241083392 5171 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3476827 5171 2571 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700273 s]
/proc/loadavg: 1.38 1.42 1.49 3/199 17997
/proc/meminfo: memFree=26856260/32770624 swapFree=0/429380
[pid=17997] ppid=17994 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 13860 12671 0 0 56 4 5 3 20 0 15 0 93475025 14310178816 14289 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3493696 14289 3111 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.38 1.42 1.49 3/214 18060
/proc/meminfo: memFree=26763156/32770624 swapFree=0/429424
[pid=17997] ppid=17994 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 29506 12671 0 0 171 9 5 3 20 0 15 0 93475025 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3496352 40651 3368 1 0 3485525 0
[pid=17997/tid=18047] ppid=17994 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) S 17994 17997 4821 0 -1 1077944384 22533 12671 0 0 114 7 5 3 20 0 15 0 93475046 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140714155106560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 44 12671 0 0 0 0 5 3 20 0 15 0 93475047 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 203 12671 0 0 0 0 5 3 20 0 15 0 93475047 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 48 12671 0 0 0 0 5 3 20 0 15 0 93475047 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 55 12671 0 0 0 0 5 3 20 0 15 0 93475047 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) R 17994 17997 4821 0 -1 4202560 1322 12671 0 0 1 0 5 3 20 0 15 0 93475048 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713495188544 140714135856848 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 33 12671 0 0 0 0 5 3 20 0 15 0 93475048 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713494136480 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 21 12671 0 0 0 0 5 3 20 0 15 0 93475049 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713493083376 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 1139 12671 0 0 17 0 5 3 20 0 15 0 93475051 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 583 12671 0 0 12 0 5 3 20 0 15 0 93475051 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 1358 12671 0 0 23 0 5 3 20 0 15 0 93475051 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713488869328 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 11 12671 0 0 0 0 5 3 20 0 15 0 93475056 14321057792 40651 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.51 1.44 1.50 4/214 18061
/proc/meminfo: memFree=26682996/32770624 swapFree=0/429424
[pid=17997] ppid=17994 vsize=13999932 CPUtime=5.91 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 43104 12671 0 0 568 15 5 3 20 0 15 0 93475025 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3499983 54497 3448 1 0 3488597 0
[pid=17997/tid=18047] ppid=17994 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) R 17994 17997 4821 0 -1 4202560 29550 12671 0 0 269 9 5 3 20 0 15 0 93475046 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140714155115392 140714150894998 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 49 12671 0 0 0 0 5 3 20 0 15 0 93475047 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 203 12671 0 0 1 0 5 3 20 0 15 0 93475047 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 48 12671 0 0 1 0 5 3 20 0 15 0 93475047 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 60 12671 0 0 1 0 5 3 20 0 15 0 93475047 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 1362 12671 0 0 1 0 5 3 20 0 15 0 93475048 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 56 12671 0 0 0 0 5 3 20 0 15 0 93475048 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=13999932 CPUtime=0.86 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 1976 12671 0 0 77 1 5 3 20 0 15 0 93475051 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=13999932 CPUtime=1.19 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 3862 12671 0 0 110 1 5 3 20 0 15 0 93475051 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=13999932 CPUtime=1.12 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 3727 12671 0 0 103 1 5 3 20 0 15 0 93475051 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 12 12671 0 0 0 0 5 3 20 0 15 0 93475056 14335930368 54497 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 13999932

[startup+6.30067 s]
/proc/loadavg: 1.51 1.44 1.50 3/214 18061
/proc/meminfo: memFree=26456796/32770624 swapFree=0/429428
[pid=17997] ppid=17994 vsize=14067516 CPUtime=11.41 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 59575 12671 0 0 1111 22 5 3 20 0 15 0 93475025 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3516879 121083 3474 1 0 3505493 0
[pid=17997/tid=18047] ppid=17994 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) R 17994 17997 4821 0 -1 4202560 42876 12671 0 0 578 13 5 3 20 0 15 0 93475046 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140714155116800 140713760325792 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 85 12671 0 0 3 1 5 3 20 0 15 0 93475047 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 209 12671 0 0 2 0 5 3 20 0 15 0 93475047 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 88 12671 0 0 4 0 5 3 20 0 15 0 93475047 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 108 12671 0 0 3 0 5 3 20 0 15 0 93475047 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 2297 12671 0 0 4 0 5 3 20 0 15 0 93475048 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 56 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=14067516 CPUtime=1.88 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 2764 12671 0 0 179 1 5 3 20 0 15 0 93475051 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=14067516 CPUtime=2.19 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 4426 12671 0 0 210 1 5 3 20 0 15 0 93475051 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=14067516 CPUtime=1.34 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 4453 12671 0 0 124 2 5 3 20 0 15 0 93475051 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 14 12671 0 0 0 0 5 3 20 0 15 0 93475056 14405136384 121083 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 14067516

[startup+12.7013 s]
/proc/loadavg: 1.43 1.43 1.50 3/214 18061
/proc/meminfo: memFree=26144556/32770624 swapFree=0/429428
[pid=17997] ppid=17994 vsize=14067516 CPUtime=18.11 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 65490 12671 0 0 1775 28 5 3 20 0 15 0 93475025 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3516879 181218 3474 1 0 3505493 0
[pid=17997/tid=18047] ppid=17994 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) R 17994 17997 4821 0 -1 4202560 44180 12671 0 0 1211 17 5 3 20 0 15 0 93475046 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140714155117040 140713760482216 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 173 12671 0 0 4 1 5 3 20 0 15 0 93475047 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 286 12671 0 0 4 0 5 3 20 0 15 0 93475047 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 977 12671 0 0 5 0 5 3 20 0 15 0 93475047 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 591 12671 0 0 4 1 5 3 20 0 15 0 93475047 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 2685 12671 0 0 5 0 5 3 20 0 15 0 93475048 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 56 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 181218 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0

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

/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 3077 12671 0 0 6 0 5 3 20 0 15 0 93475048 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 56 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=14067516 CPUtime=2.11 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 6385 12671 0 0 202 1 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=14067516 CPUtime=2.26 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 5869 12671 0 0 217 1 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=14067516 CPUtime=1.35 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 7197 12671 0 0 125 2 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 60 12671 0 0 0 1 5 3 20 0 15 0 93475056 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 34.33
Current children cumulated vsize (KiB) 14067516

[startup+29.6007 s]
/proc/loadavg: 1.56 1.46 1.50 3/214 18061
/proc/meminfo: memFree=25934916/32770624 swapFree=0/429424
[pid=17997] ppid=17994 vsize=14067516 CPUtime=35.14 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 74699 12671 0 0 3473 33 5 3 20 0 15 0 93475025 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3516879 233557 3474 1 0 3505493 0
[pid=17997/tid=18047] ppid=17994 vsize=14067516 CPUtime=29.22 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) R 17994 17997 4821 0 -1 4202560 45883 12671 0 0 2895 19 5 3 20 0 15 0 93475046 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140714155113128 140713761021968 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 659 12671 0 0 5 2 5 3 20 0 15 0 93475047 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 381 12671 0 0 5 1 5 3 20 0 15 0 93475047 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 2010 12671 0 0 6 1 5 3 20 0 15 0 93475047 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 680 12671 0 0 5 1 5 3 20 0 15 0 93475047 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 3077 12671 0 0 6 0 5 3 20 0 15 0 93475048 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 56 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=14067516 CPUtime=2.11 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 6385 12671 0 0 202 1 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=14067516 CPUtime=2.26 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 6112 12671 0 0 217 1 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=14067516 CPUtime=1.35 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 7197 12671 0 0 125 2 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 60 12671 0 0 0 1 5 3 20 0 15 0 93475056 14405136384 233557 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 35.14
Current children cumulated vsize (KiB) 14067516

[startup+30.4007 s]
/proc/loadavg: 1.56 1.46 1.50 3/214 18061
/proc/meminfo: memFree=25932868/32770624 swapFree=0/429424
[pid=17997] ppid=17994 vsize=14067516 CPUtime=35.94 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 74718 12671 0 0 3553 33 5 3 20 0 15 0 93475025 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3516879 237142 3474 1 0 3505493 0
[pid=17997/tid=18047] ppid=17994 vsize=14067516 CPUtime=30.01 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) R 17994 17997 4821 0 -1 4202560 45892 12671 0 0 2974 19 5 3 20 0 15 0 93475046 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140714155117168 140713757974789 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 659 12671 0 0 5 2 5 3 20 0 15 0 93475047 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 381 12671 0 0 5 1 5 3 20 0 15 0 93475047 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 2010 12671 0 0 6 1 5 3 20 0 15 0 93475047 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 683 12671 0 0 5 1 5 3 20 0 15 0 93475047 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 3084 12671 0 0 6 0 5 3 20 0 15 0 93475048 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 56 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=14067516 CPUtime=2.11 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 6385 12671 0 0 202 1 5 3 20 0 15 0 93475051 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=14067516 CPUtime=2.26 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 6112 12671 0 0 217 1 5 3 20 0 15 0 93475051 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=14067516 CPUtime=1.35 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 7197 12671 0 0 125 2 5 3 20 0 15 0 93475051 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 60 12671 0 0 0 1 5 3 20 0 15 0 93475056 14405136384 237142 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 14067516

[startup+30.6013 s]
/proc/loadavg: 1.56 1.46 1.50 3/214 18061
/proc/meminfo: memFree=25932868/32770624 swapFree=0/429424
[pid=17997] ppid=17994 vsize=14067516 CPUtime=36.37 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 85339 12671 0 0 3594 35 5 3 20 0 15 0 93475025 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3516879 239239 3474 1 0 3505493 0
[pid=17997/tid=18047] ppid=17994 vsize=14067516 CPUtime=30.09 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) S 17994 17997 4821 0 -1 1077944384 48750 12671 0 0 2982 19 5 3 20 0 15 0 93475046 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140714155120736 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 675 12671 0 0 12 2 5 3 20 0 15 0 93475047 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 420 12671 0 0 13 1 5 3 20 0 15 0 93475047 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 2023 12671 0 0 13 1 5 3 20 0 15 0 93475047 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 715 12671 0 0 12 1 5 3 20 0 15 0 93475047 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) R 17994 17997 4821 0 -1 4202560 10397 12671 0 0 10 1 5 3 20 0 15 0 93475048 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713495188544 140714135237702 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 57 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713494136448 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 43 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=14067516 CPUtime=2.12 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) S 17994 17997 4821 0 -1 1077944384 6386 12671 0 0 203 1 5 3 20 0 15 0 93475051 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=14067516 CPUtime=2.26 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) S 17994 17997 4821 0 -1 1077944384 6112 12671 0 0 217 1 5 3 20 0 15 0 93475051 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=14067516 CPUtime=1.35 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 7537 12671 0 0 125 2 5 3 20 0 15 0 93475051 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 68 12671 0 0 0 1 5 3 20 0 15 0 93475056 14405136384 239239 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 36.37
Current children cumulated vsize (KiB) 14067516

[startup+30.7013 s]
/proc/loadavg: 1.56 1.46 1.50 3/214 18061
/proc/meminfo: memFree=25932868/32770624 swapFree=0/429424
[pid=17997] ppid=17994 vsize=14067516 CPUtime=36.56 cores=1,3,5,7
/proc/17997/stat : 17997 (java) S 17994 17997 4821 0 -1 1077944320 85686 12671 0 0 3613 35 5 3 20 0 15 0 93475025 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140723222002560 140714150883063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
/proc/17997/statm: 3516879 239318 3474 1 0 3505493 0
[pid=17997/tid=18047] ppid=17994 vsize=14067516 CPUtime=30.13 cores=1,3,5,7
/proc/17997/task/18047/stat : 18047 (java) R 17994 17997 4821 0 -1 4202560 49001 12671 0 0 2986 19 5 3 20 0 15 0 93475046 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140714155103024 140714134963550 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18048] ppid=17994 vsize=14067516 CPUtime=0.25 cores=1,3,5,7
/proc/17997/task/18048/stat : 18048 (java) S 17994 17997 4821 0 -1 1077944384 677 12671 0 0 15 2 5 3 20 0 15 0 93475047 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140714070297104 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18049] ppid=17994 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/17997/task/18049/stat : 18049 (java) S 17994 17997 4821 0 -1 1077944384 423 12671 0 0 15 1 5 3 20 0 15 0 93475047 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140714069244560 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18050] ppid=17994 vsize=14067516 CPUtime=0.25 cores=1,3,5,7
/proc/17997/task/18050/stat : 18050 (java) S 17994 17997 4821 0 -1 1077944384 2023 12671 0 0 16 1 5 3 20 0 15 0 93475047 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713748588816 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18051] ppid=17994 vsize=14067516 CPUtime=0.24 cores=1,3,5,7
/proc/17997/task/18051/stat : 18051 (java) S 17994 17997 4821 0 -1 1077944384 715 12671 0 0 15 1 5 3 20 0 15 0 93475047 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713747536272 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18052] ppid=17994 vsize=14067516 CPUtime=0.23 cores=1,3,5,7
/proc/17997/task/18052/stat : 18052 (java) S 17994 17997 4821 0 -1 1077944384 10402 12671 0 0 14 1 5 3 20 0 15 0 93475048 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713495190256 140714150894210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18053] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18053/stat : 18053 (java) S 17994 17997 4821 0 -1 1077944384 58 12671 0 0 0 0 5 3 20 0 15 0 93475048 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713494136544 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18054] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18054/stat : 18054 (java) S 17994 17997 4821 0 -1 1077944384 45 12671 0 0 0 0 5 3 20 0 15 0 93475049 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713493083392 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18055] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18055/stat : 18055 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713492031952 140714150901659 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18056] ppid=17994 vsize=14067516 CPUtime=2.13 cores=1,3,5,7
/proc/17997/task/18056/stat : 18056 (java) R 17994 17997 4821 0 -1 4202560 6389 12671 0 0 204 1 5 3 20 0 15 0 93475051 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713490979056 140714134786120 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18057] ppid=17994 vsize=14067516 CPUtime=2.27 cores=1,3,5,7
/proc/17997/task/18057/stat : 18057 (java) R 17994 17997 4821 0 -1 4202560 6160 12671 0 0 218 1 5 3 20 0 15 0 93475051 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713489926512 140714132426786 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18058] ppid=17994 vsize=14067516 CPUtime=1.36 cores=1,3,5,7
/proc/17997/task/18058/stat : 18058 (java) S 17994 17997 4821 0 -1 1077944384 7577 12671 0 0 126 2 5 3 20 0 15 0 93475051 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713488873456 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18059] ppid=17994 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/17997/task/18059/stat : 18059 (java) S 17994 17997 4821 0 -1 1077944384 3 12671 0 0 0 0 5 3 20 0 15 0 93475051 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713487821152 140714150893269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
[pid=17997/tid=18060] ppid=17994 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/17997/task/18060/stat : 18060 (java) S 17994 17997 4821 0 -1 1077944384 68 12671 0 0 0 1 5 3 20 0 15 0 93475056 14405136384 239318 18446744073709551615 4194304 4196468 140723222020016 140713486769200 140714150894210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24305664 140723222022096 140723222024881 140723222024881 140723222028239 0
Current children cumulated CPU time (s) 36.56
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 30.7196
CPU time (s): 36.5986
CPU user time (s): 36.2017
CPU system time (s): 0.39685
CPU usage (%): 119.138
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2017
system time used= 0.39685
maximum resident set size= 957932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7509
involuntary context switches= 180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143937 second user time and 0.197382 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 14:49:10
IDJOB=4262407
IDBENCH=133193
IDSOLVER=2650
FILE ID=node133/4262407-1502456598
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62000 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-01.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262407-1502456598/watcher-4262407-1502456598 -o /tmp/evaluation-result-4262407-1502456598/solver-4262407-1502456598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262407-1502456598.xml

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

MD5SUM BENCH= 0545f7d39e3e069a4efc40a10a882e5e
RANDOM SEED=345111460

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:        26856284 kB
MemAvailable:   27740372 kB
Buffers:          293796 kB
Cached:           884604 kB
SwapCached:            0 kB
Active:          5007312 kB
Inactive:         462492 kB
Active(anon):    4291884 kB
Inactive(anon):    33112 kB
Active(file):     715428 kB
Inactive(file):   429380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24136 kB
Writeback:            12 kB
AnonPages:       4291528 kB
Mapped:            64352 kB
Shmem:             33468 kB
Slab:             137888 kB
SReclaimable:     110232 kB
SUnreclaim:        27656 kB
KernelStack:        3520 kB
PageTables:        13744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4952416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4038656 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= 61976 MiB
End job on node133 at 2017-08-11 14:49:41