Trace number 4308724

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 2018-08-14OPT709 7.33003 2.7236

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark5.36378
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1463384779
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.14/0.81	c Parsing done, starting search...
3.95/2.29	o 115
3.95/2.29	o 124
3.95/2.29	o 144
3.95/2.29	o 161
3.95/2.29	o 182
3.95/2.30	o 204
3.95/2.30	o 224
4.31/2.31	o 232
4.31/2.31	o 270
4.31/2.31	o 295
4.31/2.31	o 298
4.31/2.31	o 333
4.31/2.31	o 341
4.31/2.31	o 349
4.31/2.31	o 367
4.31/2.31	o 380
4.31/2.31	o 403
4.31/2.31	o 428
4.31/2.31	o 430
4.31/2.31	o 438
4.31/2.31	o 441
4.31/2.31	o 443
4.31/2.31	o 456
4.31/2.31	o 470
4.31/2.31	o 478
4.31/2.31	o 481
4.31/2.31	o 504
4.31/2.32	o 512
4.31/2.32	o 520
4.31/2.32	o 540
4.31/2.32	o 550
4.31/2.32	o 561
4.31/2.32	o 565
4.31/2.32	o 570
4.31/2.33	o 578
4.31/2.33	o 586
4.31/2.33	o 593
4.31/2.33	o 597
4.31/2.33	o 628
4.31/2.33	o 631
4.31/2.34	o 632
4.31/2.35	o 668
4.31/2.35	o 672
4.31/2.36	o 698
4.31/2.37	o 709
6.64/2.70	s OPTIMUM FOUND
6.64/2.70	v <instantiation>
6.64/2.70	v 	<list>
6.64/2.70	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
6.64/2.70	v 	</list>
6.64/2.70	v 	<values>
6.64/2.70	v 		0 0 1 0 0 1 0 1 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 
6.64/2.70	v 	</values>
6.64/2.70	v </instantiation>

Verifier Data

OK	709

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308724-1534388845/watcher-4308724-1534388845 -o /tmp/evaluation-result-4308724-1534388845/solver-4308724-1534388845 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1534385881-2817 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1463384779 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308724-1534388845.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
Current StackSize limit: 8192 KiB

solver pid=5211, runsolver pid=5208

[startup+0.100147 s]*
/proc/loadavg: 5.96 7.67 8.24 2/198 5231
/proc/meminfo: memFree=23671180/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=26103420 memory=29476 CPUtime=0.11 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 6870 0 0 0 10 1 0 0 20 0 20 0 256447826 26729902080 7369 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6525855 7369 3142 1 0 6487932 0
[pid=5211/tid=5213] ppid=5208 vsize=26103420 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) R 5208 5211 2790 0 -1 4202560 5146 0 0 0 8 1 0 0 20 0 20 0 256447826 26729902080 7633 33554432000 4194304 4196468 140737163449728 140320032342384 140320008414976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=26103420 memory=139850605516416 CPUtime=0 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7633 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 7699 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447828 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318703774192 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5223] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5223/stat : 5223 (java) S 5208 5211 2790 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256447829 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318702720416 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5224] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5224/stat : 5224 (java) S 5208 5211 2790 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256447829 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318701667824 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5225] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5225/stat : 5225 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318700616400 140320028157851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5226] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5226/stat : 5226 (java) S 5208 5211 2790 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318699562992 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5227] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5227/stat : 5227 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318698510448 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5228] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5228/stat : 5228 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318697457904 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5229] ppid=5208 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/5211/task/5229/stat : 5229 (java) S 5208 5211 2790 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 20 0 256447831 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318696405360 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5230] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5230/stat : 5230 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447832 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318695353056 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5231] ppid=5208 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/5211/task/5231/stat : 5231 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447832 26729902080 7699 33554432000 4194304 4196468 140737163449728 140318694300592 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29476 KiB

