Trace number 4248942

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 1427.26 1392.48

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-10-int.xml
MD5SUMba113f9707e5398e41eeef1481acd1fa
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 benchmark19.046
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints102
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":98},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":101},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.47/2.07	c Concrete v3.4 running
1427.08/1392.46	v <instantiation>
1427.08/1392.46	v       <list>
1427.08/1392.46	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]
1427.08/1392.46	v       </list>
1427.08/1392.46	v       <values>
1427.08/1392.46	v         0 12 33 54 75 96 88 76 97 89 77 98 79 87 99 78 86 94 82 90 71 52 64 56 35 43 31 50 62 70 91 83 95 74 55 67 59 38 19 7 28 9 17 29 8 27 39 18 6 14 2 10 22 34 15 3 11 30 51 32 40 61 53 45 24 16 4 23 44 36 48 69 57 65 73 81 93 85 66 58 46 25 37 49 68 47 26 5 13 1 20 41 60 72 80 92 84 63 42 21
1427.08/1392.46	v       </values>
1427.08/1392.46	v     </instantiation>
1427.08/1392.46	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-4248942-1500797326/watcher-4248942-1500797326 -o /tmp/evaluation-result-4248942-1500797326/solver-4248942-1500797326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500797326-17537 --watchdog 2560 bin/concrete HOME/instance-4248942-1500797326.xml 

pid=17559
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: 1.80 1.96 1.85 4/241 17565
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17565] ppid=17559 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (bash) S 17559 17565 17234 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 15000030 9736192 351 33554432000 4194304 5098028 140720391268592 140720391266232 140574551178240 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 34308096 140720391275790 140720391275875 140720391275875 140720391278574 0
/proc/17565/statm: 2377 351 278 221 0 86 0

[startup+0.100253 s]
/proc/loadavg: 1.80 1.96 1.85 4/241 17565
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17565] ppid=17559 vsize=10652 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) D 17559 17565 17234 0 -1 1077944320 1150 12676 0 0 0 0 6 3 20 0 1 0 15000030 10907648 165 33554432000 4194304 4196468 140735323718752 140735323696952 140429050075664 0 0 4096 0 18446744072101629476 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2663 165 132 1 0 85 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10652

[startup+0.200313 s]
/proc/loadavg: 1.80 1.96 1.85 4/241 17565
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17565] ppid=17559 vsize=10902292 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 6127 12676 0 0 9 2 6 3 20 0 20 0 15000030 11163947008 6911 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2725573 6911 2860 1 0 2713890 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10902292

[startup+0.300269 s]
/proc/loadavg: 1.80 1.96 1.85 4/241 17565
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17565] ppid=17559 vsize=10902720 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 9832 12676 0 0 23 3 6 3 20 0 20 0 15000030 11164385280 11411 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2725680 11411 3055 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902720

[startup+0.70021 s]
/proc/loadavg: 1.80 1.96 1.85 4/241 17565
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17565] ppid=17559 vsize=10902720 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 14891 12676 0 0 89 5 6 3 20 0 20 0 15000030 11164385280 18747 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2725680 18747 3233 1 0 2713890 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.80 1.96 1.85 6/281 17711
/proc/meminfo: memFree=31277292/32770624 swapFree=5848/367708
[pid=17565] ppid=17559 vsize=10915392 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 25137 12676 0 0 211 12 6 3 20 0 20 0 15000030 11177361408 44513 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2728848 44513 3410 1 0 2716962 0
[pid=17565/tid=17664] ppid=17559 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17664/stat : 17664 (java) R 17559 17565 17234 0 -1 4202560 17956 12676 0 0 128 6 6 3 20 0 20 0 15000040 11177361408 44513 33554432000 4194304 4196468 140735323718752 140429061628088 140429037106912 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17665] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17665/stat : 17665 (java) S 17559 17565 17234 0 -1 1077944384 20 12676 0 0 0 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428994087440 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17666] ppid=17559 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17666/stat : 17666 (java) S 17559 17565 17234 0 -1 1077944384 7 12676 0 0 1 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428993034896 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17667] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17667/stat : 17667 (java) S 17559 17565 17234 0 -1 1077944384 19 12676 0 0 0 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428991981840 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17668] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17668/stat : 17668 (java) S 17559 17565 17234 0 -1 1077944384 11 12676 0 0 0 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428990929296 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17669] ppid=17559 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17669/stat : 17669 (java) S 17559 17565 17234 0 -1 1077944384 41 12676 0 0 1 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428659518480 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17670] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17670/stat : 17670 (java) S 17559 17565 17234 0 -1 1077944384 22 12676 0 0 0 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428658465936 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17671] ppid=17559 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) S 17559 17565 17234 0 -1 1077944384 16 12676 0 0 1 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428657412880 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) S 17559 17565 17234 0 -1 1077944384 129 12676 0 0 1 0 6 3 20 0 20 0 15000041 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428656360336 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 622 12676 0 0 1 0 6 3 20 0 20 0 15000043 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428263536880 140429057407618 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 33 12676 0 0 0 0 6 3 20 0 20 0 15000043 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428262483168 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 23 12676 0 0 0 0 6 3 20 0 20 0 15000044 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 1042 12676 0 0 14 0 6 3 20 0 20 0 15000047 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 942 12676 0 0 12 0 6 3 20 0 20 0 15000047 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 661 12676 0 0 14 0 6 3 20 0 20 0 15000047 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10915392 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) R 17559 17565 17234 0 -1 4202560 1458 12676 0 0 30 0 6 3 20 0 20 0 15000047 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428256168560 140429057417818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17703/stat : 17703 (java) S 17559 17565 17234 0 -1 1077944384 3 12676 0 0 0 0 6 3 20 0 20 0 15000047 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428255115744 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17704] ppid=17559 vsize=10915392 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17704/stat : 17704 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000048 11177361408 44513 33554432000 4194304 4196468 140735323718752 140428254063280 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10915392

