Trace number 4275353

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 (TO) 8178.29 2520.0801

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-06.xml
MD5SUM000bb8293185d226d4bd39fa547f2fd1
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.036646999
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints62
Number of domains1
Minimum domain size729
Maximum domain size729
Distribution of domain sizes[{"size":729,"count":62}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":61},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":61}]
Number of extensional constraints61
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":61},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 54891020
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...
1.25/0.63	c Parsing done, starting search...
8178.18/2520.02	s SATISFIABLE
8178.18/2520.02	v <instantiation>
8178.18/2520.02	v 	<list>
8178.18/2520.02	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]
8178.18/2520.02	v 	</list>
8178.18/2520.02	v 	<values>
8178.18/2520.02	v 		2 5 4 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 
8178.18/2520.02	v 	</values>
8178.18/2520.02	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 (13279 MiB free)
  memory of node 1: 16384 MiB (13781 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275353-1502817630/watcher-4275353-1502817630 -o /tmp/evaluation-result-4275353-1502817630/solver-4275353-1502817630 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 54891020 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275353-1502817630.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=22444, runsolver pid=22441
Current StackSize limit: 8192 KiB


[startup+0.100275 s]*
/proc/loadavg: 5.83 7.09 6.76 1/198 22464
/proc/meminfo: memFree=27693184/32770624 swapFree=67108860/67108860
[pid=22444] ppid=22441 vsize=14325320 memory=33092 CPUtime=0.12 cores=0-7
/proc/22444/stat : 22444 (java) S 22441 22444 21909 0 -1 1077944320 8174 0 0 0 11 1 0 0 20 0 20 0 114843835 14669127680 8273 33554432000 4194304 4196468 140730586539360 140730586521904 139746815352567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
/proc/22444/statm: 3581330 8273 3408 1 0 3569050 0
[pid=22444/tid=22446] ppid=22441 vsize=14325320 memory=7968727498306264475 CPUtime=0.09 cores=0-7
/proc/22444/task/22446/stat : 22446 (java) R 22441 22444 21909 0 -1 4202560 6114 0 0 0 8 1 0 0 20 0 20 0 114843836 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746819549520 139746799433054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22447] ppid=22441 vsize=14325320 memory=732370760404966373 CPUtime=0 cores=0-7
/proc/22444/task/22447/stat : 22447 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746767973008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22448] ppid=22441 vsize=14325320 memory=140622067512960 CPUtime=0 cores=0-7
/proc/22444/task/22448/stat : 22448 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746766920208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22449] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843836 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746765867408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22450] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746764814608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22451] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22451/stat : 22451 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746763762832 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22452] ppid=22441 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746762710032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22453] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22453/stat : 22453 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746761657232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22454] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746403871504 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22455] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22455/stat : 22455 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843838 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746273585520 139746815363714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22456] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114843838 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746272531488 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22457] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22457/stat : 22457 (java) S 22441 22444 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114843839 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746271478640 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22458] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22458/stat : 22458 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746270426960 139746815371163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22459] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 21909 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746269375344 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22460] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22460/stat : 22460 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746268322544 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22461] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22461/stat : 22461 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746267269744 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22462] ppid=22441 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/22444/task/22462/stat : 22462 (java) S 22441 22444 21909 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746266216944 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22463] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746265164384 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22464] ppid=22441 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 8273 33554432000 4194304 4196468 140730586539360 139746264111664 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33092 KiB

