Trace number 4262323

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 29.2391 22.0779

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
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.61620301
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.21/2.19	c Concrete v3.4 running
29.09/22.06	v <instantiation>
29.09/22.06	v       <list>
29.09/22.06	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125]
29.09/22.06	v       </list>
29.09/22.06	v       <values>
29.09/22.06	v         1 7 8 17 16 17 16 17 16 17 16 17 16 17 16 17 15 12 13 67 68 65 63 72 73 79 80 161 159 156 157 139 140 137 135 108 109 115 116 125 123 120 121 607 608 605 603 612 613 619 620 593 591 588 589 571 572 569 567 648 649 655 656 665 663 660 661 715 716 713 711 720 721 727 728 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1455 1457 1455 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457 1456 1457
29.09/22.06	v       </values>
29.09/22.06	v     </instantiation>
29.09/22.06	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-4262323-1502478282/watcher-4262323-1502478282 -o /tmp/evaluation-result-4262323-1502478282/solver-4262323-1502478282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262323-1502478282.xml 

pid=19965
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: 3.33 3.72 2.77 3/202 19968
/proc/meminfo: memFree=26821216/32770624 swapFree=0/576784
[pid=19968] ppid=19965 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19968/stat : 19968 (runsolver) D 19965 19968 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 95334547 24240128 107 18446744073709551615 4194304 4338465 140726594708336 140726594705976 139876147827415 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 7106560 140726594711761 140726594712137 140726594712137 140726594715594 0
/proc/19968/statm: 5918 107 54 36 0 2156 0

[startup+0.100065 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19968
/proc/meminfo: memFree=26821216/32770624 swapFree=0/576784
[pid=19968] ppid=19965 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19968/stat : 19968 (bash) S 19965 19968 1460 0 -1 4202496 889 6485 0 0 0 0 0 1 20 0 1 0 95334547 9867264 376 18446744073709551615 4194304 5098028 140723869105120 140723869099128 139835927759872 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 13131776 140723869106708 140723869106793 140723869106793 140723869110250 0
/proc/19968/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200287 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19968
/proc/meminfo: memFree=26821216/32770624 swapFree=0/576784
[pid=19968] ppid=19965 vsize=9636 CPUtime=0.08 cores=1,3,5,7
/proc/19968/stat : 19968 (bash) S 19965 19968 1460 0 -1 4202496 930 11907 0 0 0 0 5 3 20 0 1 0 95334547 9867264 376 18446744073709551615 4194304 5098028 140723869105120 140723869100952 139835927759872 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 13131776 140723869106708 140723869106793 140723869106793 140723869110250 0
/proc/19968/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9636

[startup+0.300247 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19968
/proc/meminfo: memFree=26821216/32770624 swapFree=0/576784
[pid=19968] ppid=19965 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 5740 12585 0 0 5 1 5 3 20 0 14 0 95334547 14241083392 5423 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3476827 5423 2570 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700236 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19968
/proc/meminfo: memFree=26821216/32770624 swapFree=0/576784
[pid=19968] ppid=19965 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 13908 12585 0 0 58 4 5 3 20 0 15 0 95334547 14310178816 14837 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3493696 14837 3139 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50202 s]
/proc/loadavg: 3.23 3.69 2.76 4/217 20031
/proc/meminfo: memFree=26724656/32770624 swapFree=0/577128
[pid=19968] ppid=19965 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 29419 12585 0 0 175 10 5 3 20 0 15 0 95334547 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3496352 42593 3374 1 0 3485525 0
[pid=19968/tid=20018] ppid=19965 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) S 19965 19968 1460 0 -1 1077944384 22420 12585 0 0 115 6 5 3 20 0 15 0 95334568 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139964390383392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) S 19965 19968 1460 0 -1 1077944384 54 12585 0 0 1 0 5 3 20 0 15 0 95334569 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963985829008 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) S 19965 19968 1460 0 -1 1077944384 68 12585 0 0 1 0 5 3 20 0 15 0 95334569 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963984776208 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) R 19965 19968 1460 0 -1 1077944384 41 12585 0 0 1 0 5 3 20 0 15 0 95334569 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964386170581 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) S 19965 19968 1460 0 -1 1077944384 210 12585 0 0 0 0 5 3 20 0 15 0 95334569 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963982670608 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 1718 12585 0 0 1 0 5 3 20 0 15 0 95334570 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963931814256 139964386171522 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) R 19965 19968 1460 0 -1 4202560 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963930760224 139964008499618 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) R 19965 19968 1460 0 -1 4202560 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963929707376 139964370660997 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) R 19965 19968 1460 0 -1 1077944384 1052 12585 0 0 15 0 5 3 20 0 15 0 95334573 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963927604080 139964386171522 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 606 12585 0 0 15 0 5 3 20 0 15 0 95334573 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963926551280 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) R 19965 19968 1460 0 -1 4202560 993 12585 0 0 23 0 5 3 20 0 15 0 95334573 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963857361104 139964365294899 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 8 12585 0 0 0 0 5 3 20 0 15 0 95334578 14321057792 42593 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 3.23 3.69 2.76 4/217 20031
/proc/meminfo: memFree=26650948/32770624 swapFree=0/577128
[pid=19968] ppid=19965 vsize=13995836 CPUtime=4.69 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 46964 12585 0 0 447 14 5 3 20 0 15 0 95334547 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3498959 55355 3449 1 0 3487573 0
[pid=19968/tid=20018] ppid=19965 vsize=13995836 CPUtime=2.52 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) D 19965 19968 1460 0 -1 4202560 36323 12585 0 0 235 9 5 3 20 0 15 0 95334568 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139964390348800 139964365812848 0 4 1 16800974 18446744072100924549 0 0 -1 3 0 0 4 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) S 19965 19968 1460 0 -1 1077944384 54 12585 0 0 1 0 5 3 20 0 15 0 95334569 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963985829008 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) S 19965 19968 1460 0 -1 1077944384 68 12585 0 0 1 0 5 3 20 0 15 0 95334569 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963984776208 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) S 19965 19968 1460 0 -1 1077944384 41 12585 0 0 1 0 5 3 20 0 15 0 95334569 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) S 19965 19968 1460 0 -1 1077944384 210 12585 0 0 0 0 5 3 20 0 15 0 95334569 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963982670608 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 1742 12585 0 0 1 0 5 3 20 0 15 0 95334570 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963931814256 139964386171522 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963930760224 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963929707376 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=13995836 CPUtime=0.68 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 1772 12585 0 0 60 0 5 3 20 0 15 0 95334573 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963927604080 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=13995836 CPUtime=0.73 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 1617 12585 0 0 65 0 5 3 20 0 15 0 95334573 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963926551280 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=13995836 CPUtime=0.87 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 2875 12585 0 0 78 1 5 3 20 0 15 0 95334573 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) D 19965 19968 1460 0 -1 4202560 9 12585 0 0 0 0 5 3 20 0 15 0 95334578 14331736064 55355 18446744073709551615 4194304 4196468 140733365498192 139963855260256 139964371016462 0 4 1 16800974 18446744072100924549 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 13995836

