Trace number 4262689

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 51.5303 40.5289

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s05c-table.xml
MD5SUMdb3f83fbcf6995a753f778d644e50d9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.59901
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.31/2.21	c Concrete v3.4 running
51.23/40.49	v <instantiation>
51.23/40.49	v       <list>
51.23/40.49	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]
51.23/40.49	v       </list>
51.23/40.49	v       <values>
51.23/40.49	v         3 6 1 7 2 5 9 4 8 9 8 7 4 1 3 2 5 6 2 5 4 8 6 9 1 3 7 8 7 6 9 3 4 5 1 2 5 2 3 1 8 6 7 9 4 4 1 9 2 5 7 6 8 3 6 4 5 3 7 1 8 2 9 7 3 8 5 9 2 4 6 1 1 9 2 6 4 8 3 7 5
51.23/40.49	v       </values>
51.23/40.49	v     </instantiation>
51.23/40.49	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-4262689-1502423915/watcher-4262689-1502423915 -o /tmp/evaluation-result-4262689-1502423915/solver-4262689-1502423915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262689-1502423915.xml 

pid=5098
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: 2.03 1.97 1.70 2/199 5101
/proc/meminfo: memFree=30055600/32770624 swapFree=0/563012
[pid=5101] ppid=5098 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5101/stat : 5101 (runsolver) D 5098 5101 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 89897763 24240128 108 18446744073709551615 4194304 4338465 140735020269616 140735020267256 139731774558935 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 31211520 140735020277969 140735020278345 140735020278345 140735020281802 0
/proc/5101/statm: 5918 108 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 2.03 1.97 1.70 2/199 5101
/proc/meminfo: memFree=30055600/32770624 swapFree=0/563012
[pid=5101] ppid=5098 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5101/stat : 5101 (runsolver) D 5098 5101 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 89897763 24240128 108 18446744073709551615 4194304 4338465 140735020269616 140735020267256 139731774558935 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 31211520 140735020277969 140735020278345 140735020278345 140735020281802 0
/proc/5101/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200299 s]
/proc/loadavg: 2.03 1.97 1.70 2/199 5101
/proc/meminfo: memFree=30055600/32770624 swapFree=0/563012
[pid=5101] ppid=5098 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5101/stat : 5101 (bash) S 5098 5101 1460 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 89897763 9867264 377 18446744073709551615 4194304 5098028 140720996577104 140720996571112 140337182538752 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 11 0 0 7196144 7232144 35753984 140720996586004 140720996586089 140720996586089 140720996589546 0
/proc/5101/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300343 s]
/proc/loadavg: 2.03 1.97 1.70 2/199 5101
/proc/meminfo: memFree=30055600/32770624 swapFree=0/563012
[pid=5101] ppid=5098 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 5476 12473 0 0 4 1 5 3 20 0 14 0 89897763 14241083392 5170 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3476827 5170 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.702308 s]
/proc/loadavg: 2.03 1.97 1.70 2/199 5101
/proc/meminfo: memFree=30055600/32770624 swapFree=0/563012
[pid=5101] ppid=5098 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 13544 12473 0 0 52 4 5 3 20 0 15 0 89897763 14310178816 14504 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3493696 14504 3109 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 2.03 1.97 1.70 3/214 5164
/proc/meminfo: memFree=29961276/32770624 swapFree=0/563384
[pid=5101] ppid=5098 vsize=13985408 CPUtime=1.84 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 25208 12473 0 0 169 7 5 3 20 0 15 0 89897763 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3496352 34077 3346 1 0 3485525 0
[pid=5101/tid=5151] ppid=5098 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) S 5098 5101 1460 0 -1 1077944384 20018 12473 0 0 116 5 5 3 20 0 15 0 89897787 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140713959063984 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 89897788 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 89897788 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 89897788 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) R 5098 5101 1460 0 -1 4202560 2 12473 0 0 0 0 5 3 20 0 15 0 89897788 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713947950953 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 24 12473 0 0 0 0 5 3 20 0 15 0 89897789 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712870651136 140713954854613 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 33 12473 0 0 0 0 5 3 20 0 15 0 89897789 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712869598880 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 21 12473 0 0 0 0 5 3 20 0 15 0 89897790 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712868545776 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 958 12473 0 0 13 0 5 3 20 0 15 0 89897792 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712866441456 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 750 12473 0 0 17 0 5 3 20 0 15 0 89897792 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712865388912 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 1250 12473 0 0 22 0 5 3 20 0 15 0 89897792 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712864331728 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897796 14321057792 34077 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.107 s]
/proc/loadavg: 1.95 1.96 1.70 3/214 5165
/proc/meminfo: memFree=29882904/32770624 swapFree=0/563384
[pid=5101] ppid=5098 vsize=13993788 CPUtime=5.07 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 31955 12473 0 0 474 25 5 3 20 0 15 0 89897763 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3498447 113186 3458 1 0 3487061 0
[pid=5101/tid=5151] ppid=5098 vsize=13993788 CPUtime=2.78 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) R 5098 5101 1460 0 -1 4202560 22945 12473 0 0 261 9 5 3 20 0 15 0 89897787 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140713959078368 140713554916779 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 138 12473 0 0 5 2 5 3 20 0 15 0 89897788 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=13993788 CPUtime=0.15 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 131 12473 0 0 5 2 5 3 20 0 15 0 89897788 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=13993788 CPUtime=0.16 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 93 12473 0 0 5 3 5 3 20 0 15 0 89897788 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=13993788 CPUtime=0.16 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 271 12473 0 0 5 3 5 3 20 0 15 0 89897788 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=13993788 CPUtime=0.09 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 817 12473 0 0 1 0 5 3 20 0 15 0 89897789 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712870652656 140713954855554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 54 12473 0 0 0 0 5 3 20 0 15 0 89897789 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 44 12473 0 0 0 0 5 3 20 0 15 0 89897790 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=13993788 CPUtime=0.66 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 1461 12473 0 0 57 1 5 3 20 0 15 0 89897792 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712866441456 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=13993788 CPUtime=0.64 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 1276 12473 0 0 56 0 5 3 20 0 15 0 89897792 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712865388912 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=13993788 CPUtime=0.81 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 2565 12473 0 0 73 0 5 3 20 0 15 0 89897792 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=13993788 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897796 14329638912 113186 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 13993788

