Trace number 4291078

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-07-02OPT4 5.89162 2.17199

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.14591
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
Optimization problemYES
Type of objectivemin 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.67/0.54	c version: 2018-07-02
0.67/0.54	c seed: 558780445
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.57	c Parsing instance...
1.17/0.81	c Parsing done, starting search...
4.07/1.91	o 13
4.07/1.91	o 12
4.07/1.91	o 11
4.07/1.92	o 10
4.07/1.93	o 9
4.07/1.93	o 8
4.07/1.93	o 7
4.07/1.96	o 6
4.96/2.06	o 5
4.96/2.11	o 4
5.67/2.15	s OPTIMUM FOUND
5.67/2.15	v <instantiation>
5.67/2.15	v 	<list>
5.67/2.15	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]
5.67/2.15	v 	</list>
5.67/2.15	v 	<values>
5.67/2.15	v 		0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 
5.67/2.15	v 	</values>
5.67/2.15	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291078-1532631358/watcher-4291078-1532631358 -o /tmp/evaluation-result-4291078-1532631358/solver-4291078-1532631358 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1532623784-9548 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 558780445 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291078-1532631358.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=10317, runsolver pid=10314

[startup+0.100154 s]*
/proc/loadavg: 8.03 8.75 8.79 2/203 10337
/proc/meminfo: memFree=22965564/32770624 swapFree=67108860/67108860
[pid=10317] ppid=10314 vsize=26103424 memory=31624 CPUtime=0.11 cores=0-7
/proc/10317/stat : 10317 (java) S 10314 10317 9521 0 -1 1077944320 7388 0 0 0 10 1 0 0 20 0 20 0 80699005 26729906176 7906 33554432000 4194304 4196468 140728892047456 140728892030000 139759735795447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
/proc/10317/statm: 6525856 7906 3141 1 0 6487932 0
[pid=10317/tid=10319] ppid=10314 vsize=26103424 memory=7896105854803288216 CPUtime=0.08 cores=0-7
/proc/10317/task/10319/stat : 10319 (java) R 10314 10317 9521 0 -1 4202560 5540 0 0 0 8 0 0 0 20 0 20 0 80699006 26729906176 8038 33554432000 4194304 4196468 140728892047456 139759740021136 139759721993392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10320] ppid=10314 vsize=26103424 memory=732370203894262757 CPUtime=0 cores=0-7
/proc/10317/task/10320/stat : 10320 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8038 33554432000 4194304 4196468 140728892047456 139759658375696 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10321] ppid=10314 vsize=26103424 memory=140065556809344 CPUtime=0 cores=0-7
/proc/10317/task/10321/stat : 10321 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8038 33554432000 4194304 4196468 140728892047456 139759657323152 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10322] ppid=10314 vsize=26103168 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10322/stat : 10322 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729644032 8050 33554432000 4194304 4196468 140728892047456 139759656270096 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10323] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10323/stat : 10323 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8050 33554432000 4194304 4196468 140728892047456 139759655217552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10324] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10324/stat : 10324 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8050 33554432000 4194304 4196468 140728892047456 139759654165520 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10325] ppid=10314 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10317/task/10325/stat : 10325 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8050 33554432000 4194304 4196468 140728892047456 139759653112976 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10326] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10326/stat : 10326 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8050 33554432000 4194304 4196468 140728892047456 139759652059920 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10327] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10327/stat : 10327 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 8050 33554432000 4194304 4196468 140728892047456 139759651007376 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10328] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10328/stat : 10328 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699008 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758008162544 139759735806594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10329] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10329/stat : 10329 (java) S 10314 10317 9521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 80699008 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758007108768 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10330] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10330/stat : 10330 (java) S 10314 10317 9521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80699009 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758006055664 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10331] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10331/stat : 10331 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758005004240 139759735814043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10332] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10332/stat : 10332 (java) R 10314 10317 9521 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758003952368 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10333] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10333/stat : 10333 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758002899824 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10334] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10334/stat : 10334 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758001846768 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10335] ppid=10314 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10335/stat : 10335 (java) S 10314 10317 9521 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 80699011 26729906176 8050 33554432000 4194304 4196468 140728892047456 139758000794224 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10336] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10336/stat : 10336 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 8050 33554432000 4194304 4196468 140728892047456 139757999741408 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10337] ppid=10314 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10317/task/10337/stat : 10337 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699012 26729906176 8050 33554432000 4194304 4196468 140728892047456 139757998688944 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31624 KiB