[startup+6.30067 s]
/proc/loadavg: 3.05 3.65 2.75 3/217 20031
/proc/meminfo: memFree=26402444/32770624 swapFree=0/577124
[pid=19968] ppid=19965 vsize=13999932 CPUtime=10.85 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 51426 12585 0 0 1053 24 5 3 20 0 15 0 95334547 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3499983 144721 3455 1 0 3488597 0
[pid=19968/tid=20018] ppid=19965 vsize=13999932 CPUtime=5.49 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) R 19965 19968 1460 0 -1 4202560 37538 12585 0 0 527 14 5 3 20 0 15 0 95334568 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139964390392168 139964013536387 0 4 1 16800974 0 0 0 -1 3 0 0 57 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) S 19965 19968 1460 0 -1 1077944384 85 12585 0 0 3 1 5 3 20 0 15 0 95334569 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963985829008 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) S 19965 19968 1460 0 -1 1077944384 161 12585 0 0 4 1 5 3 20 0 15 0 95334569 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963984776208 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) S 19965 19968 1460 0 -1 1077944384 62 12585 0 0 2 1 5 3 20 0 15 0 95334569 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) S 19965 19968 1460 0 -1 1077944384 243 12585 0 0 3 1 5 3 20 0 15 0 95334569 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963982670608 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 1958 12585 0 0 2 0 5 3 20 0 15 0 95334570 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963931814256 139964386171522 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963930760288 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=13999932 CPUtime=2.04 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 2849 12585 0 0 196 0 5 3 20 0 15 0 95334573 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963927604080 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=13999932 CPUtime=2.12 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 2722 12585 0 0 203 1 5 3 20 0 15 0 95334573 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963926551280 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=13999932 CPUtime=1.17 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 3544 12585 0 0 108 1 5 3 20 0 15 0 95334573 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 11 12585 0 0 0 0 5 3 20 0 15 0 95334578 14335930368 144721 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.96 3.62 2.75 3/217 20031
/proc/meminfo: memFree=25685004/32770624 swapFree=0/577124
[pid=19968] ppid=19965 vsize=14067516 CPUtime=18.89 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 64682 12585 0 0 1828 53 5 3 20 0 15 0 95334547 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3516879 346260 3468 1 0 3505493 0
[pid=19968/tid=20018] ppid=19965 vsize=14067516 CPUtime=11.67 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) S 19965 19968 1460 0 -1 1077944384 45162 12585 0 0 1135 24 5 3 20 0 15 0 95334568 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139964390394384 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=14067516 CPUtime=0.3 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) R 19965 19968 1460 0 -1 4202560 532 12585 0 0 17 5 5 3 20 0 15 0 95334569 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963985829128 139964378788583 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) S 19965 19968 1460 0 -1 1077944384 468 12585 0 0 18 5 5 3 20 0 15 0 95334569 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963984776208 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=14067516 CPUtime=0.29 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) S 19965 19968 1460 0 -1 1077944384 372 12585 0 0 16 5 5 3 20 0 15 0 95334569 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) S 19965 19968 1460 0 -1 1077944384 624 12585 0 0 18 5 5 3 20 0 15 0 95334569 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963982670624 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 3071 12585 0 0 5 0 5 3 20 0 15 0 95334570 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963931812768 139964386170581 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963930760352 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 346260 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0

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

