Trace number 4246501

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: OscaR - Conflict Ordering 2017-06-30SAT 70.0319 24.4557

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-90-90.xml
MD5SUM4d5ee0d3a7698119cef28df18be09f14
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 benchmark13.9392
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":90}]
Minimum variable degree89
Maximum variable degree89
Distribution of variable degrees[{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4005}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005}]
Optimization problemNO
Type of objective

Solver Data

0.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 1360333959
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
69.78/24.36	c Parsing done, starting search...
69.94/24.41	s SATISFIABLE
69.94/24.41	v <instantiation>
69.94/24.41	v 	<list>
69.94/24.41	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]
69.94/24.41	v 	</list>
69.94/24.41	v 	<values>
69.94/24.41	v 		43 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 89 9 10 11 12 13 14 15 16 
69.94/24.41	v 	</values>
69.94/24.41	v </instantiation>

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-4246501-1500711887/watcher-4246501-1500711887 -o /tmp/evaluation-result-4246501-1500711887/solver-4246501-1500711887 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1500683657-8761 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1360333959 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246501-1500711887.xml 

pid=17160
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: 2.09 1.46 1.38 2/262 17163
/proc/meminfo: memFree=30769388/32770624 swapFree=5788/291972
[pid=17163] ppid=17160 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 6457023 369864704 1925 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 90299 1925 1072 1 0 79210 0
[pid=17163/tid=17164] ppid=17160 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) S 17160 17163 8730 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6457023 369864704 1925 33554432000 4194304 4196468 140728861508016 139652467931552 139652463700610 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0

[startup+0.100379 s]
/proc/loadavg: 2.09 1.46 1.38 2/262 17163
/proc/meminfo: memFree=30769388/32770624 swapFree=5788/291972
[pid=17163] ppid=17160 vsize=13263912 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 5565 0 0 0 8 1 0 0 20 0 20 0 6457023 13582245888 6072 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3315978 6072 3345 1 0 3303698 0
[pid=17163/tid=17164] ppid=17160 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 3646 0 0 0 8 0 0 0 20 0 20 0 6457023 13582245888 5591 33554432000 4194304 4196468 140728861508016 139652467930824 139652456406567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200447 s]
/proc/loadavg: 2.09 1.46 1.38 2/262 17163
/proc/meminfo: memFree=30769388/32770624 swapFree=5788/291972
[pid=17163] ppid=17160 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 8784 0 0 0 24 2 0 0 20 0 20 0 6457023 13582245888 8852 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3315978 8852 3565 1 0 3303698 0
[pid=17163/tid=17164] ppid=17160 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) D 17160 17163 8730 0 -1 1077944384 6476 0 0 0 17 1 0 0 20 0 20 0 6457023 13582245888 8852 33554432000 4194304 4196468 140728861508016 139652467897616 139652456368685 0 4 0 16800975 18446744072101625380 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300404 s]
/proc/loadavg: 2.09 1.46 1.38 2/262 17163
/proc/meminfo: memFree=30769388/32770624 swapFree=5788/291972
[pid=17163] ppid=17160 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 9841 0 0 0 39 3 0 0 20 0 20 0 6457023 13582245888 11043 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3315978 11043 3619 1 0 3303698 0
[pid=17163/tid=17164] ppid=17160 vsize=13263912 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 7251 0 0 0 26 2 0 0 20 0 20 0 6457023 13582245888 11043 33554432000 4194304 4196468 140728861508016 139652467917936 139652447769950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700268 s]
/proc/loadavg: 2.09 1.46 1.38 2/262 17163
/proc/meminfo: memFree=30769388/32770624 swapFree=5788/291972
[pid=17163] ppid=17160 vsize=13263932 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 12020 0 0 0 117 28 0 0 20 0 20 0 6457023 13582266368 51516 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3315983 51516 3749 1 0 3303698 0
[pid=17163/tid=17164] ppid=17160 vsize=13263932 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) S 17160 17163 8730 0 -1 1077944384 8166 0 0 0 58 6 0 0 20 0 20 0 6457023 13582266368 51516 33554432000 4194304 4196468 140728861508016 139652467927168 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13263932

