Trace number 4248199

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 485.531 467.372

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-13.xml
MD5SUM748c50a37a644f843fb6cdaa8347be41
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 benchmark1.34524
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":58},{"degree":4,"count":19},{"degree":5,"count":4}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=30466
running on 8 cores: 0,2,4,6,8,10,12,14

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: 1.58 1.39 1.41 3/261 30469
/proc/meminfo: memFree=30684152/32770624 swapFree=5756/321756
[pid=30469] ppid=30466 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (bash) S 30466 30469 23034 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 9673359 9736192 351 33554432000 4194304 5098028 140736277632304 140736277629944 140698194664448 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 7315456 140736277640462 140736277640547 140736277640547 140736277643246 0
/proc/30469/statm: 2377 351 278 221 0 86 0

[startup+0.100185 s]
/proc/loadavg: 1.58 1.39 1.41 3/261 30469
/proc/meminfo: memFree=30684152/32770624 swapFree=5756/321756
[pid=30469] ppid=30466 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (bash) S 30466 30469 23034 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 9673359 9871360 378 33554432000 4194304 5098028 140736277632304 140736277626312 140698194664448 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 7315456 140736277640462 140736277640547 140736277640547 140736277643246 0
/proc/30469/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200335 s]
/proc/loadavg: 1.58 1.39 1.41 3/261 30469
/proc/meminfo: memFree=30684152/32770624 swapFree=5756/321756
[pid=30469] ppid=30466 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 5132 12565 0 0 6 1 7 4 20 0 13 0 9673359 10686320640 5478 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2608965 5478 2169 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300328 s]
/proc/loadavg: 1.58 1.39 1.41 3/261 30469
/proc/meminfo: memFree=30684152/32770624 swapFree=5756/321756
[pid=30469] ppid=30466 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 8370 12565 0 0 23 2 7 4 20 0 20 0 9673359 11163947008 9538 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2725573 9538 2990 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700203 s]
/proc/loadavg: 1.58 1.39 1.41 3/261 30469
/proc/meminfo: memFree=30684152/32770624 swapFree=5756/321756
[pid=30469] ppid=30466 vsize=10902720 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 12600 12565 0 0 78 4 7 4 20 0 20 0 9673359 11164385280 15885 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2725680 15885 3206 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 1.62 1.40 1.42 3/281 30542
/proc/meminfo: memFree=30579880/32770624 swapFree=5756/322164
[pid=30469] ppid=30466 vsize=10915392 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 28284 12565 0 0 209 13 7 4 20 0 20 0 9673359 11177361408 44789 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2728848 44789 3409 1 0 2716962 0
[pid=30469/tid=30524] ppid=30466 vsize=10915392 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30524/stat : 30524 (java) R 30466 30469 23034 0 -1 4202560 19929 12565 0 0 126 6 7 4 20 0 20 0 9673372 11177361408 44789 33554432000 4194304 4196468 140727192885008 140651310614224 140650935729535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30525] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30525/stat : 30525 (java) S 30466 30469 23034 0 -1 1077944384 27 12565 0 0 0 0 7 4 20 0 20 0 9673372 11177361408 44789 33554432000 4194304 4196468 140727192885008 140651259013648 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30526] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30526/stat : 30526 (java) S 30466 30469 23034 0 -1 1077944384 7 12565 0 0 0 0 7 4 20 0 20 0 9673372 11177361408 44789 33554432000 4194304 4196468 140727192885008 140651257961104 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30527] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30527/stat : 30527 (java) S 30466 30469 23034 0 -1 1077944384 14 12565 0 0 0 0 7 4 20 0 20 0 9673373 11177361408 44789 33554432000 4194304 4196468 140727192885008 140651256908048 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30528] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30528/stat : 30528 (java) S 30466 30469 23034 0 -1 1077944384 38 12565 0 0 0 0 7 4 20 0 20 0 9673373 11177361408 44789 33554432000 4194304 4196468 140727192885008 140651255855504 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30529] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30529/stat : 30529 (java) S 30466 30469 23034 0 -1 1077944384 14 12565 0 0 0 0 7 4 20 0 20 0 9673373 11177361408 44789 33554432000 4194304 4196468 140727192885008 140651254803472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30530] ppid=30466 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30530/stat : 30530 (java) S 30466 30469 23034 0 -1 1077944384 145 12565 0 0 1 0 7 4 20 0 20 0 9673373 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650908146832 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30531] ppid=30466 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 50 12565 0 0 1 0 7 4 20 0 20 0 9673373 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 36 12565 0 0 1 0 7 4 20 0 20 0 9673373 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) S 30466 30469 23034 0 -1 1077944384 1600 12565 0 0 1 0 7 4 20 0 20 0 9673375 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650780539120 140651306404482 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 55 12565 0 0 0 0 7 4 20 0 20 0 9673376 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650779485344 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 43 12565 0 0 0 0 7 4 20 0 20 0 9673376 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650778432240 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10915392 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) R 30466 30469 23034 0 -1 4202560 683 12565 0 0 15 0 7 4 20 0 20 0 9673380 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650776328944 140651306405270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10915392 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) S 30466 30469 23034 0 -1 1077944384 1219 12565 0 0 14 0 7 4 20 0 20 0 9673380 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650775276400 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) S 30466 30469 23034 0 -1 1077944384 933 12565 0 0 13 0 7 4 20 0 20 0 9673380 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650774223344 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10915392 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) R 30466 30469 23034 0 -1 4202560 1351 12565 0 0 28 0 7 4 20 0 20 0 9673380 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650773170800 140651306405270 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30541/stat : 30541 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650772117984 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30542] ppid=30466 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30542/stat : 30542 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11177361408 44789 33554432000 4194304 4196468 140727192885008 140650771065520 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10915392

