Trace number 4284827

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22OPT2 1.98736 1.1211801

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-004.xml
MD5SUMb220eda080bc853662ea3d9fecf431a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.014442
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints12
Number of domains7
Minimum domain size2
Maximum domain size7
Distribution of domain sizes[{"size":2,"count":11},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":1},{"size":7,"count":1}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":3},{"degree":2,"count":12},{"degree":3,"count":4}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":7},{"arity":4,"count":1}]
Number of extensional constraints0
Number of intensional constraints9
Distribution of constraint types[{"type":"intension","count":9},{"type":"sum","count":3}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 1862586247
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.81/0.55	c Parsing done, starting search...
1.56/1.06	o 2
1.56/1.09	s OPTIMUM FOUND
1.56/1.10	v <instantiation>
1.56/1.10	v 	<list>
1.56/1.10	v 		x[0] x[1] x[2] x[3] y[0][0] y[0][1] y[0][2] y[1][0] y[1][1] y[2][0] c[0] c[1] c[2] s[0] s[1] s[2]
1.56/1.10	v 	</list>
1.56/1.10	v 	<values>
1.56/1.10	v 		-1 1 -1 -1 -1 -1 1 1 -1 1 -1 0 1 1 0 1 
1.56/1.10	v 	</values>
1.56/1.10	v </instantiation>

Verifier Data

OK	2

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 (9527 MiB free)
  memory of node 1: 16384 MiB (9315 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284827-1503436347/watcher-4284827-1503436347 -o /tmp/evaluation-result-4284827-1503436347/solver-4284827-1503436347 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503435486-32271 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1862586247 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284827-1503436347.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=32288, runsolver pid=32285
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 8.42 8.55 8.68 2/198 32308
/proc/meminfo: memFree=19278684/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=26000852 memory=32076 CPUtime=0.12 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 8425 0 0 0 10 2 0 0 20 0 20 0 176722269 26624872448 8019 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6500213 8019 3413 1 0 6487932 0
[pid=32288/tid=32290] ppid=32285 vsize=26000852 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) R 32285 32288 32244 0 -1 4202560 6371 0 0 0 7 1 0 0 20 0 20 0 176722269 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762201549136 139762181432700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=26000852 memory=140031863490176 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 8019 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722271 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761593301872 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32300] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32300/stat : 32300 (java) S 32285 32288 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176722272 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761524139552 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32301] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32301/stat : 32301 (java) S 32285 32288 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176722272 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761523086704 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32302] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32302/stat : 32302 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722274 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761522035024 139762197370779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32303] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32303/stat : 32303 (java) S 32285 32288 32244 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 176722274 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761520982384 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32304] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32304/stat : 32304 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722274 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761519929584 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32305] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32305/stat : 32305 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722274 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761518876784 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32306] ppid=32285 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/32288/task/32306/stat : 32306 (java) S 32285 32288 32244 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 20 0 176722274 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761517823984 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32307] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32307/stat : 32307 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722275 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761516772448 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32308] ppid=32285 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/32288/task/32308/stat : 32308 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722275 26624872448 8019 33554432000 4194304 4196468 140737271751168 139761515719728 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32076 KiB

[startup+0.209633 s]*
/proc/loadavg: 8.42 8.55 8.68 3/198 32308
/proc/meminfo: memFree=19269316/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=26000852 memory=40960 CPUtime=0.29 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 9417 0 0 0 26 3 0 0 20 0 20 0 176722269 26624872448 10240 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6500213 10240 3579 1 0 6487932 0
[pid=32288/tid=32290] ppid=32285 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) R 32285 32288 32244 0 -1 4202560 6996 0 0 0 17 2 0 0 20 0 20 0 176722269 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762201557488 139762197374109 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=26000852 memory=3210 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=26000852 memory=3473313886923327136 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624872448 10240 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176722271 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761593301872 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32300] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32300/stat : 32300 (java) S 32285 32288 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176722272 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761524139552 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32301] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32301/stat : 32301 (java) S 32285 32288 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176722272 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761523086704 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32302] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32302/stat : 32302 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722274 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761522035024 139762197370779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32303] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32303/stat : 32303 (java) S 32285 32288 32244 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 20 0 176722274 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761520982384 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32304] ppid=32285 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/32288/task/32304/stat : 32304 (java) S 32285 32288 32244 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 20 0 176722274 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761519929584 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32305] ppid=32285 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/32288/task/32305/stat : 32305 (java) S 32285 32288 32244 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 176722274 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761518876784 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32306] ppid=32285 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/32288/task/32306/stat : 32306 (java) R 32285 32288 32244 0 -1 4202560 388 0 0 0 5 0 0 0 20 0 20 0 176722274 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761517823984 139762197364118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32307] ppid=32285 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32307/stat : 32307 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722275 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761516772448 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32308] ppid=32285 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/32288/task/32308/stat : 32308 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722275 26624872448 10240 33554432000 4194304 4196468 140737271751168 139761515719728 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40960 KiB