[startup+0.210234 s]*
/proc/loadavg: 8.03 8.75 8.79 4/203 10337
/proc/meminfo: memFree=22952232/32770624 swapFree=67108860/67108860
[pid=10317] ppid=10314 vsize=26103424 memory=43116 CPUtime=0.3 cores=0-7
/proc/10317/stat : 10317 (java) S 10314 10317 9521 0 -1 1077944320 10465 0 0 0 28 2 0 0 20 0 20 0 80699005 26729906176 10779 33554432000 4194304 4196468 140728892047456 140728892030000 139759735795447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
/proc/10317/statm: 6525856 10779 3335 1 0 6487932 0
[pid=10317/tid=10319] ppid=10314 vsize=26103424 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/10317/task/10319/stat : 10319 (java) R 10314 10317 9521 0 -1 4202560 8238 0 0 0 18 1 0 0 20 0 20 0 80699006 26729906176 10779 33554432000 4194304 4196468 140728892047456 139759740023104 139759721863566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10320] ppid=10314 vsize=26103424 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/10317/task/10320/stat : 10320 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 10779 33554432000 4194304 4196468 140728892047456 139759658375696 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10321] ppid=10314 vsize=26103424 memory=14548311696885400 CPUtime=0 cores=0-7
/proc/10317/task/10321/stat : 10321 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 10779 33554432000 4194304 4196468 140728892047456 139759657323152 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10322] ppid=10314 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10317/task/10322/stat : 10322 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 10779 33554432000 4194304 4196468 140728892047456 139759656270096 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10323] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10323/stat : 10323 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 10779 33554432000 4194304 4196468 140728892047456 139759655217552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10324] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10324/stat : 10324 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11291 33554432000 4194304 4196468 140728892047456 139759654165520 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10325] ppid=10314 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10317/task/10325/stat : 10325 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11291 33554432000 4194304 4196468 140728892047456 139759653112976 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10326] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10326/stat : 10326 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11291 33554432000 4194304 4196468 140728892047456 139759652059920 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10327] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10327/stat : 10327 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11291 33554432000 4194304 4196468 140728892047456 139759651007376 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10328] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10328/stat : 10328 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699008 26729906176 11291 33554432000 4194304 4196468 140728892047456 139758008162544 139759735806594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10329] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10329/stat : 10329 (java) S 10314 10317 9521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 80699008 26729906176 11291 33554432000 4194304 4196468 140728892047456 139758007108768 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10330] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10330/stat : 10330 (java) S 10314 10317 9521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80699009 26729906176 11291 33554432000 4194304 4196468 140728892047456 139758006055664 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10331] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10331/stat : 10331 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 11291 33554432000 4194304 4196468 140728892047456 139758005004240 139759735814043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10332] ppid=10314 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10332/stat : 10332 (java) S 10314 10317 9521 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 80699011 26729906176 11355 33554432000 4194304 4196468 140728892047456 139758003952368 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10333] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10333/stat : 10333 (java) S 10314 10317 9521 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 11355 33554432000 4194304 4196468 140728892047456 139758002899824 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10334] ppid=10314 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10334/stat : 10334 (java) R 10314 10317 9521 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 80699011 26729906176 11355 33554432000 4194304 4196468 140728892047456 139758001846768 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10335] ppid=10314 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/10317/task/10335/stat : 10335 (java) S 10314 10317 9521 0 -1 1077944384 294 0 0 0 6 0 0 0 20 0 20 0 80699011 26729906176 11355 33554432000 4194304 4196468 140728892047456 139758000794224 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10336] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10336/stat : 10336 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 11355 33554432000 4194304 4196468 140728892047456 139757999741408 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10337] ppid=10314 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10317/task/10337/stat : 10337 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699012 26729906176 11355 33554432000 4194304 4196468 140728892047456 139757998688944 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43116 KiB