[startup+3.10109 s]
/proc/loadavg: 1.62 1.40 1.42 4/281 30542
/proc/meminfo: memFree=30505872/32770624 swapFree=5756/321780
[pid=30469] ppid=30466 vsize=10927868 CPUtime=6.69 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 43896 12565 0 0 639 19 7 4 20 0 20 0 9673359 11190136832 56723 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2731967 56723 3476 1 0 2719522 0
[pid=30469/tid=30524] ppid=30466 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30524/stat : 30524 (java) R 30466 30469 23034 0 -1 4202560 27267 12565 0 0 282 9 7 4 20 0 20 0 9673372 11190136832 56723 33554432000 4194304 4196468 140727192885008 140651310628944 140651288262882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30525] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30525/stat : 30525 (java) S 30466 30469 23034 0 -1 1077944384 27 12565 0 0 0 0 7 4 20 0 20 0 9673372 11190136832 56723 33554432000 4194304 4196468 140727192885008 140651259013648 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30526] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30526/stat : 30526 (java) S 30466 30469 23034 0 -1 1077944384 7 12565 0 0 0 0 7 4 20 0 20 0 9673372 11190136832 56723 33554432000 4194304 4196468 140727192885008 140651257961104 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30527] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30527/stat : 30527 (java) S 30466 30469 23034 0 -1 1077944384 14 12565 0 0 0 0 7 4 20 0 20 0 9673373 11190136832 56723 33554432000 4194304 4196468 140727192885008 140651256908048 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30528] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30528/stat : 30528 (java) S 30466 30469 23034 0 -1 1077944384 38 12565 0 0 0 0 7 4 20 0 20 0 9673373 11190136832 56723 33554432000 4194304 4196468 140727192885008 140651255855504 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30529] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30529/stat : 30529 (java) S 30466 30469 23034 0 -1 1077944384 14 12565 0 0 0 0 7 4 20 0 20 0 9673373 11190136832 56723 33554432000 4194304 4196468 140727192885008 140651254803472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30530] ppid=30466 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30530/stat : 30530 (java) S 30466 30469 23034 0 -1 1077944384 145 12565 0 0 1 0 7 4 20 0 20 0 9673373 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650908146832 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30531] ppid=30466 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 50 12565 0 0 1 0 7 4 20 0 20 0 9673373 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 36 12565 0 0 1 0 7 4 20 0 20 0 9673373 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) S 30466 30469 23034 0 -1 1077944384 1616 12565 0 0 1 0 7 4 20 0 20 0 9673375 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650780539120 140651306404482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 55 12565 0 0 0 0 7 4 20 0 20 0 9673376 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650779485344 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 43 12565 0 0 0 0 7 4 20 0 20 0 9673376 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650778432240 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10927868 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) R 30466 30469 23034 0 -1 4202560 1159 12565 0 0 58 1 7 4 20 0 20 0 9673380 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650776318016 140651292408512 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10927868 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) R 30466 30469 23034 0 -1 4202560 5232 12565 0 0 102 1 7 4 20 0 20 0 9673380 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650775276696 140651289924814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10927868 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) R 30466 30469 23034 0 -1 4202560 2087 12565 0 0 74 1 7 4 20 0 20 0 9673380 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650774201968 140651289780557 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10927868 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) R 30466 30469 23034 0 -1 4202560 3963 12565 0 0 111 1 7 4 20 0 20 0 9673380 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650773168144 140651285014737 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30541/stat : 30541 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650772117984 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30542] ppid=30466 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30542/stat : 30542 (java) S 30466 30469 23034 0 -1 1077944384 5 12565 0 0 0 0 7 4 20 0 20 0 9673381 11190136832 56723 33554432000 4194304 4196468 140727192885008 140650771065520 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10927868