[startup+3.10119 s]
/proc/loadavg: 1.80 1.96 1.85 9/281 17711
/proc/meminfo: memFree=31130712/32770624 swapFree=5848/367804
[pid=17565] ppid=17559 vsize=10925820 CPUtime=6.31 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 41815 12676 0 0 603 19 6 3 20 0 20 0 15000030 11188039680 62830 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2731455 62830 3477 1 0 2719010 0
[pid=17565/tid=17664] ppid=17559 vsize=10925820 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17664/stat : 17664 (java) R 17559 17565 17234 0 -1 4202560 28914 12676 0 0 284 9 6 3 20 0 20 0 15000040 11188039680 62830 33554432000 4194304 4196468 140735323718752 140429061630024 140428678634439 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17665] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17665/stat : 17665 (java) S 17559 17565 17234 0 -1 1077944384 20 12676 0 0 0 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428994087440 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17666] ppid=17559 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17666/stat : 17666 (java) S 17559 17565 17234 0 -1 1077944384 7 12676 0 0 1 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428993034896 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17667] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17667/stat : 17667 (java) S 17559 17565 17234 0 -1 1077944384 19 12676 0 0 0 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428991981840 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17668] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17668/stat : 17668 (java) S 17559 17565 17234 0 -1 1077944384 11 12676 0 0 0 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428990929296 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17669] ppid=17559 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17669/stat : 17669 (java) S 17559 17565 17234 0 -1 1077944384 41 12676 0 0 1 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428659518480 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17670] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17670/stat : 17670 (java) S 17559 17565 17234 0 -1 1077944384 22 12676 0 0 0 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428658465936 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17671] ppid=17559 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) S 17559 17565 17234 0 -1 1077944384 16 12676 0 0 1 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428657412880 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) S 17559 17565 17234 0 -1 1077944384 129 12676 0 0 1 0 6 3 20 0 20 0 15000041 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428656360336 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 633 12676 0 0 1 0 6 3 20 0 20 0 15000043 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428263536880 140429057407618 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 33 12676 0 0 0 0 6 3 20 0 20 0 15000043 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428262483168 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 23 12676 0 0 0 0 6 3 20 0 20 0 15000044 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10925820 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 3227 12676 0 0 92 1 6 3 20 0 20 0 15000047 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10925820 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 1955 12676 0 0 58 1 6 3 20 0 20 0 15000047 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10925820 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 1239 12676 0 0 60 1 6 3 20 0 20 0 15000047 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10925820 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) S 17559 17565 17234 0 -1 1077944384 3387 12676 0 0 96 1 6 3 20 0 20 0 15000047 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428256168560 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17703/stat : 17703 (java) S 17559 17565 17234 0 -1 1077944384 3 12676 0 0 0 0 6 3 20 0 20 0 15000047 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428255115744 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17704] ppid=17559 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17704/stat : 17704 (java) S 17559 17565 17234 0 -1 1077944384 4 12676 0 0 0 0 6 3 20 0 20 0 15000048 11188039680 62830 33554432000 4194304 4196468 140735323718752 140428254063280 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 10925820

