Trace number 4275562

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 6.8312998 2.4545801

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg5/
QuasiGroup-5-07.xml
MD5SUM6d59eb874970e1c2d769099be046bdf6
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.0085549997
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints86
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":91}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":7},{"degree":2,"count":42},{"degree":14,"count":49}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":1},{"arity":8,"count":42},{"arity":9,"count":42},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":84}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.26	c seed: 1466271844
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.83/0.56	c Parsing done, starting search...
6.66/2.43	s SATISFIABLE
6.66/2.43	v <instantiation>
6.66/2.43	v 	<list>
6.66/2.43	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][0] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][0] y[2][1] y[2][3] y[2][4] y[2][5] y[2][6] y[3][0] y[3][1] y[3][2] y[3][4] y[3][5] y[3][6] y[4][0] y[4][1] y[4][2] y[4][3] y[4][5] y[4][6] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][6] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5]
6.66/2.43	v 	</list>
6.66/2.43	v 	<values>
6.66/2.43	v 		0 2 4 6 1 3 5 2 1 3 0 5 6 4 4 3 2 5 6 1 0 6 0 5 3 2 4 1 1 5 6 2 4 0 3 3 6 1 4 0 5 2 5 4 0 1 3 2 6 4 1 5 2 6 3 3 0 2 6 4 5 6 5 1 0 3 4 1 6 4 5 2 0 5 0 3 6 1 2 4 2 6 0 3 1 2 3 5 4 1 0 
6.66/2.43	v 	</values>
6.66/2.43	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 (11612 MiB free)
  memory of node 1: 16384 MiB (14842 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275562-1502764730/watcher-4275562-1502764730 -o /tmp/evaluation-result-4275562-1502764730/solver-4275562-1502764730 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1502761346-7541 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1466271844 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275562-1502764730.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=7918, runsolver pid=7915
Current StackSize limit: 8192 KiB


[startup+0.100147 s]*
/proc/loadavg: 7.65 8.16 8.23 2/199 7938
/proc/meminfo: memFree=27072812/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=14325320 memory=32328 CPUtime=0.12 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 8465 0 0 0 11 1 0 0 20 0 20 0 109554101 14669127680 8082 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3581330 8082 3407 1 0 3569050 0
[pid=7918/tid=7920] ppid=7915 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) R 7915 7918 7514 0 -1 4202560 6364 0 0 0 8 1 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902956425200 139902952232093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=14325320 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=14325320 memory=140155589236352 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 8082 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554104 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7930] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7930/stat : 7930 (java) S 7915 7918 7514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109554104 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901712450336 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7931] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7931/stat : 7931 (java) S 7915 7918 7514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109554104 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901711398000 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7932] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7932/stat : 7932 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901710346320 139902952228763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7933] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7933/stat : 7933 (java) S 7915 7918 7514 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901709294192 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7934] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7934/stat : 7934 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901708241392 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7935] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7935/stat : 7935 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901707189104 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7936] ppid=7915 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/7918/task/7936/stat : 7936 (java) S 7915 7918 7514 0 -1 1077944384 427 0 0 0 1 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901706136304 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7937] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 8082 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 32328 KiB

[startup+0.210513 s]*
/proc/loadavg: 7.65 8.16 8.23 3/199 7938
/proc/meminfo: memFree=27062988/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=14325320 memory=41764 CPUtime=0.29 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 9556 0 0 0 27 2 0 0 20 0 20 0 109554101 14669127680 10441 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3581330 10441 3629 1 0 3569050 0
[pid=7918/tid=7920] ppid=7915 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) R 7915 7918 7514 0 -1 4202560 6995 0 0 0 18 1 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902956428448 139902936290654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=14325320 memory=9321 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=14325320 memory=140155589244150 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554102 14669127680 10441 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109554104 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7930] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7930/stat : 7930 (java) S 7915 7918 7514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109554104 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901712450336 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7931] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7931/stat : 7931 (java) S 7915 7918 7514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109554104 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901711398000 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7932] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7932/stat : 7932 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901710346320 139902952228763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7933] ppid=7915 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/7918/task/7933/stat : 7933 (java) S 7915 7918 7514 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901709294192 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7934] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7934/stat : 7934 (java) S 7915 7918 7514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901708241392 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7935] ppid=7915 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/7918/task/7935/stat : 7935 (java) S 7915 7918 7514 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901707189104 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7936] ppid=7915 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/7918/task/7936/stat : 7936 (java) S 7915 7918 7514 0 -1 1077944384 513 0 0 0 5 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901706136304 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7937] ppid=7915 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14669127680 10441 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 41764 KiB

