Trace number 4245003

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
R1: Concrete 3.4SAT 57.611 39.2431

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s12b-table.xml
MD5SUM03c8305b156c1553c8e24fbd7657baff
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.6431098
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.70/2.11	c Concrete v3.4 running
57.54/39.20	v <instantiation>
57.54/39.20	v       <list>
57.54/39.20	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]
57.54/39.20	v       </list>
57.54/39.20	v       <values>
57.54/39.20	v         3 8 4 5 6 7 9 2 1 1 2 6 4 3 9 7 8 5 7 5 9 8 2 1 3 4 6 5 6 3 7 9 8 2 1 4 8 4 7 3 1 2 6 5 9 9 1 2 6 4 5 8 7 3 2 3 1 9 7 4 5 6 8 4 9 5 2 8 6 1 3 7 6 7 8 1 5 3 4 9 2
57.54/39.20	v       </values>
57.54/39.20	v     </instantiation>
57.54/39.20	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-4245003-1500699517/watcher-4245003-1500699517 -o /tmp/evaluation-result-4245003-1500699517/solver-4245003-1500699517 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560 bin/concrete HOME/instance-4245003-1500699517.xml 

pid=18302
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.86 1.98 1.65 2/262 18305
/proc/meminfo: memFree=30928936/32770624 swapFree=5940/258104
[pid=18305] ppid=18302 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (bash) S 18302 18305 14618 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 5218578 9736192 351 33554432000 4194304 5098028 140722977199360 140722977197000 140282160311296 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 36560896 140722977207566 140722977207651 140722977207651 140722977210350 0
/proc/18305/statm: 2377 351 278 221 0 86 0

