Trace number 4249092

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 NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - ALNS 2017-06-30SAT (TO)11 2400.06 2331.61

General information on the benchmark

NamePseudoBoolean/
PseudoBoolean-opt-gr/Pb-gr-05.xml
MD5SUMe9813c111db0babccd5c24a1dd850827
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.031037999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints104
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":50},{"degree":61,"count":5},{"degree":62,"count":20}]
Minimum constraint arity10
Maximum constraint arity21
Distribution of constraint arities[{"arity":10,"count":4},{"arity":11,"count":20},{"arity":16,"count":60},{"arity":21,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":104}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.27/0.29	c version: 2017-06-30
0.27/0.29	c seed: 1978680231
0.27/0.29	c timeout: 2400
0.27/0.29	c memlimit: 15500
0.27/0.29	c nbcore: 8
0.44/0.31	c Parsing instance...
1.21/0.76	c Parsing done, starting search...
1.21/0.79	o 23
1.41/0.85	o 21
2.25/1.05	o 12
6.30/3.31	o 11
2400.04/2331.60	s SATISFIABLE
2400.04/2331.60	v <instantiation>
2400.04/2331.60	v 	<list>
2400.04/2331.60	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]
2400.04/2331.60	v 	</list>
2400.04/2331.60	v 	<values>
2400.04/2331.60	v 		1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 
2400.04/2331.60	v 	</values>
2400.04/2331.60	v </instantiation>

Verifier Data

OK	11

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-4249092-1500739395/watcher-4249092-1500739395 -o /tmp/evaluation-result-4249092-1500739395/solver-4249092-1500739395 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31297 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1978680231 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249092-1500739395.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.43 1.45 1.48 4/264 1437
/proc/meminfo: memFree=30419372/32770624 swapFree=5900/353544
[pid=1437] ppid=1434 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 9206463 369864704 1925 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 90299 1925 1072 1 0 79210 0
[pid=1437/tid=1438] ppid=1434 vsize=10640704 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 931 0 0 0 0 0 0 0 20 0 8 0 9206464 10896080896 2498 33554432000 4194304 4196468 140720619710256 140146779010768 140146767085904 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=10642760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 9206465 10898186240 2498 33554432000 4194304 4196468 140720619710256 140146731322208 140146774779605 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=10839368 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) R 1434 1437 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 9206465 11099512832 2498 33554432000 4194304 4196468 140720619710256 140146730269664 140146774779605 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=11101512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) D 1434 1437 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9206465 11367948288 2498 33554432000 4194304 4196468 140720619710256 140146372180464 140146767563472 0 4 0 16784584 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=11101512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) D 1434 1437 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9206465 11367948288 2498 33554432000 4194304 4196468 140720619710256 140146371127224 140146766997219 0 4 0 16784584 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=11101512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9206465 11367948288 2498 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=11101512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) D 1434 1437 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9206465 11367948288 2498 33554432000 4194304 4196468 140720619710256 140146369022648 140146767486551 0 4 0 16784584 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=11101512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) R 1434 1437 31266 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9206465 11367948288 2498 33554432000 4194304 4196468 140720619710256 140146367969592 140146766997219 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=11101512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 9206465 11367948288 2498 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0

[startup+0.100101 s]
/proc/loadavg: 1.43 1.45 1.48 4/264 1437
/proc/meminfo: memFree=30419372/32770624 swapFree=5900/353544
[pid=1437] ppid=1434 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 5946 0 0 0 9 1 0 0 20 0 20 0 9206463 13582245888 6707 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3315978 6707 2953 1 0 3303698 0
[pid=1437/tid=1438] ppid=1434 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 4033 0 0 0 7 1 0 0 20 0 20 0 9206464 13582245888 6707 33554432000 4194304 4196468 140720619710256 140146778998776 140146731405174 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6707 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 6773 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200992 s]
/proc/loadavg: 1.43 1.45 1.48 4/264 1437
/proc/meminfo: memFree=30419372/32770624 swapFree=5900/353544
[pid=1437] ppid=1434 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 8730 0 0 0 24 3 0 0 20 0 20 0 9206463 13582245888 9720 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3315978 9720 3576 1 0 3303698 0
[pid=1437/tid=1438] ppid=1434 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 6428 0 0 0 16 2 0 0 20 0 20 0 9206464 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146778977520 140146755414066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 9720 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300783 s]
/proc/loadavg: 1.43 1.45 1.48 4/264 1437
/proc/meminfo: memFree=30419372/32770624 swapFree=5900/353544
[pid=1437] ppid=1434 vsize=13263912 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 9963 0 0 0 41 3 0 0 20 0 20 0 9206463 13582245888 11739 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3315978 11739 3690 1 0 3303698 0
[pid=1437/tid=1438] ppid=1434 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 7117 0 0 0 25 2 0 0 20 0 20 0 9206464 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146778978912 140146758849886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13582245888 11739 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13263912