[startup+6.30105 s]
/proc/loadavg: 1.95 1.96 1.70 3/214 5165
/proc/meminfo: memFree=29273620/32770624 swapFree=0/563380
[pid=5101] ppid=5098 vsize=13997884 CPUtime=10.31 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 50491 12473 0 0 966 57 5 3 20 0 15 0 89897763 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3499471 282397 3462 1 0 3488085 0
[pid=5101/tid=5151] ppid=5098 vsize=13997884 CPUtime=5.8 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) S 5098 5101 1460 0 -1 1077944384 34393 12473 0 0 556 16 5 3 20 0 15 0 89897787 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140713959073952 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=13997884 CPUtime=0.33 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) R 5098 5101 1460 0 -1 4202560 665 12473 0 0 16 9 5 3 20 0 15 0 89897788 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713939872666 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=13997884 CPUtime=0.32 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) R 5098 5101 1460 0 -1 4202560 341 12473 0 0 16 8 5 3 20 0 15 0 89897788 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713939872624 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=13997884 CPUtime=0.33 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) R 5098 5101 1460 0 -1 4202560 283 12473 0 0 16 9 5 3 20 0 15 0 89897788 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713939871826 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=13997884 CPUtime=0.33 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) R 5098 5101 1460 0 -1 4202560 690 12473 0 0 16 9 5 3 20 0 15 0 89897788 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140713871100504 140713939871826 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 1220 12473 0 0 2 0 5 3 20 0 15 0 89897789 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712870651168 140713954854613 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 54 12473 0 0 0 0 5 3 20 0 15 0 89897789 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 44 12473 0 0 0 0 5 3 20 0 15 0 89897790 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=13997884 CPUtime=1.35 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 3055 12473 0 0 126 1 5 3 20 0 15 0 89897792 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712866441456 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=13997884 CPUtime=1.3 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 3329 12473 0 0 121 1 5 3 20 0 15 0 89897792 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712865388912 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 3681 12473 0 0 92 1 5 3 20 0 15 0 89897792 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 579 12473 0 0 0 0 5 3 20 0 15 0 89897796 14333833216 282397 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.95 1.96 1.70 3/214 5165
/proc/meminfo: memFree=28261636/32770624 swapFree=0/563372
[pid=5101] ppid=5098 vsize=13999932 CPUtime=20.08 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 57671 12473 0 0 1897 103 5 3 20 0 15 0 89897763 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3499983 450984 3465 1 0 3488597 0
[pid=5101/tid=5151] ppid=5098 vsize=13999932 CPUtime=11.39 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) R 5098 5101 1460 0 -1 4202560 35930 12473 0 0 1113 18 5 3 20 0 15 0 89897787 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140713959076896 140713559063542 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 979 12473 0 0 68 19 5 3 20 0 15 0 89897788 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 954 12473 0 0 69 18 5 3 20 0 15 0 89897788 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=13999932 CPUtime=0.94 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 599 12473 0 0 67 19 5 3 20 0 15 0 89897788 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 1611 12473 0 0 68 19 5 3 20 0 15 0 89897788 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=13999932 CPUtime=0.27 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 3261 12473 0 0 19 0 5 3 20 0 15 0 89897789 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140712870652656 140713954855554 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 54 12473 0 0 0 0 5 3 20 0 15 0 89897789 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 44 12473 0 0 0 0 5 3 20 0 15 0 89897790 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14335930368 450984 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0

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