/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 3413 12585 0 0 5 0 5 3 20 0 15 0 95334570 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963931814256 139964386171522 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963930760352 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=14067516 CPUtime=2.4 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 2992 12585 0 0 231 1 5 3 20 0 15 0 95334573 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963927604080 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=14067516 CPUtime=2.67 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 6048 12585 0 0 258 1 5 3 20 0 15 0 95334573 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963926551280 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=14067516 CPUtime=1.36 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 4066 12585 0 0 126 2 5 3 20 0 15 0 95334573 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 90 12585 0 0 0 0 5 3 20 0 15 0 95334578 14405136384 436116 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 14067516

[startup+20.9007 s]
/proc/loadavg: 2.89 3.59 2.74 3/217 20032
/proc/meminfo: memFree=25078232/32770624 swapFree=0/577132
[pid=19968] ppid=19965 vsize=14067516 CPUtime=27.13 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 68915 12585 0 0 2644 61 5 3 20 0 15 0 95334547 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3516879 437640 3468 1 0 3505493 0
[pid=19968/tid=20018] ppid=19965 vsize=14067516 CPUtime=19.86 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) R 19965 19968 1460 0 -1 4202560 45981 12585 0 0 1948 30 5 3 20 0 15 0 95334568 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139964390394272 139964021247155 0 4 1 16800974 0 0 0 -1 3 0 0 57 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) S 19965 19968 1460 0 -1 1077944384 1627 12585 0 0 17 6 5 3 20 0 15 0 95334569 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963985829008 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) S 19965 19968 1460 0 -1 1077944384 999 12585 0 0 18 5 5 3 20 0 15 0 95334569 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963984776208 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=14067516 CPUtime=0.3 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) S 19965 19968 1460 0 -1 1077944384 525 12585 0 0 16 6 5 3 20 0 15 0 95334569 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=14067516 CPUtime=0.31 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) S 19965 19968 1460 0 -1 1077944384 690 12585 0 0 18 5 5 3 20 0 15 0 95334569 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963982670608 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 3638 12585 0 0 5 0 5 3 20 0 15 0 95334570 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963931814256 139964386171522 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963930760352 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=14067516 CPUtime=2.4 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 2992 12585 0 0 231 1 5 3 20 0 15 0 95334573 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963927604080 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=14067516 CPUtime=2.67 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 6048 12585 0 0 258 1 5 3 20 0 15 0 95334573 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963926551280 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=14067516 CPUtime=1.36 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 4066 12585 0 0 126 2 5 3 20 0 15 0 95334573 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 96 12585 0 0 0 0 5 3 20 0 15 0 95334578 14405136384 437640 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 27.13
Current children cumulated vsize (KiB) 14067516