[startup+1.5007 s]
/proc/loadavg: 2.09 1.46 1.38 10/282 17183
/proc/meminfo: memFree=30440748/32770624 swapFree=5788/291964
[pid=17163] ppid=17160 vsize=13265980 CPUtime=4.9 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 16089 0 0 0 321 169 0 0 20 0 20 0 6457023 13584363520 143921 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3316495 143921 3808 1 0 3304210 0
[pid=17163/tid=17164] ppid=17160 vsize=13265980 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) S 17160 17163 8730 0 -1 1077944384 8507 0 0 0 108 9 0 0 20 0 20 0 6457023 13584363520 143921 33554432000 4194304 4196468 140728861508016 139652467926624 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17166] ppid=17160 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17166/stat : 17166 (java) R 17160 17163 8730 0 -1 4202560 141 0 0 0 9 19 0 0 20 0 20 0 6457024 13584363520 143921 33554432000 4194304 4196468 140728861508016 139652416310032 139652448387097 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17167] ppid=17160 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17167/stat : 17167 (java) R 17160 17163 8730 0 -1 4202560 138 0 0 0 9 19 0 0 20 0 20 0 6457024 13584363520 143921 33554432000 4194304 4196468 140728861508016 139652415257488 139652448387097 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17168] ppid=17160 vsize=13265980 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17168/stat : 17168 (java) R 17160 17163 8730 0 -1 4202560 167 0 0 0 9 20 0 0 20 0 20 0 6457024 13584363520 143921 33554432000 4194304 4196468 140728861508016 139652414204944 139652448387097 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17169] ppid=17160 vsize=13265980 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17169/stat : 17169 (java) R 17160 17163 8730 0 -1 1077944384 142 0 0 0 7 16 0 0 20 0 20 0 6457024 13584363520 144433 33554432000 4194304 4196468 140728861508016 139652413152400 139652463699669 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17170] ppid=17160 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17170/stat : 17170 (java) R 17160 17163 8730 0 -1 4202560 205 0 0 0 9 19 0 0 20 0 20 0 6457024 13584363520 144433 33554432000 4194304 4196468 140728861508016 139652412098832 139652448387097 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17171] ppid=17160 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17171/stat : 17171 (java) R 17160 17163 8730 0 -1 4202560 229 0 0 0 8 20 0 0 20 0 20 0 6457024 13584363520 144433 33554432000 4194304 4196468 140728861508016 139652411046288 139652448387097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17172] ppid=17160 vsize=13265980 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) R 17160 17163 8730 0 -1 4202560 199 0 0 0 9 19 0 0 20 0 20 0 6457024 13584363520 144433 33554432000 4194304 4196468 140728861508016 139652409993744 139652448387097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13265980 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) R 17160 17163 8730 0 -1 4202560 142 0 0 0 11 18 0 0 20 0 20 0 6457024 13584363520 144433 33554432000 4194304 4196468 140728861508016 139652408941200 139652448387233 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 20 0 6457026 13584363520 144433 33554432000 4194304 4196468 140728861508016 139651657454432 139652463699669 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 6457027 13584363520 144433 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6457027 13584363520 144433 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17177/stat : 17177 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651654298320 139652463708059 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17178] ppid=17160 vsize=13265980 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17178/stat : 17178 (java) S 17160 17163 8730 0 -1 1077944384 1272 0 0 0 32 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651653244912 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17179] ppid=17160 vsize=13265980 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17179/stat : 17179 (java) S 17160 17163 8730 0 -1 1077944384 1110 0 0 0 37 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651652192368 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17180] ppid=17160 vsize=13265980 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17180/stat : 17180 (java) S 17160 17163 8730 0 -1 1077944384 1115 0 0 0 35 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651651139824 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17181] ppid=17160 vsize=13265980 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17181/stat : 17181 (java) S 17160 17163 8730 0 -1 1077944384 1133 0 0 0 33 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651650087280 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17182] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17182/stat : 17182 (java) S 17160 17163 8730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651649034976 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17183] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17183/stat : 17183 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13584363520 144945 33554432000 4194304 4196468 140728861508016 139651647982512 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 13265980