/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 1797 12473 0 0 76 20 5 3 20 0 15 0 89897788 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 1713 12473 0 0 76 19 5 3 20 0 15 0 89897788 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 3981 12473 0 0 20 0 5 3 20 0 15 0 89897789 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712870652656 140713954855554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 54 12473 0 0 0 0 5 3 20 0 15 0 89897789 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 44 12473 0 0 0 0 5 3 20 0 15 0 89897790 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=13999932 CPUtime=2.63 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 5329 12473 0 0 254 1 5 3 20 0 15 0 89897792 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712866441456 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=13999932 CPUtime=3.05 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 7555 12473 0 0 296 1 5 3 20 0 15 0 89897792 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712865388912 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=13999932 CPUtime=1.22 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 5657 12473 0 0 113 1 5 3 20 0 15 0 89897792 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 694 12473 0 0 0 1 5 3 20 0 15 0 89897796 14335930368 711147 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 47.82
Current children cumulated vsize (KiB) 13999932

[startup+39.2007 s]
/proc/loadavg: 1.58 1.87 1.68 3/214 5166
/proc/meminfo: memFree=27217048/32770624 swapFree=0/563372
[pid=5101] ppid=5098 vsize=13999932 CPUtime=48.62 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 72441 12473 0 0 4731 123 5 3 20 0 15 0 89897763 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3499983 711149 3466 1 0 3488597 0
[pid=5101/tid=5151] ppid=5098 vsize=13999932 CPUtime=37.77 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) R 5098 5101 1460 0 -1 4202560 40835 12473 0 0 3736 33 5 3 20 0 15 0 89897787 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140713959071984 140713557294591 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 1286 12473 0 0 77 20 5 3 20 0 15 0 89897788 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 1325 12473 0 0 78 19 5 3 20 0 15 0 89897788 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 1797 12473 0 0 76 20 5 3 20 0 15 0 89897788 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 1713 12473 0 0 76 19 5 3 20 0 15 0 89897788 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=13999932 CPUtime=0.28 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 3981 12473 0 0 20 0 5 3 20 0 15 0 89897789 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712870652656 140713954855554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 54 12473 0 0 0 0 5 3 20 0 15 0 89897789 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 44 12473 0 0 0 0 5 3 20 0 15 0 89897790 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=13999932 CPUtime=2.63 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 5329 12473 0 0 254 1 5 3 20 0 15 0 89897792 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712866441456 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=13999932 CPUtime=3.05 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 7555 12473 0 0 296 1 5 3 20 0 15 0 89897792 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712865388912 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=13999932 CPUtime=1.22 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 5671 12473 0 0 113 1 5 3 20 0 15 0 89897792 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 694 12473 0 0 0 1 5 3 20 0 15 0 89897796 14335930368 711149 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 48.62
Current children cumulated vsize (KiB) 13999932