[startup+0.100118 s]
/proc/loadavg: 2.86 1.98 1.65 2/262 18305
/proc/meminfo: memFree=30928936/32770624 swapFree=5940/258104
[pid=18305] ppid=18302 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (bash) S 18302 18305 14618 0 -1 4202496 885 6414 0 0 0 0 0 1 20 0 1 0 5218578 9871360 378 33554432000 4194304 5098028 140722977199360 140722977193368 140282160311296 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 36560896 140722977207566 140722977207651 140722977207651 140722977210350 0
/proc/18305/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200345 s]
/proc/loadavg: 2.86 1.98 1.65 2/262 18305
/proc/meminfo: memFree=30928936/32770624 swapFree=5940/258104
[pid=18305] ppid=18302 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 4970 12658 0 0 6 2 8 3 20 0 13 0 5218578 10686320640 5336 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2608965 5336 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300253 s]
/proc/loadavg: 2.86 1.98 1.65 2/262 18305
/proc/meminfo: memFree=30928936/32770624 swapFree=5940/258104
[pid=18305] ppid=18302 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 7454 12658 0 0 22 3 8 3 20 0 20 0 5218578 11164049408 9238 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2725598 9238 2987 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700191 s]
/proc/loadavg: 2.86 1.98 1.65 2/262 18305
/proc/meminfo: memFree=30928936/32770624 swapFree=5940/258104
[pid=18305] ppid=18302 vsize=10902720 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 12832 12658 0 0 80 5 8 3 20 0 20 0 5218578 11164385280 16158 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2725680 16158 3220 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50077 s]
/proc/loadavg: 2.86 1.98 1.65 3/282 18378
/proc/meminfo: memFree=30821304/32770624 swapFree=5940/258072
[pid=18305] ppid=18302 vsize=10915392 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 26629 12658 0 0 205 13 8 3 20 0 20 0 5218578 11177361408 44138 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2728848 44138 3409 1 0 2716962 0
[pid=18305/tid=18360] ppid=18302 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18360/stat : 18360 (java) R 18302 18305 14618 0 -1 4202560 19232 12658 0 0 126 6 8 3 20 0 20 0 5218591 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013144296592 140013133254864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18361] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18361/stat : 18361 (java) S 18302 18305 14618 0 -1 1077944384 22 12658 0 0 0 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013066144784 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18362] ppid=18302 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18362/stat : 18362 (java) S 18302 18305 14618 0 -1 1077944384 140 12658 0 0 1 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013065092240 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18363] ppid=18302 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18363/stat : 18363 (java) S 18302 18305 14618 0 -1 1077944384 17 12658 0 0 1 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013064039184 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18364] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18364/stat : 18364 (java) S 18302 18305 14618 0 -1 1077944384 60 12658 0 0 0 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013062986640 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18365] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18365/stat : 18365 (java) S 18302 18305 14618 0 -1 1077944384 27 12658 0 0 0 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013061933584 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18366] ppid=18302 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18366/stat : 18366 (java) S 18302 18305 14618 0 -1 1077944384 29 12658 0 0 1 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013060881040 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18367] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) S 18302 18305 14618 0 -1 1077944384 8 12658 0 0 0 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013059827984 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) S 18302 18305 14618 0 -1 1077944384 15 12658 0 0 0 0 8 3 20 0 20 0 5218592 11177361408 44138 33554432000 4194304 4196468 140723100992864 140013058775440 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 764 12658 0 0 1 0 8 3 20 0 20 0 5218594 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012346174192 140013140081282 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 55 12658 0 0 0 0 8 3 20 0 20 0 5218595 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 45 12658 0 0 0 0 8 3 20 0 20 0 5218595 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) S 18302 18305 14618 0 -1 1077944384 854 12658 0 0 13 0 8 3 20 0 20 0 5218599 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012341962992 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) S 18302 18305 14618 0 -1 1077944384 1230 12658 0 0 14 0 8 3 20 0 20 0 5218599 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012340910448 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) S 18302 18305 14618 0 -1 1077944384 700 12658 0 0 12 0 8 3 20 0 20 0 5218600 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012339857392 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) S 18302 18305 14618 0 -1 1077944384 1287 12658 0 0 27 0 8 3 20 0 20 0 5218600 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012338804848 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18377/stat : 18377 (java) S 18302 18305 14618 0 -1 1077944384 3 12658 0 0 0 0 8 3 20 0 20 0 5218600 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012337753056 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18378] ppid=18302 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18378/stat : 18378 (java) S 18302 18305 14618 0 -1 1077944384 6 12658 0 0 0 0 8 3 20 0 20 0 5218600 11177361408 44138 33554432000 4194304 4196468 140723100992864 140012336700592 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10078 s]
/proc/loadavg: 2.86 1.98 1.65 5/282 18378
/proc/meminfo: memFree=30729660/32770624 swapFree=5940/258072
[pid=18305] ppid=18302 vsize=10923772 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 36389 12658 0 0 541 61 8 3 20 0 20 0 5218578 11185942528 116678 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2730943 116678 3491 1 0 2718498 0
[pid=18305/tid=18360] ppid=18302 vsize=10923772 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18360/stat : 18360 (java) R 18302 18305 14618 0 -1 4202560 24230 12658 0 0 270 9 8 3 20 0 20 0 5218591 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013144302824 140012729738778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18361] ppid=18302 vsize=10923772 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18361/stat : 18361 (java) S 18302 18305 14618 0 -1 1077944384 160 12658 0 0 5 5 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013066144784 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18362] ppid=18302 vsize=10923772 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18362/stat : 18362 (java) S 18302 18305 14618 0 -1 1077944384 256 12658 0 0 6 5 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013065092240 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18363] ppid=18302 vsize=10923772 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18363/stat : 18363 (java) S 18302 18305 14618 0 -1 1077944384 151 12658 0 0 5 6 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013064039184 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18364] ppid=18302 vsize=10923772 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18364/stat : 18364 (java) S 18302 18305 14618 0 -1 1077944384 203 12658 0 0 5 6 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013062986640 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18365] ppid=18302 vsize=10923772 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18365/stat : 18365 (java) S 18302 18305 14618 0 -1 1077944384 259 12658 0 0 7 4 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013061933584 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18366] ppid=18302 vsize=10923772 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18366/stat : 18366 (java) S 18302 18305 14618 0 -1 1077944384 148 12658 0 0 5 5 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013060881040 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18367] ppid=18302 vsize=10923772 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) S 18302 18305 14618 0 -1 1077944384 160 12658 0 0 5 6 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013059827984 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10923772 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) S 18302 18305 14618 0 -1 1077944384 140 12658 0 0 5 4 8 3 20 0 20 0 5218592 11185942528 116678 33554432000 4194304 4196468 140723100992864 140013058775440 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 980 12658 0 0 2 0 8 3 20 0 20 0 5218594 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012346174192 140013140081282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 55 12658 0 0 0 0 8 3 20 0 20 0 5218595 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 46 12658 0 0 0 0 8 3 20 0 20 0 5218595 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10923772 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) S 18302 18305 14618 0 -1 1077944384 1612 12658 0 0 52 0 8 3 20 0 20 0 5218599 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012341962992 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10923772 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) S 18302 18305 14618 0 -1 1077944384 1817 12658 0 0 46 1 8 3 20 0 20 0 5218599 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012340910448 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10923772 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) S 18302 18305 14618 0 -1 1077944384 1266 12658 0 0 44 1 8 3 20 0 20 0 5218600 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012339857392 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10923772 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) S 18302 18305 14618 0 -1 1077944384 2760 12658 0 0 76 0 8 3 20 0 20 0 5218600 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012338804848 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18377/stat : 18377 (java) S 18302 18305 14618 0 -1 1077944384 3 12658 0 0 0 0 8 3 20 0 20 0 5218600 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012337753056 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18378] ppid=18302 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18378/stat : 18378 (java) S 18302 18305 14618 0 -1 1077944384 8 12658 0 0 0 0 8 3 20 0 20 0 5218600 11185942528 116678 33554432000 4194304 4196468 140723100992864 140012336700592 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 10923772