[startup+0.210503 s]*
/proc/loadavg: 5.83 7.09 6.76 3/198 22464
/proc/meminfo: memFree=27681692/32770624 swapFree=67108860/67108860
[pid=22444] ppid=22441 vsize=14325320 memory=42440 CPUtime=0.29 cores=0-7
/proc/22444/stat : 22444 (java) S 22441 22444 21909 0 -1 1077944320 9252 0 0 0 26 3 0 0 20 0 20 0 114843835 14669127680 10610 33554432000 4194304 4196468 140730586539360 140730586521904 139746815352567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
/proc/22444/statm: 3581330 10610 3593 1 0 3569050 0
[pid=22444/tid=22446] ppid=22441 vsize=14325320 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/22444/task/22446/stat : 22446 (java) R 22441 22444 21909 0 -1 4202560 6799 0 0 0 18 2 0 0 20 0 20 0 114843836 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746819577624 139746815374493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22447] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22447/stat : 22447 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746767973008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22448] ppid=22441 vsize=14325320 memory=140622067534940 CPUtime=0 cores=0-7
/proc/22444/task/22448/stat : 22448 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746766920208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22449] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843836 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746765867408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22450] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746764814608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22451] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22451/stat : 22451 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746763762832 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22452] ppid=22441 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746762710032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22453] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22453/stat : 22453 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746761657232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22454] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746403871504 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22455] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22455/stat : 22455 (java) S 22441 22444 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114843838 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746273585520 139746815363714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22456] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114843838 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746272531488 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22457] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22457/stat : 22457 (java) S 22441 22444 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114843839 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746271478640 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22458] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22458/stat : 22458 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746270426960 139746815371163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22459] ppid=22441 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 21909 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746269375344 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22460] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22460/stat : 22460 (java) S 22441 22444 21909 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746268322544 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22461] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22461/stat : 22461 (java) S 22441 22444 21909 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746267269744 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22462] ppid=22441 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22444/task/22462/stat : 22462 (java) R 22441 22444 21909 0 -1 4202560 415 0 0 0 5 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746266216944 139746794307501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22463] ppid=22441 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746265164384 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22464] ppid=22441 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669127680 10610 33554432000 4194304 4196468 140730586539360 139746264111664 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42440 KiB

[startup+0.310343 s]*
/proc/loadavg: 5.83 7.09 6.76 2/198 22464
/proc/meminfo: memFree=27674404/32770624 swapFree=67108860/67108860
[pid=22444] ppid=22441 vsize=14325340 memory=50776 CPUtime=0.47 cores=0-7
/proc/22444/stat : 22444 (java) S 22441 22444 21909 0 -1 1077944320 10481 0 0 0 44 3 0 0 20 0 20 0 114843835 14669148160 12694 33554432000 4194304 4196468 140730586539360 140730586521904 139746815352567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
/proc/22444/statm: 3581335 12694 3714 1 0 3569050 0
[pid=22444/tid=22446] ppid=22441 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22444/task/22446/stat : 22446 (java) R 22441 22444 21909 0 -1 4202560 7569 0 0 0 27 2 0 0 20 0 20 0 114843836 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746819569584 139746799572800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22447] ppid=22441 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22447/stat : 22447 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746767973008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22448] ppid=22441 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22448/stat : 22448 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746766920208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22449] ppid=22441 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843836 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746765867408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22450] ppid=22441 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746764814608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22451] ppid=22441 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22444/task/22451/stat : 22451 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746763762832 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22452] ppid=22441 vsize=14325340 memory=140621926986671 CPUtime=0 cores=0-7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746762710032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22453] ppid=22441 vsize=14325340 memory=140621926988976 CPUtime=0 cores=0-7
/proc/22444/task/22453/stat : 22453 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746761657232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22454] ppid=22441 vsize=14325340 memory=140621926991280 CPUtime=0 cores=0-7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14669148160 12694 33554432000 4194304 4196468 140730586539360 139746403871504 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22455] ppid=22441 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22455/stat : 22455 (java) S 22441 22444 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114843838 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746273585520 139746815363714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22456] ppid=22441 vsize=14325340 memory=281243853989520 CPUtime=0 cores=0-7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114843838 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746272531488 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22457] ppid=22441 vsize=14325340 memory=281243853996432 CPUtime=0 cores=0-7
/proc/22444/task/22457/stat : 22457 (java) S 22441 22444 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114843839 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746271478640 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22458] ppid=22441 vsize=14325340 memory=281243853937712 CPUtime=0 cores=0-7
/proc/22444/task/22458/stat : 22458 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746270426960 139746815371163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22459] ppid=22441 vsize=14325340 memory=281243854010256 CPUtime=0.04 cores=0-7
/proc/22444/task/22459/stat : 22459 (java) R 22441 22444 21909 0 -1 1077944384 628 0 0 0 4 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746269375344 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22460] ppid=22441 vsize=14325340 memory=281243854017168 CPUtime=0.01 cores=0-7
/proc/22444/task/22460/stat : 22460 (java) S 22441 22444 21909 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746268322544 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22461] ppid=22441 vsize=14325340 memory=281243854014864 CPUtime=0.02 cores=0-7
/proc/22444/task/22461/stat : 22461 (java) R 22441 22444 21909 0 -1 4202560 216 0 0 0 2 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746267269744 139746815373914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22462] ppid=22441 vsize=14325340 memory=281243854031424 CPUtime=0.08 cores=0-7
/proc/22444/task/22462/stat : 22462 (java) R 22441 22444 21909 0 -1 4202560 462 0 0 0 8 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746266216944 139746815364502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22463] ppid=22441 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746265164384 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22464] ppid=22441 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843841 14669148160 12760 33554432000 4194304 4196468 140730586539360 139746264111664 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50776 KiB