[startup+40.0007 s]
/proc/loadavg: 1.58 1.87 1.68 3/214 5166
/proc/meminfo: memFree=27217056/32770624 swapFree=0/563372
[pid=5101] ppid=5098 vsize=14001980 CPUtime=50.15 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 80659 12473 0 0 4883 124 5 3 20 0 15 0 89897763 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3500495 712476 3466 1 0 3489109 0
[pid=5101/tid=5151] ppid=5098 vsize=14001980 CPUtime=38.57 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) R 5098 5101 1460 0 -1 4202560 44064 12473 0 0 3815 34 5 3 20 0 15 0 89897787 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140713959071104 140713940624980 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=14001980 CPUtime=1.05 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 1286 12473 0 0 77 20 5 3 20 0 15 0 89897788 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=14001980 CPUtime=1.05 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 1325 12473 0 0 78 19 5 3 20 0 15 0 89897788 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=14001980 CPUtime=1.04 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 1797 12473 0 0 76 20 5 3 20 0 15 0 89897788 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=14001980 CPUtime=1.03 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 1713 12473 0 0 76 19 5 3 20 0 15 0 89897788 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=14001980 CPUtime=0.29 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 4188 12473 0 0 21 0 5 3 20 0 15 0 89897789 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712870652656 140713954855554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 54 12473 0 0 0 0 5 3 20 0 15 0 89897789 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 44 12473 0 0 0 0 5 3 20 0 15 0 89897790 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=14001980 CPUtime=2.92 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) R 5098 5101 1460 0 -1 4202560 7044 12473 0 0 283 1 5 3 20 0 15 0 89897792 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712866421728 140713938375890 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=14001980 CPUtime=3.33 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) R 5098 5101 1460 0 -1 4202560 8720 12473 0 0 324 1 5 3 20 0 15 0 89897792 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712865371264 140713939238251 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=14001980 CPUtime=1.38 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 7573 12473 0 0 128 2 5 3 20 0 15 0 89897792 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 694 12473 0 0 0 1 5 3 20 0 15 0 89897796 14338027520 712476 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 14001980

[startup+40.4011 s]
/proc/loadavg: 1.58 1.87 1.68 3/214 5166
/proc/meminfo: memFree=27217056/32770624 swapFree=0/563372
[pid=5101] ppid=5098 vsize=14001980 CPUtime=51.23 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 97208 12473 0 0 4988 127 5 3 20 0 15 0 89897763 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3500495 717142 3466 1 0 3489109 0
[pid=5101/tid=5151] ppid=5098 vsize=14001980 CPUtime=38.89 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) S 5098 5101 1460 0 -1 1077944384 55720 12473 0 0 3845 36 5 3 20 0 15 0 89897787 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140713959081952 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=14001980 CPUtime=1.09 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 1307 12473 0 0 80 21 5 3 20 0 15 0 89897788 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=14001980 CPUtime=1.08 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 1338 12473 0 0 81 19 5 3 20 0 15 0 89897788 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=14001980 CPUtime=1.08 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 1802 12473 0 0 80 20 5 3 20 0 15 0 89897788 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=14001980 CPUtime=1.08 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 1742 12473 0 0 80 20 5 3 20 0 15 0 89897788 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=14001980 CPUtime=0.34 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) R 5098 5101 1460 0 -1 4202560 7427 12473 0 0 25 1 5 3 20 0 15 0 89897789 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712870650944 140713939200460 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 56 12473 0 0 0 0 5 3 20 0 15 0 89897789 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712869598480 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 45 12473 0 0 0 0 5 3 20 0 15 0 89897790 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712868545392 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5159] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5159/stat : 5159 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712867494352 140713954863003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=14001980 CPUtime=3.16 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 7281 12473 0 0 307 1 5 3 20 0 15 0 89897792 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712866421360 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=14001980 CPUtime=3.58 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 9683 12473 0 0 349 1 5 3 20 0 15 0 89897792 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712865374480 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=14001980 CPUtime=1.45 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 7956 12473 0 0 135 2 5 3 20 0 15 0 89897792 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 89897792 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5164] ppid=5098 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/5101/task/5164/stat : 5164 (java) S 5098 5101 1460 0 -1 1077944384 694 12473 0 0 0 1 5 3 20 0 15 0 89897796 14338027520 717142 18446744073709551615 4194304 4196468 140733376518112 140712862231600 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 14001980