[startup+3.10086 s]
/proc/loadavg: 2.09 1.46 1.38 4/282 17183
/proc/meminfo: memFree=29981904/32770624 swapFree=5788/291964
[pid=17163] ppid=17160 vsize=13265980 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 18337 0 0 0 569 226 0 0 20 0 20 0 6457023 13584363520 266858 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3316495 266858 3824 1 0 3304210 0
[pid=17163/tid=17164] ppid=17160 vsize=13265980 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 8763 0 0 0 242 15 0 0 20 0 20 0 6457023 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652467925592 139652090019090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17166] ppid=17160 vsize=13265980 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17166/stat : 17166 (java) S 17160 17163 8730 0 -1 1077944384 259 0 0 0 21 25 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652416310032 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17167] ppid=17160 vsize=13265980 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17167/stat : 17167 (java) S 17160 17163 8730 0 -1 1077944384 265 0 0 0 21 26 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652415257488 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17168] ppid=17160 vsize=13265980 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17168/stat : 17168 (java) S 17160 17163 8730 0 -1 1077944384 239 0 0 0 20 27 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652414204944 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17169] ppid=17160 vsize=13265980 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17169/stat : 17169 (java) S 17160 17163 8730 0 -1 1077944384 223 0 0 0 19 21 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652413152400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17170] ppid=17160 vsize=13265980 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17170/stat : 17170 (java) S 17160 17163 8730 0 -1 1077944384 285 0 0 0 20 26 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652412098832 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17171] ppid=17160 vsize=13265980 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17171/stat : 17171 (java) S 17160 17163 8730 0 -1 1077944384 734 0 0 0 20 26 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652411046288 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17172] ppid=17160 vsize=13265980 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) S 17160 17163 8730 0 -1 1077944384 251 0 0 0 21 26 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652409993744 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13265980 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) S 17160 17163 8730 0 -1 1077944384 273 0 0 0 21 25 0 0 20 0 20 0 6457024 13584363520 266858 33554432000 4194304 4196468 140728861508016 139652408941200 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 722 0 0 0 1 0 0 0 20 0 20 0 6457026 13584363520 266858 33554432000 4194304 4196468 140728861508016 139651657456112 139652463700610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 6457027 13584363520 266858 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6457027 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17177/stat : 17177 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651654298320 139652463708059 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17178] ppid=17160 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17178/stat : 17178 (java) S 17160 17163 8730 0 -1 1077944384 1292 0 0 0 39 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651653244912 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17179] ppid=17160 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17179/stat : 17179 (java) S 17160 17163 8730 0 -1 1077944384 1125 0 0 0 39 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651652192368 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17180] ppid=17160 vsize=13265980 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17180/stat : 17180 (java) S 17160 17163 8730 0 -1 1077944384 1122 0 0 0 36 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651651139824 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17181] ppid=17160 vsize=13265980 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17181/stat : 17181 (java) S 17160 17163 8730 0 -1 1077944384 1406 0 0 0 43 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651650087280 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17182] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17182/stat : 17182 (java) S 17160 17163 8730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651649034976 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17183] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17183/stat : 17183 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13584363520 267370 33554432000 4194304 4196468 140728861508016 139651647982512 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 13265980