[startup+0.700763 s]
/proc/loadavg: 1.43 1.45 1.48 4/264 1437
/proc/meminfo: memFree=30419372/32770624 swapFree=5900/353544
[pid=1437] ppid=1434 vsize=13268028 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 12390 0 0 0 116 5 0 0 20 0 20 0 9206463 13586460672 19312 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3317007 19312 3766 1 0 3304722 0
[pid=1437/tid=1438] ppid=1434 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 8644 0 0 0 63 4 0 0 20 0 20 0 9206464 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146778988664 140146774791325 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206465 13586460672 19312 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13268028

[startup+1.50113 s]
/proc/loadavg: 1.43 1.45 1.48 7/284 1457
/proc/meminfo: memFree=30287628/32770624 swapFree=5900/353572
[pid=1437] ppid=1434 vsize=13270076 CPUtime=3.57 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 21157 0 0 0 348 9 0 0 20 0 20 0 9206463 13588557824 51609 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3317519 51609 3803 1 0 3305234 0
[pid=1437/tid=1438] ppid=1434 vsize=13270076 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 10519 0 0 0 140 6 0 0 20 0 20 0 9206464 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146779006088 140146774781334 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 9206465 13588557824 51609 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1448] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1448/stat : 1448 (java) S 1434 1437 31266 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 9206467 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145440266480 140146774780546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1449] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1449/stat : 1449 (java) S 1434 1437 31266 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145439212768 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1450] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1450/stat : 1450 (java) S 1434 1437 31266 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145438159616 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1451] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1451/stat : 1451 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145437108176 140146774787995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1452] ppid=1434 vsize=13270076 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1452/stat : 1452 (java) S 1434 1437 31266 0 -1 1077944384 2478 0 0 0 48 0 0 0 20 0 20 0 9206471 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145436056304 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1453] ppid=1434 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1453/stat : 1453 (java) R 1434 1437 31266 0 -1 4202560 1648 0 0 0 49 0 0 0 20 0 20 0 9206471 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145435003760 140146774781334 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1454] ppid=1434 vsize=13270076 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1454/stat : 1454 (java) S 1434 1437 31266 0 -1 1077944384 2456 0 0 0 53 0 0 0 20 0 20 0 9206471 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145433950704 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1455] ppid=1434 vsize=13270076 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1455/stat : 1455 (java) S 1434 1437 31266 0 -1 1077944384 2168 0 0 0 52 0 0 0 20 0 20 0 9206471 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145432898160 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1456] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1456/stat : 1456 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145431845344 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1457] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1457/stat : 1457 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206472 13588557824 51609 33554432000 4194304 4196468 140720619710256 140145430792880 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 3.57

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