[startup+0.309772 s]*
/proc/loadavg: 8.03 8.75 8.79 2/203 10337
/proc/meminfo: memFree=22948820/32770624 swapFree=67108860/67108860
[pid=10317] ppid=10314 vsize=26103424 memory=46696 CPUtime=0.42 cores=0-7
/proc/10317/stat : 10317 (java) S 10314 10317 9521 0 -1 1077944320 10900 0 0 0 40 2 0 0 20 0 20 0 80699005 26729906176 11674 33554432000 4194304 4196468 140728892047456 140728892030000 139759735795447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
/proc/10317/statm: 6525856 11674 3370 1 0 6487932 0
[pid=10317/tid=10319] ppid=10314 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10317/task/10319/stat : 10319 (java) R 10314 10317 9521 0 -1 4202560 8578 0 0 0 28 1 0 0 20 0 20 0 80699006 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759739957184 139759735817373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10320] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10320/stat : 10320 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759658375696 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10321] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10321/stat : 10321 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759657323152 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10322] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10322/stat : 10322 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759656270096 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10323] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10323/stat : 10323 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759655217552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10324] ppid=10314 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/10317/task/10324/stat : 10324 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759654165520 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10325] ppid=10314 vsize=26103424 memory=140065460286383 CPUtime=0 cores=0-7
/proc/10317/task/10325/stat : 10325 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759653112976 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10326] ppid=10314 vsize=26103424 memory=140065460288688 CPUtime=0 cores=0-7
/proc/10317/task/10326/stat : 10326 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759652059920 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10327] ppid=10314 vsize=26103424 memory=140065460290992 CPUtime=0 cores=0-7
/proc/10317/task/10327/stat : 10327 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699007 26729906176 11674 33554432000 4194304 4196468 140728892047456 139759651007376 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10328] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10328/stat : 10328 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699008 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758008162544 139759735806594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10329] ppid=10314 vsize=26103424 memory=280130920588944 CPUtime=0 cores=0-7
/proc/10317/task/10329/stat : 10329 (java) S 10314 10317 9521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 80699008 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758007108768 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10330] ppid=10314 vsize=26103424 memory=280130920595856 CPUtime=0 cores=0-7
/proc/10317/task/10330/stat : 10330 (java) S 10314 10317 9521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80699009 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758006055664 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10331] ppid=10314 vsize=26103424 memory=280130920537136 CPUtime=0 cores=0-7
/proc/10317/task/10331/stat : 10331 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758005004240 139759735814043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10332] ppid=10314 vsize=26103424 memory=280130920609680 CPUtime=0.01 cores=0-7
/proc/10317/task/10332/stat : 10332 (java) S 10314 10317 9521 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 80699011 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758003952368 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10333] ppid=10314 vsize=26103424 memory=280130920616592 CPUtime=0.01 cores=0-7
/proc/10317/task/10333/stat : 10333 (java) R 10314 10317 9521 0 -1 4202560 221 0 0 0 1 0 0 0 20 0 20 0 80699011 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758002899824 139759728780489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10334] ppid=10314 vsize=26103424 memory=280130920614288 CPUtime=0.01 cores=0-7
/proc/10317/task/10334/stat : 10334 (java) S 10314 10317 9521 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 80699011 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758001846768 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10335] ppid=10314 vsize=26103424 memory=280130920630848 CPUtime=0.07 cores=0-7
/proc/10317/task/10335/stat : 10335 (java) R 10314 10317 9521 0 -1 4202560 300 0 0 0 7 0 0 0 20 0 20 0 80699011 26729906176 11674 33554432000 4194304 4196468 140728892047456 139758000794224 139759735807382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10336] ppid=10314 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10336/stat : 10336 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699011 26729906176 11674 33554432000 4194304 4196468 140728892047456 139757999741408 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10337] ppid=10314 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10317/task/10337/stat : 10337 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699012 26729906176 11674 33554432000 4194304 4196468 140728892047456 139757998688944 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46696 KiB