[startup+6.30193 s]
/proc/loadavg: 2.71 1.96 1.65 5/282 18378
/proc/meminfo: memFree=30170364/32770624 swapFree=5940/258084
[pid=18305] ppid=18302 vsize=10925820 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 52081 12658 0 0 1087 171 8 3 20 0 20 0 5218578 11188039680 289583 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2731455 289583 3494 1 0 2719010 0
[pid=18305/tid=18360] ppid=18302 vsize=10925820 CPUtime=5.85 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18360/stat : 18360 (java) S 18302 18305 14618 0 -1 1077944384 34193 12658 0 0 558 16 8 3 20 0 20 0 5218591 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013144300432 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18361] ppid=18302 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18361/stat : 18361 (java) R 18302 18305 14618 0 -1 4202560 381 12658 0 0 17 18 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013066144784 140013121666670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18362] ppid=18302 vsize=10925820 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18362/stat : 18362 (java) R 18302 18305 14618 0 -1 4202560 1000 12658 0 0 17 17 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013065092440 140013125055397 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18363] ppid=18302 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18363/stat : 18363 (java) R 18302 18305 14618 0 -1 4202560 382 12658 0 0 16 19 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013064039384 140013124523814 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18364] ppid=18302 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18364/stat : 18364 (java) R 18302 18305 14618 0 -1 4202560 424 12658 0 0 17 18 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013062986840 140013124767905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18365] ppid=18302 vsize=10925820 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18365/stat : 18365 (java) R 18302 18305 14618 0 -1 4202560 490 12658 0 0 19 17 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013061933784 140013124767774 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18366] ppid=18302 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18366/stat : 18366 (java) R 18302 18305 14618 0 -1 4202560 443 12658 0 0 16 19 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013060881240 140013124767774 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18367] ppid=18302 vsize=10925820 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) R 18302 18305 14618 0 -1 4202560 360 12658 0 0 16 18 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013059828184 140013124524064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10925820 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) R 18302 18305 14618 0 -1 4202560 640 12658 0 0 17 17 8 3 20 0 20 0 5218592 11188039680 289583 33554432000 4194304 4196468 140723100992864 140013058775640 140013124767769 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 1340 12658 0 0 2 0 8 3 20 0 20 0 5218594 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012346172512 140013140080341 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 55 12658 0 0 0 0 8 3 20 0 20 0 5218595 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 46 12658 0 0 0 0 8 3 20 0 20 0 5218595 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10925820 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) S 18302 18305 14618 0 -1 1077944384 2260 12658 0 0 110 1 8 3 20 0 20 0 5218599 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012341962992 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10925820 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) S 18302 18305 14618 0 -1 1077944384 2249 12658 0 0 88 1 8 3 20 0 20 0 5218599 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012340910448 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10925820 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) S 18302 18305 14618 0 -1 1077944384 2035 12658 0 0 93 1 8 3 20 0 20 0 5218600 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012339857392 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10925820 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) S 18302 18305 14618 0 -1 1077944384 3297 12658 0 0 96 0 8 3 20 0 20 0 5218600 11188039680 289583 33554432000 4194304 4196468 140723100992864 140012338804848 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=18305/tid=18367] ppid=18302 vsize=10927868 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) S 18302 18305 14618 0 -1 1077944384 1189 12658 0 0 70 40 8 3 20 0 20 0 5218592 11190136832 742140 33554432000 4194304 4196468 140723100992864 140013059827984 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10927868 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) S 18302 18305 14618 0 -1 1077944384 1254 12658 0 0 74 38 8 3 20 0 20 0 5218592 11190136832 742140 33554432000 4194304 4196468 140723100992864 140013058775440 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10927868 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 3996 12658 0 0 21 1 8 3 20 0 20 0 5218594 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012346174192 140013140081282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 55 12658 0 0 0 0 8 3 20 0 20 0 5218595 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 46 12658 0 0 0 0 8 3 20 0 20 0 5218595 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10927868 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) S 18302 18305 14618 0 -1 1077944384 5784 12658 0 0 254 1 8 3 20 0 20 0 5218599 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012341962992 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10927868 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) S 18302 18305 14618 0 -1 1077944384 3622 12658 0 0 143 2 8 3 20 0 20 0 5218599 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012340910448 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10927868 CPUtime=2.59 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) S 18302 18305 14618 0 -1 1077944384 4532 12658 0 0 246 2 8 3 20 0 20 0 5218600 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012339857392 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10927868 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) S 18302 18305 14618 0 -1 1077944384 4127 12658 0 0 119 1 8 3 20 0 20 0 5218600 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012338804848 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18377/stat : 18377 (java) S 18302 18305 14618 0 -1 1077944384 3 12658 0 0 0 0 8 3 20 0 20 0 5218600 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012337753056 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18378] ppid=18302 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18378/stat : 18378 (java) S 18302 18305 14618 0 -1 1077944384 409 12658 0 0 1 1 8 3 20 0 20 0 5218600 11190136832 742140 33554432000 4194304 4196468 140723100992864 140012336700592 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
Current children cumulated CPU time (s) 52.37
Current children cumulated vsize (KiB) 10927868