[startup+0.310173 s]*
/proc/loadavg: 7.65 8.16 8.23 2/199 7938
/proc/meminfo: memFree=27055048/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=14325340 memory=49960 CPUtime=0.48 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 10758 0 0 0 45 3 0 0 20 0 20 0 109554101 14669148160 12490 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3581335 12490 3717 1 0 3569050 0
[pid=7918/tid=7920] ppid=7915 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) R 7915 7918 7514 0 -1 4202560 7639 0 0 0 27 2 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902956432016 139902936290654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=14325340 memory=140155453273007 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=14325340 memory=140155453275312 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=14325340 memory=140155453277616 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554102 14669148160 12556 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109554104 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7930] ppid=7915 vsize=14325340 memory=280310906562192 CPUtime=0 cores=0-7
/proc/7918/task/7930/stat : 7930 (java) S 7915 7918 7514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109554104 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901712450336 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7931] ppid=7915 vsize=14325340 memory=280310906569104 CPUtime=0 cores=0-7
/proc/7918/task/7931/stat : 7931 (java) S 7915 7918 7514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109554104 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901711398000 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7932] ppid=7915 vsize=14325340 memory=280310906510384 CPUtime=0 cores=0-7
/proc/7918/task/7932/stat : 7932 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901710346320 139902952228763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7933] ppid=7915 vsize=14325340 memory=280310906582928 CPUtime=0.03 cores=0-7
/proc/7918/task/7933/stat : 7933 (java) S 7915 7918 7514 0 -1 1077944384 545 0 0 0 3 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901709294192 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7934] ppid=7915 vsize=14325340 memory=280310906589840 CPUtime=0.02 cores=0-7
/proc/7918/task/7934/stat : 7934 (java) S 7915 7918 7514 0 -1 1077944384 145 0 0 0 2 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901708241392 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7935] ppid=7915 vsize=14325340 memory=280310906587536 CPUtime=0.03 cores=0-7
/proc/7918/task/7935/stat : 7935 (java) S 7915 7918 7514 0 -1 1077944384 426 0 0 0 3 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901707189104 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7936] ppid=7915 vsize=14325340 memory=280310906604144 CPUtime=0.08 cores=0-7
/proc/7918/task/7936/stat : 7936 (java) S 7915 7918 7514 0 -1 1077944384 636 0 0 0 8 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901706136304 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7937] ppid=7915 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14669148160 12556 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 49960 KiB

[startup+0.701166 s]
/proc/loadavg: 7.65 8.16 8.23 4/199 7938
/proc/meminfo: memFree=27042144/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=14329436 memory=76064 CPUtime=1.15 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 13148 0 0 0 110 5 0 0 20 0 20 0 109554101 14673342464 19016 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3582359 19016 3756 1 0 3570074 0
[pid=7918/tid=7920] ppid=7915 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) R 7915 7918 7514 0 -1 4202560 9169 0 0 0 65 2 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902956431616 139902588542084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=14329436 memory=1716 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=14329436 memory=10596 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=14329436 memory=15872 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554102 14673342464 19016 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=14329436 memory=4044 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109554104 14673342464 19016 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0

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

[pid=7918/tid=7937] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 41359 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 41359 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 165436 KiB

[startup+2.45453 s]
# the end of solver process 7918 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.64395 s, system=0.187352 s

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