[startup+6.3008 s]
/proc/loadavg: 1.90 1.98 1.86 7/281 17711
/proc/meminfo: memFree=30798220/32770624 swapFree=5848/367808
[pid=17565] ppid=17559 vsize=10997500 CPUtime=16.78 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 72427 12676 0 0 1635 34 6 3 20 0 20 0 15000030 11261440000 98645 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2749375 98645 3499 1 0 2736930 0
[pid=17565/tid=17664] ppid=17559 vsize=10997500 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17664/stat : 17664 (java) R 17559 17565 17234 0 -1 4202560 43599 12676 0 0 592 12 6 3 20 0 20 0 15000040 11261440000 98645 33554432000 4194304 4196468 140735323718752 140429061627784 140428684240807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17665] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17665/stat : 17665 (java) S 17559 17565 17234 0 -1 1077944384 168 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428994087440 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17666] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17666/stat : 17666 (java) S 17559 17565 17234 0 -1 1077944384 33 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428993034896 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17667] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17667/stat : 17667 (java) S 17559 17565 17234 0 -1 1077944384 41 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428991981840 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17668] ppid=17559 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17668/stat : 17668 (java) S 17559 17565 17234 0 -1 1077944384 27 12676 0 0 3 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428990929296 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17669] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17669/stat : 17669 (java) S 17559 17565 17234 0 -1 1077944384 64 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428659518480 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17670] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17670/stat : 17670 (java) S 17559 17565 17234 0 -1 1077944384 54 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428658465936 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17671] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) S 17559 17565 17234 0 -1 1077944384 101 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428657412880 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10997500 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) S 17559 17565 17234 0 -1 1077944384 359 12676 0 0 4 1 6 3 20 0 20 0 15000041 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428656360336 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 2154 12676 0 0 4 0 6 3 20 0 20 0 15000043 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428263536880 140429057407618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 38 12676 0 0 0 0 6 3 20 0 20 0 15000043 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428262483168 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 48 12676 0 0 0 0 6 3 20 0 20 0 15000044 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10997500 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 4966 12676 0 0 287 1 6 3 20 0 20 0 15000047 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10997500 CPUtime=2.89 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 8476 12676 0 0 278 2 6 3 20 0 20 0 15000047 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 4205 12676 0 0 264 1 6 3 20 0 20 0 15000047 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10997500 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) S 17559 17565 17234 0 -1 1077944384 5946 12676 0 0 169 3 6 3 20 0 20 0 15000047 11261440000 98645 33554432000 4194304 4196468 140735323718752 140428256168560 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

[pid=17565/tid=17671] ppid=17559 vsize=10997500 CPUtime=3.42 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) S 17559 17565 17234 0 -1 1077944384 3311 12676 0 0 317 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428657412880 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10997500 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) S 17559 17565 17234 0 -1 1077944384 1833 12676 0 0 314 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428656360336 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 7586 12676 0 0 248 17 6 3 20 0 20 0 15000043 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428263536880 140429057407618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 38 12676 0 0 0 0 6 3 20 0 20 0 15000043 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428262483168 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 48 12676 0 0 0 0 6 3 20 0 20 0 15000044 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10997500 CPUtime=3.5 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 14368 12676 0 0 339 2 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10997500 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 17950 12676 0 0 310 2 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10997500 CPUtime=3.15 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 13960 12676 0 0 303 3 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10997500 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) S 17559 17565 17234 0 -1 1077944384 19966 12676 0 0 176 4 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428256168560 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17703/stat : 17703 (java) S 17559 17565 17234 0 -1 1077944384 3 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428255115744 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17704] ppid=17559 vsize=10997500 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17704/stat : 17704 (java) S 17559 17565 17234 0 -1 1077944384 1533 12676 0 0 26 25 6 3 20 0 20 0 15000048 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428254063280 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
Current children cumulated CPU time (s) 1424.07
Current children cumulated vsize (KiB) 10997500