[startup+6.30082 s]
/proc/loadavg: 1.62 1.40 1.42 3/281 30542
/proc/meminfo: memFree=30267752/32770624 swapFree=5756/321784
[pid=30469] ppid=30466 vsize=10995452 CPUtime=13.39 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 71084 12565 0 0 1297 31 7 4 20 0 20 0 9673359 11259342848 127441 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2748863 127441 3497 1 0 2736418 0
[pid=30469/tid=30524] ppid=30466 vsize=10995452 CPUtime=6.14 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30524/stat : 30524 (java) R 30466 30469 23034 0 -1 4202560 41850 12565 0 0 589 14 7 4 20 0 20 0 9673372 11259342848 127441 33554432000 4194304 4196468 140727192885008 140651310628024 140650946449367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30525] ppid=30466 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30525/stat : 30525 (java) S 30466 30469 23034 0 -1 1077944384 62 12565 0 0 2 1 7 4 20 0 20 0 9673372 11259342848 127441 33554432000 4194304 4196468 140727192885008 140651259013648 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30526] ppid=30466 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30526/stat : 30526 (java) S 30466 30469 23034 0 -1 1077944384 139 12565 0 0 3 0 7 4 20 0 20 0 9673372 11259342848 127441 33554432000 4194304 4196468 140727192885008 140651257961104 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30527] ppid=30466 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30527/stat : 30527 (java) S 30466 30469 23034 0 -1 1077944384 83 12565 0 0 2 0 7 4 20 0 20 0 9673373 11259342848 127441 33554432000 4194304 4196468 140727192885008 140651256908048 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30528] ppid=30466 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30528/stat : 30528 (java) S 30466 30469 23034 0 -1 1077944384 920 12565 0 0 2 1 7 4 20 0 20 0 9673373 11259342848 127441 33554432000 4194304 4196468 140727192885008 140651255855504 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30529] ppid=30466 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30529/stat : 30529 (java) S 30466 30469 23034 0 -1 1077944384 73 12565 0 0 3 1 7 4 20 0 20 0 9673373 11259342848 127441 33554432000 4194304 4196468 140727192885008 140651254803472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30530] ppid=30466 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30530/stat : 30530 (java) S 30466 30469 23034 0 -1 1077944384 167 12565 0 0 3 1 7 4 20 0 20 0 9673373 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650908146832 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30531] ppid=30466 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 108 12565 0 0 4 0 7 4 20 0 20 0 9673373 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 57 12565 0 0 3 0 7 4 20 0 20 0 9673373 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) S 30466 30469 23034 0 -1 1077944384 2549 12565 0 0 4 0 7 4 20 0 20 0 9673375 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650780539120 140651306404482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 56 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650779485472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 43 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650778432256 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10995452 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) S 30466 30469 23034 0 -1 1077944384 2092 12565 0 0 147 1 7 4 20 0 20 0 9673380 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650776328944 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10995452 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) S 30466 30469 23034 0 -1 1077944384 12632 12565 0 0 236 2 7 4 20 0 20 0 9673380 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650775276400 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10995452 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) S 30466 30469 23034 0 -1 1077944384 2758 12565 0 0 156 1 7 4 20 0 20 0 9673380 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650774223344 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10995452 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) S 30466 30469 23034 0 -1 1077944384 4988 12565 0 0 133 1 7 4 20 0 20 0 9673380 11259342848 127441 33554432000 4194304 4196468 140727192885008 140650773170800 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=30469/tid=30531] ppid=30466 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 3402 12565 0 0 144 8 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10995452 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 2080 12565 0 0 141 10 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10995452 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) S 30466 30469 23034 0 -1 1077944384 6797 12565 0 0 129 8 7 4 20 0 20 0 9673375 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650780539120 140651306404482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 56 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650779485472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 43 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650778432256 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) S 30466 30469 23034 0 -1 1077944384 4492 12565 0 0 157 1 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650776328944 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) S 30466 30469 23034 0 -1 1077944384 13828 12565 0 0 242 2 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650775276400 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) S 30466 30469 23034 0 -1 1077944384 5273 12565 0 0 161 1 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650774223344 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10995452 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) S 30466 30469 23034 0 -1 1077944384 9366 12565 0 0 134 1 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650773170800 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30541/stat : 30541 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650772117984 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30542] ppid=30466 vsize=10995452 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30542/stat : 30542 (java) S 30466 30469 23034 0 -1 1077944384 714 12565 0 0 12 12 7 4 20 0 20 0 9673381 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650771065520 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
Current children cumulated CPU time (s) 483.68
Current children cumulated vsize (KiB) 10995452