[startup+1.60111 s]
/proc/loadavg: 7.65 8.16 8.23 5/199 7938
/proc/meminfo: memFree=26975520/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=14331484 memory=171880 CPUtime=4.59 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 36395 0 0 0 447 12 0 0 20 0 20 0 109554101 14675439616 42970 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3582871 42970 3779 1 0 3570586 0
[pid=7918/tid=7920] ppid=7915 vsize=14331484 memory=0 CPUtime=1.57 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) R 7915 7918 7514 0 -1 4202560 10838 0 0 0 153 4 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902956443904 139902594709416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=14331484 memory=4140 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=14331484 memory=31428 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=14331484 memory=6438155977929 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=14331484 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=14331484 memory=16099269136353863 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 42970 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=14331484 memory=4616 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 109554104 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7930] ppid=7915 vsize=14331484 memory=792 CPUtime=0 cores=0-7
/proc/7918/task/7930/stat : 7930 (java) S 7915 7918 7514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109554104 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901712450336 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7931] ppid=7915 vsize=14331484 memory=1424 CPUtime=0 cores=0-7
/proc/7918/task/7931/stat : 7931 (java) S 7915 7918 7514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109554104 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901711398000 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7932] ppid=7915 vsize=14331484 memory=1936 CPUtime=0 cores=0-7
/proc/7918/task/7932/stat : 7932 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901710346320 139902952228763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7933] ppid=7915 vsize=14331484 memory=20036 CPUtime=0.85 cores=0-7
/proc/7918/task/7933/stat : 7933 (java) R 7915 7918 7514 0 -1 4202560 6703 0 0 0 83 2 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901709280432 139902933774680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7934] ppid=7915 vsize=14331484 memory=6944656592455359580 CPUtime=0.81 cores=0-7
/proc/7918/task/7934/stat : 7934 (java) R 7915 7918 7514 0 -1 4202560 6476 0 0 0 80 1 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901708233344 139902931866689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7935] ppid=7915 vsize=14331484 memory=6944656592455359580 CPUtime=0.84 cores=0-7
/proc/7918/task/7935/stat : 7935 (java) R 7915 7918 7514 0 -1 4202560 5762 0 0 0 83 1 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901707175632 139902933754832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7936] ppid=7915 vsize=14331484 memory=6944656592455360604 CPUtime=0.49 cores=0-7
/proc/7918/task/7936/stat : 7936 (java) S 7915 7918 7514 0 -1 1077944384 5228 0 0 0 47 2 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901706136304 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7937] ppid=7915 vsize=14331484 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=14331484 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 42970 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 171880 KiB

[startup+2.00085 s]*
/proc/loadavg: 7.65 8.16 8.23 2/199 7938
/proc/meminfo: memFree=26891000/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=14331484 memory=203548 CPUtime=5.23 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 36744 0 0 0 511 12 0 0 20 0 20 0 109554101 14675439616 50887 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3582871 50887 3779 1 0 3570586 0
[pid=7918/tid=7920] ppid=7915 vsize=14331484 memory=8316850467074736180 CPUtime=1.97 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) R 7915 7918 7514 0 -1 4202560 10971 0 0 0 193 4 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902956438976 139902931738867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=14331484 memory=9342 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=14331484 memory=140155589244556 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=14331484 memory=664954319714410818 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=14331484 memory=-4695043397844020537 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=14331484 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=14331484 memory=3472328296227680303 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=14331484 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=14331484 memory=-2893623298589923098 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554102 14675439616 50887 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 109554104 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7930] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7930/stat : 7930 (java) S 7915 7918 7514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109554104 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901712450336 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7931] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7931/stat : 7931 (java) S 7915 7918 7514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109554104 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901711398000 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7932] ppid=7915 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7932/stat : 7932 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901710346320 139902952228763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7933] ppid=7915 vsize=14331484 memory=0 CPUtime=0.92 cores=0-7
/proc/7918/task/7933/stat : 7933 (java) R 7915 7918 7514 0 -1 4202560 6796 0 0 0 90 2 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901709282864 139902935748725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7934] ppid=7915 vsize=14331484 memory=0 CPUtime=0.87 cores=0-7
/proc/7918/task/7934/stat : 7934 (java) S 7915 7918 7514 0 -1 1077944384 6496 0 0 0 86 1 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901708241392 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7935] ppid=7915 vsize=14331484 memory=3472328296227680303 CPUtime=0.9 cores=0-7
/proc/7918/task/7935/stat : 7935 (java) S 7915 7918 7514 0 -1 1077944384 5806 0 0 0 89 1 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901707189104 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7936] ppid=7915 vsize=14331484 memory=3472328296227680303 CPUtime=0.51 cores=0-7
/proc/7918/task/7936/stat : 7936 (java) S 7915 7918 7514 0 -1 1077944384 5277 0 0 0 49 2 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901706136304 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7937] ppid=7915 vsize=14331484 memory=3472328296227680304 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=14331484 memory=3472323898181169199 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109554107 14675439616 50887 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 203548 KiB