[startup+0.700849 s]
/proc/loadavg: 8.03 8.75 8.79 2/203 10337
/proc/meminfo: memFree=22924760/32770624 swapFree=67108860/67108860
[pid=10317] ppid=10314 vsize=26105492 memory=87564 CPUtime=0.99 cores=0-7
/proc/10317/stat : 10317 (java) S 10314 10317 9521 0 -1 1077944320 17842 0 0 0 94 5 0 0 20 0 20 0 80699005 26732023808 21891 33554432000 4194304 4196468 140728892047456 140728892030000 139759735795447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
/proc/10317/statm: 6526373 21891 3475 1 0 6488444 0
[pid=10317/tid=10319] ppid=10314 vsize=26105492 memory=4639930699739917162 CPUtime=0.67 cores=0-7
/proc/10317/task/10319/stat : 10319 (java) R 10314 10317 9521 0 -1 4202560 15069 0 0 0 64 3 0 0 20 0 20 0 80699006 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759740018768 139759719875934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10320] ppid=10314 vsize=26105492 memory=44392781992128 CPUtime=0 cores=0-7
/proc/10317/task/10320/stat : 10320 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759658375696 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10321] ppid=10314 vsize=26105492 memory=140065460298886 CPUtime=0 cores=0-7
/proc/10317/task/10321/stat : 10321 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759657323152 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10322] ppid=10314 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10322/stat : 10322 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759656270096 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10323] ppid=10314 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10323/stat : 10323 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759655217552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10324] ppid=10314 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10324/stat : 10324 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759654165520 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10325] ppid=10314 vsize=26105492 memory=2353 CPUtime=0 cores=0-7
/proc/10317/task/10325/stat : 10325 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759653112976 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10326] ppid=10314 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10326/stat : 10326 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759652059920 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10327] ppid=10314 vsize=26105492 memory=1728 CPUtime=0 cores=0-7
/proc/10317/task/10327/stat : 10327 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80699007 26732023808 21891 33554432000 4194304 4196468 140728892047456 139759651007376 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10328] ppid=10314 vsize=26105492 memory=792 CPUtime=0 cores=0-7
/proc/10317/task/10328/stat : 10328 (java) S 10314 10317 9521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80699008 26732023808 21891 33554432000 4194304 4196468 140728892047456 139758008162544 139759735806594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0

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