[startup+38.4008 s]
/proc/loadavg: 2.84 2.09 1.70 3/282 18378
/proc/meminfo: memFree=27967400/32770624 swapFree=5940/258108
[pid=18305] ppid=18302 vsize=10927868 CPUtime=54.14 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 79993 12658 0 0 5039 364 8 3 20 0 20 0 5218578 11190136832 742445 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2731967 742445 3498 1 0 2719522 0
[pid=18305/tid=18360] ppid=18302 vsize=10927868 CPUtime=36.94 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18360/stat : 18360 (java) R 18302 18305 14618 0 -1 4202560 44045 12658 0 0 3648 35 8 3 20 0 20 0 5218591 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013144301704 140013120297282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18361] ppid=18302 vsize=10927868 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18361/stat : 18361 (java) S 18302 18305 14618 0 -1 1077944384 992 12658 0 0 74 38 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013066144784 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18362] ppid=18302 vsize=10927868 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18362/stat : 18362 (java) S 18302 18305 14618 0 -1 1077944384 2340 12658 0 0 71 40 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013065092240 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18363] ppid=18302 vsize=10927868 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18363/stat : 18363 (java) S 18302 18305 14618 0 -1 1077944384 1097 12658 0 0 72 41 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013064039184 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18364] ppid=18302 vsize=10927868 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18364/stat : 18364 (java) S 18302 18305 14618 0 -1 1077944384 844 12658 0 0 73 40 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013062986640 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18365] ppid=18302 vsize=10927868 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18365/stat : 18365 (java) S 18302 18305 14618 0 -1 1077944384 1114 12658 0 0 74 38 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013061933584 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18366] ppid=18302 vsize=10927868 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18366/stat : 18366 (java) S 18302 18305 14618 0 -1 1077944384 844 12658 0 0 73 39 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013060881040 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18367] ppid=18302 vsize=10927868 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) S 18302 18305 14618 0 -1 1077944384 1189 12658 0 0 70 40 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013059827984 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10927868 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) S 18302 18305 14618 0 -1 1077944384 1254 12658 0 0 74 38 8 3 20 0 20 0 5218592 11190136832 742445 33554432000 4194304 4196468 140723100992864 140013058775440 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10927868 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 3996 12658 0 0 21 1 8 3 20 0 20 0 5218594 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012346174192 140013140081282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 55 12658 0 0 0 0 8 3 20 0 20 0 5218595 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 46 12658 0 0 0 0 8 3 20 0 20 0 5218595 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10927868 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) R 18302 18305 14618 0 -1 4202560 5864 12658 0 0 257 1 8 3 20 0 20 0 5218599 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012341962176 140013123970736 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10927868 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) R 18302 18305 14618 0 -1 4202560 3836 12658 0 0 147 2 8 3 20 0 20 0 5218599 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012340887840 140013117817546 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10927868 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) R 18302 18305 14618 0 -1 4202560 4723 12658 0 0 250 2 8 3 20 0 20 0 5218600 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012339857488 140013123971467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10927868 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) S 18302 18305 14618 0 -1 1077944384 5212 12658 0 0 125 1 8 3 20 0 20 0 5218600 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012338804848 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10927868 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18377/stat : 18377 (java) S 18302 18305 14618 0 -1 1077944384 3 12658 0 0 0 0 8 3 20 0 20 0 5218600 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012337753056 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18378] ppid=18302 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18378/stat : 18378 (java) S 18302 18305 14618 0 -1 1077944384 409 12658 0 0 1 1 8 3 20 0 20 0 5218600 11190136832 742445 33554432000 4194304 4196468 140723100992864 140012336700592 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
Current children cumulated CPU time (s) 54.14
Current children cumulated vsize (KiB) 10927868

