Trace number 4247327

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 1118.46 177.662

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0090-int.xml
MD5SUM736de82f791153c97c8888e5ab3f097d
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 benchmark10.1166
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints16020
Number of domains1
Minimum domain size89
Maximum domain size89
Distribution of domain sizes[{"size":89,"count":90}]
Minimum variable degree356
Maximum variable degree356
Distribution of variable degrees[{"degree":356,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":16020}]
Number of extensional constraints0
Number of intensional constraints16020
Distribution of constraint types[{"type":"intension","count":16020}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.28	c version: 2017-06-30
0.25/0.28	c seed: 1111000919
0.25/0.28	c timeout: 2400
0.25/0.28	c memlimit: 15500
0.25/0.28	c nbcore: 8
0.43/0.31	c Parsing instance...
1118.29/177.54	c Parsing done, starting search...
1118.29/177.60	s SATISFIABLE
1118.40/177.60	v <instantiation>
1118.40/177.60	v 	<list>
1118.40/177.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] 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]
1118.40/177.60	v 	</list>
1118.40/177.60	v 	<values>
1118.40/177.60	v 		3 15 3 22 1 2 0 6 3 5 6 8 6 0 18 10 10 1 9 8 52 3 3 0 9 4 5 10 20 3 3 0 19 21 1 15 1 2 2 3 1 13 2 16 11 5 13 10 2 7 2 13 3 1 9 20 13 0 6 23 16 8 23 6 4 5 0 4 13 17 0 4 7 5 38 15 23 3 0 0 5 1 1 15 9 12 13 29 11 2 
1118.40/177.60	v 	</values>
1118.40/177.60	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-4247327-1500723060/watcher-4247327-1500723060 -o /tmp/evaluation-result-4247327-1500723060/solver-4247327-1500723060 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500715858-19808 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1111000919 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247327-1500723060.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.66 1.46 1.42 3/262 21522
/proc/meminfo: memFree=31410232/32770624 swapFree=5936/291692
[pid=21522] ppid=21519 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 2005 0 0 0 0 0 0 0 20 0 2 0 7570883 10889764864 2253 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 2658634 2253 1188 1 0 2647545 0
[pid=21522/tid=21523] ppid=21519 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 789 0 0 0 0 0 0 0 20 0 2 0 7570884 10889764864 2319 33554432000 4194304 4196468 140721548367808 139737758955936 139737747003296 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0

[startup+0.100071 s]
/proc/loadavg: 1.66 1.46 1.42 3/262 21522
/proc/meminfo: memFree=31410232/32770624 swapFree=5936/291692
[pid=21522] ppid=21519 vsize=13263912 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 5755 0 0 0 8 1 0 0 20 0 20 0 7570883 13582245888 5996 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3315978 5996 2698 1 0 3303698 0
[pid=21522/tid=21523] ppid=21519 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 3829 0 0 0 7 1 0 0 20 0 20 0 7570884 13582245888 5996 33554432000 4194304 4196468 140721548367808 139737758951856 139737711349622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200358 s]
/proc/loadavg: 1.66 1.46 1.42 3/262 21522
/proc/meminfo: memFree=31410232/32770624 swapFree=5936/291692
[pid=21522] ppid=21519 vsize=13263912 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 8901 0 0 0 23 2 0 0 20 0 20 0 7570883 13582245888 9398 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3315978 9398 3522 1 0 3303698 0
[pid=21522/tid=21523] ppid=21519 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 6586 0 0 0 16 2 0 0 20 0 20 0 7570884 13582245888 9398 33554432000 4194304 4196468 140721548367808 139737758922000 139737754735773 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300355 s]
/proc/loadavg: 1.66 1.46 1.42 3/262 21522
/proc/meminfo: memFree=31410232/32770624 swapFree=5936/291692
[pid=21522] ppid=21519 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 10277 0 0 0 40 3 0 0 20 0 20 0 7570883 13582245888 11424 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3315978 11424 3689 1 0 3303698 0
[pid=21522/tid=21523] ppid=21519 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 7353 0 0 0 25 2 0 0 20 0 20 0 7570884 13582245888 11424 33554432000 4194304 4196468 140721548367808 139737758939904 139737381836564 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700272 s]
/proc/loadavg: 1.66 1.46 1.42 3/262 21522
/proc/meminfo: memFree=31410232/32770624 swapFree=5936/291692
[pid=21522] ppid=21519 vsize=13265980 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 13803 0 0 0 160 6 0 0 20 0 20 0 7570883 13584363520 23687 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3316495 23687 3773 1 0 3304210 0
[pid=21522/tid=21523] ppid=21519 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 8402 0 0 0 63 4 0 0 20 0 20 0 7570884 13584363520 23687 33554432000 4194304 4196468 140721548367808 139737758947592 139737384967168 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13265980