[startup+0.209999 s]*
/proc/loadavg: 5.96 7.67 8.24 3/198 5231
/proc/meminfo: memFree=23657848/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=26103420 memory=43064 CPUtime=0.29 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 10421 0 0 0 27 2 0 0 20 0 20 0 256447826 26729902080 10766 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6525855 10766 3324 1 0 6487932 0
[pid=5211/tid=5213] ppid=5208 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) R 5208 5211 2790 0 -1 4202560 8210 0 0 0 18 2 0 0 20 0 20 0 256447826 26729902080 10766 33554432000 4194304 4196468 140737163449728 140320032356832 140319619766261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=26103420 memory=10885 CPUtime=0 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=26103420 memory=139850605527154 CPUtime=0 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 10766 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447828 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318703774192 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5223] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5223/stat : 5223 (java) S 5208 5211 2790 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256447829 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318702720416 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5224] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5224/stat : 5224 (java) S 5208 5211 2790 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256447829 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318701667824 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5225] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5225/stat : 5225 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318700616400 140320028157851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5226] ppid=5208 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/5211/task/5226/stat : 5226 (java) S 5208 5211 2790 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 20 0 256447831 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318699562992 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5227] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5227/stat : 5227 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318698510448 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5228] ppid=5208 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/5211/task/5228/stat : 5228 (java) S 5208 5211 2790 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 256447831 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318697457904 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5229] ppid=5208 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/5211/task/5229/stat : 5229 (java) R 5208 5211 2790 0 -1 4202560 288 0 0 0 6 0 0 0 20 0 20 0 256447831 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318696401088 140320006814320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5230] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5230/stat : 5230 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447832 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318695353056 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5231] ppid=5208 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/5211/task/5231/stat : 5231 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447832 26729902080 10766 33554432000 4194304 4196468 140737163449728 140318694300592 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43064 KiB

[startup+0.309502 s]*
/proc/loadavg: 5.96 7.67 8.24 3/198 5231
/proc/meminfo: memFree=23654684/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=26103420 memory=46616 CPUtime=0.42 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 10855 0 0 0 39 3 0 0 20 0 20 0 256447826 26729902080 11654 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6525855 11654 3349 1 0 6487932 0
[pid=5211/tid=5213] ppid=5208 vsize=26103420 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) R 5208 5211 2790 0 -1 4202560 8536 0 0 0 27 2 0 0 20 0 20 0 256447826 26729902080 11654 33554432000 4194304 4196468 140737163449728 140320032300992 140320013304808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=26103420 memory=139850443486127 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=26103420 memory=139850443488432 CPUtime=0 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=26103420 memory=139850443490736 CPUtime=0 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26729902080 11654 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447828 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318703774192 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5223] ppid=5208 vsize=26103420 memory=279700886988432 CPUtime=0 cores=0-7
/proc/5211/task/5223/stat : 5223 (java) S 5208 5211 2790 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256447829 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318702720416 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5224] ppid=5208 vsize=26103420 memory=279700886995344 CPUtime=0 cores=0-7
/proc/5211/task/5224/stat : 5224 (java) S 5208 5211 2790 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256447829 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318701667824 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5225] ppid=5208 vsize=26103420 memory=279700886936624 CPUtime=0 cores=0-7
/proc/5211/task/5225/stat : 5225 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318700616400 140320028157851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5226] ppid=5208 vsize=26103420 memory=279700887009168 CPUtime=0.01 cores=0-7
/proc/5211/task/5226/stat : 5226 (java) S 5208 5211 2790 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 20 0 256447831 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318699562992 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5227] ppid=5208 vsize=26103420 memory=279700887016080 CPUtime=0 cores=0-7
/proc/5211/task/5227/stat : 5227 (java) S 5208 5211 2790 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 20 0 256447831 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318698510448 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5228] ppid=5208 vsize=26103420 memory=279700887013776 CPUtime=0.01 cores=0-7
/proc/5211/task/5228/stat : 5228 (java) S 5208 5211 2790 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 20 0 256447831 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318697457904 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5229] ppid=5208 vsize=26103420 memory=279700887030384 CPUtime=0.07 cores=0-7
/proc/5211/task/5229/stat : 5229 (java) S 5208 5211 2790 0 -1 1077944384 296 0 0 0 7 0 0 0 20 0 20 0 256447831 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318696405360 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5230] ppid=5208 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5230/stat : 5230 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447832 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318695353056 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5231] ppid=5208 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/5211/task/5231/stat : 5231 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447832 26729902080 11654 33554432000 4194304 4196468 140737163449728 140318694300592 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46616 KiB

[startup+0.700855 s]
/proc/loadavg: 5.96 7.67 8.24 3/198 5231
/proc/meminfo: memFree=23631140/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=26105488 memory=87788 CPUtime=0.98 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 17871 0 0 0 92 6 0 0 20 0 20 0 256447826 26732019712 21947 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6526372 21947 3496 1 0 6488444 0
[pid=5211/tid=5213] ppid=5208 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) R 5208 5211 2790 0 -1 4202560 15033 0 0 0 63 4 0 0 20 0 20 0 256447826 26732019712 21947 33554432000 4194304 4196468 140737163449728 140320032354224 140320028161181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=26105488 memory=748 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=26105488 memory=872 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=26105488 memory=1220 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=26105488 memory=14888 CPUtime=0 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26732019712 21947 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=26105488 memory=15764 CPUtime=0 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447828 26732019712 21947 33554432000 4194304 4196468 140737163449728 140318703774192 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0

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