[startup+2.41111 s]
/proc/loadavg: 7.65 8.16 8.23 2/199 7938
/proc/meminfo: memFree=26891000/32770624 swapFree=67108860/67108860
[pid=7918] ppid=7915 vsize=15868636 memory=238204 CPUtime=6.66 cores=0-7
/proc/7918/stat : 7918 (java) S 7915 7918 7514 0 -1 1077944320 45900 0 0 0 649 17 0 0 20 0 43 0 109554101 16249483264 59551 33554432000 4194304 4196468 140727675665552 140727675648096 139902952210167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
/proc/7918/statm: 3967159 59551 3814 1 0 3954353 0
[pid=7918/tid=7920] ppid=7915 vsize=15868636 memory=280310906524064 CPUtime=2.22 cores=0-7
/proc/7918/task/7920/stat : 7920 (java) S 7915 7918 7514 0 -1 1077944384 14823 0 0 0 217 5 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902956447872 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7921] ppid=7915 vsize=15868636 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7918/task/7921/stat : 7921 (java) S 7915 7918 7514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902924052880 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7922] ppid=7915 vsize=15868636 memory=280310906720960 CPUtime=0 cores=0-7
/proc/7918/task/7922/stat : 7922 (java) S 7915 7918 7514 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902546974992 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7923] ppid=7915 vsize=15868636 memory=280310906721152 CPUtime=0 cores=0-7
/proc/7918/task/7923/stat : 7923 (java) S 7915 7918 7514 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902545922704 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7924] ppid=7915 vsize=15868636 memory=280310906721344 CPUtime=0 cores=0-7
/proc/7918/task/7924/stat : 7924 (java) S 7915 7918 7514 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902544869904 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7925] ppid=7915 vsize=15868636 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7918/task/7925/stat : 7925 (java) S 7915 7918 7514 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902543817616 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7926] ppid=7915 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7926/stat : 7926 (java) S 7915 7918 7514 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902542764816 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7927] ppid=7915 vsize=15868636 memory=4580 CPUtime=0 cores=0-7
/proc/7918/task/7927/stat : 7927 (java) S 7915 7918 7514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902541712528 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7928] ppid=7915 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7928/stat : 7928 (java) S 7915 7918 7514 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 43 0 109554102 16249483264 59551 33554432000 4194304 4196468 140727675665552 139902540659728 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7929] ppid=7915 vsize=15868636 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7918/task/7929/stat : 7929 (java) S 7915 7918 7514 0 -1 1077944384 686 0 0 0 0 0 0 0 20 0 43 0 109554104 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901713504368 139902952221314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7930] ppid=7915 vsize=15868636 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7918/task/7930/stat : 7930 (java) S 7915 7918 7514 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 43 0 109554104 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901712450400 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7931] ppid=7915 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7931/stat : 7931 (java) S 7915 7918 7514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 43 0 109554104 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901711398016 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7932] ppid=7915 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/7918/task/7932/stat : 7932 (java) S 7915 7918 7514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901710346320 139902952228763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7933] ppid=7915 vsize=15868636 memory=6944656575208382560 CPUtime=1.06 cores=0-7
/proc/7918/task/7933/stat : 7933 (java) R 7915 7918 7514 0 -1 4202560 6913 0 0 0 104 2 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901709284016 139902935792938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7934] ppid=7915 vsize=15868636 memory=-4695052241013923951 CPUtime=1.01 cores=0-7
/proc/7918/task/7934/stat : 7934 (java) R 7915 7918 7514 0 -1 4202560 6680 0 0 0 100 1 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901708231184 139902935678160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7935] ppid=7915 vsize=15868636 memory=6944656592455360604 CPUtime=1.02 cores=0-7
/proc/7918/task/7935/stat : 7935 (java) R 7915 7918 7514 0 -1 4202560 6001 0 0 0 100 2 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901707170512 139902935710603 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7936] ppid=7915 vsize=15868636 memory=6944656592455359580 CPUtime=0.68 cores=0-7
/proc/7918/task/7936/stat : 7936 (java) R 7915 7918 7514 0 -1 4202560 7785 0 0 0 65 3 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901706136432 139902945307003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7937] ppid=7915 vsize=15868636 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/7918/task/7937/stat : 7937 (java) S 7915 7918 7514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901705083232 139902952220373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
[pid=7918/tid=7938] ppid=7915 vsize=15868636 memory=3475195960901330533 CPUtime=0 cores=0-7
/proc/7918/task/7938/stat : 7938 (java) S 7915 7918 7514 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 43 0 109554107 16249483264 59551 33554432000 4194304 4196468 140727675665552 139901704030512 139902952221314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19447808 140727675671649 140727675671835 140727675671835 140727675674575 0
Current children cumulated CPU time: 6.66 s
Current children cumulated vsize: 15868636 KiB
Current children cumulated memory: 238204 KiB