[startup+1.50108 s]
/proc/loadavg: 1.66 1.46 1.42 7/282 21542
/proc/meminfo: memFree=31208492/32770624 swapFree=5936/291788
[pid=21522] ppid=21519 vsize=13265980 CPUtime=4.27 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 18734 0 0 0 414 13 0 0 20 0 20 0 7570883 13584363520 54098 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3316495 54098 3801 1 0 3304210 0
[pid=21522/tid=21523] ppid=21519 vsize=13265980 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 8697 0 0 0 140 5 0 0 20 0 20 0 7570884 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737758948312 139737386384660 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21525] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21525/stat : 21525 (java) S 21519 21522 19776 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737707334544 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21526] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21526/stat : 21526 (java) S 21519 21522 19776 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737706281744 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21527] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21527/stat : 21527 (java) S 21519 21522 19776 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737705229456 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21528] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21528/stat : 21528 (java) S 21519 21522 19776 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737704176656 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21529] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21529/stat : 21529 (java) S 21519 21522 19776 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737703123344 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21530] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21530/stat : 21530 (java) S 21519 21522 19776 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737702070544 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21531] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) S 21519 21522 19776 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737347586704 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) S 21519 21522 19776 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 7570885 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737346533904 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 7570887 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737218099824 139737754724994 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7570888 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737217045792 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 7570888 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737215993456 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21536/stat : 21536 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737214941776 139737754732443 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21537] ppid=21519 vsize=13265980 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21537/stat : 21537 (java) R 21519 21522 19776 0 -1 4202560 2103 0 0 0 72 0 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737213877312 139737739837426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21538] ppid=21519 vsize=13265980 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21538/stat : 21538 (java) S 21519 21522 19776 0 -1 1077944384 2144 0 0 0 74 1 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737212835824 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21539] ppid=21519 vsize=13265980 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21539/stat : 21539 (java) S 21519 21522 19776 0 -1 1077944384 2238 0 0 0 70 0 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737211783536 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21540] ppid=21519 vsize=13265980 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21540/stat : 21540 (java) S 21519 21522 19776 0 -1 1077944384 1987 0 0 0 50 1 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737210730736 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21541] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21541/stat : 21541 (java) S 21519 21522 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737209678688 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21542] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21542/stat : 21542 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13584363520 54098 33554432000 4194304 4196468 140721548367808 139737208625968 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 13265980