[startup+0.309239 s]*
/proc/loadavg: 8.42 8.55 8.68 3/198 32308
/proc/meminfo: memFree=19262616/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=26000872 memory=49116 CPUtime=0.49 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 10573 0 0 0 45 4 0 0 20 0 20 0 176722269 26624892928 12279 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6500218 12279 3715 1 0 6487932 0
[pid=32288/tid=32290] ppid=32285 vsize=26000872 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) R 32285 32288 32244 0 -1 4202560 7722 0 0 0 26 2 0 0 20 0 20 0 176722269 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762201570752 139762197374109 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=26000872 memory=140031704527791 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=26000872 memory=140031704530096 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=26000872 memory=140031704532400 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26624892928 12279 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176722271 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761593301872 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32300] ppid=32285 vsize=26000872 memory=280063409071760 CPUtime=0 cores=0-7
/proc/32288/task/32300/stat : 32300 (java) S 32285 32288 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176722272 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761524139552 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32301] ppid=32285 vsize=26000872 memory=280063409078672 CPUtime=0 cores=0-7
/proc/32288/task/32301/stat : 32301 (java) S 32285 32288 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176722272 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761523086704 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32302] ppid=32285 vsize=26000872 memory=280063409019952 CPUtime=0 cores=0-7
/proc/32288/task/32302/stat : 32302 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722274 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761522035024 139762197370779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32303] ppid=32285 vsize=26000872 memory=280063409092496 CPUtime=0.01 cores=0-7
/proc/32288/task/32303/stat : 32303 (java) S 32285 32288 32244 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 176722274 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761520982384 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32304] ppid=32285 vsize=26000872 memory=280063409099408 CPUtime=0.04 cores=0-7
/proc/32288/task/32304/stat : 32304 (java) S 32285 32288 32244 0 -1 1077944384 311 0 0 0 4 0 0 0 20 0 20 0 176722274 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761519929584 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32305] ppid=32285 vsize=26000872 memory=280063409097104 CPUtime=0.02 cores=0-7
/proc/32288/task/32305/stat : 32305 (java) S 32285 32288 32244 0 -1 1077944384 172 0 0 0 2 0 0 0 20 0 20 0 176722274 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761518876784 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32306] ppid=32285 vsize=26000872 memory=280063409113712 CPUtime=0.08 cores=0-7
/proc/32288/task/32306/stat : 32306 (java) S 32285 32288 32244 0 -1 1077944384 500 0 0 0 8 0 0 0 20 0 20 0 176722274 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761517823984 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32307] ppid=32285 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32307/stat : 32307 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722275 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761516772448 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32308] ppid=32285 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/32288/task/32308/stat : 32308 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722275 26624892928 12279 33554432000 4194304 4196468 140737271751168 139761515719728 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49116 KiB

[startup+0.700862 s]
/proc/loadavg: 8.42 8.55 8.68 2/198 32308
/proc/meminfo: memFree=19249836/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=26004968 memory=80272 CPUtime=1.08 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 13158 0 0 0 102 6 0 0 20 0 20 0 176722269 26629087232 20068 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6501242 20068 3756 1 0 6488956 0
[pid=32288/tid=32290] ppid=32285 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) R 32285 32288 32244 0 -1 4202560 9679 0 0 0 63 4 0 0 20 0 20 0 176722269 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762201587472 139762197374109 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=26004968 memory=1720 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=26004968 memory=1004 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=26004968 memory=1436 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=26004968 memory=1200 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176722270 26629087232 20068 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=26004968 memory=4040 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176722271 26629087232 20068 33554432000 4194304 4196468 140737271751168 139761593301872 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0

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

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

