Trace number 4275472

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
OscaR - Parallel with EPS 2017-07-26SAT 8.6987696 2.5109501

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-22.xml
MD5SUM63c49c4fa2f593a3284d3df8e40494dc
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 benchmark0.29601499
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 985822394
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.77/0.73	c Parsing done, starting search...
8.10/2.48	s SATISFIABLE
8.10/2.48	v <instantiation>
8.10/2.48	v 	<list>
8.10/2.48	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]
8.10/2.48	v 	</list>
8.10/2.48	v 	<values>
8.10/2.48	v 		1 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 1 
8.10/2.48	v 	</values>
8.10/2.48	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15013 MiB free)
  memory of node 1: 16384 MiB (15674 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275472-1502686091/watcher-4275472-1502686091 -o /tmp/evaluation-result-4275472-1502686091/solver-4275472-1502686091 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 985822394 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275472-1502686091.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27841, runsolver pid=27838
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 3.76 7.25 8.19 2/200 27861
/proc/meminfo: memFree=31404704/32770624 swapFree=67108860/67108860
[pid=27841] ppid=27838 vsize=14325320 memory=33028 CPUtime=0.12 cores=0-7
/proc/27841/stat : 27841 (java) S 27838 27841 26064 0 -1 1077944320 8184 0 0 0 11 1 0 0 20 0 20 0 101696857 14669127680 8257 33554432000 4194304 4196468 140722948293088 140722948275632 139901222788855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
/proc/27841/statm: 3581330 8257 3408 1 0 3569050 0
[pid=27841/tid=27843] ppid=27838 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27841/task/27843/stat : 27843 (java) R 27838 27841 26064 0 -1 4202560 6109 0 0 0 8 1 0 0 20 0 20 0 101696857 14669127680 8257 33554432000 4194304 4196468 140722948293088 139901227005552 139901206832485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27844] ppid=27838 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27841/task/27844/stat : 27844 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139901179341840 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27845] ppid=27838 vsize=14325320 memory=139724635678336 CPUtime=0 cores=0-7
/proc/27841/task/27845/stat : 27845 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900817435792 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27846] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27846/stat : 27846 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900816382736 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27847] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27847/stat : 27847 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900815330192 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27848] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27848/stat : 27848 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900814277136 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27849] ppid=27838 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27841/task/27849/stat : 27849 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900813224592 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27850] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27850/stat : 27850 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900812171536 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27851] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27851/stat : 27851 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 8257 33554432000 4194304 4196468 140722948293088 139900811118992 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27852] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27852/stat : 27852 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696859 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899917454064 139901222800002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27853] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27853/stat : 27853 (java) S 27838 27841 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101696860 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899916400288 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27854] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27854/stat : 27854 (java) S 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101696860 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899915347184 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27855] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27855/stat : 27855 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696862 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899914295760 139901222807451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27856] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27856/stat : 27856 (java) S 27838 27841 26064 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 101696862 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899913242864 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27857] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27857/stat : 27857 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696862 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899912190320 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27858] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27858/stat : 27858 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696863 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899911137264 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27859] ppid=27838 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/27841/task/27859/stat : 27859 (java) S 27838 27841 26064 0 -1 1077944384 377 0 0 0 2 0 0 0 20 0 20 0 101696863 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899910084720 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27860] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27860/stat : 27860 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696863 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899909032928 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27861] ppid=27838 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27841/task/27861/stat : 27861 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696863 14669127680 8257 33554432000 4194304 4196468 140722948293088 139899907980464 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33028 KiB