[startup+3.10176 s]
/proc/loadavg: 1.69 1.47 1.42 4/282 21542
/proc/meminfo: memFree=31118040/32770624 swapFree=5936/291788
[pid=21522] ppid=21519 vsize=13265980 CPUtime=8.76 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 20947 0 0 0 707 169 0 0 20 0 20 0 7570883 13584363520 152166 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3316495 152166 3824 1 0 3304210 0
[pid=21522/tid=21523] ppid=21519 vsize=13265980 CPUtime=2.71 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) S 21519 21522 19776 0 -1 1077944384 8822 0 0 0 264 7 0 0 20 0 20 0 7570884 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737758950624 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21525] ppid=21519 vsize=13265980 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21525/stat : 21525 (java) R 21519 21522 19776 0 -1 4202560 158 0 0 0 15 19 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737707334544 139737739411633 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21526] ppid=21519 vsize=13265980 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21526/stat : 21526 (java) R 21519 21522 19776 0 -1 4202560 163 0 0 0 15 20 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737706281744 139737739411405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21527] ppid=21519 vsize=13265980 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21527/stat : 21527 (java) R 21519 21522 19776 0 -1 4202560 177 0 0 0 14 19 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737705229456 139737739699143 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21528] ppid=21519 vsize=13265980 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21528/stat : 21528 (java) R 21519 21522 19776 0 -1 4202560 400 0 0 0 15 19 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737704176856 139737739699143 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21529] ppid=21519 vsize=13265980 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21529/stat : 21529 (java) R 21519 21522 19776 0 -1 4202560 180 0 0 0 15 19 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737703123344 139737739664974 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21530] ppid=21519 vsize=13265980 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21530/stat : 21530 (java) R 21519 21522 19776 0 -1 4202560 176 0 0 0 15 20 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737702070744 139737739665022 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21531] ppid=21519 vsize=13265980 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) R 21519 21522 19776 0 -1 4202560 208 0 0 0 15 19 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737347586704 139737739699143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13265980 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) R 21519 21522 19776 0 -1 4202560 177 0 0 0 15 19 0 0 20 0 20 0 7570885 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737346533904 139737739411486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 20 0 7570887 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737218098144 139737754724053 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7570888 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737217045856 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 7570888 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737215993472 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21536/stat : 21536 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737214941776 139737754732443 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21537] ppid=21519 vsize=13265980 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21537/stat : 21537 (java) S 21519 21522 19776 0 -1 1077944384 2124 0 0 0 78 0 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737213888624 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21538] ppid=21519 vsize=13265980 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21538/stat : 21538 (java) S 21519 21522 19776 0 -1 1077944384 2206 0 0 0 87 1 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737212835824 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21539] ppid=21519 vsize=13265980 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21539/stat : 21539 (java) S 21519 21522 19776 0 -1 1077944384 2490 0 0 0 97 0 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737211783536 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21540] ppid=21519 vsize=13265980 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21540/stat : 21540 (java) S 21519 21522 19776 0 -1 1077944384 2073 0 0 0 55 1 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737210730736 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21541] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21541/stat : 21541 (java) S 21519 21522 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737209678688 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21542] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21542/stat : 21542 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13584363520 152166 33554432000 4194304 4196468 140721548367808 139737208625968 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 13265980