[startup+6.30159 s]
/proc/loadavg: 2.17 1.49 1.38 4/282 17183
/proc/meminfo: memFree=28857616/32770624 swapFree=5788/291976
[pid=17163] ppid=17160 vsize=13265980 CPUtime=14.89 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 24487 0 0 0 1005 484 0 0 20 0 20 0 6457023 13584363520 524035 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3316495 524035 3826 1 0 3304210 0
[pid=17163/tid=17164] ppid=17160 vsize=13265980 CPUtime=5.13 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 10066 0 0 0 488 25 0 0 20 0 20 0 6457023 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652467924880 139652090128037 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17166] ppid=17160 vsize=13265980 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17166/stat : 17166 (java) S 17160 17163 8730 0 -1 1077944384 664 0 0 0 44 55 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652416310032 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17167] ppid=17160 vsize=13265980 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17167/stat : 17167 (java) S 17160 17163 8730 0 -1 1077944384 709 0 0 0 43 56 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652415257488 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17168] ppid=17160 vsize=13265980 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17168/stat : 17168 (java) S 17160 17163 8730 0 -1 1077944384 459 0 0 0 41 57 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652414204944 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17169] ppid=17160 vsize=13265980 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17169/stat : 17169 (java) S 17160 17163 8730 0 -1 1077944384 626 0 0 0 41 54 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652413152400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17170] ppid=17160 vsize=13265980 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17170/stat : 17170 (java) S 17160 17163 8730 0 -1 1077944384 786 0 0 0 44 57 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652412098832 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17171] ppid=17160 vsize=13265980 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17171/stat : 17171 (java) S 17160 17163 8730 0 -1 1077944384 990 0 0 0 43 58 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652411046288 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17172] ppid=17160 vsize=13265980 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) S 17160 17163 8730 0 -1 1077944384 534 0 0 0 44 56 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652409993744 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13265980 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) S 17160 17163 8730 0 -1 1077944384 774 0 0 0 43 56 0 0 20 0 20 0 6457024 13584363520 524035 33554432000 4194304 4196468 140728861508016 139652408941200 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 1466 0 0 0 1 0 0 0 20 0 20 0 6457026 13584363520 524035 33554432000 4194304 4196468 140728861508016 139651657456112 139652463700610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 6457027 13584363520 524035 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6457027 13584363520 524035 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=17163/tid=17172] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) S 17160 17163 8730 0 -1 1077944384 1339 0 0 0 462 135 0 0 20 0 20 0 6457024 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139652409993744 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) S 17160 17163 8730 0 -1 1077944384 2472 0 0 0 467 134 0 0 20 0 20 0 6457024 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139652408941200 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 10350 0 0 0 27 0 0 0 20 0 20 0 6457026 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651657456112 139652463700610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17177/stat : 17177 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651654298320 139652463708059 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17178] ppid=17160 vsize=13268028 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17178/stat : 17178 (java) S 17160 17163 8730 0 -1 1077944384 3162 0 0 0 76 0 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651653244912 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 21 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17179] ppid=17160 vsize=13268028 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17179/stat : 17179 (java) S 17160 17163 8730 0 -1 1077944384 4126 0 0 0 86 0 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651652192368 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17180] ppid=17160 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17180/stat : 17180 (java) S 17160 17163 8730 0 -1 1077944384 2926 0 0 0 79 1 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651651139824 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17181] ppid=17160 vsize=13268028 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17181/stat : 17181 (java) S 17160 17163 8730 0 -1 1077944384 2096 0 0 0 63 0 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651650087280 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17182] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17182/stat : 17182 (java) S 17160 17163 8730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651649034976 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17183] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17183/stat : 17183 (java) S 17160 17163 8730 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1185872 33554432000 4194304 4196468 140728861508016 139651647982512 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 52 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 67.22
Current children cumulated vsize (KiB) 13268028