[startup+0.210137 s]*
/proc/loadavg: 3.76 7.25 8.19 3/200 27861
/proc/meminfo: memFree=31376108/32770624 swapFree=67108860/67108860
[pid=27841] ppid=27838 vsize=14325320 memory=42356 CPUtime=0.29 cores=0-7
/proc/27841/stat : 27841 (java) S 27838 27841 26064 0 -1 1077944320 9240 0 0 0 27 2 0 0 20 0 20 0 101696857 14669127680 10589 33554432000 4194304 4196468 140722948293088 140722948275632 139901222788855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
/proc/27841/statm: 3581330 10589 3600 1 0 3569050 0
[pid=27841/tid=27843] ppid=27838 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27841/task/27843/stat : 27843 (java) R 27838 27841 26064 0 -1 4202560 6775 0 0 0 18 1 0 0 20 0 20 0 101696857 14669127680 10589 33554432000 4194304 4196468 140722948293088 139901227008928 139901222810781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27844] ppid=27838 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/27841/task/27844/stat : 27844 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139901179341840 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27845] ppid=27838 vsize=14325320 memory=139724636016716 CPUtime=0 cores=0-7
/proc/27841/task/27845/stat : 27845 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900817435792 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27846] ppid=27838 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27841/task/27846/stat : 27846 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900816382736 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27847] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27847/stat : 27847 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900815330192 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27848] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27848/stat : 27848 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900814277136 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27849] ppid=27838 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27841/task/27849/stat : 27849 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900813224592 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27850] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27850/stat : 27850 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900812171536 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27851] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27851/stat : 27851 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696858 14669127680 10589 33554432000 4194304 4196468 140722948293088 139900811118992 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27852] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27852/stat : 27852 (java) S 27838 27841 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101696859 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899917454064 139901222800002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27853] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27853/stat : 27853 (java) S 27838 27841 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101696860 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899916400288 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27854] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27854/stat : 27854 (java) S 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101696860 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899915347184 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27855] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27855/stat : 27855 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696862 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899914295760 139901222807451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27856] ppid=27838 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27841/task/27856/stat : 27856 (java) S 27838 27841 26064 0 -1 1077944384 575 0 0 0 1 0 0 0 20 0 20 0 101696862 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899913242864 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27857] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27857/stat : 27857 (java) S 27838 27841 26064 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 101696862 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899912190320 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27858] ppid=27838 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27841/task/27858/stat : 27858 (java) S 27838 27841 26064 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 20 0 101696863 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899911137264 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27859] ppid=27838 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/27841/task/27859/stat : 27859 (java) R 27838 27841 26064 0 -1 4202560 423 0 0 0 5 0 0 0 20 0 20 0 101696863 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899910084720 139901208767701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27860] ppid=27838 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27860/stat : 27860 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696863 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899909032928 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27861] ppid=27838 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27841/task/27861/stat : 27861 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696863 14669127680 10589 33554432000 4194304 4196468 140722948293088 139899907980464 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42356 KiB