[startup+6.30171 s]
/proc/loadavg: 1.69 1.47 1.42 3/282 21542
/proc/meminfo: memFree=30787536/32770624 swapFree=5936/291808
[pid=21522] ppid=21519 vsize=13265980 CPUtime=26.3 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 26833 0 0 0 2405 225 0 0 20 0 20 0 7570883 13584363520 180369 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3316495 180369 3837 1 0 3304210 0
[pid=21522/tid=21523] ppid=21519 vsize=13265980 CPUtime=3.75 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) S 21519 21522 19776 0 -1 1077944384 9422 0 0 0 368 7 0 0 20 0 20 0 7570884 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737758950464 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21525] ppid=21519 vsize=13265980 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21525/stat : 21525 (java) R 21519 21522 19776 0 -1 4202560 253 0 0 0 212 26 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737707332344 139737739741730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21526] ppid=21519 vsize=13265980 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21526/stat : 21526 (java) R 21519 21522 19776 0 -1 4202560 351 0 0 0 211 27 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737706281944 139737739741730 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21527] ppid=21519 vsize=13265980 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21527/stat : 21527 (java) R 21519 21522 19776 0 -1 4202560 255 0 0 0 211 26 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737705229656 139737739741730 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21528] ppid=21519 vsize=13265980 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21528/stat : 21528 (java) R 21519 21522 19776 0 -1 4202560 541 0 0 0 212 26 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737704176544 139737739741730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21529] ppid=21519 vsize=13265980 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21529/stat : 21529 (java) R 21519 21522 19776 0 -1 4202560 243 0 0 0 212 26 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737703123544 139737739741730 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21530] ppid=21519 vsize=13265980 CPUtime=2.41 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21530/stat : 21530 (java) R 21519 21522 19776 0 -1 4202560 289 0 0 0 214 27 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737702070744 139737739741730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21531] ppid=21519 vsize=13265980 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) R 21519 21522 19776 0 -1 4202560 385 0 0 0 212 26 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737347584224 139737739737550 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13265980 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) R 21519 21522 19776 0 -1 4202560 291 0 0 0 209 26 0 0 20 0 20 0 7570885 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737346534104 139737739741266 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13265980 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 1976 0 0 0 8 0 0 0 20 0 20 0 7570887 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737218098336 139737754724053 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7570888 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737217045856 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 7570888 13584363520 180369 33554432000 4194304 4196468 140721548367808 139737215993472 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=21522/tid=21531] ppid=21519 vsize=13268028 CPUtime=132.68 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) R 21519 21522 19776 0 -1 4202560 7201 0 0 0 12765 503 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737347586904 139737739413795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13268028 CPUtime=132.51 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) R 21519 21522 19776 0 -1 4202560 6434 0 0 0 12764 487 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737346533904 139737739703500 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13268028 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 34842 0 0 0 296 2 0 0 20 0 20 0 7570887 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737218098368 139737754724053 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737217045856 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737215993472 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21536/stat : 21536 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737214941776 139737754732443 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21537] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21537/stat : 21537 (java) S 21519 21522 19776 0 -1 1077944384 8382 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737213888672 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21538] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21538/stat : 21538 (java) S 21519 21522 19776 0 -1 1077944384 8939 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737212835584 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21539] ppid=21519 vsize=13268028 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21539/stat : 21539 (java) S 21519 21522 19776 0 -1 1077944384 8471 0 0 0 193 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737211783584 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21540] ppid=21519 vsize=13268028 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21540/stat : 21540 (java) S 21519 21522 19776 0 -1 1077944384 10982 0 0 0 86 2 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737210730784 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21541] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21541/stat : 21541 (java) S 21519 21522 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737209678688 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21542] ppid=21519 vsize=13268028 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21542/stat : 21542 (java) S 21519 21522 19776 0 -1 1077944384 888 0 0 0 4 3 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737208625968 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 1107.51
Current children cumulated vsize (KiB) 13268028

[startup+176.801 s]
/proc/loadavg: 7.96 4.23 2.48 3/282 21544
/proc/meminfo: memFree=21388096/32770624 swapFree=5936/292008
[pid=21522] ppid=21519 vsize=13268028 CPUtime=1113.82 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 147021 0 0 0 107433 3949 0 0 20 0 20 0 7570883 13586460672 2497315 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3317007 2497315 3853 1 0 3304722 0
[pid=21522/tid=21523] ppid=21519 vsize=13268028 CPUtime=38.43 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) S 21519 21522 19776 0 -1 1077944384 15856 0 0 0 3834 9 0 0 20 0 20 0 7570884 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737758952128 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21525] ppid=21519 vsize=13268028 CPUtime=133.11 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21525/stat : 21525 (java) R 21519 21522 19776 0 -1 4202560 7772 0 0 0 12815 496 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737707334744 139737739710344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21526] ppid=21519 vsize=13268028 CPUtime=133.06 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21526/stat : 21526 (java) R 21519 21522 19776 0 -1 4202560 7926 0 0 0 12821 485 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737706281944 139737739412565 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21527] ppid=21519 vsize=13268028 CPUtime=133.15 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21527/stat : 21527 (java) R 21519 21522 19776 0 -1 4202560 7398 0 0 0 12824 491 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737705229656 139737739710257 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21528] ppid=21519 vsize=13268028 CPUtime=133.17 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21528/stat : 21528 (java) R 21519 21522 19776 0 -1 4202560 6722 0 0 0 12822 495 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737704176544 139737739171480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21529] ppid=21519 vsize=13268028 CPUtime=133.26 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21529/stat : 21529 (java) R 21519 21522 19776 0 -1 4202560 6659 0 0 0 12840 486 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737703123544 139737739710340 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21530] ppid=21519 vsize=13268028 CPUtime=133.52 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21530/stat : 21530 (java) R 21519 21522 19776 0 -1 4202560 7038 0 0 0 12871 481 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737702070744 139737739412689 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21531] ppid=21519 vsize=13268028 CPUtime=133.47 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) R 21519 21522 19776 0 -1 4202560 7304 0 0 0 12844 503 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737347586904 139737739710257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13268028 CPUtime=133.29 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) R 21519 21522 19776 0 -1 4202560 6434 0 0 0 12842 487 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737346534104 139737739710416 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13268028 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 34842 0 0 0 296 2 0 0 20 0 20 0 7570887 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737218098368 139737754724053 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737217045856 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737215993472 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21536/stat : 21536 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737214941776 139737754732443 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21537] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21537/stat : 21537 (java) S 21519 21522 19776 0 -1 1077944384 8382 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737213888672 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21538] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21538/stat : 21538 (java) S 21519 21522 19776 0 -1 1077944384 8939 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737212835584 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21539] ppid=21519 vsize=13268028 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21539/stat : 21539 (java) S 21519 21522 19776 0 -1 1077944384 8471 0 0 0 193 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737211783584 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21540] ppid=21519 vsize=13268028 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21540/stat : 21540 (java) S 21519 21522 19776 0 -1 1077944384 10982 0 0 0 86 2 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737210730784 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21541] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21541/stat : 21541 (java) S 21519 21522 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737209678688 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21542] ppid=21519 vsize=13268028 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21542/stat : 21542 (java) S 21519 21522 19776 0 -1 1077944384 888 0 0 0 4 3 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737208625968 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 1113.82
Current children cumulated vsize (KiB) 13268028