[pid=5211/tid=5231] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5231/stat : 5231 (java) D 5208 5211 2790 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 256447832 26738311168 36948 33554432000 4194304 4196468 140737163449728 140318694300512 140320012995342 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 147792 KiB

[startup+2.72355 s]
# the end of solver process 5211 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.12461 s, system=0.205424 s

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

[startup+1.79818 s]
/proc/loadavg: 5.96 7.67 8.24 2/198 5231
/proc/meminfo: memFree=23593364/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=26111632 memory=170668 CPUtime=3.06 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 27093 0 0 0 295 11 0 0 20 0 20 0 256447826 26738311168 42667 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6527908 42667 3553 1 0 6489980 0
[pid=5211/tid=5213] ppid=5208 vsize=26111632 memory=0 CPUtime=1.45 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) R 5208 5211 2790 0 -1 4202560 19492 0 0 0 138 7 0 0 20 0 20 0 256447826 26738311168 42667 33554432000 4194304 4196468 140737163449728 140320032376208 140320012219742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=26111632 memory=3808 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=26111632 memory=139850443699648 CPUtime=0 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256447827 26738311168 42667 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 256447828 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318703774192 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5223] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5223/stat : 5223 (java) S 5208 5211 2790 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256447829 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318702720416 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5224] ppid=5208 vsize=26111632 memory=11763915425922 CPUtime=0 cores=0-7
/proc/5211/task/5224/stat : 5224 (java) S 5208 5211 2790 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256447829 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318701667824 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5225] ppid=5208 vsize=26111632 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/5211/task/5225/stat : 5225 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256447831 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318700616400 140320028157851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5226] ppid=5208 vsize=26111632 memory=15824408392501404 CPUtime=0.32 cores=0-7
/proc/5211/task/5226/stat : 5226 (java) R 5208 5211 2790 0 -1 4202560 1487 0 0 0 32 0 0 0 20 0 20 0 256447831 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318699551232 140320013262856 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5227] ppid=5208 vsize=26111632 memory=0 CPUtime=0.34 cores=0-7
/proc/5211/task/5227/stat : 5227 (java) R 5208 5211 2790 0 -1 4202560 662 0 0 0 33 1 0 0 20 0 20 0 256447831 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318698494160 140320011636043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5228] ppid=5208 vsize=26111632 memory=0 CPUtime=0.42 cores=0-7
/proc/5211/task/5228/stat : 5228 (java) R 5208 5211 2790 0 -1 4202560 891 0 0 0 42 0 0 0 20 0 20 0 256447831 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318697445584 140320007993959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5229] ppid=5208 vsize=26111632 memory=0 CPUtime=0.48 cores=0-7
/proc/5211/task/5229/stat : 5229 (java) S 5208 5211 2790 0 -1 1077944384 3149 0 0 0 48 0 0 0 20 0 20 0 256447831 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318696405360 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5230] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5230/stat : 5230 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256447832 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318695353056 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5231] ppid=5208 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5231/stat : 5231 (java) S 5208 5211 2790 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 256447832 26738311168 42667 33554432000 4194304 4196468 140737163449728 140318694300592 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 170668 KiB