[startup+40.5006 s]
/proc/loadavg: 1.58 1.87 1.68 3/214 5166
/proc/meminfo: memFree=27217056/32770624 swapFree=0/563372
[pid=5101] ppid=5098 vsize=14070592 CPUtime=51.5 cores=1,3,5,7
/proc/5101/stat : 5101 (java) S 5098 5101 1460 0 -1 1077944320 97764 12473 0 0 5015 127 5 3 20 0 13 0 89897763 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140733376500656 140713954844407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
/proc/5101/statm: 3517648 717326 3468 1 0 3506262 0
[pid=5101/tid=5151] ppid=5098 vsize=14070592 CPUtime=38.94 cores=1,3,5,7
/proc/5101/task/5151/stat : 5151 (java) S 5098 5101 1460 0 -1 1077944384 55863 12473 0 0 3850 36 5 3 20 0 13 0 89897787 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140713959087248 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5152] ppid=5098 vsize=14070592 CPUtime=1.11 cores=1,3,5,7
/proc/5101/task/5152/stat : 5152 (java) S 5098 5101 1460 0 -1 1077944384 1308 12473 0 0 82 21 5 3 20 0 13 0 89897788 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140713874258448 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5153] ppid=5098 vsize=14070592 CPUtime=1.1 cores=1,3,5,7
/proc/5101/task/5153/stat : 5153 (java) S 5098 5101 1460 0 -1 1077944384 1339 12473 0 0 83 19 5 3 20 0 13 0 89897788 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140713873205904 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5154] ppid=5098 vsize=14070592 CPUtime=1.09 cores=1,3,5,7
/proc/5101/task/5154/stat : 5154 (java) S 5098 5101 1460 0 -1 1077944384 1802 12473 0 0 81 20 5 3 20 0 13 0 89897788 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140713872152848 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5155] ppid=5098 vsize=14070592 CPUtime=1.09 cores=1,3,5,7
/proc/5101/task/5155/stat : 5155 (java) S 5098 5101 1460 0 -1 1077944384 1742 12473 0 0 81 20 5 3 20 0 13 0 89897788 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140713871100304 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5156] ppid=5098 vsize=14070592 CPUtime=0.37 cores=1,3,5,7
/proc/5101/task/5156/stat : 5156 (java) S 5098 5101 1460 0 -1 1077944384 7427 12473 0 0 28 1 5 3 20 0 13 0 89897789 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712870652864 140713954855554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5157] ppid=5098 vsize=14070592 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5157/stat : 5157 (java) S 5098 5101 1460 0 -1 1077944384 57 12473 0 0 0 0 5 3 20 0 13 0 89897789 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712869598944 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5158] ppid=5098 vsize=14070592 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5158/stat : 5158 (java) S 5098 5101 1460 0 -1 1077944384 48 12473 0 0 0 0 5 3 20 0 13 0 89897790 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712868545792 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5160] ppid=5098 vsize=14070592 CPUtime=3.21 cores=1,3,5,7
/proc/5101/task/5160/stat : 5160 (java) S 5098 5101 1460 0 -1 1077944384 7320 12473 0 0 312 1 5 3 20 0 13 0 89897792 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712866425968 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5161] ppid=5098 vsize=14070592 CPUtime=3.63 cores=1,3,5,7
/proc/5101/task/5161/stat : 5161 (java) S 5098 5101 1460 0 -1 1077944384 9891 12473 0 0 354 1 5 3 20 0 13 0 89897792 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712865369392 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5162] ppid=5098 vsize=14070592 CPUtime=1.47 cores=1,3,5,7
/proc/5101/task/5162/stat : 5162 (java) S 5098 5101 1460 0 -1 1077944384 8061 12473 0 0 137 2 5 3 20 0 13 0 89897792 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712864335856 140713954855554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
[pid=5101/tid=5163] ppid=5098 vsize=14070592 CPUtime=0.08 cores=1,3,5,7
/proc/5101/task/5163/stat : 5163 (java) S 5098 5101 1460 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 13 0 89897792 14408286208 717326 18446744073709551615 4194304 4196468 140733376518112 140712863283552 140713954854613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36884480 140733376526288 140733376529073 140733376529073 140733376532431 0
Current children cumulated CPU time (s) 51.5
Current children cumulated vsize (KiB) 14070592

Child status: 0
Real time (s): 40.5289
CPU time (s): 51.5303
CPU user time (s): 50.206
CPU system time (s): 1.32426
CPU usage (%): 127.145
Max. virtual memory (cumulated for all children) (KiB): 14070592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.206
system time used= 1.32426
maximum resident set size= 2869664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8298
involuntary context switches= 179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.192495 second user time and 0.251607 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 05:44:39
IDJOB=4262689
IDBENCH=120396
IDSOLVER=2650
FILE ID=node134/4262689-1502423915
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 61988 MiB

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

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

MD5SUM BENCH= db3f83fbcf6995a753f778d644e50d9f
RANDOM SEED=1869674614

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:        30056236 kB
MemAvailable:   31036380 kB
Buffers:          280360 kB
Cached:           993820 kB
SwapCached:            0 kB
Active:          1684812 kB
Inactive:         593968 kB
Active(anon):    1007108 kB
Inactive(anon):    31216 kB
Active(file):     677704 kB
Inactive(file):   562752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44336 kB
Writeback:             0 kB
AnonPages:       1078304 kB
Mapped:            63368 kB
Shmem:             33468 kB
Slab:             137508 kB
SReclaimable:     111044 kB
SUnreclaim:        26464 kB
KernelStack:        3824 kB
PageTables:         7148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1891604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    989184 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= 61964 MiB
End job on node134 at 2017-08-11 05:45:20