[startup+0.800978 s]
/proc/loadavg: 8.42 8.55 8.68 2/198 32308
/proc/meminfo: memFree=19249836/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=26073580 memory=92916 CPUtime=1.25 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 14406 0 0 0 118 7 0 0 20 0 21 0 176722269 26699345920 23229 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6518395 23229 3756 1 0 6506109 0
[pid=32288/tid=32290] ppid=32285 vsize=26073580 memory=4616 CPUtime=0.77 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) R 32285 32288 32244 0 -1 4202560 10782 0 0 0 72 5 0 0 20 0 21 0 176722269 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762201585792 139762197364118 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=26073580 memory=1720 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=26073580 memory=1004 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=26073580 memory=1436 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=26073580 memory=1200 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=26073580 memory=15876 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=26073580 memory=4040 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=26073580 memory=27728 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=26073580 memory=280063409081808 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176722270 26699345920 23229 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=26073580 memory=280063408990568 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 176722271 26699345920 23229 33554432000 4194304 4196468 140737271751168 139761593301872 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32300] ppid=32285 vsize=26073580 memory=280063408868752 CPUtime=0 cores=0-7
/proc/32288/task/32300/stat : 32300 (java) S 32285 32288 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 176722272 26699345920 23229 33554432000 4194304 4196468 140737271751168 139761524139552 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32301] ppid=32285 vsize=26073580 memory=164 CPUtime=0 cores=0-7
/proc/32288/task/32301/stat : 32301 (java) S 32285 32288 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 176722272 26699345920 23229 33554432000 4194304 4196468 140737271751168 139761523086704 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32302] ppid=32285 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32302/stat : 32302 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176722274 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761522035024 139762197370779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32303] ppid=32285 vsize=26073580 memory=0 CPUtime=0.05 cores=0-7
/proc/32288/task/32303/stat : 32303 (java) R 32285 32288 32244 0 -1 4202560 602 0 0 0 5 0 0 0 20 0 21 0 176722274 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761520982384 139762178871725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32304] ppid=32285 vsize=26073580 memory=0 CPUtime=0.1 cores=0-7
/proc/32288/task/32304/stat : 32304 (java) S 32285 32288 32244 0 -1 1077944384 489 0 0 0 10 0 0 0 20 0 21 0 176722274 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761519929584 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32305] ppid=32285 vsize=26073580 memory=0 CPUtime=0.07 cores=0-7
/proc/32288/task/32305/stat : 32305 (java) R 32285 32288 32244 0 -1 4202560 321 0 0 0 7 0 0 0 20 0 21 0 176722274 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761518876784 139762176599421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32306] ppid=32285 vsize=26073580 memory=0 CPUtime=0.21 cores=0-7
/proc/32288/task/32306/stat : 32306 (java) R 32285 32288 32244 0 -1 4202560 805 0 0 0 21 0 0 0 20 0 21 0 176722274 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761517821776 139762190449019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32307] ppid=32285 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32307/stat : 32307 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176722275 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761516772448 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32308] ppid=32285 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32308/stat : 32308 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176722275 26699345920 23247 33554432000 4194304 4196468 140737271751168 139761515719728 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 26073580 KiB
Current children cumulated memory: 92916 KiB