[startup+177.214 s]
/proc/loadavg: 8.04 4.31 2.52 10/282 21544
/proc/meminfo: memFree=21388096/32770624 swapFree=5936/292008
[pid=21522] ppid=21519 vsize=13268028 CPUtime=1117.1 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 147021 0 0 0 107761 3949 0 0 20 0 20 0 7570883 13586460672 2497315 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3317007 2497315 3853 1 0 3304722 0
[pid=21522/tid=21523] ppid=21519 vsize=13268028 CPUtime=38.43 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) S 21519 21522 19776 0 -1 1077944384 15856 0 0 0 3834 9 0 0 20 0 20 0 7570884 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737758952128 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21525] ppid=21519 vsize=13268028 CPUtime=133.52 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21525/stat : 21525 (java) R 21519 21522 19776 0 -1 4202560 7772 0 0 0 12856 496 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737707334744 139737739412592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21526] ppid=21519 vsize=13268028 CPUtime=133.47 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21526/stat : 21526 (java) R 21519 21522 19776 0 -1 4202560 7926 0 0 0 12862 485 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737706281944 139737739710251 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21527] ppid=21519 vsize=13268028 CPUtime=133.55 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21527/stat : 21527 (java) R 21519 21522 19776 0 -1 4202560 7398 0 0 0 12864 491 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737705229656 139737739171469 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21528] ppid=21519 vsize=13268028 CPUtime=133.59 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21528/stat : 21528 (java) R 21519 21522 19776 0 -1 4202560 6722 0 0 0 12864 495 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737704176544 139737739412619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21529] ppid=21519 vsize=13268028 CPUtime=133.67 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21529/stat : 21529 (java) R 21519 21522 19776 0 -1 4202560 6659 0 0 0 12881 486 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737703123544 139737739412627 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21530] ppid=21519 vsize=13268028 CPUtime=133.93 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21530/stat : 21530 (java) R 21519 21522 19776 0 -1 4202560 7038 0 0 0 12912 481 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737702070744 139737739710499 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21531] ppid=21519 vsize=13268028 CPUtime=133.88 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) R 21519 21522 19776 0 -1 4202560 7304 0 0 0 12885 503 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737347586904 139737739710493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13268028 CPUtime=133.71 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) R 21519 21522 19776 0 -1 4202560 6434 0 0 0 12884 487 0 0 20 0 20 0 7570885 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737346534104 139737739710214 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13268028 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 34842 0 0 0 296 2 0 0 20 0 20 0 7570887 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737218098368 139737754724053 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737217045856 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737215993472 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21536/stat : 21536 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737214941776 139737754732443 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21537] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21537/stat : 21537 (java) S 21519 21522 19776 0 -1 1077944384 8382 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737213888672 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21538] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21538/stat : 21538 (java) S 21519 21522 19776 0 -1 1077944384 8939 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737212835584 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21539] ppid=21519 vsize=13268028 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21539/stat : 21539 (java) S 21519 21522 19776 0 -1 1077944384 8471 0 0 0 193 1 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737211783584 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21540] ppid=21519 vsize=13268028 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21540/stat : 21540 (java) S 21519 21522 19776 0 -1 1077944384 10982 0 0 0 86 2 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737210730784 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21541] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21541/stat : 21541 (java) S 21519 21522 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737209678688 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21542] ppid=21519 vsize=13268028 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21542/stat : 21542 (java) S 21519 21522 19776 0 -1 1077944384 888 0 0 0 4 3 0 0 20 0 20 0 7570892 13586460672 2497315 33554432000 4194304 4196468 140721548367808 139737208625968 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 1117.1
Current children cumulated vsize (KiB) 13268028