[startup+0.309832 s]*
/proc/loadavg: 3.76 7.25 8.19 3/200 27861
/proc/meminfo: memFree=31372988/32770624 swapFree=67108860/67108860
[pid=27841] ppid=27838 vsize=14325340 memory=50688 CPUtime=0.48 cores=0-7
/proc/27841/stat : 27841 (java) S 27838 27841 26064 0 -1 1077944320 10475 0 0 0 45 3 0 0 20 0 20 0 101696857 14669148160 12672 33554432000 4194304 4196468 140722948293088 140722948275632 139901222788855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
/proc/27841/statm: 3581335 12672 3693 1 0 3569050 0
[pid=27841/tid=27843] ppid=27838 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27841/task/27843/stat : 27843 (java) R 27838 27841 26064 0 -1 4202560 7542 0 0 0 27 2 0 0 20 0 20 0 101696857 14669148160 12672 33554432000 4194304 4196468 140722948293088 139901227016624 139901206869342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27844] ppid=27838 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27844/stat : 27844 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139901179341840 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27845] ppid=27838 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27845/stat : 27845 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900817435792 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27846] ppid=27838 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27846/stat : 27846 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900816382736 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27847] ppid=27838 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27847/stat : 27847 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900815330192 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27848] ppid=27838 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/27841/task/27848/stat : 27848 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900814277136 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27849] ppid=27838 vsize=14325340 memory=139724480148399 CPUtime=0 cores=0-7
/proc/27841/task/27849/stat : 27849 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900813224592 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27850] ppid=27838 vsize=14325340 memory=139724480150704 CPUtime=0 cores=0-7
/proc/27841/task/27850/stat : 27850 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900812171536 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27851] ppid=27838 vsize=14325340 memory=139724480153008 CPUtime=0 cores=0-7
/proc/27841/task/27851/stat : 27851 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696858 14669148160 12672 33554432000 4194304 4196468 140722948293088 139900811118992 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27852] ppid=27838 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27852/stat : 27852 (java) S 27838 27841 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101696859 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899917454064 139901222800002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27853] ppid=27838 vsize=14325340 memory=279448960312976 CPUtime=0 cores=0-7
/proc/27841/task/27853/stat : 27853 (java) S 27838 27841 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101696860 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899916400288 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27854] ppid=27838 vsize=14325340 memory=279448960319888 CPUtime=0 cores=0-7
/proc/27841/task/27854/stat : 27854 (java) S 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101696860 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899915347184 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27855] ppid=27838 vsize=14325340 memory=279448960261168 CPUtime=0 cores=0-7
/proc/27841/task/27855/stat : 27855 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696862 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899914295760 139901222807451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27856] ppid=27838 vsize=14325340 memory=279448960333712 CPUtime=0.03 cores=0-7
/proc/27841/task/27856/stat : 27856 (java) S 27838 27841 26064 0 -1 1077944384 682 0 0 0 3 0 0 0 20 0 20 0 101696862 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899913242864 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27857] ppid=27838 vsize=14325340 memory=279448960340624 CPUtime=0.04 cores=0-7
/proc/27841/task/27857/stat : 27857 (java) S 27838 27841 26064 0 -1 1077944384 239 0 0 0 4 0 0 0 20 0 20 0 101696862 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899912190320 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27858] ppid=27838 vsize=14325340 memory=279448960338320 CPUtime=0.02 cores=0-7
/proc/27841/task/27858/stat : 27858 (java) S 27838 27841 26064 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 20 0 101696863 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899911137264 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27859] ppid=27838 vsize=14325340 memory=279448960354928 CPUtime=0.08 cores=0-7
/proc/27841/task/27859/stat : 27859 (java) S 27838 27841 26064 0 -1 1077944384 566 0 0 0 8 0 0 0 20 0 20 0 101696863 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899910084720 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27860] ppid=27838 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27860/stat : 27860 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696863 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899909032928 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27861] ppid=27838 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/27841/task/27861/stat : 27861 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696863 14669148160 12672 33554432000 4194304 4196468 140722948293088 139899907980464 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50688 KiB

[startup+0.700816 s]
/proc/loadavg: 3.76 7.25 8.19 1/200 27861
/proc/meminfo: memFree=31375612/32770624 swapFree=67108860/67108860
[pid=27841] ppid=27838 vsize=14327388 memory=61024 CPUtime=0.77 cores=0-7
/proc/27841/stat : 27841 (java) S 27838 27841 26064 0 -1 1077944320 11489 0 0 0 73 4 0 0 20 0 20 0 101696857 14671245312 15256 33554432000 4194304 4196468 140722948293088 140722948275632 139901222788855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
/proc/27841/statm: 3581847 15256 3738 1 0 3569562 0
[pid=27841/tid=27843] ppid=27838 vsize=14327388 memory=0 CPUtime=0.45 cores=0-7
/proc/27841/task/27843/stat : 27843 (java) R 27838 27841 26064 0 -1 4202560 8213 0 0 0 43 2 0 0 20 0 20 0 101696857 14671245312 15256 33554432000 4194304 4196468 140722948293088 139901227023040 139901205195862 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27844] ppid=27838 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27844/stat : 27844 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139901179341840 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27845] ppid=27838 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27845/stat : 27845 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900817435792 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27846] ppid=27838 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27846/stat : 27846 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900816382736 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27847] ppid=27838 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/27841/task/27847/stat : 27847 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900815330192 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27848] ppid=27838 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/27841/task/27848/stat : 27848 (java) S 27838 27841 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900814277136 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27849] ppid=27838 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/27841/task/27849/stat : 27849 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900813224592 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27850] ppid=27838 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/27841/task/27850/stat : 27850 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900812171536 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27851] ppid=27838 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/27841/task/27851/stat : 27851 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101696858 14671245312 15256 33554432000 4194304 4196468 140722948293088 139900811118992 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27852] ppid=27838 vsize=14327388 memory=18520 CPUtime=0 cores=0-7
/proc/27841/task/27852/stat : 27852 (java) S 27838 27841 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101696859 14671245312 15256 33554432000 4194304 4196468 140722948293088 139899917454064 139901222800002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0

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