[pid=10317/tid=10336] ppid=10314 vsize=27850528 memory=3471202396320837680 CPUtime=0 cores=0-7
/proc/10317/task/10336/stat : 10336 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 80699011 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757999741408 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10337] ppid=10314 vsize=27850528 memory=3472328296227680299 CPUtime=0 cores=0-7
/proc/10317/task/10337/stat : 10337 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 80699012 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757998688944 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10338] ppid=10314 vsize=27850528 memory=3472328296227680303 CPUtime=0.02 cores=0-7
/proc/10317/task/10338/stat : 10338 (java) R 10314 10317 9521 0 -1 1077944384 36 0 0 0 2 0 0 0 20 0 46 0 80699147 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757987340800 139759735805653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10339] ppid=10314 vsize=27850528 memory=-3472574513799858008 CPUtime=0 cores=0-7
/proc/10317/task/10339/stat : 10339 (java) S 10314 10317 9521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 80699163 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757984191184 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10340] ppid=10314 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/10317/task/10340/stat : 10340 (java) R 10314 10317 9521 0 -1 1077944384 200 0 0 0 8 0 0 0 20 0 46 0 80699184 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757981042080 139759735805653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10341] ppid=10314 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10317/task/10341/stat : 10341 (java) R 10314 10317 9521 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 46 0 80699185 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757979989536 139759326444596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10342] ppid=10314 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10317/task/10342/stat : 10342 (java) R 10314 10317 9521 0 -1 1077944384 45 0 0 0 2 0 0 0 20 0 46 0 80699185 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757978936480 139759735805653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10343] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10343/stat : 10343 (java) R 10314 10317 9521 0 -1 1077944384 53 0 0 0 3 0 0 0 20 0 46 0 80699192 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757975786784 139759735805653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10344] ppid=10314 vsize=27850528 memory=280130920382704 CPUtime=0.02 cores=0-7
/proc/10317/task/10344/stat : 10344 (java) R 10314 10317 9521 0 -1 1077944384 57 0 0 0 2 0 0 0 20 0 46 0 80699192 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757974733728 139759735805653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10345] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10345/stat : 10345 (java) R 10314 10317 9521 0 -1 1077944384 47 0 0 0 3 0 0 0 20 0 46 0 80699192 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757973681184 139759735805653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10346] ppid=10314 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10317/task/10346/stat : 10346 (java) R 10314 10317 9521 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 46 0 80699192 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757972628128 139759326481793 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10347] ppid=10314 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/10317/task/10347/stat : 10347 (java) R 10314 10317 9521 0 -1 1077944384 60 0 0 0 6 0 0 0 20 0 46 0 80699193 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757971575584 139759735805653 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10348] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10348/stat : 10348 (java) S 10314 10317 9521 0 -1 1077944384 48 0 0 0 3 0 0 0 20 0 46 0 80699193 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757970523552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10349] ppid=10314 vsize=27850528 memory=7230645025961766505 CPUtime=0.01 cores=0-7
/proc/10317/task/10349/stat : 10349 (java) R 10314 10317 9521 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 46 0 80699193 28518940672 57498 33554432000 4194304 4196468 140728892047456 139757969471008 139759735805653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10350] ppid=10314 vsize=27850528 memory=7811890912847681897 CPUtime=0.01 cores=0-7
/proc/10317/task/10350/stat : 10350 (java) R 10314 10317 9521 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 46 0 80699193 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757592846592 139759735805653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10351] ppid=10314 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10351/stat : 10351 (java) R 10314 10317 9521 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 46 0 80699193 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757591807264 139759735805653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10352] ppid=10314 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10317/task/10352/stat : 10352 (java) S 10314 10317 9521 0 -1 1077944384 41 0 0 0 2 0 0 0 20 0 46 0 80699195 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757590740608 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10353] ppid=10314 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10353/stat : 10353 (java) R 10314 10317 9521 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 46 0 80699195 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757589701664 139759735805653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10354] ppid=10314 vsize=27850528 memory=44298292711594 CPUtime=0.02 cores=0-7
/proc/10317/task/10354/stat : 10354 (java) R 10314 10317 9521 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757586512256 139759717357759 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10355] ppid=10314 vsize=27850528 memory=44298292711595 CPUtime=0.02 cores=0-7
/proc/10317/task/10355/stat : 10355 (java) R 10314 10317 9521 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757585459712 139759326466332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10356] ppid=10314 vsize=27850528 memory=44298292711596 CPUtime=0 cores=0-7
/proc/10317/task/10356/stat : 10356 (java) S 10314 10317 9521 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757584394352 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10357] ppid=10314 vsize=27850528 memory=44298292711597 CPUtime=0.02 cores=0-7
/proc/10317/task/10357/stat : 10357 (java) R 10314 10317 9521 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757583355136 139759326411744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10358] ppid=10314 vsize=27850528 memory=44298292711598 CPUtime=0.01 cores=0-7
/proc/10317/task/10358/stat : 10358 (java) R 10314 10317 9521 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757582304416 139759735805653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10359] ppid=10314 vsize=27850528 memory=10881 CPUtime=0.02 cores=0-7
/proc/10317/task/10359/stat : 10359 (java) R 10314 10317 9521 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757581251872 140728892082114 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10360] ppid=10314 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10317/task/10360/stat : 10360 (java) R 10314 10317 9521 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 46 0 80699197 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757580196480 139759326444596 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10361] ppid=10314 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10361/stat : 10361 (java) R 10314 10317 9521 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 46 0 80699198 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757579146272 140728892082114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10362] ppid=10314 vsize=27850528 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/10317/task/10362/stat : 10362 (java) R 10314 10317 9521 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 46 0 80699198 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757578090880 139759326475662 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10363] ppid=10314 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10317/task/10363/stat : 10363 (java) R 10314 10317 9521 0 -1 1077944384 24 0 0 0 2 0 0 0 20 0 46 0 80699198 28518940672 57508 33554432000 4194304 4196468 140728892047456 139757577038608 139759735805653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 27850528 KiB
Current children cumulated memory: 229992 KiB