[startup+177.601 s]
/proc/loadavg: 8.04 4.31 2.52 10/282 21544
/proc/meminfo: memFree=21388096/32770624 swapFree=5936/292008
[pid=21522] ppid=21519 vsize=13268028 CPUtime=1118.4 cores=1,3,5,7,9,11,13,15
/proc/21522/stat : 21522 (java) S 21519 21522 19776 0 -1 1077944320 147760 0 0 0 107890 3950 0 0 20 0 20 0 7570883 13586460672 2497368 33554432000 4194304 4196468 140721548367808 140721548350352 139737754713847 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
/proc/21522/statm: 3317007 2497368 3853 1 0 3304722 0
[pid=21522/tid=21523] ppid=21519 vsize=13268028 CPUtime=38.63 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21523/stat : 21523 (java) R 21519 21522 19776 0 -1 4202560 16127 0 0 0 3854 9 0 0 20 0 20 0 7570884 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737758927248 139737736277416 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21525] ppid=21519 vsize=13268028 CPUtime=133.64 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21525/stat : 21525 (java) S 21519 21522 19776 0 -1 1077944384 7772 0 0 0 12868 496 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737707334544 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21526] ppid=21519 vsize=13268028 CPUtime=133.6 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21526/stat : 21526 (java) S 21519 21522 19776 0 -1 1077944384 7926 0 0 0 12875 485 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737706281744 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21527] ppid=21519 vsize=13268028 CPUtime=133.67 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21527/stat : 21527 (java) S 21519 21522 19776 0 -1 1077944384 7398 0 0 0 12876 491 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737705229456 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21528] ppid=21519 vsize=13268028 CPUtime=133.72 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21528/stat : 21528 (java) S 21519 21522 19776 0 -1 1077944384 6722 0 0 0 12877 495 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737704176656 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21529] ppid=21519 vsize=13268028 CPUtime=133.8 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21529/stat : 21529 (java) S 21519 21522 19776 0 -1 1077944384 6659 0 0 0 12894 486 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737703123344 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21530] ppid=21519 vsize=13268028 CPUtime=134.06 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21530/stat : 21530 (java) S 21519 21522 19776 0 -1 1077944384 7038 0 0 0 12925 481 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737702070544 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21531] ppid=21519 vsize=13268028 CPUtime=134.01 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21531/stat : 21531 (java) S 21519 21522 19776 0 -1 1077944384 7304 0 0 0 12898 503 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737347586704 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21532] ppid=21519 vsize=13268028 CPUtime=133.83 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21532/stat : 21532 (java) S 21519 21522 19776 0 -1 1077944384 6434 0 0 0 12896 487 0 0 20 0 20 0 7570885 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737346533904 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21533] ppid=21519 vsize=13268028 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21533/stat : 21533 (java) S 21519 21522 19776 0 -1 1077944384 34842 0 0 0 302 2 0 0 20 0 20 0 7570887 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737218099824 139737754724994 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21534] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21534/stat : 21534 (java) S 21519 21522 19776 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737217045856 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21535] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21535/stat : 21535 (java) S 21519 21522 19776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 7570888 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737215993472 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21536] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21536/stat : 21536 (java) S 21519 21522 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497368 33554432000 4194304 4196468 140721548367808 139737214941776 139737754732443 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21537] ppid=21519 vsize=13268028 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21537/stat : 21537 (java) S 21519 21522 19776 0 -1 1077944384 8449 0 0 0 165 1 0 0 20 0 20 0 7570892 13586460672 2497390 33554432000 4194304 4196468 140721548367808 139737213888624 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21538] ppid=21519 vsize=13268028 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21538/stat : 21538 (java) S 21519 21522 19776 0 -1 1077944384 9091 0 0 0 166 1 0 0 20 0 20 0 7570892 13586460672 2497390 33554432000 4194304 4196468 140721548367808 139737212835824 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21539] ppid=21519 vsize=13268028 CPUtime=1.94 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21539/stat : 21539 (java) R 21519 21522 19776 0 -1 1077944384 8517 0 0 0 193 1 0 0 20 0 20 0 7570892 13586460672 2497390 33554432000 4194304 4196468 140721548367808 139737211783536 139737754724994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21540] ppid=21519 vsize=13268028 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21540/stat : 21540 (java) S 21519 21522 19776 0 -1 1077944384 11186 0 0 0 87 2 0 0 20 0 20 0 7570892 13586460672 2497390 33554432000 4194304 4196468 140721548367808 139737210730736 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21541] ppid=21519 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21541/stat : 21541 (java) S 21519 21522 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570892 13586460672 2497390 33554432000 4194304 4196468 140721548367808 139737209678688 139737754724053 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
[pid=21522/tid=21542] ppid=21519 vsize=13268028 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/21522/task/21542/stat : 21542 (java) S 21519 21522 19776 0 -1 1077944384 888 0 0 0 4 3 0 0 20 0 20 0 7570892 13586460672 2497390 33554432000 4194304 4196468 140721548367808 139737208625968 139737754724994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 15032320 140721548375177 140721548375364 140721548375364 140721548378063 0
Current children cumulated CPU time (s) 1118.4
Current children cumulated vsize (KiB) 13268028