[startup+466.801 s]
/proc/loadavg: 1.38 1.36 1.39 3/281 30551
/proc/meminfo: memFree=29438100/32770624 swapFree=5756/321992
[pid=30469] ppid=30466 vsize=10995452 CPUtime=484.11 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 121265 12565 0 0 48270 130 7 4 20 0 20 0 9673359 11259342848 317274 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2748863 317274 3511 1 0 2736418 0
[pid=30469/tid=30524] ppid=30466 vsize=10995452 CPUtime=463.05 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30524/stat : 30524 (java) R 30466 30469 23034 0 -1 4202560 55510 12565 0 0 46263 31 7 4 20 0 20 0 9673372 11259342848 317274 33554432000 4194304 4196468 140727192885008 140651310627472 140650946917312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30525] ppid=30466 vsize=10995452 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30525/stat : 30525 (java) S 30466 30469 23034 0 -1 1077944384 3475 12565 0 0 144 10 7 4 20 0 20 0 9673372 11259342848 317274 33554432000 4194304 4196468 140727192885008 140651259013648 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30526] ppid=30466 vsize=10995452 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30526/stat : 30526 (java) S 30466 30469 23034 0 -1 1077944384 2138 12565 0 0 145 10 7 4 20 0 20 0 9673372 11259342848 317274 33554432000 4194304 4196468 140727192885008 140651257961104 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30527] ppid=30466 vsize=10995452 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30527/stat : 30527 (java) S 30466 30469 23034 0 -1 1077944384 2284 12565 0 0 141 10 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140651256908048 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30528] ppid=30466 vsize=10995452 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30528/stat : 30528 (java) S 30466 30469 23034 0 -1 1077944384 3475 12565 0 0 147 10 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140651255855504 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30529] ppid=30466 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30529/stat : 30529 (java) S 30466 30469 23034 0 -1 1077944384 3398 12565 0 0 142 10 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140651254803472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30530] ppid=30466 vsize=10995452 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30530/stat : 30530 (java) S 30466 30469 23034 0 -1 1077944384 2177 12565 0 0 145 10 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650908146832 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30531] ppid=30466 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 3402 12565 0 0 144 8 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 2080 12565 0 0 142 10 7 4 20 0 20 0 9673373 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10995452 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) S 30466 30469 23034 0 -1 1077944384 6797 12565 0 0 129 8 7 4 20 0 20 0 9673375 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650780539120 140651306404482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 56 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650779485472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 43 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650778432256 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) S 30466 30469 23034 0 -1 1077944384 4492 12565 0 0 157 1 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650776328944 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) S 30466 30469 23034 0 -1 1077944384 13828 12565 0 0 242 2 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650775276400 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) S 30466 30469 23034 0 -1 1077944384 5273 12565 0 0 161 1 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650774223344 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10995452 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) S 30466 30469 23034 0 -1 1077944384 9985 12565 0 0 134 1 7 4 20 0 20 0 9673380 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650773170800 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30541/stat : 30541 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650772117984 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30542] ppid=30466 vsize=10995452 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30542/stat : 30542 (java) S 30466 30469 23034 0 -1 1077944384 714 12565 0 0 12 12 7 4 20 0 20 0 9673381 11259342848 317274 33554432000 4194304 4196468 140727192885008 140650771065520 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
Current children cumulated CPU time (s) 484.11
Current children cumulated vsize (KiB) 10995452