[startup+0.70088 s]
/proc/loadavg: 5.83 7.09 6.76 4/198 22464
/proc/meminfo: memFree=27659616/32770624 swapFree=67108860/67108860
[pid=22444] ppid=22441 vsize=14329436 memory=85760 CPUtime=1.4 cores=0-7
/proc/22444/stat : 22444 (java) S 22441 22444 21909 0 -1 1077944320 14058 0 0 0 135 5 0 0 20 0 20 0 114843835 14673342464 21440 33554432000 4194304 4196468 140730586539360 140730586521904 139746815352567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
/proc/22444/statm: 3582359 21440 3760 1 0 3570074 0
[pid=22444/tid=22446] ppid=22441 vsize=14329436 memory=6940416806999124576 CPUtime=0.67 cores=0-7
/proc/22444/task/22446/stat : 22446 (java) R 22441 22444 21909 0 -1 4202560 9061 0 0 0 63 4 0 0 20 0 20 0 114843836 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746819588624 139746815374493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22447] ppid=22441 vsize=14329436 memory=96477850414974 CPUtime=0 cores=0-7
/proc/22444/task/22447/stat : 22447 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746767973008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22448] ppid=22441 vsize=14329436 memory=140621927011301 CPUtime=0 cores=0-7
/proc/22444/task/22448/stat : 22448 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843836 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746766920208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22449] ppid=22441 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114843836 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746765867408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22450] ppid=22441 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746764814608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22451] ppid=22441 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22451/stat : 22451 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746763762832 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22452] ppid=22441 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746762710032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22453] ppid=22441 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/22444/task/22453/stat : 22453 (java) S 22441 22444 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114843837 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746761657232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22454] ppid=22441 vsize=14329436 memory=1732 CPUtime=0 cores=0-7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114843837 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746403871504 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22455] ppid=22441 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/22444/task/22455/stat : 22455 (java) S 22441 22444 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114843838 14673342464 21440 33554432000 4194304 4196468 140730586539360 139746273585520 139746815363714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0

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