[startup+1.00083 s]*
/proc/loadavg: 7.83 8.43 8.64 4/205 32315
/proc/meminfo: memFree=19191660/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=26477060 memory=120244 CPUtime=1.56 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 15705 0 0 0 148 8 0 0 20 0 27 0 176722269 27112509440 30061 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6619265 30061 3769 1 0 6606979 0
[pid=32288/tid=32290] ppid=32285 vsize=26477060 memory=0 CPUtime=0.97 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) R 32285 32288 32244 0 -1 4202560 11730 0 0 0 92 5 0 0 20 0 27 0 176722269 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762201580832 139762197374109 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=26477060 memory=140031863490176 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=26477060 memory=140031704467087 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=26477060 memory=192979237 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=26477060 memory=5795971454728234085 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=26477060 memory=4049352032995259679 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=26477060 memory=7588684550706915689 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=26477060 memory=8316850467074736180 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 176722270 27112509440 30061 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=26477060 memory=3214 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 27 0 176722271 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761593301872 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32300] ppid=32285 vsize=26477060 memory=862542 CPUtime=0 cores=0-7
/proc/32288/task/32300/stat : 32300 (java) S 32285 32288 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 27 0 176722272 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761524139552 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32301] ppid=32285 vsize=26477060 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/32288/task/32301/stat : 32301 (java) S 32285 32288 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 27 0 176722272 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761523086704 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32302] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32302/stat : 32302 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 176722274 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761522035024 139762197370779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32303] ppid=32285 vsize=26477060 memory=0 CPUtime=0.07 cores=0-7
/proc/32288/task/32303/stat : 32303 (java) S 32285 32288 32244 0 -1 1077944384 616 0 0 0 7 0 0 0 20 0 27 0 176722274 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761520982384 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32304] ppid=32285 vsize=26477060 memory=0 CPUtime=0.12 cores=0-7
/proc/32288/task/32304/stat : 32304 (java) S 32285 32288 32244 0 -1 1077944384 504 0 0 0 12 0 0 0 20 0 27 0 176722274 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761519929584 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32305] ppid=32285 vsize=26477060 memory=0 CPUtime=0.09 cores=0-7
/proc/32288/task/32305/stat : 32305 (java) S 32285 32288 32244 0 -1 1077944384 334 0 0 0 9 0 0 0 20 0 27 0 176722274 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761518876784 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32306] ppid=32285 vsize=26477060 memory=0 CPUtime=0.26 cores=0-7
/proc/32288/task/32306/stat : 32306 (java) S 32285 32288 32244 0 -1 1077944384 919 0 0 0 26 0 0 0 20 0 27 0 176722274 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761517823984 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32307] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32307/stat : 32307 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 176722275 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761516772448 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32308] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32308/stat : 32308 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 176722275 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761515719728 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32309] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32309/stat : 32309 (java) S 32285 32288 32244 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 27 0 176722347 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761505428608 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32310] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32310/stat : 32310 (java) S 32285 32288 32244 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 27 0 176722358 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761502278736 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32311] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32311/stat : 32311 (java) S 32285 32288 32244 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 27 0 176722368 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761501226016 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32312] ppid=32285 vsize=26477060 memory=140036158457471 CPUtime=0 cores=0-7
/proc/32288/task/32312/stat : 32312 (java) S 32285 32288 32244 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 27 0 176722368 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761500173008 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32313] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32313/stat : 32313 (java) S 32285 32288 32244 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 27 0 176722368 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761499120416 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32314] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32314/stat : 32314 (java) S 32285 32288 32244 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 27 0 176722369 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761498067616 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32315] ppid=32285 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32315/stat : 32315 (java) S 32285 32288 32244 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 27 0 176722369 27112509440 30061 33554432000 4194304 4196468 140737271751168 139761497015840 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 26477060 KiB
Current children cumulated memory: 120244 KiB