[startup+23.2091 s]
/proc/loadavg: 2.04 1.51 1.39 3/281 17184
/proc/meminfo: memFree=26015068/32770624 swapFree=5788/292000
[pid=17163] ppid=17160 vsize=13268028 CPUtime=68.36 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 62275 0 0 0 5707 1129 0 0 20 0 20 0 6457023 13586460672 1190022 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3317007 1190022 3839 1 0 3304722 0
[pid=17163/tid=17164] ppid=17160 vsize=13268028 CPUtime=16.76 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 17021 0 0 0 1632 44 0 0 20 0 20 0 6457023 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652467921912 139652092910160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17166] ppid=17160 vsize=13268028 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17166/stat : 17166 (java) S 17160 17163 8730 0 -1 1077944384 2209 0 0 0 467 131 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652416310032 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17167] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17167/stat : 17167 (java) S 17160 17163 8730 0 -1 1077944384 2143 0 0 0 461 136 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652415257488 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17168] ppid=17160 vsize=13268028 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17168/stat : 17168 (java) S 17160 17163 8730 0 -1 1077944384 1935 0 0 0 463 135 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652414204944 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17169] ppid=17160 vsize=13268028 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17169/stat : 17169 (java) S 17160 17163 8730 0 -1 1077944384 1990 0 0 0 460 133 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652413152400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17170] ppid=17160 vsize=13268028 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17170/stat : 17170 (java) S 17160 17163 8730 0 -1 1077944384 2126 0 0 0 462 131 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652412098832 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17171] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17171/stat : 17171 (java) S 17160 17163 8730 0 -1 1077944384 2382 0 0 0 464 137 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652411046288 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17172] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) S 17160 17163 8730 0 -1 1077944384 1339 0 0 0 462 135 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652409993744 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) S 17160 17163 8730 0 -1 1077944384 2472 0 0 0 467 134 0 0 20 0 20 0 6457024 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139652408941200 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 10350 0 0 0 27 0 0 0 20 0 20 0 6457026 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651657456112 139652463700610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17177/stat : 17177 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651654298320 139652463708059 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17178] ppid=17160 vsize=13268028 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17178/stat : 17178 (java) S 17160 17163 8730 0 -1 1077944384 3197 0 0 0 84 1 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651653244912 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 21 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17179] ppid=17160 vsize=13268028 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17179/stat : 17179 (java) R 17160 17163 8730 0 -1 4202560 4186 0 0 0 93 0 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651652192664 139652448569046 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17180] ppid=17160 vsize=13268028 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17180/stat : 17180 (java) S 17160 17163 8730 0 -1 1077944384 2960 0 0 0 87 1 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651651139824 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17181] ppid=17160 vsize=13268028 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17181/stat : 17181 (java) S 17160 17163 8730 0 -1 1077944384 6271 0 0 0 74 1 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651650087280 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17182] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17182/stat : 17182 (java) S 17160 17163 8730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651649034976 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17183] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17183/stat : 17183 (java) S 17160 17163 8730 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190022 33554432000 4194304 4196468 140728861508016 139651647982512 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 52 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 68.36
Current children cumulated vsize (KiB) 13268028