/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 21909 0 -1 1077944384 258023 0 0 0 74383 3927 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746244365408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22471] ppid=22441 vsize=16068328 memory=7924588 CPUtime=544.91 cores=0-7
/proc/22444/task/22471/stat : 22471 (java) S 22441 22444 21909 0 -1 1077944384 171834 0 0 0 51482 3009 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746243312608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22472] ppid=22441 vsize=16068328 memory=7924588 CPUtime=100.76 cores=0-7
/proc/22444/task/22472/stat : 22472 (java) S 22441 22444 21909 0 -1 1077944384 18308 0 0 0 7534 2542 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746242262224 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22473] ppid=22441 vsize=16068328 memory=648 CPUtime=503.23 cores=0-7
/proc/22444/task/22473/stat : 22473 (java) S 22441 22444 21909 0 -1 1077944384 141336 0 0 0 47512 2811 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746241207008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22474] ppid=22441 vsize=16068328 memory=140621928895617 CPUtime=577.1 cores=0-7
/proc/22444/task/22474/stat : 22474 (java) S 22441 22444 21909 0 -1 1077944384 187316 0 0 0 54644 3066 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746240154208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22475] ppid=22441 vsize=16068328 memory=281243453682727 CPUtime=842.96 cores=0-7
/proc/22444/task/22475/stat : 22475 (java) R 22441 22444 21909 0 -1 4202560 252987 0 0 0 80279 4017 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746239102432 139746815364502 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22476] ppid=22441 vsize=16068328 memory=-7745171290612657811 CPUtime=540.85 cores=0-7
/proc/22444/task/22476/stat : 22476 (java) S 22441 22444 21909 0 -1 1077944384 154910 0 0 0 51115 2970 0 0 20 0 46 0 114844472 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746238049632 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22477] ppid=22441 vsize=16068328 memory=7955312 CPUtime=60.32 cores=0-7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 21909 0 -1 1077944384 10130 0 0 0 4455 1577 0 0 20 0 46 0 114844473 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746236999248 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22478] ppid=22441 vsize=16068328 memory=4144 CPUtime=90.78 cores=0-7
/proc/22444/task/22478/stat : 22478 (java) R 22441 22444 21909 0 -1 4202560 19211 0 0 0 7430 1648 0 0 20 0 46 0 114844523 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746235946448 139746815364502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22479] ppid=22441 vsize=16068328 memory=32564 CPUtime=100.71 cores=0-7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 21909 0 -1 1077944384 15625 0 0 0 7383 2688 0 0 20 0 46 0 114844523 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746234893648 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22480] ppid=22441 vsize=16068328 memory=1296 CPUtime=112.87 cores=0-7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 21909 0 -1 1077944384 21147 0 0 0 9282 2005 0 0 20 0 46 0 114844523 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746233840848 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22481] ppid=22441 vsize=16068328 memory=288230574492221466 CPUtime=85.8 cores=0-7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 21909 0 -1 1077944384 19018 0 0 0 6654 1926 0 0 20 0 46 0 114844523 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746232788048 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22482] ppid=22441 vsize=16068328 memory=288230621803970871 CPUtime=95.88 cores=0-7
/proc/22444/task/22482/stat : 22482 (java) S 22441 22444 21909 0 -1 1077944384 17868 0 0 0 7381 2207 0 0 20 0 46 0 114844550 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746229601232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22483] ppid=22441 vsize=16068328 memory=15252640887999017 CPUtime=96.29 cores=0-7
/proc/22444/task/22483/stat : 22483 (java) S 22441 22444 21909 0 -1 1077944384 17843 0 0 0 7117 2512 0 0 20 0 46 0 114844550 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746228549456 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22484] ppid=22441 vsize=16068328 memory=32564 CPUtime=80.17 cores=0-7
/proc/22444/task/22484/stat : 22484 (java) S 22441 22444 21909 0 -1 1077944384 14885 0 0 0 6581 1436 0 0 20 0 46 0 114844550 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746227496656 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22485] ppid=22441 vsize=16068328 memory=7955312 CPUtime=91.72 cores=0-7
/proc/22444/task/22485/stat : 22485 (java) S 22441 22444 21909 0 -1 1077944384 15670 0 0 0 6661 2511 0 0 20 0 46 0 114844551 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746226443856 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22486] ppid=22441 vsize=16068328 memory=7949168 CPUtime=118.5 cores=0-7
/proc/22444/task/22486/stat : 22486 (java) S 22441 22444 21909 0 -1 1077944384 19667 0 0 0 8886 2964 0 0 20 0 46 0 114844551 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139746225391056 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22487] ppid=22441 vsize=16068328 memory=6791534058613427641 CPUtime=103.72 cores=0-7
/proc/22444/task/22487/stat : 22487 (java) S 22441 22444 21909 0 -1 1077944384 16058 0 0 0 7823 2549 0 0 20 0 46 0 114844551 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139745887774032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22488] ppid=22441 vsize=16068328 memory=8652 CPUtime=79.64 cores=0-7
/proc/22444/task/22488/stat : 22488 (java) S 22441 22444 21909 0 -1 1077944384 16419 0 0 0 6007 1957 0 0 20 0 46 0 114844551 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139745886721232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22489] ppid=22441 vsize=16068328 memory=7928684 CPUtime=69.86 cores=0-7
/proc/22444/task/22489/stat : 22489 (java) S 22441 22444 21909 0 -1 1077944384 12956 0 0 0 5163 1823 0 0 20 0 46 0 114844552 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139745885668432 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22490] ppid=22441 vsize=16068328 memory=32564 CPUtime=82.75 cores=0-7
/proc/22444/task/22490/stat : 22490 (java) S 22441 22444 21909 0 -1 1077944384 16240 0 0 0 6331 1944 0 0 20 0 46 0 114844555 16453967872 1989852 33554432000 4194304 4196468 140730586539360 139745884615632 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
Current children cumulated CPU time: 8122.31 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 7959408 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.69 2.60 2.93 4/225 22545
/proc/meminfo: memFree=19726628/32770624 swapFree=67108860/67108860
[pid=22444] ppid=22441 vsize=16068328 memory=7983988 CPUtime=8178.18 cores=0-7
/proc/22444/stat : 22444 (java) S 22441 22444 21909 0 -1 1077944320 7134359 0 0 0 746937 70881 0 0 20 0 46 0 114843835 16453967872 1995997 33554432000 4194304 4196468 140730586539360 140730586521904 139746815352567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
/proc/22444/statm: 4017082 1995997 3867 1 0 4004276 0
[pid=22444/tid=22446] ppid=22441 vsize=16068328 memory=6791534058613427641 CPUtime=6.27 cores=0-7
/proc/22444/task/22446/stat : 22446 (java) S 22441 22444 21909 0 -1 1077944384 13615 0 0 0 618 9 0 0 20 0 46 0 114843836 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746819590272 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22447] ppid=22441 vsize=16068328 memory=-7003737579269690708 CPUtime=87.6 cores=0-7
/proc/22444/task/22447/stat : 22447 (java) S 22441 22444 21909 0 -1 1077944384 580906 0 0 0 8493 267 0 0 20 0 46 0 114843836 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746767973008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 728 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22448] ppid=22441 vsize=16068328 memory=8624 CPUtime=87.31 cores=0-7
/proc/22444/task/22448/stat : 22448 (java) S 22441 22444 21909 0 -1 1077944384 603687 0 0 0 8471 260 0 0 20 0 46 0 114843836 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746766920208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 733 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22449] ppid=22441 vsize=16068328 memory=4620 CPUtime=87.44 cores=0-7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 21909 0 -1 1077944384 606028 0 0 0 8496 248 0 0 20 0 46 0 114843836 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746765867408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 744 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22450] ppid=22441 vsize=16068328 memory=1196 CPUtime=87.65 cores=0-7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 21909 0 -1 1077944384 583048 0 0 0 8515 250 0 0 20 0 46 0 114843837 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746764814608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 737 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22451] ppid=22441 vsize=16068328 memory=12032 CPUtime=87.6 cores=0-7
/proc/22444/task/22451/stat : 22451 (java) S 22441 22444 21909 0 -1 1077944384 582783 0 0 0 8498 262 0 0 20 0 46 0 114843837 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746763762832 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 728 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22452] ppid=22441 vsize=16068328 memory=5792 CPUtime=87.67 cores=0-7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 21909 0 -1 1077944384 585509 0 0 0 8511 256 0 0 20 0 46 0 114843837 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746762710032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 742 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22453] ppid=22441 vsize=16068328 memory=796 CPUtime=87.98 cores=0-7
/proc/22444/task/22453/stat : 22453 (java) S 22441 22444 21909 0 -1 1077944384 582393 0 0 0 8545 253 0 0 20 0 46 0 114843837 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746761657232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 737 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22454] ppid=22441 vsize=16068328 memory=1436 CPUtime=87.64 cores=0-7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 21909 0 -1 1077944384 587034 0 0 0 8510 254 0 0 20 0 46 0 114843837 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746403871504 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 732 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22455] ppid=22441 vsize=16068328 memory=1012 CPUtime=0.94 cores=0-7
/proc/22444/task/22455/stat : 22455 (java) S 22441 22444 21909 0 -1 1077944384 199255 0 0 0 69 25 0 0 20 0 46 0 114843838 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746273585520 139746815363714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22456] ppid=22441 vsize=16068328 memory=1712 CPUtime=0 cores=0-7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 21909 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 114843838 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746272531552 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22457] ppid=22441 vsize=16068328 memory=1952 CPUtime=0 cores=0-7
/proc/22444/task/22457/stat : 22457 (java) S 22441 22444 21909 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 46 0 114843839 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746271478656 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22458] ppid=22441 vsize=16068328 memory=8624 CPUtime=0 cores=0-7
/proc/22444/task/22458/stat : 22458 (java) S 22441 22444 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746270426960 139746815371163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22459] ppid=22441 vsize=16068328 memory=4620 CPUtime=1.38 cores=0-7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 21909 0 -1 1077944384 9371 0 0 0 136 2 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746269375344 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 77 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22460] ppid=22441 vsize=16068328 memory=1196 CPUtime=1.52 cores=0-7
/proc/22444/task/22460/stat : 22460 (java) S 22441 22444 21909 0 -1 1077944384 10528 0 0 0 150 2 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746268322544 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 80 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22461] ppid=22441 vsize=16068328 memory=15872 CPUtime=1.57 cores=0-7
/proc/22444/task/22461/stat : 22461 (java) S 22441 22444 21909 0 -1 1077944384 8925 0 0 0 155 2 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746267269744 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 82 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22462] ppid=22441 vsize=16068328 memory=18476 CPUtime=0.87 cores=0-7
/proc/22444/task/22462/stat : 22462 (java) S 22441 22444 21909 0 -1 1077944384 19378 0 0 0 83 4 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746266216944 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 72 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22463] ppid=22441 vsize=16068328 memory=19268 CPUtime=0 cores=0-7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746265164384 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22464] ppid=22441 vsize=16068328 memory=4048 CPUtime=0.98 cores=0-7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 21909 0 -1 1077944384 9420 0 0 0 65 33 0 0 20 0 46 0 114843841 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746264111664 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 82 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22465] ppid=22441 vsize=16068328 memory=1792 CPUtime=866.71 cores=0-7
/proc/22444/task/22465/stat : 22465 (java) S 22441 22444 21909 0 -1 1077944384 305231 0 0 0 78755 7916 0 0 20 0 46 0 114844447 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746253825072 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22466] ppid=22441 vsize=16068328 memory=648 CPUtime=4.1 cores=0-7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 21909 0 -1 1077944384 21639 0 0 0 265 145 0 0 20 0 46 0 114844459 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746250674976 139746815363714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22467] ppid=22441 vsize=16068328 memory=1240 CPUtime=510.58 cores=0-7
/proc/22444/task/22467/stat : 22467 (java) S 22441 22444 21909 0 -1 1077944384 153187 0 0 0 48158 2900 0 0 20 0 46 0 114844469 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746249620960 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22468] ppid=22441 vsize=16068328 memory=960 CPUtime=820.45 cores=0-7
/proc/22444/task/22468/stat : 22468 (java) S 22441 22444 21909 0 -1 1077944384 234702 0 0 0 78034 4011 0 0 20 0 46 0 114844469 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746248568160 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22469] ppid=22441 vsize=16068328 memory=2424 CPUtime=67.01 cores=0-7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 21909 0 -1 1077944384 12704 0 0 0 5349 1352 0 0 20 0 46 0 114844470 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746245420624 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22470] ppid=22441 vsize=16068328 memory=932 CPUtime=786.33 cores=0-7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 21909 0 -1 1077944384 258798 0 0 0 74688 3945 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746244365408 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22471] ppid=22441 vsize=16068328 memory=1572 CPUtime=547.66 cores=0-7
/proc/22444/task/22471/stat : 22471 (java) S 22441 22444 21909 0 -1 1077944384 172308 0 0 0 51744 3022 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746243312608 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22472] ppid=22441 vsize=16068328 memory=2244 CPUtime=100.76 cores=0-7
/proc/22444/task/22472/stat : 22472 (java) S 22441 22444 21909 0 -1 1077944384 18314 0 0 0 7534 2542 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746242262224 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22473] ppid=22441 vsize=16068328 memory=4124 CPUtime=506.12 cores=0-7
/proc/22444/task/22473/stat : 22473 (java) S 22441 22444 21909 0 -1 1077944384 141878 0 0 0 47785 2827 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746241207008 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22474] ppid=22441 vsize=16068328 memory=2408 CPUtime=580.14 cores=0-7
/proc/22444/task/22474/stat : 22474 (java) S 22441 22444 21909 0 -1 1077944384 187889 0 0 0 54932 3082 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746240154208 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22475] ppid=22441 vsize=16068328 memory=1732 CPUtime=853.31 cores=0-7
/proc/22444/task/22475/stat : 22475 (java) R 22441 22444 21909 0 -1 4202560 255257 0 0 0 81266 4065 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746239102432 139746815364502 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22476] ppid=22441 vsize=16068328 memory=7979892 CPUtime=543.78 cores=0-7
/proc/22444/task/22476/stat : 22476 (java) R 22441 22444 21909 0 -1 4202560 155523 0 0 0 51392 2986 0 0 20 0 46 0 114844472 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746238049632 139746815364502 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22477] ppid=22441 vsize=16068328 memory=12032 CPUtime=60.39 cores=0-7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 21909 0 -1 1077944384 10165 0 0 0 4460 1579 0 0 20 0 46 0 114844473 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746236999248 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22478] ppid=22441 vsize=16068328 memory=5792 CPUtime=94.77 cores=0-7
/proc/22444/task/22478/stat : 22478 (java) S 22441 22444 21909 0 -1 1077944384 19558 0 0 0 7763 1714 0 0 20 0 46 0 114844523 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746235946448 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22479] ppid=22441 vsize=16068328 memory=796 CPUtime=100.71 cores=0-7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 21909 0 -1 1077944384 15625 0 0 0 7383 2688 0 0 20 0 46 0 114844523 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746234893648 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22480] ppid=22441 vsize=16068328 memory=1436 CPUtime=112.87 cores=0-7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 21909 0 -1 1077944384 21152 0 0 0 9282 2005 0 0 20 0 46 0 114844523 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746233840848 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22481] ppid=22441 vsize=16068328 memory=1012 CPUtime=85.8 cores=0-7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 21909 0 -1 1077944384 19018 0 0 0 6654 1926 0 0 20 0 46 0 114844523 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746232788048 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22482] ppid=22441 vsize=16068328 memory=1712 CPUtime=95.88 cores=0-7
/proc/22444/task/22482/stat : 22482 (java) S 22441 22444 21909 0 -1 1077944384 17868 0 0 0 7381 2207 0 0 20 0 46 0 114844550 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746229601232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22483] ppid=22441 vsize=16068328 memory=1952 CPUtime=96.34 cores=0-7
/proc/22444/task/22483/stat : 22483 (java) S 22441 22444 21909 0 -1 1077944384 17867 0 0 0 7120 2514 0 0 20 0 46 0 114844550 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746228549456 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22484] ppid=22441 vsize=16068328 memory=8624 CPUtime=80.17 cores=0-7
/proc/22444/task/22484/stat : 22484 (java) S 22441 22444 21909 0 -1 1077944384 14885 0 0 0 6581 1436 0 0 20 0 46 0 114844550 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746227496656 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22485] ppid=22441 vsize=16068328 memory=4620 CPUtime=91.72 cores=0-7
/proc/22444/task/22485/stat : 22485 (java) S 22441 22444 21909 0 -1 1077944384 15670 0 0 0 6661 2511 0 0 20 0 46 0 114844551 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746226443856 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22486] ppid=22441 vsize=16068328 memory=1196 CPUtime=118.5 cores=0-7
/proc/22444/task/22486/stat : 22486 (java) S 22441 22444 21909 0 -1 1077944384 19667 0 0 0 8886 2964 0 0 20 0 46 0 114844551 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139746225391056 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22487] ppid=22441 vsize=16068328 memory=15872 CPUtime=104.73 cores=0-7
/proc/22444/task/22487/stat : 22487 (java) S 22441 22444 21909 0 -1 1077944384 16243 0 0 0 7899 2574 0 0 20 0 46 0 114844551 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139745887774032 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22488] ppid=22441 vsize=16068328 memory=15872 CPUtime=81.83 cores=0-7
/proc/22444/task/22488/stat : 22488 (java) S 22441 22444 21909 0 -1 1077944384 16682 0 0 0 6179 2004 0 0 20 0 46 0 114844551 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139745886721232 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22489] ppid=22441 vsize=16068328 memory=18476 CPUtime=69.86 cores=0-7
/proc/22444/task/22489/stat : 22489 (java) S 22441 22444 21909 0 -1 1077944384 12956 0 0 0 5163 1823 0 0 20 0 46 0 114844552 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139745885668432 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
[pid=22444/tid=22490] ppid=22441 vsize=16068328 memory=19268 CPUtime=82.83 cores=0-7
/proc/22444/task/22490/stat : 22490 (java) S 22441 22444 21909 0 -1 1077944384 16272 0 0 0 6337 1946 0 0 20 0 46 0 114844555 16453967872 1995997 33554432000 4194304 4196468 140730586539360 139745884615632 139746815362773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34361344 140730586547299 140730586547483 140730586547483 140730586550223 0
Current children cumulated CPU time: 8178.18 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 7983988 KiB

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