[startup+2.50407 s]
/proc/loadavg: 5.96 7.67 8.24 2/200 5233
/proc/meminfo: memFree=23467004/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=27850524 memory=240528 CPUtime=5.87 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 32944 0 0 0 570 17 0 0 20 0 46 0 256447826 28518936576 60132 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6962631 60132 3585 1 0 6924182 0
[pid=5211/tid=5213] ppid=5208 vsize=27850524 memory=-9181546051567709026 CPUtime=1.86 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) S 5208 5211 2790 0 -1 1077944384 21455 0 0 0 178 8 0 0 20 0 46 0 256447826 28518936576 60132 33554432000 4194304 4196468 140737163449728 140320032376720 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=27850524 memory=8112282956445269571 CPUtime=0.01 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=27850524 memory=7230081049427600744 CPUtime=0.01 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=27850524 memory=147792 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=27850524 memory=279700887145696 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=27850524 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=27850524 memory=279700887147200 CPUtime=0.01 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=27850524 memory=279700887147392 CPUtime=0.01 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 46 0 256447827 28518936576 60132 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=27850524 memory=279700887147584 CPUtime=0.02 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 1258 0 0 0 2 0 0 0 20 0 46 0 256447828 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318703774192 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5223] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5223/stat : 5223 (java) S 5208 5211 2790 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 46 0 256447829 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318702720480 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5224] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5224/stat : 5224 (java) S 5208 5211 2790 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 256447829 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318701667840 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5225] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5225/stat : 5225 (java) S 5208 5211 2790 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 256447831 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318700616400 140320028157851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5226] ppid=5208 vsize=27850524 memory=0 CPUtime=0.62 cores=0-7
/proc/5211/task/5226/stat : 5226 (java) R 5208 5211 2790 0 -1 4202560 1580 0 0 0 61 1 0 0 20 0 46 0 256447831 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318699555896 140320009512727 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5227] ppid=5208 vsize=27850524 memory=0 CPUtime=0.59 cores=0-7
/proc/5211/task/5227/stat : 5227 (java) R 5208 5211 2790 0 -1 4202560 1053 0 0 0 58 1 0 0 20 0 46 0 256447831 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318698502936 140320011636035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5228] ppid=5208 vsize=27850524 memory=0 CPUtime=0.72 cores=0-7
/proc/5211/task/5228/stat : 5228 (java) R 5208 5211 2790 0 -1 4202560 1027 0 0 0 72 0 0 0 20 0 46 0 256447831 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318697444544 140320013249278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5229] ppid=5208 vsize=27850524 memory=0 CPUtime=0.69 cores=0-7
/proc/5211/task/5229/stat : 5229 (java) R 5208 5211 2790 0 -1 4202560 3622 0 0 0 68 1 0 0 20 0 46 0 256447831 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318696405360 140320006795192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5230] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5230/stat : 5230 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 256447832 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318695353056 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5231] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5231/stat : 5231 (java) S 5208 5211 2790 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 46 0 256447832 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318694300592 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5232] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5232/stat : 5232 (java) R 5208 5211 2790 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 46 0 256448005 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318682957088 140320028149461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5233] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5233/stat : 5233 (java) S 5208 5211 2790 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 46 0 256448022 28518936576 60132 33554432000 4194304 4196468 140737163449728 140318679807440 140320028150402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 240528 KiB