[pid=1437/tid=1453] ppid=1434 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1453/stat : 1453 (java) S 1434 1437 31266 0 -1 1077944384 12064 0 0 0 146 2 0 0 20 0 20 0 9206471 13588557824 218860 33554432000 4194304 4196468 140720619710256 140145435003760 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1454] ppid=1434 vsize=13270076 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1454/stat : 1454 (java) S 1434 1437 31266 0 -1 1077944384 13348 0 0 0 148 1 0 0 20 0 20 0 9206471 13588557824 218860 33554432000 4194304 4196468 140720619710256 140145433950704 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1455] ppid=1434 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1455/stat : 1455 (java) S 1434 1437 31266 0 -1 1077944384 9396 0 0 0 75 1 0 0 20 0 20 0 9206471 13588557824 218860 33554432000 4194304 4196468 140720619710256 140145432898160 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1456] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1456/stat : 1456 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 218860 33554432000 4194304 4196468 140720619710256 140145431845344 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1457] ppid=1434 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1457/stat : 1457 (java) S 1434 1437 31266 0 -1 1077944384 897 0 0 0 61 62 0 0 20 0 20 0 9206472 13588557824 218860 33554432000 4194304 4196468 140720619710256 140145430792880 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 2266.99
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.40 1.59 1.56 3/284 1617
/proc/meminfo: memFree=30458724/32770624 swapFree=5900/355100
[pid=1437] ppid=1434 vsize=13270076 CPUtime=2328.72 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 133016 0 0 0 232439 433 0 0 20 0 20 0 9206463 13588557824 220396 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3317519 220396 3837 1 0 3305234 0
[pid=1437/tid=1438] ppid=1434 vsize=13270076 CPUtime=2243.26 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 48814 0 0 0 224297 29 0 0 20 0 20 0 9206464 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146779007472 140146415063586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13270076 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 3946 0 0 0 881 41 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13270076 CPUtime=9.14 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 3394 0 0 0 869 45 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13270076 CPUtime=9.16 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3410 0 0 0 873 43 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13270076 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 3320 0 0 0 878 44 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13270076 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 5560 0 0 0 880 43 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13270076 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 3567 0 0 0 885 40 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13270076 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 3205 0 0 0 880 43 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13270076 CPUtime=9.21 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 2678 0 0 0 879 42 0 0 20 0 20 0 9206465 13588557824 220396 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1448] ppid=1434 vsize=13270076 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1448/stat : 1448 (java) S 1434 1437 31266 0 -1 1077944384 6948 0 0 0 511 36 0 0 20 0 20 0 9206467 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145440266480 140146774780546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1449] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1449/stat : 1449 (java) S 1434 1437 31266 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145439212768 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1450] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1450/stat : 1450 (java) S 1434 1437 31266 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145438159616 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1451] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1451/stat : 1451 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145437108176 140146774787995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1452] ppid=1434 vsize=13270076 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1452/stat : 1452 (java) S 1434 1437 31266 0 -1 1077944384 11023 0 0 0 113 2 0 0 20 0 20 0 9206471 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145436056304 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1453] ppid=1434 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1453/stat : 1453 (java) S 1434 1437 31266 0 -1 1077944384 12066 0 0 0 146 2 0 0 20 0 20 0 9206471 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145435003760 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1454] ppid=1434 vsize=13270076 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1454/stat : 1454 (java) S 1434 1437 31266 0 -1 1077944384 13350 0 0 0 148 1 0 0 20 0 20 0 9206471 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145433950704 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1455] ppid=1434 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1455/stat : 1455 (java) S 1434 1437 31266 0 -1 1077944384 9398 0 0 0 75 1 0 0 20 0 20 0 9206471 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145432898160 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1456] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1456/stat : 1456 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145431845344 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1457] ppid=1434 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1457/stat : 1457 (java) S 1434 1437 31266 0 -1 1077944384 903 0 0 0 63 64 0 0 20 0 20 0 9206472 13588557824 220396 33554432000 4194304 4196468 140720619710256 140145430792880 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 2328.72
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.00 1.44 1.51 3/284 1618
/proc/meminfo: memFree=30451764/32770624 swapFree=5900/355124
[pid=1437] ppid=1434 vsize=13270076 CPUtime=2390.47 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 134636 0 0 0 238604 443 0 0 20 0 20 0 9206463 13588557824 221935 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3317519 221935 3837 1 0 3305234 0
[pid=1437/tid=1438] ppid=1434 vsize=13270076 CPUtime=2302.76 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 49669 0 0 0 230247 29 0 0 20 0 20 0 9206464 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146779007504 140146415026188 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 4181 0 0 0 905 42 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13270076 CPUtime=9.42 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 3447 0 0 0 896 46 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13270076 CPUtime=9.42 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3427 0 0 0 898 44 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 3458 0 0 0 902 45 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13270076 CPUtime=9.5 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 5563 0 0 0 906 44 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13270076 CPUtime=9.52 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 3642 0 0 0 911 41 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13270076 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 3393 0 0 0 903 45 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13270076 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 2681 0 0 0 906 43 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1448] ppid=1434 vsize=13270076 CPUtime=5.6 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1448/stat : 1448 (java) S 1434 1437 31266 0 -1 1077944384 6988 0 0 0 523 37 0 0 20 0 20 0 9206467 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145440266480 140146774780546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1449] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1449/stat : 1449 (java) S 1434 1437 31266 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145439212768 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1450] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1450/stat : 1450 (java) S 1434 1437 31266 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145438159616 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1451] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1451/stat : 1451 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145437108176 140146774787995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1452] ppid=1434 vsize=13270076 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1452/stat : 1452 (java) S 1434 1437 31266 0 -1 1077944384 11023 0 0 0 113 2 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145436056304 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1453] ppid=1434 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1453/stat : 1453 (java) S 1434 1437 31266 0 -1 1077944384 12066 0 0 0 146 2 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145435003760 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1454] ppid=1434 vsize=13270076 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1454/stat : 1454 (java) S 1434 1437 31266 0 -1 1077944384 13350 0 0 0 148 1 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145433950704 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1455] ppid=1434 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1455/stat : 1455 (java) S 1434 1437 31266 0 -1 1077944384 9398 0 0 0 75 1 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145432898160 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1456] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1456/stat : 1456 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145431845344 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1457] ppid=1434 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1457/stat : 1457 (java) S 1434 1437 31266 0 -1 1077944384 916 0 0 0 65 65 0 0 20 0 20 0 9206472 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145430792880 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 2390.47
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2331.6 s]
/proc/loadavg: 1.08 1.44 1.51 3/284 1618
/proc/meminfo: memFree=30452136/32770624 swapFree=5900/355132
[pid=1437] ppid=1434 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/1437/stat : 1437 (java) S 1434 1437 31266 0 -1 1077944320 135064 0 0 0 239560 444 0 0 20 0 20 0 9206463 13588557824 221935 33554432000 4194304 4196468 140720619710256 140720619692800 140146774769399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
/proc/1437/statm: 3317519 221935 3837 1 0 3305234 0
[pid=1437/tid=1438] ppid=1434 vsize=13270076 CPUtime=2311.99 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1438/stat : 1438 (java) R 1434 1437 31266 0 -1 4202560 49837 0 0 0 231170 29 0 0 20 0 20 0 9206464 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146779007232 140146415063589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1439] ppid=1434 vsize=13270076 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1439/stat : 1439 (java) S 1434 1437 31266 0 -1 1077944384 4190 0 0 0 909 42 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146731321872 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1440] ppid=1434 vsize=13270076 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1440/stat : 1440 (java) S 1434 1437 31266 0 -1 1077944384 3469 0 0 0 899 46 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146730269328 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1441] ppid=1434 vsize=13270076 CPUtime=9.46 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1441/stat : 1441 (java) S 1434 1437 31266 0 -1 1077944384 3445 0 0 0 902 44 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146372180240 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1442] ppid=1434 vsize=13270076 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1442/stat : 1442 (java) S 1434 1437 31266 0 -1 1077944384 3480 0 0 0 906 45 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146371127696 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1443] ppid=1434 vsize=13270076 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1443/stat : 1443 (java) S 1434 1437 31266 0 -1 1077944384 5573 0 0 0 909 44 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146370075664 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1444] ppid=1434 vsize=13270076 CPUtime=9.56 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1444/stat : 1444 (java) S 1434 1437 31266 0 -1 1077944384 3656 0 0 0 915 41 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146369023120 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1445] ppid=1434 vsize=13270076 CPUtime=9.52 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1445/stat : 1445 (java) S 1434 1437 31266 0 -1 1077944384 3399 0 0 0 907 45 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146367970064 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1446] ppid=1434 vsize=13270076 CPUtime=9.54 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1446/stat : 1446 (java) S 1434 1437 31266 0 -1 1077944384 2691 0 0 0 910 44 0 0 20 0 20 0 9206465 13588557824 221935 33554432000 4194304 4196468 140720619710256 140146366917520 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1448] ppid=1434 vsize=13270076 CPUtime=5.62 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1448/stat : 1448 (java) S 1434 1437 31266 0 -1 1077944384 7125 0 0 0 525 37 0 0 20 0 20 0 9206467 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145440266480 140146774780546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1449] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1449/stat : 1449 (java) S 1434 1437 31266 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145439212768 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1450] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1450/stat : 1450 (java) S 1434 1437 31266 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 9206468 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145438159616 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1451] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1451/stat : 1451 (java) S 1434 1437 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145437108176 140146774787995 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1452] ppid=1434 vsize=13270076 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1452/stat : 1452 (java) S 1434 1437 31266 0 -1 1077944384 11025 0 0 0 113 2 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145436056304 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1453] ppid=1434 vsize=13270076 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1453/stat : 1453 (java) S 1434 1437 31266 0 -1 1077944384 12068 0 0 0 146 2 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145435003760 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1454] ppid=1434 vsize=13270076 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1454/stat : 1454 (java) S 1434 1437 31266 0 -1 1077944384 13352 0 0 0 148 1 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145433950704 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1455] ppid=1434 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1455/stat : 1455 (java) S 1434 1437 31266 0 -1 1077944384 9400 0 0 0 75 1 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145432898160 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1456] ppid=1434 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1456/stat : 1456 (java) S 1434 1437 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9206471 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145431845344 140146774779605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
[pid=1437/tid=1457] ppid=1434 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/1437/task/1457/stat : 1457 (java) S 1434 1437 31266 0 -1 1077944384 920 0 0 0 65 65 0 0 20 0 20 0 9206472 13588557824 221935 33554432000 4194304 4196468 140720619710256 140145430792880 140146774780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37859328 140720619717775 140720619717956 140720619717956 140720619720655 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13270076

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1437 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2331.61
CPU time (s): 2400.06
CPU user time (s): 2395.61
CPU system time (s): 4.44958
CPU usage (%): 102.936
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.61
system time used= 4.44958
maximum resident set size= 888308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300394
involuntary context switches= 169527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7136 second user time and 22.3414 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 18:03:15
IDJOB=4249092
IDBENCH=135467
IDSOLVER=2627
FILE ID=node133/4249092-1500739395
RUNJOBID= node133-1500718428-31297
PBS_JOBID= 20623372
Free space on /tmp= 61896 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-gr/Pb-gr-05.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249092-1500739395/watcher-4249092-1500739395 -o /tmp/evaluation-result-4249092-1500739395/solver-4249092-1500739395 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31297 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1978680231 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249092-1500739395.xml

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

MD5SUM BENCH= e9813c111db0babccd5c24a1dd850827
RANDOM SEED=1978680231

node133.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.13
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	: 5229.85
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		: 2400.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.13
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	: 5229.85
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.13
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	: 5229.85
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		: 2400.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.13
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		: 2667.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	: 5229.85
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		: 2133.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.13
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	: 5229.85
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.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30419436 kB
MemAvailable:   30914868 kB
Buffers:          149504 kB
Cached:           622240 kB
SwapCached:            0 kB
Active:          1540692 kB
Inactive:         362300 kB
Active(anon):    1133608 kB
Inactive(anon):     8756 kB
Active(file):     407084 kB
Inactive(file):   353544 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41824 kB
Writeback:             0 kB
AnonPages:       1160912 kB
Mapped:            46044 kB
Shmem:              8872 kB
Slab:             135528 kB
SReclaimable:     101280 kB
SUnreclaim:        34248 kB
KernelStack:        4912 kB
PageTables:         8964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1870880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1026048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61852 MiB
End job on node133 at 2017-07-22 18:42:07