Child status: 0
Real time (s): 2.45458
CPU time (s): 6.8313
CPU user time (s): 6.64395
CPU system time (s): 0.187352
CPU usage (%): 278.308
Max. virtual memory (cumulated for all children) (KiB): 15868636
Max. memory (cumulated for all children) (KiB): 238204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.64395
system time used= 0.187352
maximum resident set size= 240536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5795
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 7918
#   total CPU time (s): 6.8313
#   total CPU user time (s): 6.64395
#   total CPU system time (s): 0.187352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039959 second user time and 0.065573 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-15 04:24:31
IDJOB=4275562
IDBENCH=133738
IDSOLVER=2668
FILE ID=node150/4275562-1502764730
RUNJOBID= node150-1502761346-7541
PBS_JOBID= 20629086
Free space on /tmp= 61636 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg5/QuasiGroup-5-07.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-4275562-1502764730/watcher-4275562-1502764730 -o /tmp/evaluation-result-4275562-1502764730/solver-4275562-1502764730 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1502761346-7541 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1466271844 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275562-1502764730.xml

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

MD5SUM BENCH= 6d59eb874970e1c2d769099be046bdf6
RANDOM SEED=1466271844

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        27090444 kB
MemAvailable:   31975300 kB
Buffers:          286968 kB
Cached:          4873412 kB
SwapCached:            0 kB
Active:           776868 kB
Inactive:        4436708 kB
Active(anon):      56236 kB
Inactive(anon):    25068 kB
Active(file):     720632 kB
Inactive(file):  4411640 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42264 kB
Writeback:             0 kB
AnonPages:         71804 kB
Mapped:            45920 kB
Shmem:             25224 kB
Slab:             163004 kB
SReclaimable:     136840 kB
SUnreclaim:        26164 kB
KernelStack:        3360 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61596 MiB
End job on node150 at 2017-08-15 04:24:34