/proc/27841/task/27857/stat : 27857 (java) R 27838 27841 26064 0 -1 4202560 3688 0 0 0 70 1 0 0 20 0 43 0 101696862 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899912179552 139901204352464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27858] ppid=27838 vsize=15868636 memory=3472328296227680303 CPUtime=0.68 cores=0-7
/proc/27841/task/27858/stat : 27858 (java) R 27838 27841 26064 0 -1 4202560 3766 0 0 0 66 2 0 0 20 0 43 0 101696863 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899911123808 139901206315371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27859] ppid=27838 vsize=15868636 memory=3472328296227680303 CPUtime=0.56 cores=0-7
/proc/27841/task/27859/stat : 27859 (java) R 27838 27841 26064 0 -1 4202560 6228 0 0 0 55 1 0 0 20 0 43 0 101696863 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899910084704 139901215888702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27860] ppid=27838 vsize=15868636 memory=3472328296160571440 CPUtime=0 cores=0-7
/proc/27841/task/27860/stat : 27860 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 101696863 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899909032928 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27861] ppid=27838 vsize=15868636 memory=3471202396320837679 CPUtime=0 cores=0-7
/proc/27841/task/27861/stat : 27861 (java) S 27838 27841 26064 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 43 0 101696863 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899907980464 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27862] ppid=27838 vsize=15868636 memory=3472328279047811119 CPUtime=0 cores=0-7
/proc/27841/task/27862/stat : 27862 (java) R 27838 27841 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 43 0 101697017 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899903984640 139901222799061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27863] ppid=27838 vsize=15868636 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/27841/task/27863/stat : 27863 (java) S 27838 27841 26064 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 43 0 101697029 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899158127824 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27864] ppid=27838 vsize=15868636 memory=-7157738681626418002 CPUtime=0.02 cores=0-7
/proc/27841/task/27864/stat : 27864 (java) R 27838 27841 26064 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 43 0 101697041 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899154977712 140722948667330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27865] ppid=27838 vsize=15868636 memory=0 CPUtime=0.09 cores=0-7
/proc/27841/task/27865/stat : 27865 (java) R 27838 27841 26064 0 -1 1077944384 81 0 0 0 9 0 0 0 20 0 43 0 101697042 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899153925168 139901222799061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27866] ppid=27838 vsize=15868636 memory=0 CPUtime=0.01 cores=0-7
/proc/27841/task/27866/stat : 27866 (java) R 27838 27841 26064 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 43 0 101697042 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899152872112 139901222799061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27867] ppid=27838 vsize=15868636 memory=0 CPUtime=0.06 cores=0-7
/proc/27841/task/27867/stat : 27867 (java) R 27838 27841 26064 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 43 0 101697044 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899151807440 139900859064208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27868] ppid=27838 vsize=15868636 memory=0 CPUtime=0.09 cores=0-7
/proc/27841/task/27868/stat : 27868 (java) R 27838 27841 26064 0 -1 1077944384 27 0 0 0 9 0 0 0 20 0 43 0 101697044 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899150767536 139901222799061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27869] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27869/stat : 27869 (java) S 27838 27841 26064 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 43 0 101697044 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899149714896 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27870] ppid=27838 vsize=15868636 memory=-2127766524142835486 CPUtime=0.07 cores=0-7
/proc/27841/task/27870/stat : 27870 (java) R 27838 27841 26064 0 -1 1077944384 39 0 0 0 7 0 0 0 20 0 43 0 101697044 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899148661936 139901222799061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27871] ppid=27838 vsize=15868636 memory=6944656592455097440 CPUtime=0.08 cores=0-7
/proc/27841/task/27871/stat : 27871 (java) S 27838 27841 26064 0 -1 1077944384 94 0 0 0 8 0 0 0 20 0 43 0 101697044 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899147607104 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27872] ppid=27838 vsize=15868636 memory=0 CPUtime=0.01 cores=0-7
/proc/27841/task/27872/stat : 27872 (java) R 27838 27841 26064 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 43 0 101697044 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899146556336 139901222810202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27873] ppid=27838 vsize=15868636 memory=0 CPUtime=0.07 cores=0-7
/proc/27841/task/27873/stat : 27873 (java) S 27838 27841 26064 0 -1 1077944384 24 0 0 0 7 0 0 0 20 0 43 0 101697045 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899145502736 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27874] ppid=27838 vsize=15868636 memory=0 CPUtime=0.06 cores=0-7
/proc/27841/task/27874/stat : 27874 (java) D 27838 27841 26064 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 43 0 101697045 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899144448032 139901215030245 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27875] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27875/stat : 27875 (java) R 27838 27841 26064 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 43 0 101697046 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899143398192 139901222799061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27876] ppid=27838 vsize=15868636 memory=0 CPUtime=0.01 cores=0-7
/proc/27841/task/27876/stat : 27876 (java) R 27838 27841 26064 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 43 0 101697046 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899142346160 139901222799061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27877] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27877/stat : 27877 (java) D 27838 27841 26064 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 43 0 101697046 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899141292704 139900866625888 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27878] ppid=27838 vsize=15868636 memory=-1 CPUtime=0.07 cores=0-7
/proc/27841/task/27878/stat : 27878 (java) R 27838 27841 26064 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 43 0 101697046 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899140240560 139900866761712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27879] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27879/stat : 27879 (java) R 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 43 0 101697046 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899139188016 139901222799061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27880] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27880/stat : 27880 (java) R 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 43 0 101697048 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899133903792 139901222799061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27881] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27881/stat : 27881 (java) S 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 43 0 101697055 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899132851248 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27882] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27882/stat : 27882 (java) S 27838 27841 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 43 0 101697056 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899131798192 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27883] ppid=27838 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27883/stat : 27883 (java) R 27838 27841 26064 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 43 0 101697057 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899130747016 139901215506007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27884] ppid=27838 vsize=15868636 memory=6944656591801720471 CPUtime=0 cores=0-7
/proc/27841/task/27884/stat : 27884 (java) D 27838 27841 26064 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 43 0 101697058 16249483264 59013 33554432000 4194304 4196468 140722948293088 139899129695688 139900859002535 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 15737564 KiB
Current children cumulated memory: 236052 KiB