[startup+1391.2 s]
/proc/loadavg: 1.54 1.47 1.60 4/281 17758
/proc/meminfo: memFree=28483452/32770624 swapFree=5848/368656
[pid=17565] ppid=17559 vsize=10997500 CPUtime=1424.86 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 164850 12676 0 0 142280 197 6 3 20 0 20 0 15000030 11261440000 157269 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2749375 157269 3512 1 0 2736930 0
[pid=17565/tid=17664] ppid=17559 vsize=10997500 CPUtime=1383.63 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17664/stat : 17664 (java) R 17559 17565 17234 0 -1 4202560 61086 12676 0 0 138331 23 6 3 20 0 20 0 15000040 11261440000 157269 33554432000 4194304 4196468 140735323718752 140429061630688 140428686371223 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17665] ppid=17559 vsize=10997500 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17665/stat : 17665 (java) S 17559 17565 17234 0 -1 1077944384 2185 12676 0 0 309 19 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428994087440 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17666] ppid=17559 vsize=10997500 CPUtime=3.47 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17666/stat : 17666 (java) S 17559 17565 17234 0 -1 1077944384 5758 12676 0 0 322 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428993034896 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17667] ppid=17559 vsize=10997500 CPUtime=3.45 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17667/stat : 17667 (java) S 17559 17565 17234 0 -1 1077944384 2506 12676 0 0 321 15 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428991981840 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17668] ppid=17559 vsize=10997500 CPUtime=3.4 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17668/stat : 17668 (java) S 17559 17565 17234 0 -1 1077944384 3671 12676 0 0 314 17 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428990929296 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17669] ppid=17559 vsize=10997500 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17669/stat : 17669 (java) S 17559 17565 17234 0 -1 1077944384 3986 12676 0 0 313 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428659518480 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17670] ppid=17559 vsize=10997500 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17670/stat : 17670 (java) S 17559 17565 17234 0 -1 1077944384 2930 12676 0 0 308 18 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428658465936 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17671] ppid=17559 vsize=10997500 CPUtime=3.42 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) S 17559 17565 17234 0 -1 1077944384 3311 12676 0 0 317 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428657412880 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10997500 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) S 17559 17565 17234 0 -1 1077944384 1833 12676 0 0 314 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428656360336 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 7586 12676 0 0 248 17 6 3 20 0 20 0 15000043 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428263536880 140429057407618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 38 12676 0 0 0 0 6 3 20 0 20 0 15000043 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428262483168 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 48 12676 0 0 0 0 6 3 20 0 20 0 15000044 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10997500 CPUtime=3.5 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 14368 12676 0 0 339 2 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10997500 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 17950 12676 0 0 310 2 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10997500 CPUtime=3.15 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 13960 12676 0 0 303 3 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10997500 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) S 17559 17565 17234 0 -1 1077944384 19966 12676 0 0 176 4 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428256168560 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17703/stat : 17703 (java) S 17559 17565 17234 0 -1 1077944384 3 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428255115744 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17704] ppid=17559 vsize=10997500 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17704/stat : 17704 (java) S 17559 17565 17234 0 -1 1077944384 1533 12676 0 0 26 25 6 3 20 0 20 0 15000048 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428254063280 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
Current children cumulated CPU time (s) 1424.86
Current children cumulated vsize (KiB) 10997500

[startup+1392 s]
/proc/loadavg: 1.54 1.47 1.60 4/281 17758
/proc/meminfo: memFree=28483576/32770624 swapFree=5848/368656
[pid=17565] ppid=17559 vsize=10997500 CPUtime=1425.71 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 164851 12676 0 0 142365 197 6 3 20 0 20 0 15000030 11261440000 157269 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2749375 157269 3512 1 0 2736930 0
[pid=17565/tid=17664] ppid=17559 vsize=10997500 CPUtime=1384.42 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17664/stat : 17664 (java) R 17559 17565 17234 0 -1 4202560 61087 12676 0 0 138410 23 6 3 20 0 20 0 15000040 11261440000 157269 33554432000 4194304 4196468 140735323718752 140429061630752 140428685833708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17665] ppid=17559 vsize=10997500 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17665/stat : 17665 (java) S 17559 17565 17234 0 -1 1077944384 2185 12676 0 0 309 19 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428994087440 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17666] ppid=17559 vsize=10997500 CPUtime=3.48 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17666/stat : 17666 (java) S 17559 17565 17234 0 -1 1077944384 5758 12676 0 0 323 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428993034896 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17667] ppid=17559 vsize=10997500 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17667/stat : 17667 (java) S 17559 17565 17234 0 -1 1077944384 2506 12676 0 0 322 15 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428991981840 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17668] ppid=17559 vsize=10997500 CPUtime=3.41 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17668/stat : 17668 (java) S 17559 17565 17234 0 -1 1077944384 3671 12676 0 0 315 17 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428990929296 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17669] ppid=17559 vsize=10997500 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17669/stat : 17669 (java) S 17559 17565 17234 0 -1 1077944384 3986 12676 0 0 314 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428659518480 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17670] ppid=17559 vsize=10997500 CPUtime=3.36 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17670/stat : 17670 (java) S 17559 17565 17234 0 -1 1077944384 2930 12676 0 0 309 18 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428658465936 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17671] ppid=17559 vsize=10997500 CPUtime=3.43 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) S 17559 17565 17234 0 -1 1077944384 3311 12676 0 0 318 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428657412880 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10997500 CPUtime=3.4 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) S 17559 17565 17234 0 -1 1077944384 1833 12676 0 0 315 16 6 3 20 0 20 0 15000041 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428656360336 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10997500 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 7586 12676 0 0 248 17 6 3 20 0 20 0 15000043 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428263536880 140429057407618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 38 12676 0 0 0 0 6 3 20 0 20 0 15000043 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428262483168 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 48 12676 0 0 0 0 6 3 20 0 20 0 15000044 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10997500 CPUtime=3.5 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 14368 12676 0 0 339 2 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10997500 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 17950 12676 0 0 310 2 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10997500 CPUtime=3.15 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 13960 12676 0 0 303 3 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10997500 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) S 17559 17565 17234 0 -1 1077944384 19966 12676 0 0 176 4 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428256168560 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17703/stat : 17703 (java) S 17559 17565 17234 0 -1 1077944384 3 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428255115744 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17704] ppid=17559 vsize=10997500 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17704/stat : 17704 (java) S 17559 17565 17234 0 -1 1077944384 1533 12676 0 0 26 25 6 3 20 0 20 0 15000048 11261440000 157269 33554432000 4194304 4196468 140735323718752 140428254063280 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
Current children cumulated CPU time (s) 1425.71
Current children cumulated vsize (KiB) 10997500