[startup+24.0008 s]
/proc/loadavg: 2.04 1.51 1.39 3/281 17184
/proc/meminfo: memFree=26015068/32770624 swapFree=5788/292000
[pid=17163] ppid=17160 vsize=13268028 CPUtime=69.4 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 62965 0 0 0 5811 1129 0 0 20 0 20 0 6457023 13586460672 1190181 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3317007 1190181 3847 1 0 3304722 0
[pid=17163/tid=17164] ppid=17160 vsize=13268028 CPUtime=17.55 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 17496 0 0 0 1711 44 0 0 20 0 20 0 6457023 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652467921112 139652094323387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17166] ppid=17160 vsize=13268028 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17166/stat : 17166 (java) S 17160 17163 8730 0 -1 1077944384 2209 0 0 0 467 131 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652416310032 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17167] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17167/stat : 17167 (java) S 17160 17163 8730 0 -1 1077944384 2143 0 0 0 461 136 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652415257488 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17168] ppid=17160 vsize=13268028 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17168/stat : 17168 (java) S 17160 17163 8730 0 -1 1077944384 1935 0 0 0 463 135 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652414204944 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17169] ppid=17160 vsize=13268028 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17169/stat : 17169 (java) S 17160 17163 8730 0 -1 1077944384 1990 0 0 0 460 133 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652413152400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17170] ppid=17160 vsize=13268028 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17170/stat : 17170 (java) S 17160 17163 8730 0 -1 1077944384 2126 0 0 0 462 131 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652412098832 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17171] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17171/stat : 17171 (java) S 17160 17163 8730 0 -1 1077944384 2382 0 0 0 464 137 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652411046288 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17172] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) S 17160 17163 8730 0 -1 1077944384 1339 0 0 0 462 135 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652409993744 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) S 17160 17163 8730 0 -1 1077944384 2472 0 0 0 467 134 0 0 20 0 20 0 6457024 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139652408941200 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 10350 0 0 0 27 0 0 0 20 0 20 0 6457026 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651657456112 139652463700610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17177/stat : 17177 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651654298320 139652463708059 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17178] ppid=17160 vsize=13268028 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17178/stat : 17178 (java) S 17160 17163 8730 0 -1 1077944384 3203 0 0 0 87 1 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651653244912 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 21 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17179] ppid=17160 vsize=13268028 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17179/stat : 17179 (java) S 17160 17163 8730 0 -1 1077944384 4315 0 0 0 104 0 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651652192368 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17180] ppid=17160 vsize=13268028 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17180/stat : 17180 (java) S 17160 17163 8730 0 -1 1077944384 3039 0 0 0 96 1 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651651139824 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17181] ppid=17160 vsize=13268028 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17181/stat : 17181 (java) S 17160 17163 8730 0 -1 1077944384 6272 0 0 0 75 1 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651650087280 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17182] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17182/stat : 17182 (java) S 17160 17163 8730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651649034976 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17183] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17183/stat : 17183 (java) S 17160 17163 8730 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190181 33554432000 4194304 4196468 140728861508016 139651647982512 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 52 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 69.4
Current children cumulated vsize (KiB) 13268028

[startup+24.4007 s]
/proc/loadavg: 2.04 1.51 1.39 3/281 17184
/proc/meminfo: memFree=26014324/32770624 swapFree=5788/292000
[pid=17163] ppid=17160 vsize=13268028 CPUtime=69.94 cores=0,2,4,6,8,10,12,14
/proc/17163/stat : 17163 (java) S 17160 17163 8730 0 -1 1077944320 63253 0 0 0 5864 1130 0 0 20 0 20 0 6457023 13586460672 1190240 33554432000 4194304 4196468 140728861508016 140728861490560 139652463689463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
/proc/17163/statm: 3317007 1190240 3847 1 0 3304722 0
[pid=17163/tid=17164] ppid=17160 vsize=13268028 CPUtime=17.95 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17164/stat : 17164 (java) R 17160 17163 8730 0 -1 4202560 17757 0 0 0 1751 44 0 0 20 0 20 0 6457023 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652467925984 139652094538280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17166] ppid=17160 vsize=13268028 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17166/stat : 17166 (java) S 17160 17163 8730 0 -1 1077944384 2209 0 0 0 467 131 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652416310032 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17167] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17167/stat : 17167 (java) S 17160 17163 8730 0 -1 1077944384 2143 0 0 0 461 136 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652415257488 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17168] ppid=17160 vsize=13268028 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17168/stat : 17168 (java) S 17160 17163 8730 0 -1 1077944384 1935 0 0 0 463 135 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652414204944 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17169] ppid=17160 vsize=13268028 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17169/stat : 17169 (java) S 17160 17163 8730 0 -1 1077944384 1990 0 0 0 460 133 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652413152400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17170] ppid=17160 vsize=13268028 CPUtime=5.93 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17170/stat : 17170 (java) S 17160 17163 8730 0 -1 1077944384 2126 0 0 0 462 131 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652412098832 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17171] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17171/stat : 17171 (java) S 17160 17163 8730 0 -1 1077944384 2382 0 0 0 464 137 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652411046288 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17172] ppid=17160 vsize=13268028 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17172/stat : 17172 (java) S 17160 17163 8730 0 -1 1077944384 1339 0 0 0 462 135 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652409993744 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17173] ppid=17160 vsize=13268028 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17173/stat : 17173 (java) S 17160 17163 8730 0 -1 1077944384 2472 0 0 0 467 134 0 0 20 0 20 0 6457024 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139652408941200 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17174] ppid=17160 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17174/stat : 17174 (java) S 17160 17163 8730 0 -1 1077944384 10350 0 0 0 27 0 0 0 20 0 20 0 6457026 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651657456112 139652463700610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17175] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17175/stat : 17175 (java) S 17160 17163 8730 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651656402400 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17176] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17176/stat : 17176 (java) S 17160 17163 8730 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 6457027 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651655349760 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17177] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17177/stat : 17177 (java) S 17160 17163 8730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651654298320 139652463708059 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17178] ppid=17160 vsize=13268028 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17178/stat : 17178 (java) R 17160 17163 8730 0 -1 4202560 3207 0 0 0 91 1 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651653245208 139652444325347 0 4 0 16800975 0 0 0 -1 8 0 0 21 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17179] ppid=17160 vsize=13268028 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17179/stat : 17179 (java) R 17160 17163 8730 0 -1 4202560 4323 0 0 0 107 1 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651652192368 139652448815730 0 4 0 16800975 0 0 0 -1 6 0 0 44 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17180] ppid=17160 vsize=13268028 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17180/stat : 17180 (java) R 17160 17163 8730 0 -1 4202560 3041 0 0 0 102 1 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651651131520 139652447175609 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17181] ppid=17160 vsize=13268028 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17181/stat : 17181 (java) R 17160 17163 8730 0 -1 1077944384 6285 0 0 0 76 1 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651650087280 139652463700610 0 4 0 16800975 0 0 0 -1 12 0 0 22 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17182] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17182/stat : 17182 (java) S 17160 17163 8730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651649034976 139652463699669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
[pid=17163/tid=17183] ppid=17160 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17163/task/17183/stat : 17183 (java) S 17160 17163 8730 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 6457031 13586460672 1190240 33554432000 4194304 4196468 140728861508016 139651647982512 139652463700610 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 52 0 0 6293624 6294260 12058624 140728861516937 140728861517124 140728861517124 140728861519823 0
Current children cumulated CPU time (s) 69.94
Current children cumulated vsize (KiB) 13268028