[startup+21.7014 s]
/proc/loadavg: 2.66 3.53 2.73 3/217 20032
/proc/meminfo: memFree=25078232/32770624 swapFree=0/577128
[pid=19968] ppid=19965 vsize=14067516 CPUtime=28.11 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 75882 12585 0 0 2741 62 5 3 20 0 15 0 95334547 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3516879 439779 3469 1 0 3505493 0
[pid=19968/tid=20018] ppid=19965 vsize=14067516 CPUtime=20.64 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) S 19965 19968 1460 0 -1 1077944384 48391 12585 0 0 2026 30 5 3 20 0 15 0 95334568 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139964390398128 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=14067516 CPUtime=0.33 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) R 19965 19968 1460 0 -1 4202560 1963 12585 0 0 19 6 5 3 20 0 15 0 95334569 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963985829208 139964367756917 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=14067516 CPUtime=0.33 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) R 19965 19968 1460 0 -1 4202560 1054 12585 0 0 20 5 5 3 20 0 15 0 95334569 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963984776408 139964370857967 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=14067516 CPUtime=0.32 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) R 19965 19968 1460 0 -1 4202560 582 12585 0 0 18 6 5 3 20 0 15 0 95334569 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964371111468 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=14067516 CPUtime=0.33 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) R 19965 19968 1460 0 -1 4202560 723 12585 0 0 20 5 5 3 20 0 15 0 95334569 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963982670608 139964367756251 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 3639 12585 0 0 5 1 5 3 20 0 15 0 95334570 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963931812656 139964386170581 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 55 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963930760352 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=14067516 CPUtime=2.43 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 3220 12585 0 0 234 1 5 3 20 0 15 0 95334573 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963927586432 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=14067516 CPUtime=2.72 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 6398 12585 0 0 262 2 5 3 20 0 15 0 95334573 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963926536272 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=14067516 CPUtime=1.42 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 7567 12585 0 0 132 2 5 3 20 0 15 0 95334573 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 96 12585 0 0 0 0 5 3 20 0 15 0 95334578 14405136384 439779 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 28.11
Current children cumulated vsize (KiB) 14067516

[startup+21.9024 s]
/proc/loadavg: 2.66 3.53 2.73 3/217 20032
/proc/meminfo: memFree=25078232/32770624 swapFree=0/577128
[pid=19968] ppid=19965 vsize=14067516 CPUtime=28.77 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 81816 12585 0 0 2806 63 5 3 20 0 15 0 95334547 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3516879 440067 3469 1 0 3505493 0
[pid=19968/tid=20018] ppid=19965 vsize=14067516 CPUtime=20.64 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) S 19965 19968 1460 0 -1 1077944384 48391 12585 0 0 2026 30 5 3 20 0 15 0 95334568 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139964390398128 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=14067516 CPUtime=0.48 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) R 19965 19968 1460 0 -1 4202560 2001 12585 0 0 34 6 5 3 20 0 15 0 95334569 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963985829008 139964370859343 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=14067516 CPUtime=0.48 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) R 19965 19968 1460 0 -1 4202560 1071 12585 0 0 35 5 5 3 20 0 15 0 95334569 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963984776096 139964370859120 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=14067516 CPUtime=0.47 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) R 19965 19968 1460 0 -1 4202560 602 12585 0 0 33 6 5 3 20 0 15 0 95334569 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964371157021 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=14067516 CPUtime=0.48 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) R 19965 19968 1460 0 -1 4202560 747 12585 0 0 35 5 5 3 20 0 15 0 95334569 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963982670808 139964371156727 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 9466 12585 0 0 10 1 5 3 20 0 15 0 95334570 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963931812880 139964386170581 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 57 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963930760336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 43 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=14067516 CPUtime=2.43 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 3220 12585 0 0 234 1 5 3 20 0 15 0 95334573 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963927585872 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=14067516 CPUtime=2.72 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 6400 12585 0 0 262 2 5 3 20 0 15 0 95334573 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963926537808 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=14067516 CPUtime=1.42 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 7567 12585 0 0 132 2 5 3 20 0 15 0 95334573 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 96 12585 0 0 0 0 5 3 20 0 15 0 95334578 14405136384 440067 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 28.77
Current children cumulated vsize (KiB) 14067516