[startup+467.202 s]
/proc/loadavg: 1.38 1.36 1.39 3/281 30551
/proc/meminfo: memFree=29438100/32770624 swapFree=5756/321992
[pid=30469] ppid=30466 vsize=10995452 CPUtime=485.13 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 134080 12565 0 0 48370 132 7 4 20 0 20 0 9673359 11259342848 318883 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2748863 318883 3511 1 0 2736418 0
[pid=30469/tid=30524] ppid=30466 vsize=10995452 CPUtime=463.32 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30524/stat : 30524 (java) S 30466 30469 23034 0 -1 1077944384 59059 12565 0 0 46290 31 7 4 20 0 20 0 9673372 11259342848 318883 33554432000 4194304 4196468 140727192885008 140651310630880 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30525] ppid=30466 vsize=10995452 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30525/stat : 30525 (java) R 30466 30469 23034 0 -1 4202560 3492 12565 0 0 151 10 7 4 20 0 20 0 9673372 11259342848 318883 33554432000 4194304 4196468 140727192885008 140651259013648 140651291090880 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30526] ppid=30466 vsize=10995452 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30526/stat : 30526 (java) R 30466 30469 23034 0 -1 4202560 2145 12565 0 0 154 10 7 4 20 0 20 0 9673372 11259342848 318883 33554432000 4194304 4196468 140727192885008 140651257961104 140651287990346 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30527] ppid=30466 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30527/stat : 30527 (java) R 30466 30469 23034 0 -1 4202560 2318 12565 0 0 150 10 7 4 20 0 20 0 9673373 11259342848 318883 33554432000 4194304 4196468 140727192885008 140651256908048 140651291378631 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30528] ppid=30466 vsize=10995452 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30528/stat : 30528 (java) R 30466 30469 23034 0 -1 1077944384 3505 12565 0 0 156 10 7 4 20 0 20 0 9673373 11259342848 318883 33554432000 4194304 4196468 140727192885008 140651255855504 140651306403541 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30529] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30529/stat : 30529 (java) R 30466 30469 23034 0 -1 4202560 3408 12565 0 0 151 11 7 4 20 0 20 0 9673373 11259342848 318883 33554432000 4194304 4196468 140727192885008 140651254803472 140651291343929 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30530] ppid=30466 vsize=10995452 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30530/stat : 30530 (java) R 30466 30469 23034 0 -1 4202560 2221 12565 0 0 154 10 7 4 20 0 20 0 9673373 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650908146832 140651291343963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30531] ppid=30466 vsize=10995452 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 3424 12565 0 0 153 8 7 4 20 0 20 0 9673373 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10995452 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 2111 12565 0 0 150 10 7 4 20 0 20 0 9673373 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10995452 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) R 30466 30469 23034 0 -1 4202560 15390 12565 0 0 133 8 7 4 20 0 20 0 9673375 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650780537520 140651306414682 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 57 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650779484976 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 43 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650778432256 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) S 30466 30469 23034 0 -1 1077944384 4492 12565 0 0 157 1 7 4 20 0 20 0 9673380 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650776328944 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) S 30466 30469 23034 0 -1 1077944384 14305 12565 0 0 242 2 7 4 20 0 20 0 9673380 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650775276400 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) S 30466 30469 23034 0 -1 1077944384 5273 12565 0 0 161 1 7 4 20 0 20 0 9673380 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650774223344 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10995452 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) S 30466 30469 23034 0 -1 1077944384 9985 12565 0 0 134 1 7 4 20 0 20 0 9673380 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650773170800 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30541/stat : 30541 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650772117984 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30542] ppid=30466 vsize=10995452 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30542/stat : 30542 (java) S 30466 30469 23034 0 -1 1077944384 714 12565 0 0 12 12 7 4 20 0 20 0 9673381 11259342848 318883 33554432000 4194304 4196468 140727192885008 140650771065520 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
Current children cumulated CPU time (s) 485.13
Current children cumulated vsize (KiB) 10995452