[startup+2520.08 s]
# the end of solver process 22444 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7469.41 s, system=708.879 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.08
CPU time (s): 8178.29
CPU user time (s): 7469.41
CPU system time (s): 708.879
CPU usage (%): 324.525
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 7983988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7469.41
system time used= 708.879
maximum resident set size= 7984580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7135304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 322125009
involuntary context switches= 31609


# summary of solver processes directly reported to runsolver:
#   pid: 22444
#   total CPU time (s): 8178.29
#   total CPU user time (s): 7469.41
#   total CPU system time (s): 708.879

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6323 second user time and 34.8896 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 19:06:11
IDJOB=4275353
IDBENCH=138765
IDSOLVER=2668
FILE ID=node149/4275353-1502817630
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61940 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-06.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-4275353-1502817630/watcher-4275353-1502817630 -o /tmp/evaluation-result-4275353-1502817630/solver-4275353-1502817630 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 54891020 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275353-1502817630.xml

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

MD5SUM BENCH= 000bb8293185d226d4bd39fa547f2fd1
RANDOM SEED=54891020

node149.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.43
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.43
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.43
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.43
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:        27711592 kB
MemAvailable:   31968628 kB
Buffers:          325576 kB
Cached:          4203580 kB
SwapCached:            0 kB
Active:          1230752 kB
Inactive:        3353964 kB
Active(anon):      58492 kB
Inactive(anon):    24956 kB
Active(file):    1172260 kB
Inactive(file):  3329008 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42284 kB
Writeback:             0 kB
AnonPages:         71596 kB
Mapped:            46152 kB
Shmem:             25224 kB
Slab:             170228 kB
SReclaimable:     143204 kB
SUnreclaim:        27024 kB
KernelStack:        3520 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61896 MiB
End job on node149 at 2017-08-15 19:48:11