[startup+22.0054 s]
/proc/loadavg: 2.66 3.53 2.73 3/217 20032
/proc/meminfo: memFree=25078232/32770624 swapFree=0/577128
[pid=19968] ppid=19965 vsize=14067516 CPUtime=29.09 cores=1,3,5,7
/proc/19968/stat : 19968 (java) S 19965 19968 1460 0 -1 1077944320 81830 12585 0 0 2838 63 5 3 20 0 15 0 95334547 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 140733365480736 139964386160375 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
/proc/19968/statm: 3516879 440064 3469 1 0 3505493 0
[pid=19968/tid=20018] ppid=19965 vsize=14067516 CPUtime=20.64 cores=1,3,5,7
/proc/19968/task/20018/stat : 20018 (java) S 19965 19968 1460 0 -1 1077944384 48392 12585 0 0 2026 30 5 3 20 0 15 0 95334568 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139964390398128 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20019] ppid=19965 vsize=14067516 CPUtime=0.55 cores=1,3,5,7
/proc/19968/task/20019/stat : 20019 (java) R 19965 19968 1460 0 -1 4202560 2005 12585 0 0 41 6 5 3 20 0 15 0 95334569 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963985828896 139964370859792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20020] ppid=19965 vsize=14067516 CPUtime=0.55 cores=1,3,5,7
/proc/19968/task/20020/stat : 20020 (java) R 19965 19968 1460 0 -1 4202560 1071 12585 0 0 42 5 5 3 20 0 15 0 95334569 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963984776208 139964371157037 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20021] ppid=19965 vsize=14067516 CPUtime=0.54 cores=1,3,5,7
/proc/19968/task/20021/stat : 20021 (java) R 19965 19968 1460 0 -1 4202560 602 12585 0 0 40 6 5 3 20 0 15 0 95334569 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963983723408 139964371156772 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20022] ppid=19965 vsize=14067516 CPUtime=0.56 cores=1,3,5,7
/proc/19968/task/20022/stat : 20022 (java) R 19965 19968 1460 0 -1 4202560 752 12585 0 0 42 6 5 3 20 0 15 0 95334569 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963982670808 139964367713616 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20023] ppid=19965 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/19968/task/20023/stat : 20023 (java) S 19965 19968 1460 0 -1 1077944384 9466 12585 0 0 12 1 5 3 20 0 15 0 95334570 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963931812880 139964386170581 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20024] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20024/stat : 20024 (java) S 19965 19968 1460 0 -1 1077944384 57 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963930760432 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20025] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20025/stat : 20025 (java) S 19965 19968 1460 0 -1 1077944384 45 12585 0 0 0 0 5 3 20 0 15 0 95334570 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963929707392 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20026] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20026/stat : 20026 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963928655696 139964386178971 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20027] ppid=19965 vsize=14067516 CPUtime=2.43 cores=1,3,5,7
/proc/19968/task/20027/stat : 20027 (java) S 19965 19968 1460 0 -1 1077944384 3222 12585 0 0 234 1 5 3 20 0 15 0 95334573 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963927586432 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20028] ppid=19965 vsize=14067516 CPUtime=2.72 cores=1,3,5,7
/proc/19968/task/20028/stat : 20028 (java) S 19965 19968 1460 0 -1 1077944384 6400 12585 0 0 262 2 5 3 20 0 15 0 95334573 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963926542384 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20029] ppid=19965 vsize=14067516 CPUtime=1.42 cores=1,3,5,7
/proc/19968/task/20029/stat : 20029 (java) S 19965 19968 1460 0 -1 1077944384 7567 12585 0 0 132 2 5 3 20 0 15 0 95334573 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963857365616 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20030] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20030/stat : 20030 (java) S 19965 19968 1460 0 -1 1077944384 3 12585 0 0 0 0 5 3 20 0 15 0 95334573 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963856313056 139964386170581 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
[pid=19968/tid=20031] ppid=19965 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/19968/task/20031/stat : 20031 (java) S 19965 19968 1460 0 -1 1077944384 96 12585 0 0 0 0 5 3 20 0 15 0 95334578 14405136384 440064 18446744073709551615 4194304 4196468 140733365498192 139963855260336 139964386171522 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 29872128 140733365499856 140733365502641 140733365502641 140733365505999 0
Current children cumulated CPU time (s) 29.09
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 22.0779
CPU time (s): 29.2391
CPU user time (s): 28.5516
CPU system time (s): 0.687557
CPU usage (%): 132.436
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5516
system time used= 0.687557
maximum resident set size= 1763356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94849
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= 7806
involuntary context switches= 96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079867 second user time and 0.165014 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 20:50:47
IDJOB=4262323
IDBENCH=138763
IDSOLVER=2650
FILE ID=node134/4262323-1502478282
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262323-1502478282/watcher-4262323-1502478282 -o /tmp/evaluation-result-4262323-1502478282/solver-4262323-1502478282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262323-1502478282.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=1503915838

node134.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.43
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.43
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.43
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.43
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:        26822224 kB
MemAvailable:   27821892 kB
Buffers:          293828 kB
Cached:           998992 kB
SwapCached:            0 kB
Active:          4896300 kB
Inactive:         607740 kB
Active(anon):    4213596 kB
Inactive(anon):    31216 kB
Active(file):     682704 kB
Inactive(file):   576524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24488 kB
Writeback:             0 kB
AnonPages:       4223332 kB
Mapped:            66076 kB
Shmem:             33468 kB
Slab:             139536 kB
SReclaimable:     112548 kB
SUnreclaim:        26988 kB
KernelStack:        3824 kB
PageTables:        13912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5024576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3985408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 20:51:09