[startup+467.301 s]
/proc/loadavg: 1.38 1.36 1.39 3/281 30551
/proc/meminfo: memFree=29438100/32770624 swapFree=5756/321992
[pid=30469] ppid=30466 vsize=10995452 CPUtime=485.38 cores=0,2,4,6,8,10,12,14
/proc/30469/stat : 30469 (java) S 30466 30469 23034 0 -1 1077944320 134217 12565 0 0 48395 132 7 4 20 0 20 0 9673359 11259342848 318910 33554432000 4194304 4196468 140727192885008 140727192867552 140651306393335 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
/proc/30469/statm: 2748863 318910 3511 1 0 2736418 0
[pid=30469/tid=30524] ppid=30466 vsize=10995452 CPUtime=463.34 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30524/stat : 30524 (java) R 30466 30469 23034 0 -1 4202560 59172 12565 0 0 46292 31 7 4 20 0 20 0 9673372 11259342848 318910 33554432000 4194304 4196468 140727192885008 140651310590336 140651289589120 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30525] ppid=30466 vsize=10995452 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30525/stat : 30525 (java) S 30466 30469 23034 0 -1 1077944384 3492 12565 0 0 153 10 7 4 20 0 20 0 9673372 11259342848 318910 33554432000 4194304 4196468 140727192885008 140651259013648 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30526] ppid=30466 vsize=10995452 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30526/stat : 30526 (java) S 30466 30469 23034 0 -1 1077944384 2146 12565 0 0 156 10 7 4 20 0 20 0 9673372 11259342848 318910 33554432000 4194304 4196468 140727192885008 140651257961104 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30527] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30527/stat : 30527 (java) S 30466 30469 23034 0 -1 1077944384 2324 12565 0 0 152 10 7 4 20 0 20 0 9673373 11259342848 318910 33554432000 4194304 4196468 140727192885008 140651256908048 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30528] ppid=30466 vsize=10995452 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30528/stat : 30528 (java) S 30466 30469 23034 0 -1 1077944384 3505 12565 0 0 159 10 7 4 20 0 20 0 9673373 11259342848 318910 33554432000 4194304 4196468 140727192885008 140651255855504 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30529] ppid=30466 vsize=10995452 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30529/stat : 30529 (java) S 30466 30469 23034 0 -1 1077944384 3408 12565 0 0 153 11 7 4 20 0 20 0 9673373 11259342848 318910 33554432000 4194304 4196468 140727192885008 140651254803472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30530] ppid=30466 vsize=10995452 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30530/stat : 30530 (java) S 30466 30469 23034 0 -1 1077944384 2223 12565 0 0 156 10 7 4 20 0 20 0 9673373 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650908146832 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30531] ppid=30466 vsize=10995452 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30531/stat : 30531 (java) S 30466 30469 23034 0 -1 1077944384 3433 12565 0 0 155 8 7 4 20 0 20 0 9673373 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650907093776 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30532] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30532/stat : 30532 (java) S 30466 30469 23034 0 -1 1077944384 2112 12565 0 0 152 10 7 4 20 0 20 0 9673373 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650906041232 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30533] ppid=30466 vsize=10995452 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30533/stat : 30533 (java) S 30466 30469 23034 0 -1 1077944384 15391 12565 0 0 138 8 7 4 20 0 20 0 9673375 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650780539120 140651306404482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30534] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30534/stat : 30534 (java) S 30466 30469 23034 0 -1 1077944384 59 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650779485472 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30535] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30535/stat : 30535 (java) S 30466 30469 23034 0 -1 1077944384 45 12565 0 0 0 0 7 4 20 0 20 0 9673376 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650778432256 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30536] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30536/stat : 30536 (java) S 30466 30469 23034 0 -1 1077944384 1 12565 0 0 0 0 7 4 20 0 20 0 9673380 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650777380816 140651306411931 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30537] ppid=30466 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30537/stat : 30537 (java) S 30466 30469 23034 0 -1 1077944384 4492 12565 0 0 157 1 7 4 20 0 20 0 9673380 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650776328944 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30538] ppid=30466 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30538/stat : 30538 (java) S 30466 30469 23034 0 -1 1077944384 14305 12565 0 0 242 2 7 4 20 0 20 0 9673380 11259342848 318910 33554432000 4194304 4196468 140727192885008 140650775276400 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30539] ppid=30466 vsize=10995452 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30539/stat : 30539 (java) S 30466 30469 23034 0 -1 1077944384 5273 12565 0 0 161 1 7 4 20 0 20 0 9673380 11259342848 318927 33554432000 4194304 4196468 140727192885008 140650774223344 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30540] ppid=30466 vsize=10995452 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30540/stat : 30540 (java) S 30466 30469 23034 0 -1 1077944384 9985 12565 0 0 134 1 7 4 20 0 20 0 9673380 11259342848 318927 33554432000 4194304 4196468 140727192885008 140650773170800 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30541] ppid=30466 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30541/stat : 30541 (java) S 30466 30469 23034 0 -1 1077944384 3 12565 0 0 0 0 7 4 20 0 20 0 9673381 11259342848 318927 33554432000 4194304 4196468 140727192885008 140650772117984 140651306403541 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
[pid=30469/tid=30542] ppid=30466 vsize=10995452 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30469/task/30542/stat : 30542 (java) S 30466 30469 23034 0 -1 1077944384 714 12565 0 0 12 12 7 4 20 0 20 0 9673381 11259342848 318927 33554432000 4194304 4196468 140727192885008 140650771065520 140651306404482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14614528 140727192890049 140727192892823 140727192892823 140727192895439 0
Current children cumulated CPU time (s) 485.38
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 467.372
CPU time (s): 485.531
CPU user time (s): 484.144
CPU system time (s): 1.38701
CPU usage (%): 103.885
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 484.144
system time used= 1.38701
maximum resident set size= 1309896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65978
involuntary context switches= 36486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.42731 second user time and 3.99667 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 19:21:20
IDJOB=4248199
IDBENCH=133187
IDSOLVER=2630
FILE ID=node146/4248199-1500744080
RUNJOBID= node146-1500717875-23065
PBS_JOBID= 20623365
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248199-1500744080/watcher-4248199-1500744080 -o /tmp/evaluation-result-4248199-1500744080/solver-4248199-1500744080 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23065 --watchdog 2560  bin/concrete HOME/instance-4248199-1500744080.xml

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

MD5SUM BENCH= 748c50a37a644f843fb6cdaa8347be41
RANDOM SEED=1436059381

node146.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		: 1600.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.96
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.96
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		: 1600.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.96
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		: 2133.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.96
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	: 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		: 1733.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.96
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		: 1867.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.96
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		: 1600.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		: 1867.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.96
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		: 1600.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		: 2400.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.96
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:        30684708 kB
MemAvailable:   31023100 kB
Buffers:          161484 kB
Cached:           455280 kB
SwapCached:            0 kB
Active:          1314100 kB
Inactive:         330612 kB
Active(anon):    1030280 kB
Inactive(anon):     8856 kB
Active(file):     283820 kB
Inactive(file):   321756 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24360 kB
Writeback:             0 kB
AnonPages:       1038744 kB
Mapped:            44748 kB
Shmem:              8852 kB
Slab:             130868 kB
SReclaimable:      97304 kB
SUnreclaim:        33564 kB
KernelStack:        4848 kB
PageTables:         7960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1812192 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61744 MiB
End job on node146 at 2017-07-22 19:29:08