[startup+2.40332 s]
/proc/loadavg: 3.76 7.25 8.19 13/221 27882
/proc/meminfo: memFree=31200748/32770624 swapFree=67108860/67108860
[pid=27841] ppid=27838 vsize=16068328 memory=245552 CPUtime=8.1 cores=0-7
/proc/27841/stat : 27841 (java) S 27838 27841 26064 0 -1 1077944320 37067 0 0 0 792 18 0 0 20 0 46 0 101696857 16453967872 61388 33554432000 4194304 4196468 140722948293088 140722948275632 139901222788855 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
/proc/27841/statm: 4017082 61388 3823 1 0 4004276 0
[pid=27841/tid=27843] ppid=27838 vsize=16068328 memory=0 CPUtime=1.6 cores=0-7
/proc/27841/task/27843/stat : 27843 (java) S 27838 27841 26064 0 -1 1077944384 12302 0 0 0 154 6 0 0 20 0 46 0 101696857 16453967872 61388 33554432000 4194304 4196468 140722948293088 139901227026560 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27844] ppid=27838 vsize=16068328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27841/task/27844/stat : 27844 (java) S 27838 27841 26064 0 -1 1077944384 636 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139901179341840 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27845] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27845/stat : 27845 (java) S 27838 27841 26064 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900817435792 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27846] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27846/stat : 27846 (java) S 27838 27841 26064 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900816382736 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27847] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27847/stat : 27847 (java) S 27838 27841 26064 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900815330192 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27848] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27848/stat : 27848 (java) S 27838 27841 26064 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900814277136 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27849] ppid=27838 vsize=16068328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/27841/task/27849/stat : 27849 (java) S 27838 27841 26064 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900813224592 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27850] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27850/stat : 27850 (java) S 27838 27841 26064 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900812171536 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27851] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27851/stat : 27851 (java) S 27838 27841 26064 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 46 0 101696858 16453967872 61388 33554432000 4194304 4196468 140722948293088 139900811118992 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27852] ppid=27838 vsize=16068328 memory=139724480412624 CPUtime=0.01 cores=0-7
/proc/27841/task/27852/stat : 27852 (java) S 27838 27841 26064 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 46 0 101696859 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899917454064 139901222800002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27853] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27853/stat : 27853 (java) S 27838 27841 26064 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 101696860 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899916400352 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27854] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27854/stat : 27854 (java) S 27838 27841 26064 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 46 0 101696860 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899915347200 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27855] ppid=27838 vsize=16068328 memory=-7161131788332309537 CPUtime=0 cores=0-7
/proc/27841/task/27855/stat : 27855 (java) S 27838 27841 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 101696862 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899914295760 139901222807451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27856] ppid=27838 vsize=16068328 memory=-7022074515825631275 CPUtime=0.99 cores=0-7
/proc/27841/task/27856/stat : 27856 (java) R 27838 27841 26064 0 -1 4202560 4637 0 0 0 97 2 0 0 20 0 46 0 101696862 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899913228888 139901207711771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27857] ppid=27838 vsize=16068328 memory=-1751206657426859557 CPUtime=1.02 cores=0-7
/proc/27841/task/27857/stat : 27857 (java) R 27838 27841 26064 0 -1 4202560 4468 0 0 0 101 1 0 0 20 0 46 0 101696862 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899912188888 139901204310034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27858] ppid=27838 vsize=16068328 memory=6791534058613427641 CPUtime=0.98 cores=0-7
/proc/27841/task/27858/stat : 27858 (java) R 27838 27841 26064 0 -1 4202560 4364 0 0 0 96 2 0 0 20 0 46 0 101696863 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899911126416 139901203424424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27859] ppid=27838 vsize=16068328 memory=0 CPUtime=0.64 cores=0-7
/proc/27841/task/27859/stat : 27859 (java) R 27838 27841 26064 0 -1 4202560 6881 0 0 0 63 1 0 0 20 0 46 0 101696863 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899910082512 139901208463999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27860] ppid=27838 vsize=16068328 memory=4580 CPUtime=0 cores=0-7
/proc/27841/task/27860/stat : 27860 (java) S 27838 27841 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 101696863 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899909032928 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27861] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27861/stat : 27861 (java) S 27838 27841 26064 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 101696863 16453967872 61388 33554432000 4194304 4196468 140722948293088 139899907980464 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27862] ppid=27838 vsize=16068328 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/27841/task/27862/stat : 27862 (java) S 27838 27841 26064 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 46 0 101697017 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899903979824 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27863] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27863/stat : 27863 (java) S 27838 27841 26064 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 101697029 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899158127824 139901222800002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27864] ppid=27838 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/27841/task/27864/stat : 27864 (java) S 27838 27841 26064 0 -1 1077944384 94 0 0 0 10 0 0 0 20 0 46 0 101697041 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899154977808 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27865] ppid=27838 vsize=16068328 memory=0 CPUtime=0.2 cores=0-7
/proc/27841/task/27865/stat : 27865 (java) S 27838 27841 26064 0 -1 1077944384 90 0 0 0 20 0 0 0 20 0 46 0 101697042 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899153925264 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27866] ppid=27838 vsize=16068328 memory=6656426216303648864 CPUtime=0.19 cores=0-7
/proc/27841/task/27866/stat : 27866 (java) S 27838 27841 26064 0 -1 1077944384 98 0 0 0 19 0 0 0 20 0 46 0 101697042 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899152872208 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27867] ppid=27838 vsize=16068328 memory=9126232286719478932 CPUtime=0.18 cores=0-7
/proc/27841/task/27867/stat : 27867 (java) S 27838 27841 26064 0 -1 1077944384 56 0 0 0 18 0 0 0 20 0 46 0 101697044 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899151819664 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27868] ppid=27838 vsize=16068328 memory=6944656592387989600 CPUtime=0.14 cores=0-7
/proc/27841/task/27868/stat : 27868 (java) S 27838 27841 26064 0 -1 1077944384 90 0 0 0 14 0 0 0 20 0 46 0 101697044 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899150767632 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27869] ppid=27838 vsize=16068328 memory=6944652177228980320 CPUtime=0.06 cores=0-7
/proc/27841/task/27869/stat : 27869 (java) R 27838 27841 26064 0 -1 1077944384 44 0 0 0 6 0 0 0 20 0 46 0 101697044 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899149711696 139901222799061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27870] ppid=27838 vsize=16068328 memory=6944656592455097440 CPUtime=0.17 cores=0-7
/proc/27841/task/27870/stat : 27870 (java) R 27838 27841 26064 0 -1 4202560 49 0 0 0 17 0 0 0 20 0 46 0 101697044 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899148661056 139900863578279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27871] ppid=27838 vsize=16068328 memory=6944656592455348282 CPUtime=0.17 cores=0-7
/proc/27841/task/27871/stat : 27871 (java) S 27838 27841 26064 0 -1 1077944384 101 0 0 0 17 0 0 0 20 0 46 0 101697044 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899147609488 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27872] ppid=27838 vsize=16068328 memory=4206468019014099040 CPUtime=0.12 cores=0-7
/proc/27841/task/27872/stat : 27872 (java) S 27838 27841 26064 0 -1 1077944384 51 0 0 0 12 0 0 0 20 0 46 0 101697044 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899146556432 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27873] ppid=27838 vsize=16068328 memory=-7522837583129502606 CPUtime=0.18 cores=0-7
/proc/27841/task/27873/stat : 27873 (java) S 27838 27841 26064 0 -1 1077944384 46 0 0 0 18 0 0 0 20 0 46 0 101697045 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899145503888 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27874] ppid=27838 vsize=16068328 memory=-9178176116494409632 CPUtime=0.15 cores=0-7
/proc/27841/task/27874/stat : 27874 (java) R 27838 27841 26064 0 -1 4202560 44 0 0 0 15 0 0 0 20 0 46 0 101697045 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899144448000 140722948667330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27875] ppid=27838 vsize=16068328 memory=6944656591801717918 CPUtime=0.09 cores=0-7
/proc/27841/task/27875/stat : 27875 (java) S 27838 27841 26064 0 -1 1077944384 44 0 0 0 9 0 0 0 20 0 46 0 101697046 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899143398288 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27876] ppid=27838 vsize=16068328 memory=0 CPUtime=0.11 cores=0-7
/proc/27841/task/27876/stat : 27876 (java) R 27838 27841 26064 0 -1 4202560 93 0 0 0 11 0 0 0 20 0 46 0 101697046 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899142345280 139900867142272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27877] ppid=27838 vsize=16068328 memory=6944656592455097440 CPUtime=0.08 cores=0-7
/proc/27841/task/27877/stat : 27877 (java) S 27838 27841 26064 0 -1 1077944384 93 0 0 0 8 0 0 0 20 0 46 0 101697046 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899141293712 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27878] ppid=27838 vsize=16068328 memory=6944656592455097440 CPUtime=0.15 cores=0-7
/proc/27841/task/27878/stat : 27878 (java) S 27838 27841 26064 0 -1 1077944384 39 0 0 0 15 0 0 0 20 0 46 0 101697046 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899140240656 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27879] ppid=27838 vsize=16068328 memory=6944656592455097440 CPUtime=0.14 cores=0-7
/proc/27841/task/27879/stat : 27879 (java) S 27838 27841 26064 0 -1 1077944384 90 0 0 0 14 0 0 0 20 0 46 0 101697046 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899139188112 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27880] ppid=27838 vsize=16068328 memory=6944656592387989600 CPUtime=0.05 cores=0-7
/proc/27841/task/27880/stat : 27880 (java) R 27838 27841 26064 0 -1 1077944384 28 0 0 0 5 0 0 0 20 0 46 0 101697048 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899133903888 139901222799061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27881] ppid=27838 vsize=16068328 memory=6944652177228980320 CPUtime=0.11 cores=0-7
/proc/27841/task/27881/stat : 27881 (java) S 27838 27841 26064 0 -1 1077944384 82 0 0 0 11 0 0 0 20 0 46 0 101697055 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899132851264 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27882] ppid=27838 vsize=16068328 memory=139728930645631 CPUtime=0.06 cores=0-7
/proc/27841/task/27882/stat : 27882 (java) S 27838 27841 26064 0 -1 1077944384 97 0 0 0 6 0 0 0 20 0 46 0 101697056 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899131798288 139901222799061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27883] ppid=27838 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27841/task/27883/stat : 27883 (java) R 27838 27841 26064 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 46 0 101697057 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899130745744 139901222799061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
[pid=27841/tid=27884] ppid=27838 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/27841/task/27884/stat : 27884 (java) R 27838 27841 26064 0 -1 1077944384 48 0 0 0 5 0 0 0 20 0 46 0 101697058 16453967872 61407 33554432000 4194304 4196468 140722948293088 139899129693712 139901222799061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28192768 140722948297826 140722948298011 140722948298011 140722948300751 0
Current children cumulated CPU time: 8.1 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 245552 KiB