[startup+2.70112 s]
/proc/loadavg: 5.96 7.67 8.24 2/200 5233
/proc/meminfo: memFree=23467004/32770624 swapFree=67108792/67108860
[pid=5211] ppid=5208 vsize=27850524 memory=246832 CPUtime=7.31 cores=0-7
/proc/5211/stat : 5211 (java) S 5208 5211 2790 0 -1 1077944320 33730 0 0 0 712 19 0 0 20 0 19 0 256447826 28518936576 61708 33554432000 4194304 4196468 140737163449728 140737163432272 140320028139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
/proc/5211/statm: 6962631 61708 3598 1 0 6924182 0
[pid=5211/tid=5213] ppid=5208 vsize=27850524 memory=-7674914008656224160 CPUtime=1.87 cores=0-7
/proc/5211/task/5213/stat : 5213 (java) S 5208 5211 2790 0 -1 1077944384 21460 0 0 0 178 9 0 0 20 0 19 0 256447826 28518936576 61708 33554432000 4194304 4196468 140737163449728 140320032382096 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5214] ppid=5208 vsize=27850524 memory=4206186544037388384 CPUtime=0.01 cores=0-7
/proc/5211/task/5214/stat : 5214 (java) S 5208 5211 2790 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319950719760 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5215] ppid=5208 vsize=27850524 memory=8112282956445269571 CPUtime=0.01 cores=0-7
/proc/5211/task/5215/stat : 5215 (java) S 5208 5211 2790 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319949667216 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5216] ppid=5208 vsize=27850524 memory=1185 CPUtime=0.01 cores=0-7
/proc/5211/task/5216/stat : 5216 (java) S 5208 5211 2790 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319948614672 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5217] ppid=5208 vsize=27850524 memory=279700887118528 CPUtime=0 cores=0-7
/proc/5211/task/5217/stat : 5217 (java) S 5208 5211 2790 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319947562128 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5218] ppid=5208 vsize=27850524 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/5211/task/5218/stat : 5218 (java) S 5208 5211 2790 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319946508560 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5219] ppid=5208 vsize=27850524 memory=14977784439113742 CPUtime=0 cores=0-7
/proc/5211/task/5219/stat : 5219 (java) S 5208 5211 2790 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319945456016 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5220] ppid=5208 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/5211/task/5220/stat : 5220 (java) S 5208 5211 2790 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319944403472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5221] ppid=5208 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/5211/task/5221/stat : 5221 (java) S 5208 5211 2790 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 19 0 256447827 28518936576 61708 33554432000 4194304 4196468 140737163449728 140319943350928 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5222] ppid=5208 vsize=27850524 memory=139850443550669 CPUtime=0.02 cores=0-7
/proc/5211/task/5222/stat : 5222 (java) S 5208 5211 2790 0 -1 1077944384 1258 0 0 0 2 0 0 0 20 0 19 0 256447828 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318703774400 140320028150402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5223] ppid=5208 vsize=27850524 memory=562 CPUtime=0 cores=0-7
/proc/5211/task/5223/stat : 5223 (java) S 5208 5211 2790 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 256447829 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318702720480 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5224] ppid=5208 vsize=27850524 memory=279700886969248 CPUtime=0 cores=0-7
/proc/5211/task/5224/stat : 5224 (java) S 5208 5211 2790 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 256447829 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318701667840 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5225] ppid=5208 vsize=27850524 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/5211/task/5225/stat : 5225 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 256447831 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318700616048 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5226] ppid=5208 vsize=27850524 memory=6944656592455359580 CPUtime=0.78 cores=0-7
/proc/5211/task/5226/stat : 5226 (java) S 5208 5211 2790 0 -1 1077944384 1632 0 0 0 77 1 0 0 20 0 19 0 256447831 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318699543472 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5227] ppid=5208 vsize=27850524 memory=6944656575208382560 CPUtime=0.75 cores=0-7
/proc/5211/task/5227/stat : 5227 (java) S 5208 5211 2790 0 -1 1077944384 1333 0 0 0 74 1 0 0 20 0 19 0 256447831 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318698494960 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5228] ppid=5208 vsize=27850524 memory=6944656592455360604 CPUtime=0.84 cores=0-7
/proc/5211/task/5228/stat : 5228 (java) S 5208 5211 2790 0 -1 1077944384 1058 0 0 0 84 0 0 0 20 0 19 0 256447831 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318697442416 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5229] ppid=5208 vsize=27850524 memory=6656426216303648864 CPUtime=0.77 cores=0-7
/proc/5211/task/5229/stat : 5229 (java) S 5208 5211 2790 0 -1 1077944384 3754 0 0 0 76 1 0 0 20 0 19 0 256447831 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318696400736 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
[pid=5211/tid=5230] ppid=5208 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/5211/task/5230/stat : 5230 (java) S 5208 5211 2790 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 256447832 28518936576 61708 33554432000 4194304 4196468 140737163449728 140318695353056 140320028149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22634496 140737163453517 140737163453701 140737163453701 140737163456463 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 246832 KiB

Child status: 0
Real time (s): 2.7236
CPU time (s): 7.33003
CPU user time (s): 7.12461
CPU system time (s): 0.205424
CPU usage (%): 269.13
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 246832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.12461
system time used= 0.205424
maximum resident set size= 247680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6169
involuntary context switches= 173


# summary of solver processes directly reported to runsolver:
#   pid: 5211
#   total CPU time (s): 7.33003
#   total CPU user time (s): 7.12461
#   total CPU system time (s): 0.205424

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03692 second user time and 0.066299 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-16 05:07:25
IDJOB=4308724
IDBENCH=141542
IDSOLVER=2793
FILE ID=node150/4308724-1534388845
RUNJOBID= node150-1534385881-2817
PBS_JOBID= 21038316
Free space on /tmp= 43008 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308724-1534388845/watcher-4308724-1534388845 -o /tmp/evaluation-result-4308724-1534388845/solver-4308724-1534388845 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1534385881-2817 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1463384779 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308724-1534388845.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=1463384779

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	: 5333.76
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.76
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.76
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.76
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:        23688676 kB
MemAvailable:   31893972 kB
Buffers:          161084 kB
Cached:          8271492 kB
SwapCached:            0 kB
Active:          4195068 kB
Inactive:        4291808 kB
Active(anon):       4668 kB
Inactive(anon):   109536 kB
Active(file):    4190400 kB
Inactive(file):  4182272 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35636 kB
Writeback:             0 kB
AnonPages:        175508 kB
Mapped:            56052 kB
Shmem:             57924 kB
Slab:             289448 kB
SReclaimable:     261084 kB
SUnreclaim:        28364 kB
KernelStack:        3952 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 42972 MiB
End job on node150 at 2018-08-16 05:07:28