[startup+2.11267 s]
/proc/loadavg: 7.62 8.66 8.76 30/229 10363
/proc/meminfo: memFree=22762816/32770624 swapFree=67108860/67108860
[pid=10317] ppid=10314 vsize=27850528 memory=231736 CPUtime=5.67 cores=0-7
/proc/10317/stat : 10317 (java) S 10314 10317 9521 0 -1 1077944320 34005 0 0 0 553 14 0 0 20 0 46 0 80699005 28518940672 57934 33554432000 4194304 4196468 140728892047456 140728892030000 139759735795447 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
/proc/10317/statm: 6962632 57934 3579 1 0 6924182 0
[pid=10317/tid=10319] ppid=10314 vsize=27850528 memory=140069851776639 CPUtime=1.79 cores=0-7
/proc/10317/task/10319/stat : 10319 (java) S 10314 10317 9521 0 -1 1077944384 21380 0 0 0 173 6 0 0 20 0 46 0 80699006 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759740032912 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10320] ppid=10314 vsize=27850528 memory=6943526294502006880 CPUtime=0.01 cores=0-7
/proc/10317/task/10320/stat : 10320 (java) S 10314 10317 9521 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759658375696 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10321] ppid=10314 vsize=27850528 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/10317/task/10321/stat : 10321 (java) S 10314 10317 9521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759657323152 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10322] ppid=10314 vsize=27850528 memory=3828 CPUtime=0.01 cores=0-7
/proc/10317/task/10322/stat : 10322 (java) S 10314 10317 9521 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759656270096 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10323] ppid=10314 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10323/stat : 10323 (java) S 10314 10317 9521 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759655217552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10324] ppid=10314 vsize=27850528 memory=140065460499936 CPUtime=0.01 cores=0-7
/proc/10317/task/10324/stat : 10324 (java) S 10314 10317 9521 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759654165520 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10325] ppid=10314 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10325/stat : 10325 (java) S 10314 10317 9521 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759653112976 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10326] ppid=10314 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10317/task/10326/stat : 10326 (java) S 10314 10317 9521 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759652059920 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10327] ppid=10314 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10327/stat : 10327 (java) S 10314 10317 9521 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 46 0 80699007 28518940672 58000 33554432000 4194304 4196468 140728892047456 139759651007376 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10328] ppid=10314 vsize=27850528 memory=280130921082592 CPUtime=0.01 cores=0-7
/proc/10317/task/10328/stat : 10328 (java) S 10314 10317 9521 0 -1 1077944384 1297 0 0 0 1 0 0 0 20 0 46 0 80699008 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758008162544 139759735806594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10329] ppid=10314 vsize=27850528 memory=280130921082784 CPUtime=0 cores=0-7
/proc/10317/task/10329/stat : 10329 (java) S 10314 10317 9521 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 46 0 80699008 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758007108832 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10330] ppid=10314 vsize=27850528 memory=280130921250208 CPUtime=0 cores=0-7
/proc/10317/task/10330/stat : 10330 (java) S 10314 10317 9521 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 46 0 80699009 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758006055680 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10331] ppid=10314 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10331/stat : 10331 (java) S 10314 10317 9521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 80699011 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758005004240 139759735814043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10332] ppid=10314 vsize=27850528 memory=0 CPUtime=0.59 cores=0-7
/proc/10317/task/10332/stat : 10332 (java) R 10314 10317 9521 0 -1 4202560 1759 0 0 0 59 0 0 0 20 0 46 0 80699011 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758003938392 139759728084896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10333] ppid=10314 vsize=27850528 memory=0 CPUtime=0.59 cores=0-7
/proc/10317/task/10333/stat : 10333 (java) R 10314 10317 9521 0 -1 4202560 1312 0 0 0 58 1 0 0 20 0 46 0 80699011 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758002892312 139759713390230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10334] ppid=10314 vsize=27850528 memory=0 CPUtime=0.62 cores=0-7
/proc/10317/task/10334/stat : 10334 (java) R 10314 10317 9521 0 -1 4202560 1267 0 0 0 62 0 0 0 20 0 46 0 80699011 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758001833200 139759714872912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10335] ppid=10314 vsize=27850528 memory=6226598563232174439 CPUtime=0.72 cores=0-7
/proc/10317/task/10335/stat : 10335 (java) R 10314 10317 9521 0 -1 4202560 3998 0 0 0 71 1 0 0 20 0 46 0 80699011 28518940672 58000 33554432000 4194304 4196468 140728892047456 139758000792184 139759715228553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10336] ppid=10314 vsize=27850528 memory=7301857172715104592 CPUtime=0 cores=0-7
/proc/10317/task/10336/stat : 10336 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 80699011 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757999741408 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10337] ppid=10314 vsize=27850528 memory=7085680916006791250 CPUtime=0 cores=0-7
/proc/10317/task/10337/stat : 10337 (java) S 10314 10317 9521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 80699012 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757998688944 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10338] ppid=10314 vsize=27850528 memory=288230574492221466 CPUtime=0.03 cores=0-7
/proc/10317/task/10338/stat : 10338 (java) R 10314 10317 9521 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 46 0 80699147 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757987340800 139759327555788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10339] ppid=10314 vsize=27850528 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/10317/task/10339/stat : 10339 (java) S 10314 10317 9521 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 80699163 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757984191184 139759735806594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10340] ppid=10314 vsize=27850528 memory=14128944282601028 CPUtime=0.08 cores=0-7
/proc/10317/task/10340/stat : 10340 (java) S 10314 10317 9521 0 -1 1077944384 200 0 0 0 8 0 0 0 20 0 46 0 80699184 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757981042080 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10341] ppid=10314 vsize=27850528 memory=0 CPUtime=0.07 cores=0-7
/proc/10317/task/10341/stat : 10341 (java) R 10314 10317 9521 0 -1 4202560 126 0 0 0 7 0 0 0 20 0 46 0 80699185 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757979987168 139759326444588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10342] ppid=10314 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10317/task/10342/stat : 10342 (java) S 10314 10317 9521 0 -1 1077944384 45 0 0 0 4 0 0 0 20 0 46 0 80699185 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757978936480 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10343] ppid=10314 vsize=27850528 memory=6655300316396806240 CPUtime=0.05 cores=0-7
/proc/10317/task/10343/stat : 10343 (java) R 10314 10317 9521 0 -1 1077944384 53 0 0 0 5 0 0 0 20 0 46 0 80699192 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757975786784 139759735805653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10344] ppid=10314 vsize=27850528 memory=6944656575208382560 CPUtime=0.04 cores=0-7
/proc/10317/task/10344/stat : 10344 (java) R 10314 10317 9521 0 -1 4202560 57 0 0 0 4 0 0 0 20 0 46 0 80699192 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757974731392 139759326481724 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10345] ppid=10314 vsize=27850528 memory=6655300316396806240 CPUtime=0.04 cores=0-7
/proc/10317/task/10345/stat : 10345 (java) S 10314 10317 9521 0 -1 1077944384 47 0 0 0 4 0 0 0 20 0 46 0 80699192 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757973681184 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10346] ppid=10314 vsize=27850528 memory=6656426216303648864 CPUtime=0.04 cores=0-7
/proc/10317/task/10346/stat : 10346 (java) R 10314 10317 9521 0 -1 4202560 48 0 0 0 4 0 0 0 20 0 46 0 80699192 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757972625792 139759328571356 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10347] ppid=10314 vsize=27850528 memory=6944656592455097440 CPUtime=0.09 cores=0-7
/proc/10317/task/10347/stat : 10347 (java) S 10314 10317 9521 0 -1 1077944384 60 0 0 0 9 0 0 0 20 0 46 0 80699193 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757971575584 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10348] ppid=10314 vsize=27850528 memory=6944656592455097440 CPUtime=0.04 cores=0-7
/proc/10317/task/10348/stat : 10348 (java) S 10314 10317 9521 0 -1 1077944384 48 0 0 0 4 0 0 0 20 0 46 0 80699193 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757970523552 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10349] ppid=10314 vsize=27850528 memory=6655300316396806240 CPUtime=0.02 cores=0-7
/proc/10317/task/10349/stat : 10349 (java) S 10314 10317 9521 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 46 0 80699193 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757969471008 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10350] ppid=10314 vsize=27850528 memory=6943526294502006880 CPUtime=0.04 cores=0-7
/proc/10317/task/10350/stat : 10350 (java) S 10314 10317 9521 0 -1 1077944384 86 0 0 0 4 0 0 0 20 0 46 0 80699193 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757592859808 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10351] ppid=10314 vsize=27850528 memory=6944656575208382560 CPUtime=0.03 cores=0-7
/proc/10317/task/10351/stat : 10351 (java) S 10314 10317 9521 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 46 0 80699193 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757591807264 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10352] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10352/stat : 10352 (java) S 10314 10317 9521 0 -1 1077944384 41 0 0 0 3 0 0 0 20 0 46 0 80699195 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757590754208 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10353] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10353/stat : 10353 (java) S 10314 10317 9521 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 46 0 80699195 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757589701664 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10354] ppid=10314 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10317/task/10354/stat : 10354 (java) S 10314 10317 9521 0 -1 1077944384 27 0 0 0 4 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757586514592 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10355] ppid=10314 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/10317/task/10355/stat : 10355 (java) S 10314 10317 9521 0 -1 1077944384 25 0 0 0 6 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757585462048 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10356] ppid=10314 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10317/task/10356/stat : 10356 (java) S 10314 10317 9521 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757584410016 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10357] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10357/stat : 10357 (java) S 10314 10317 9521 0 -1 1077944384 32 0 0 0 3 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757583357472 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10358] ppid=10314 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10317/task/10358/stat : 10358 (java) S 10314 10317 9521 0 -1 1077944384 24 0 0 0 4 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757582304416 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10359] ppid=10314 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10317/task/10359/stat : 10359 (java) S 10314 10317 9521 0 -1 1077944384 25 0 0 0 4 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757581251872 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10360] ppid=10314 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10317/task/10360/stat : 10360 (java) R 10314 10317 9521 0 -1 1077944384 26 0 0 0 4 0 0 0 20 0 46 0 80699197 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757580198816 139759735805653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10361] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10361/stat : 10361 (java) S 10314 10317 9521 0 -1 1077944384 62 0 0 0 3 0 0 0 20 0 46 0 80699198 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757579146272 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10362] ppid=10314 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10317/task/10362/stat : 10362 (java) S 10314 10317 9521 0 -1 1077944384 26 0 0 0 5 0 0 0 20 0 46 0 80699198 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757578078888 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
[pid=10317/tid=10363] ppid=10314 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10317/task/10363/stat : 10363 (java) S 10314 10317 9521 0 -1 1077944384 24 0 0 0 3 0 0 0 20 0 46 0 80699198 28518940672 58000 33554432000 4194304 4196468 140728892047456 139757577040672 139759735805653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18247680 140728892052558 140728892052741 140728892052741 140728892055503 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 27850528 KiB
Current children cumulated memory: 231736 KiB