[startup+38.8008 s]
/proc/loadavg: 2.84 2.09 1.70 7/282 18378
/proc/meminfo: memFree=27963680/32770624 swapFree=5940/258108
[pid=18305] ppid=18302 vsize=10929916 CPUtime=55.9 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 90745 12658 0 0 5214 365 8 3 20 0 20 0 5218578 11192233984 744297 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2732479 744297 3500 1 0 2720034 0
[pid=18305/tid=18360] ppid=18302 vsize=10929916 CPUtime=37.33 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18360/stat : 18360 (java) R 18302 18305 14618 0 -1 4202560 48560 12658 0 0 3687 35 8 3 20 0 20 0 5218591 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013144277408 140013120345963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18361] ppid=18302 vsize=10929916 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18361/stat : 18361 (java) S 18302 18305 14618 0 -1 1077944384 992 12658 0 0 74 38 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013066144784 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18362] ppid=18302 vsize=10929916 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18362/stat : 18362 (java) S 18302 18305 14618 0 -1 1077944384 2340 12658 0 0 71 40 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013065092240 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18363] ppid=18302 vsize=10929916 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18363/stat : 18363 (java) S 18302 18305 14618 0 -1 1077944384 1097 12658 0 0 72 41 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013064039184 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18364] ppid=18302 vsize=10929916 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18364/stat : 18364 (java) S 18302 18305 14618 0 -1 1077944384 844 12658 0 0 73 40 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013062986640 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18365] ppid=18302 vsize=10929916 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18365/stat : 18365 (java) S 18302 18305 14618 0 -1 1077944384 1114 12658 0 0 74 38 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013061933584 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18366] ppid=18302 vsize=10929916 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18366/stat : 18366 (java) S 18302 18305 14618 0 -1 1077944384 844 12658 0 0 73 39 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013060881040 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18367] ppid=18302 vsize=10929916 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) S 18302 18305 14618 0 -1 1077944384 1189 12658 0 0 70 40 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013059827984 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10929916 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) S 18302 18305 14618 0 -1 1077944384 1254 12658 0 0 74 38 8 3 20 0 20 0 5218592 11192233984 744297 33554432000 4194304 4196468 140723100992864 140013058775440 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10929916 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 3996 12658 0 0 22 1 8 3 20 0 20 0 5218594 11192233984 744297 33554432000 4194304 4196468 140723100992864 140012346174192 140013140081282 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 55 12658 0 0 0 0 8 3 20 0 20 0 5218595 11192233984 744297 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 46 12658 0 0 0 0 8 3 20 0 20 0 5218595 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10929916 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) R 18302 18305 14618 0 -1 4202560 7028 12658 0 0 293 1 8 3 20 0 20 0 5218599 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012341943184 140013119288776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10929916 CPUtime=2 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) R 18302 18305 14618 0 -1 4202560 5324 12658 0 0 187 2 8 3 20 0 20 0 5218599 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012340896472 140013132307262 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10929916 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) R 18302 18305 14618 0 -1 4202560 6245 12658 0 0 289 2 8 3 20 0 20 0 5218600 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012339848392 140013119289567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10929916 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) S 18302 18305 14618 0 -1 1077944384 7326 12658 0 0 145 1 8 3 20 0 20 0 5218600 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012338804848 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18377/stat : 18377 (java) S 18302 18305 14618 0 -1 1077944384 3 12658 0 0 0 0 8 3 20 0 20 0 5218600 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012337753056 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18378] ppid=18302 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18378/stat : 18378 (java) S 18302 18305 14618 0 -1 1077944384 409 12658 0 0 1 1 8 3 20 0 20 0 5218600 11192233984 744363 33554432000 4194304 4196468 140723100992864 140012336700592 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
Current children cumulated CPU time (s) 55.9
Current children cumulated vsize (KiB) 10929916