[startup+1392.4 s]
/proc/loadavg: 1.54 1.47 1.60 4/281 17758
/proc/meminfo: memFree=28483576/32770624 swapFree=5848/368656
[pid=17565] ppid=17559 vsize=10997500 CPUtime=1427.08 cores=1,3,5,7,9,11,13,15
/proc/17565/stat : 17565 (java) S 17559 17565 17234 0 -1 1077944320 170268 12676 0 0 142500 199 6 3 20 0 20 0 15000030 11261440000 158309 33554432000 4194304 4196468 140735323718752 140735323701296 140429057396471 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
/proc/17565/statm: 2749375 158309 3512 1 0 2736930 0
[pid=17565/tid=17664] ppid=17559 vsize=10997500 CPUtime=1384.57 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17664/stat : 17664 (java) S 17559 17565 17234 0 -1 1077944384 61375 12676 0 0 138425 23 6 3 20 0 20 0 15000040 11261440000 158309 33554432000 4194304 4196468 140735323718752 140429061634192 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17665] ppid=17559 vsize=10997500 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17665/stat : 17665 (java) R 17559 17565 17234 0 -1 4202560 2194 12676 0 0 323 19 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428994087328 140429057408406 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17666] ppid=17559 vsize=10997500 CPUtime=3.62 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17666/stat : 17666 (java) R 17559 17565 17234 0 -1 4202560 5768 12676 0 0 336 17 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428993035096 140429042095219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17667] ppid=17559 vsize=10997500 CPUtime=3.6 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17667/stat : 17667 (java) R 17559 17565 17234 0 -1 4202560 2517 12676 0 0 336 15 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428991981840 140429057408406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17668] ppid=17559 vsize=10997500 CPUtime=3.55 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17668/stat : 17668 (java) R 17559 17565 17234 0 -1 4202560 3677 12676 0 0 329 17 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428990929496 140429039006157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17669] ppid=17559 vsize=10997500 CPUtime=3.53 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17669/stat : 17669 (java) R 17559 17565 17234 0 -1 4202560 4005 12676 0 0 328 16 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428659518368 140429039006247 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17670] ppid=17559 vsize=10997500 CPUtime=3.49 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17670/stat : 17670 (java) R 17559 17565 17234 0 -1 4202560 2937 12676 0 0 322 18 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428658466136 140429042392872 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17671] ppid=17559 vsize=10997500 CPUtime=3.57 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17671/stat : 17671 (java) R 17559 17565 17234 0 -1 4202560 3320 12676 0 0 332 16 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428657413080 140429042393085 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17672] ppid=17559 vsize=10997500 CPUtime=3.53 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17672/stat : 17672 (java) R 17559 17565 17234 0 -1 4202560 1843 12676 0 0 328 16 6 3 20 0 20 0 15000041 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428656360536 140429042393075 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17683] ppid=17559 vsize=10997500 CPUtime=2.83 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17683/stat : 17683 (java) S 17559 17565 17234 0 -1 1077944384 12300 12676 0 0 257 17 6 3 20 0 20 0 15000043 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428263535504 140429057406677 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17685] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17685/stat : 17685 (java) S 17559 17565 17234 0 -1 1077944384 39 12676 0 0 0 0 6 3 20 0 20 0 15000043 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428262483072 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17686] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17686/stat : 17686 (java) S 17559 17565 17234 0 -1 1077944384 48 12676 0 0 0 0 6 3 20 0 20 0 15000044 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428261430016 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17698] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17698/stat : 17698 (java) S 17559 17565 17234 0 -1 1077944384 1 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428260378576 140429057415067 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17699] ppid=17559 vsize=10997500 CPUtime=3.51 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17699/stat : 17699 (java) S 17559 17565 17234 0 -1 1077944384 14411 12676 0 0 340 2 6 3 20 0 20 0 15000047 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428259326704 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17700] ppid=17559 vsize=10997500 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17700/stat : 17700 (java) S 17559 17565 17234 0 -1 1077944384 18163 12676 0 0 310 2 6 3 20 0 20 0 15000047 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428258274160 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17701] ppid=17559 vsize=10997500 CPUtime=3.15 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17701/stat : 17701 (java) S 17559 17565 17234 0 -1 1077944384 13960 12676 0 0 303 3 6 3 20 0 20 0 15000047 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428257221104 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17702] ppid=17559 vsize=10997500 CPUtime=1.89 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17702/stat : 17702 (java) S 17559 17565 17234 0 -1 1077944384 20043 12676 0 0 176 4 6 3 20 0 20 0 15000047 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428256163152 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17703] ppid=17559 vsize=10997500 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17703/stat : 17703 (java) S 17559 17565 17234 0 -1 1077944384 3 12676 0 0 0 0 6 3 20 0 20 0 15000047 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428255115744 140429057406677 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
[pid=17565/tid=17704] ppid=17559 vsize=10997500 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/17565/task/17704/stat : 17704 (java) S 17559 17565 17234 0 -1 1077944384 1533 12676 0 0 26 25 6 3 20 0 20 0 15000048 11261440000 158309 33554432000 4194304 4196468 140735323718752 140428254063280 140429057407618 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16453632 140735323720385 140735323723159 140735323723159 140735323725775 0
Current children cumulated CPU time (s) 1427.08
Current children cumulated vsize (KiB) 10997500