Child status: 0
Real time (s): 2.17199
CPU time (s): 5.89162
CPU user time (s): 5.72979
CPU system time (s): 0.161829
CPU usage (%): 271.254
Max. virtual memory (cumulated for all children) (KiB): 27850528
Max. memory (cumulated for all children) (KiB): 231736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.72979
system time used= 0.161829
maximum resident set size= 235656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34301
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= 5195
involuntary context switches= 179


# summary of solver processes directly reported to runsolver:
#   pid: 10317
#   total CPU time (s): 5.89162
#   total CPU user time (s): 5.72979
#   total CPU system time (s): 0.161829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033786 second user time and 0.070398 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 20:55:58
IDJOB=4291078
IDBENCH=141110
IDSOLVER=2745
FILE ID=node135/4291078-1532631358
RUNJOBID= node135-1532623784-9548
PBS_JOBID= 21022026
Free space on /tmp= 48368 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_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-4291078-1532631358/watcher-4291078-1532631358 -o /tmp/evaluation-result-4291078-1532631358/solver-4291078-1532631358 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1532623784-9548 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 558780445 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291078-1532631358.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=558780445

node135.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.50
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.50
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.50
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.50
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:        22982012 kB
MemAvailable:   31925560 kB
Buffers:          211036 kB
Cached:          8912852 kB
SwapCached:            0 kB
Active:          2590892 kB
Inactive:        6587496 kB
Active(anon):       4060 kB
Inactive(anon):    78288 kB
Active(file):    2586832 kB
Inactive(file):  6509208 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35908 kB
Writeback:             0 kB
AnonPages:         69036 kB
Mapped:            40296 kB
Shmem:             25248 kB
Slab:             304512 kB
SReclaimable:     275968 kB
SUnreclaim:        28544 kB
KernelStack:        3600 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48332 MiB
End job on node135 at 2018-07-26 20:56:01