[startup+39.2011 s]
/proc/loadavg: 2.84 2.09 1.70 7/282 18378
/proc/meminfo: memFree=27963680/32770624 swapFree=5940/258108
[pid=18305] ppid=18302 vsize=10997500 CPUtime=57.54 cores=1,3,5,7,9,11,13,15
/proc/18305/stat : 18305 (java) S 18302 18305 14618 0 -1 1077944320 111425 12658 0 0 5375 368 8 3 20 0 20 0 5218578 11261440000 754680 33554432000 4194304 4196468 140723100992864 140723100975408 140013140070135 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
/proc/18305/statm: 2749375 754680 3501 1 0 2736930 0
[pid=18305/tid=18360] ppid=18302 vsize=10997500 CPUtime=37.57 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18360/stat : 18360 (java) R 18302 18305 14618 0 -1 4202560 60611 12658 0 0 3710 36 8 3 20 0 20 0 5218591 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013144302640 140013124113765 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18361] ppid=18302 vsize=10997500 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18361/stat : 18361 (java) S 18302 18305 14618 0 -1 1077944384 1012 12658 0 0 81 39 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013066144784 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18362] ppid=18302 vsize=10997500 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18362/stat : 18362 (java) S 18302 18305 14618 0 -1 1077944384 2359 12658 0 0 78 40 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013065092240 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18363] ppid=18302 vsize=10997500 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18363/stat : 18363 (java) S 18302 18305 14618 0 -1 1077944384 1109 12658 0 0 79 41 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013064039184 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18364] ppid=18302 vsize=10997500 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18364/stat : 18364 (java) S 18302 18305 14618 0 -1 1077944384 850 12658 0 0 78 40 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013062986640 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18365] ppid=18302 vsize=10997500 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18365/stat : 18365 (java) S 18302 18305 14618 0 -1 1077944384 1124 12658 0 0 79 38 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013061933584 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18366] ppid=18302 vsize=10997500 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18366/stat : 18366 (java) S 18302 18305 14618 0 -1 1077944384 869 12658 0 0 80 40 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013060881040 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18367] ppid=18302 vsize=10997500 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18367/stat : 18367 (java) S 18302 18305 14618 0 -1 1077944384 1216 12658 0 0 76 41 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013059827984 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18368] ppid=18302 vsize=10997500 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18368/stat : 18368 (java) S 18302 18305 14618 0 -1 1077944384 1271 12658 0 0 80 38 8 3 20 0 20 0 5218592 11261440000 754680 33554432000 4194304 4196468 140723100992864 140013058775440 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18369] ppid=18302 vsize=10997500 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18369/stat : 18369 (java) S 18302 18305 14618 0 -1 1077944384 7574 12658 0 0 30 1 8 3 20 0 20 0 5218594 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012346174192 140013140081282 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18370] ppid=18302 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18370/stat : 18370 (java) S 18302 18305 14618 0 -1 1077944384 59 12658 0 0 0 0 8 3 20 0 20 0 5218595 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012345120480 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18371] ppid=18302 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18371/stat : 18371 (java) S 18302 18305 14618 0 -1 1077944384 51 12658 0 0 0 0 8 3 20 0 20 0 5218595 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012344067328 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18372] ppid=18302 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18372/stat : 18372 (java) S 18302 18305 14618 0 -1 1077944384 1 12658 0 0 0 0 8 3 20 0 20 0 5218599 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012343015888 140013140088731 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18373] ppid=18302 vsize=10997500 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18373/stat : 18373 (java) R 18302 18305 14618 0 -1 4202560 9507 12658 0 0 317 2 8 3 20 0 20 0 5218599 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012341949176 140013123457120 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18374] ppid=18302 vsize=10997500 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18374/stat : 18374 (java) S 18302 18305 14618 0 -1 1077944384 5563 12658 0 0 201 2 8 3 20 0 20 0 5218599 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012340910448 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18375] ppid=18302 vsize=10997500 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18375/stat : 18375 (java) R 18302 18305 14618 0 -1 4202560 8268 12658 0 0 322 2 8 3 20 0 20 0 5218600 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012339857392 140013140082070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18376] ppid=18302 vsize=10997500 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18376/stat : 18376 (java) R 18302 18305 14618 0 -1 4202560 7436 12658 0 0 154 1 8 3 20 0 20 0 5218600 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012338804848 140013140091482 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18377] ppid=18302 vsize=10997500 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18377/stat : 18377 (java) S 18302 18305 14618 0 -1 1077944384 3 12658 0 0 0 0 8 3 20 0 20 0 5218600 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012337753056 140013140080341 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
[pid=18305/tid=18378] ppid=18302 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18305/task/18378/stat : 18378 (java) S 18302 18305 14618 0 -1 1077944384 409 12658 0 0 1 1 8 3 20 0 20 0 5218600 11261440000 754680 33554432000 4194304 4196468 140723100992864 140012336700592 140013140081282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18829312 140723100998337 140723101001111 140723101001111 140723101003727 0
Current children cumulated CPU time (s) 57.54
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 39.2431
CPU time (s): 57.611
CPU user time (s): 53.8633
CPU system time (s): 3.74768
CPU usage (%): 146.805
Max. virtual memory (cumulated for all children) (KiB): 10997500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.8633
system time used= 3.74768
maximum resident set size= 3020588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124178
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= 11793
involuntary context switches= 3681

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.197756 second user time and 0.403567 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 06:58:37
IDJOB=4245003
IDBENCH=120364
IDSOLVER=2630
FILE ID=node138/4245003-1500699517
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s12b-table.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245003-1500699517/watcher-4245003-1500699517 -o /tmp/evaluation-result-4245003-1500699517/solver-4245003-1500699517 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4245003-1500699517.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 03c8305b156c1553c8e24fbd7657baff
RANDOM SEED=1344587812

node138.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30929404 kB
MemAvailable:   31159588 kB
Buffers:          116040 kB
Cached:           394536 kB
SwapCached:            0 kB
Active:          1136224 kB
Inactive:         266848 kB
Active(anon):     895360 kB
Inactive(anon):     8608 kB
Active(file):     240864 kB
Inactive(file):   258240 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45692 kB
Writeback:            16 kB
AnonPages:        895916 kB
Mapped:            44020 kB
Shmem:              8852 kB
Slab:             128500 kB
SReclaimable:      93828 kB
SUnreclaim:        34672 kB
KernelStack:        4512 kB
PageTables:         7604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1669324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61924 MiB
End job on node138 at 2017-07-22 06:59:16