Child status: 0
Real time (s): 24.4557
CPU time (s): 70.0319
CPU user time (s): 58.7058
CPU system time (s): 11.3261
CPU usage (%): 286.363
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.7058
system time used= 11.3261
maximum resident set size= 4763216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5315
involuntary context switches= 4511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.196839 second user time and 0.274031 second system time

The end

Launcher Data

Begin job on node120 at 2017-07-22 10:24:48
IDJOB=4246501
IDBENCH=125604
IDSOLVER=2628
FILE ID=node120/4246501-1500711887
RUNJOBID= node120-1500683657-8761
PBS_JOBID= 20623341
Free space on /tmp= 61852 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-90-90.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246501-1500711887/watcher-4246501-1500711887 -o /tmp/evaluation-result-4246501-1500711887/solver-4246501-1500711887 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1500683657-8761 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1360333959 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246501-1500711887.xml

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

MD5SUM BENCH= 4d5ee0d3a7698119cef28df18be09f14
RANDOM SEED=1360333959

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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		: 2267.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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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.45
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:        30769428 kB
MemAvailable:   31157272 kB
Buffers:          120616 kB
Cached:           547436 kB
SwapCached:            0 kB
Active:          1261956 kB
Inactive:         300728 kB
Active(anon):     897392 kB
Inactive(anon):     8756 kB
Active(file):     364564 kB
Inactive(file):   291972 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             68416 kB
Writeback:         76632 kB
AnonPages:        900360 kB
Mapped:            45200 kB
Shmem:              8840 kB
Slab:             127548 kB
SReclaimable:      94284 kB
SUnreclaim:        33264 kB
KernelStack:        4512 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1725788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    825344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61812 MiB
End job on node120 at 2017-07-22 10:25:12