[startup+2.50146 s]*
/proc/loadavg: 3.76 7.25 8.19 2/182 27888
/proc/meminfo: memFree=31372976/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.51095
CPU time (s): 8.69877
CPU user time (s): 8.49841
CPU system time (s): 0.200363
CPU usage (%): 346.433
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 245552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.49841
system time used= 0.200363
maximum resident set size= 247940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38131
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5758
involuntary context switches= 258


# summary of solver processes directly reported to runsolver:
#   pid: 27841
#   total CPU time (s): 8.69877
#   total CPU user time (s): 8.49841
#   total CPU system time (s): 0.200363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041978 second user time and 0.065785 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:33:52
IDJOB=4275472
IDBENCH=120877
IDSOLVER=2668
FILE ID=node106/4275472-1502686091
RUNJOBID= node106-1502685167-26091
PBS_JOBID= 20628992
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-22.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275472-1502686091/watcher-4275472-1502686091 -o /tmp/evaluation-result-4275472-1502686091/solver-4275472-1502686091 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 985822394 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275472-1502686091.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 63c49c4fa2f593a3284d3df8e40494dc
RANDOM SEED=985822394

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.86
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31424848 kB
MemAvailable:   31980324 kB
Buffers:          139896 kB
Cached:           700724 kB
SwapCached:            0 kB
Active:           474040 kB
Inactive:         423448 kB
Active(anon):      12748 kB
Inactive(anon):    72080 kB
Active(file):     461292 kB
Inactive(file):   351368 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42808 kB
Writeback:             0 kB
AnonPages:         61964 kB
Mapped:            44632 kB
Shmem:             25228 kB
Slab:             143412 kB
SReclaimable:     117300 kB
SUnreclaim:        26112 kB
KernelStack:        3248 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61732 MiB
End job on node106 at 2017-08-14 06:33:55