Child status: 0
Real time (s): 1392.48
CPU time (s): 1427.26
CPU user time (s): 1425.22
CPU system time (s): 2.03978
CPU usage (%): 102.498
Max. virtual memory (cumulated for all children) (KiB): 11000188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1425.22
system time used= 2.03978
maximum resident set size= 750448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131799
involuntary context switches= 96895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.32349 second user time and 11.4647 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-23 10:08:46
IDJOB=4248942
IDBENCH=134603
IDSOLVER=2630
FILE ID=node131/4248942-1500797326
RUNJOBID= node131-1500797326-17537
PBS_JOBID= 20624657
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-10-int.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248942-1500797326/watcher-4248942-1500797326 -o /tmp/evaluation-result-4248942-1500797326/solver-4248942-1500797326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500797326-17537 --watchdog 2560  bin/concrete HOME/instance-4248942-1500797326.xml

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

MD5SUM BENCH= ba113f9707e5398e41eeef1481acd1fa
RANDOM SEED=615046206

node131.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	: 5334.06
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		: 2133.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	: 5334.06
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	: 5334.06
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		: 1600.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	: 5334.06
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		: 2000.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		: 2000.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	: 5334.06
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		: 2267.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	: 5334.06
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		: 2533.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	: 5334.06
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		: 2533.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	: 5334.06
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:        31487820 kB
MemAvailable:   32000472 kB
Buffers:          170276 kB
Cached:           621108 kB
SwapCached:            0 kB
Active:           464636 kB
Inactive:         376392 kB
Active(anon):      52204 kB
Inactive(anon):     8688 kB
Active(file):     412432 kB
Inactive(file):   367704 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48084 kB
Writeback:             0 kB
AnonPages:         57660 kB
Mapped:            30656 kB
Shmem:              8844 kB
Slab:             130740 kB
SReclaimable:      96704 kB
SUnreclaim:        34036 kB
KernelStack:        4496 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61884 MiB
End job on node131 at 2017-07-23 10:31:59