Child status: 0
Real time (s): 177.662
CPU time (s): 1118.46
CPU user time (s): 1078.9
CPU system time (s): 39.5548
CPU usage (%): 629.544
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1078.9
system time used= 39.5548
maximum resident set size= 9989804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20960
involuntary context switches= 75673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49941 second user time and 2.0417 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 13:31:00
IDJOB=4247327
IDBENCH=126926
IDSOLVER=2628
FILE ID=node151/4247327-1500723060
RUNJOBID= node151-1500715858-19808
PBS_JOBID= 20623357
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0090-int.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-4247327-1500723060/watcher-4247327-1500723060 -o /tmp/evaluation-result-4247327-1500723060/solver-4247327-1500723060 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500715858-19808 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1111000919 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247327-1500723060.xml

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

MD5SUM BENCH= 736de82f791153c97c8888e5ab3f097d
RANDOM SEED=1111000919

node151.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.49
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	: 5342.81
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.49
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		: 2267.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	: 5342.81
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31409584 kB
MemAvailable:   31751788 kB
Buffers:          134140 kB
Cached:           487368 kB
SwapCached:            0 kB
Active:           622820 kB
Inactive:         300360 kB
Active(anon):     304328 kB
Inactive(anon):     8668 kB
Active(file):     318492 kB
Inactive(file):   291692 kB
Unevictable:        5936 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43068 kB
Writeback:             0 kB
AnonPages:        242188 kB
Mapped:            45592 kB
Shmem:              8848 kB
Slab:             129832 kB
SReclaimable:      95708 kB
SUnreclaim:        34124 kB
KernelStack:        4512 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61944 MiB
End job on node151 at 2017-07-22 13:33:58