[startup+1.10993 s]
/proc/loadavg: 7.83 8.43 8.64 4/205 32315
/proc/meminfo: memFree=19191660/32770624 swapFree=67108860/67108860
[pid=32288] ppid=32285 vsize=27344476 memory=163372 CPUtime=1.97 cores=0-7
/proc/32288/stat : 32288 (java) S 32285 32288 32244 0 -1 1077944320 19581 0 0 0 186 11 0 0 20 0 19 0 176722269 28000743424 40843 33554432000 4194304 4196468 140737271751168 140737271733712 139762197352183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
/proc/32288/statm: 6836119 40843 3794 1 0 6823312 0
[pid=32288/tid=32290] ppid=32285 vsize=27344476 memory=0 CPUtime=0.99 cores=0-7
/proc/32288/task/32290/stat : 32290 (java) S 32285 32288 32244 0 -1 1077944384 11895 0 0 0 94 5 0 0 20 0 19 0 176722269 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762201595024 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32291] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32291/stat : 32291 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762149973136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32292] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32292/stat : 32292 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762148920336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32293] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32293/stat : 32293 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762147867536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32294] ppid=32285 vsize=27344476 memory=80272 CPUtime=0 cores=0-7
/proc/32288/task/32294/stat : 32294 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762146814736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32295] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32295/stat : 32295 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762145761936 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32296] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32296/stat : 32296 (java) S 32285 32288 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762144709136 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32297] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32297/stat : 32297 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762143656336 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32298] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32298/stat : 32298 (java) S 32285 32288 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 176722270 28000743424 40843 33554432000 4194304 4196468 140737271751168 139762142603536 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32299] ppid=32285 vsize=27344476 memory=0 CPUtime=0 cores=0-7
/proc/32288/task/32299/stat : 32299 (java) S 32285 32288 32244 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 176722271 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761593302080 139762197363330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32300] ppid=32285 vsize=27344476 memory=138663019215952 CPUtime=0 cores=0-7
/proc/32288/task/32300/stat : 32300 (java) S 32285 32288 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 176722272 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761524139552 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32301] ppid=32285 vsize=27344476 memory=138663019215953 CPUtime=0 cores=0-7
/proc/32288/task/32301/stat : 32301 (java) S 32285 32288 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 176722272 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761523086704 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32302] ppid=32285 vsize=27344476 memory=138663019215954 CPUtime=0 cores=0-7
/proc/32288/task/32302/stat : 32302 (java) S 32285 32288 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 176722274 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761522034736 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32303] ppid=32285 vsize=27344476 memory=138663019215955 CPUtime=0.11 cores=0-7
/proc/32288/task/32303/stat : 32303 (java) S 32285 32288 32244 0 -1 1077944384 1006 0 0 0 11 0 0 0 20 0 19 0 176722274 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761520982384 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32304] ppid=32285 vsize=27344476 memory=138663019215956 CPUtime=0.14 cores=0-7
/proc/32288/task/32304/stat : 32304 (java) S 32285 32288 32244 0 -1 1077944384 687 0 0 0 14 0 0 0 20 0 19 0 176722274 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761519929584 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32305] ppid=32285 vsize=27344476 memory=1720 CPUtime=0.13 cores=0-7
/proc/32288/task/32305/stat : 32305 (java) R 32285 32288 32244 0 -1 4202560 1508 0 0 0 13 0 0 0 20 0 19 0 176722274 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761518862664 139762178896336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32306] ppid=32285 vsize=27344476 memory=1004 CPUtime=0.3 cores=0-7
/proc/32288/task/32306/stat : 32306 (java) S 32285 32288 32244 0 -1 1077944384 1406 0 0 0 30 0 0 0 20 0 19 0 176722274 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761517823984 139762197363330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
[pid=32288/tid=32307] ppid=32285 vsize=27344476 memory=1436 CPUtime=0 cores=0-7
/proc/32288/task/32307/stat : 32307 (java) S 32285 32288 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 176722275 28000743424 40843 33554432000 4194304 4196468 140737271751168 139761516772448 139762197362389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12574720 140737271755873 140737271756059 140737271756059 140737271758799 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 27344476 KiB
Current children cumulated memory: 163372 KiB

Child status: 0
Real time (s): 1.12118
CPU time (s): 1.98736
CPU user time (s): 1.86529
CPU system time (s): 0.122076
CPU usage (%): 177.257
Max. virtual memory (cumulated for all children) (KiB): 27344476
Max. memory (cumulated for all children) (KiB): 163372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86529
system time used= 0.122076
maximum resident set size= 163788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3882
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 32288
#   total CPU time (s): 1.98736
#   total CPU user time (s): 1.86529
#   total CPU system time (s): 0.122076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029539 second user time and 0.051262 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-22 22:58:06
IDJOB=4284827
IDBENCH=127047
IDSOLVER=2681
FILE ID=node112/4284827-1503436347
RUNJOBID= node112-1503435486-32271
PBS_JOBID= 20632142
Free space on /tmp= 60712 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-004.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284827-1503436347/watcher-4284827-1503436347 -o /tmp/evaluation-result-4284827-1503436347/solver-4284827-1503436347 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503435486-32271 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1862586247 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284827-1503436347.xml

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

MD5SUM BENCH= b220eda080bc853662ea3d9fecf431a6
RANDOM SEED=1862586247

node112.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.24
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.24
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.24
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.24
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:        19296876 kB
MemAvailable:   31945232 kB
Buffers:          268400 kB
Cached:         12661048 kB
SwapCached:            0 kB
Active:          2289848 kB
Inactive:       10691680 kB
Active(anon):       3776 kB
Inactive(anon):    92572 kB
Active(file):    2286072 kB
Inactive(file): 10599108 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42152 kB
Writeback:             0 kB
AnonPages:         59336 kB
Mapped:            54564 kB
Shmem:             41608 kB
Slab:             185144 kB
SReclaimable:     158020 kB
SUnreclaim:        27124 kB
KernelStack:        3280 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 60672 MiB
End job on node112 at 2017-08-22 22:58:08