Trace number 4291296

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02SAT 6.01948 2.27754

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.68228
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 394793152
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.18/0.84	c Parsing done, starting search...
5.61/2.25	s SATISFIABLE
5.61/2.25	v <instantiation>
5.61/2.25	v 	<list>
5.61/2.25	v 		cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2]
5.61/2.25	v 	</list>
5.61/2.25	v 	<values>
5.61/2.25	v 		15 0 1 10 3 14 4 12 2 15 14 1 7 4 11 8 2 10 5 3 13 6 9 12 
5.61/2.25	v 	</values>
5.61/2.25	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4000 MiB free)
  memory of node 1: 16384 MiB (7996 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291296-1532636577/watcher-4291296-1532636577 -o /tmp/evaluation-result-4291296-1532636577/solver-4291296-1532636577 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532634055-7904 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 394793152 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291296-1532636577.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=8089, runsolver pid=8086

[startup+0.100153 s]*
/proc/loadavg: 8.61 8.69 8.72 2/199 8109
/proc/meminfo: memFree=12268016/32770624 swapFree=67108860/67108860
[pid=8089] ppid=8086 vsize=26103424 memory=31212 CPUtime=0.11 cores=0-7
/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 7239 0 0 0 10 1 0 0 20 0 20 0 81220900 26729906176 7803 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6525856 7803 3134 1 0 6487932 0
[pid=8089/tid=8091] ppid=8086 vsize=26103424 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) R 8086 8089 7877 0 -1 4202560 5427 0 0 0 8 0 0 0 20 0 20 0 81220900 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008849066384 140008828921182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=26103424 memory=140491100804736 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7935 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81220902 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8101] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8101/stat : 8101 (java) S 8086 8089 7877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81220903 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008352556704 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8102] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8102/stat : 8102 (java) S 8086 8089 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81220903 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008283432176 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8103] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8103/stat : 8103 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008282380752 140008844859291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8104] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8104/stat : 8104 (java) S 8086 8089 7877 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008281327856 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8105] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8105/stat : 8105 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008280275312 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8106] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8106/stat : 8106 (java) S 8086 8089 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008279222256 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8107] ppid=8086 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/8089/task/8107/stat : 8107 (java) S 8086 8089 7877 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 81220905 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008278169712 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8108] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8108/stat : 8108 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81220906 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008277117920 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8109] ppid=8086 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8089/task/8109/stat : 8109 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220906 26729906176 7939 33554432000 4194304 4196468 140721486776800 140008276065456 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31212 KiB

[startup+0.210178 s]*
/proc/loadavg: 8.61 8.69 8.72 4/199 8109
/proc/meminfo: memFree=12254436/32770624 swapFree=67108860/67108860
[pid=8089] ppid=8086 vsize=26103424 memory=42788 CPUtime=0.3 cores=0-7
/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 10437 0 0 0 28 2 0 0 20 0 20 0 81220900 26729906176 10697 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6525856 10697 3289 1 0 6487932 0
[pid=8089/tid=8091] ppid=8086 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) R 8086 8089 7877 0 -1 4202560 8197 0 0 0 18 1 0 0 20 0 20 0 81220900 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008849066880 140008828921182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=26103424 memory=12881 CPUtime=0 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=26103424 memory=140491100812789 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81220902 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8101] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8101/stat : 8101 (java) S 8086 8089 7877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81220903 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008352556704 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8102] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8102/stat : 8102 (java) S 8086 8089 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81220903 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008283432176 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8103] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8103/stat : 8103 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008282380752 140008844859291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8104] ppid=8086 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/8089/task/8104/stat : 8104 (java) S 8086 8089 7877 0 -1 1077944384 443 0 0 0 1 0 0 0 20 0 20 0 81220905 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008281327856 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8105] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8105/stat : 8105 (java) S 8086 8089 7877 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008280275312 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8106] ppid=8086 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/8089/task/8106/stat : 8106 (java) S 8086 8089 7877 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 81220905 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008279222256 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8107] ppid=8086 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/8089/task/8107/stat : 8107 (java) R 8086 8089 7877 0 -1 4202560 320 0 0 0 6 0 0 0 20 0 20 0 81220905 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008278169712 140008823515876 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8108] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8108/stat : 8108 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81220906 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008277117920 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8109] ppid=8086 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8089/task/8109/stat : 8109 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220906 26729906176 10697 33554432000 4194304 4196468 140721486776800 140008276065456 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42788 KiB

[startup+0.310379 s]*
/proc/loadavg: 8.61 8.69 8.72 2/199 8109
/proc/meminfo: memFree=12250156/32770624 swapFree=67108860/67108860
[pid=8089] ppid=8086 vsize=26103424 memory=46552 CPUtime=0.43 cores=0-7
/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 10888 0 0 0 41 2 0 0 20 0 20 0 81220900 26729906176 11638 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6525856 11638 3339 1 0 6487932 0
[pid=8089/tid=8091] ppid=8086 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) R 8086 8089 7877 0 -1 4202560 8542 0 0 0 28 1 0 0 20 0 20 0 81220900 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008849061832 140008828921182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=26103424 memory=140490997593007 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=26103424 memory=140490997595312 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=26103424 memory=140490997597616 CPUtime=0 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81220902 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8101] ppid=8086 vsize=26103424 memory=280981995202192 CPUtime=0 cores=0-7
/proc/8089/task/8101/stat : 8101 (java) S 8086 8089 7877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81220903 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008352556704 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8102] ppid=8086 vsize=26103424 memory=280981995209104 CPUtime=0 cores=0-7
/proc/8089/task/8102/stat : 8102 (java) S 8086 8089 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81220903 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008283432176 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8103] ppid=8086 vsize=26103424 memory=280981995150384 CPUtime=0 cores=0-7
/proc/8089/task/8103/stat : 8103 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220905 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008282380752 140008844859291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8104] ppid=8086 vsize=26103424 memory=280981995222928 CPUtime=0.01 cores=0-7
/proc/8089/task/8104/stat : 8104 (java) S 8086 8089 7877 0 -1 1077944384 443 0 0 0 1 0 0 0 20 0 20 0 81220905 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008281327856 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8105] ppid=8086 vsize=26103424 memory=280981995229840 CPUtime=0.01 cores=0-7
/proc/8089/task/8105/stat : 8105 (java) S 8086 8089 7877 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 81220905 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008280275312 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8106] ppid=8086 vsize=26103424 memory=280981995227536 CPUtime=0.01 cores=0-7
/proc/8089/task/8106/stat : 8106 (java) S 8086 8089 7877 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 81220905 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008279222256 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8107] ppid=8086 vsize=26103424 memory=280981995244144 CPUtime=0.07 cores=0-7
/proc/8089/task/8107/stat : 8107 (java) S 8086 8089 7877 0 -1 1077944384 337 0 0 0 7 0 0 0 20 0 20 0 81220905 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008278169712 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8108] ppid=8086 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8108/stat : 8108 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81220906 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008277117920 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8109] ppid=8086 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/8089/task/8109/stat : 8109 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220906 26729906176 11638 33554432000 4194304 4196468 140721486776800 140008276065456 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46552 KiB

[startup+0.700875 s]
/proc/loadavg: 8.61 8.69 8.72 2/199 8109
/proc/meminfo: memFree=12225972/32770624 swapFree=67108860/67108860
[pid=8089] ppid=8086 vsize=26105492 memory=87728 CPUtime=0.99 cores=0-7
/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 17812 0 0 0 94 5 0 0 20 0 20 0 81220900 26732023808 21932 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6526373 21932 3494 1 0 6488444 0
[pid=8089/tid=8091] ppid=8086 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) R 8086 8089 7877 0 -1 4202560 15021 0 0 0 64 3 0 0 20 0 20 0 81220900 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008849064864 140008844862621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=26105492 memory=10604 CPUtime=0 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=26105492 memory=4616 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=26105492 memory=1428 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81220901 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=26105492 memory=16436 CPUtime=0 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81220902 26732023808 21932 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0

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

/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 34365 0 0 0 342 13 0 0 20 0 21 0 81220900 26808573952 45917 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6545062 45917 3548 1 0 6507133 0
[pid=8089/tid=8091] ppid=8086 vsize=26180248 memory=0 CPUtime=1.56 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) S 8086 8089 7877 0 -1 1077944384 20684 0 0 0 151 5 0 0 20 0 21 0 81220900 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008849074400 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=26180248 memory=4128 CPUtime=0 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=26180248 memory=140490997806528 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 81220901 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 81220902 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8101] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8101/stat : 8101 (java) S 8086 8089 7877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 81220903 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008352556704 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8102] ppid=8086 vsize=26180248 memory=12073153071324 CPUtime=0 cores=0-7
/proc/8089/task/8102/stat : 8102 (java) S 8086 8089 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 81220903 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008283432176 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8103] ppid=8086 vsize=26180248 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/8089/task/8103/stat : 8103 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 81220905 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008282380752 140008844859291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8104] ppid=8086 vsize=26180248 memory=14134428972616243 CPUtime=0.43 cores=0-7
/proc/8089/task/8104/stat : 8104 (java) S 8086 8089 7877 0 -1 1077944384 2162 0 0 0 42 1 0 0 20 0 21 0 81220905 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008281327984 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8105] ppid=8086 vsize=26180248 memory=0 CPUtime=0.5 cores=0-7
/proc/8089/task/8105/stat : 8105 (java) R 8086 8089 7877 0 -1 4202560 2193 0 0 0 49 1 0 0 20 0 21 0 81220905 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008280273712 140008844850901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8106] ppid=8086 vsize=26180248 memory=0 CPUtime=0.44 cores=0-7
/proc/8089/task/8106/stat : 8106 (java) R 8086 8089 7877 0 -1 4202560 2138 0 0 0 42 2 0 0 20 0 21 0 81220905 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008279207888 140008844862042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8107] ppid=8086 vsize=26180248 memory=0 CPUtime=0.57 cores=0-7
/proc/8089/task/8107/stat : 8107 (java) R 8086 8089 7877 0 -1 4202560 5744 0 0 0 56 1 0 0 20 0 21 0 81220905 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008278167504 140008844862042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8108] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8108/stat : 8108 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 81220906 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008277117920 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8109] ppid=8086 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8109/stat : 8109 (java) S 8086 8089 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 81220906 26808573952 45917 33554432000 4194304 4196468 140721486776800 140008276065456 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
Current children cumulated CPU time: 3.55 s
Current children cumulated vsize: 26180248 KiB
Current children cumulated memory: 183668 KiB

[startup+2.00235 s]*
/proc/loadavg: 8.61 8.69 8.72 4/204 8114
/proc/meminfo: memFree=12061716/32770624 swapFree=67108860/67108860
[pid=8089] ppid=8086 vsize=26450600 memory=236692 CPUtime=4.37 cores=0-7
/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 38127 0 0 0 419 18 0 0 20 0 25 0 81220900 27085414400 59173 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6612650 59173 3581 1 0 6574721 0
[pid=8089/tid=8091] ppid=8086 vsize=26450600 memory=0 CPUtime=1.93 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) R 8086 8089 7877 0 -1 4202560 22249 0 0 0 187 6 0 0 20 0 25 0 81220900 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008849074608 140008828921182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=26450600 memory=4872558142750484027 CPUtime=0.01 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=26450600 memory=140491100804736 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=26450600 memory=-1 CPUtime=0.01 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=26450600 memory=0 CPUtime=0.01 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=26450600 memory=3763099673816014896 CPUtime=0.01 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=26450600 memory=7019467087939645751 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=26450600 memory=7019467087956422968 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=26450600 memory=7019467087973200184 CPUtime=0.01 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 25 0 81220901 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=26450600 memory=0 CPUtime=0.01 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 1238 0 0 0 1 0 0 0 20 0 25 0 81220902 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8101] ppid=8086 vsize=26450600 memory=280981995690816 CPUtime=0 cores=0-7
/proc/8089/task/8101/stat : 8101 (java) S 8086 8089 7877 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 25 0 81220903 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008352556768 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8102] ppid=8086 vsize=26450600 memory=45501366 CPUtime=0 cores=0-7
/proc/8089/task/8102/stat : 8102 (java) S 8086 8089 7877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 25 0 81220903 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008283432192 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8103] ppid=8086 vsize=26450600 memory=4638778407275020384 CPUtime=0 cores=0-7
/proc/8089/task/8103/stat : 8103 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 81220905 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008282380752 140008844859291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8104] ppid=8086 vsize=26450600 memory=7595725831727968097 CPUtime=0.49 cores=0-7
/proc/8089/task/8104/stat : 8104 (java) S 8086 8089 7877 0 -1 1077944384 2190 0 0 0 47 2 0 0 20 0 25 0 81220905 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008281327856 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8105] ppid=8086 vsize=26450600 memory=7100839870005155941 CPUtime=0.55 cores=0-7
/proc/8089/task/8105/stat : 8105 (java) S 8086 8089 7877 0 -1 1077944384 2230 0 0 0 54 1 0 0 20 0 25 0 81220905 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008280275312 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8106] ppid=8086 vsize=26450600 memory=-7385037593950845031 CPUtime=0.51 cores=0-7
/proc/8089/task/8106/stat : 8106 (java) S 8086 8089 7877 0 -1 1077944384 2199 0 0 0 49 2 0 0 20 0 25 0 81220905 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008279222256 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8107] ppid=8086 vsize=26450600 memory=-9001733975035308135 CPUtime=0.68 cores=0-7
/proc/8089/task/8107/stat : 8107 (java) R 8086 8089 7877 0 -1 4202560 6018 0 0 0 67 1 0 0 20 0 25 0 81220905 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008278169712 140008823825957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8108] ppid=8086 vsize=26450600 memory=3472328296227418160 CPUtime=0 cores=0-7
/proc/8089/task/8108/stat : 8108 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 81220906 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008277117920 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8109] ppid=8086 vsize=26450600 memory=3472328296160571439 CPUtime=0 cores=0-7
/proc/8089/task/8109/stat : 8109 (java) S 8086 8089 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 25 0 81220906 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008276065456 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8110] ppid=8086 vsize=26450600 memory=3471202396320837679 CPUtime=0 cores=0-7
/proc/8089/task/8110/stat : 8110 (java) S 8086 8089 7877 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 25 0 81221059 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008264717312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8111] ppid=8086 vsize=26450600 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/8089/task/8111/stat : 8111 (java) S 8086 8089 7877 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 25 0 81221080 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008261567696 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8112] ppid=8086 vsize=26450600 memory=-7306621326986456359 CPUtime=0.01 cores=0-7
/proc/8089/task/8112/stat : 8112 (java) S 8086 8089 7877 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 25 0 81221096 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008258417568 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8113] ppid=8086 vsize=26450600 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8113/stat : 8113 (java) S 8086 8089 7877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 25 0 81221097 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008257364816 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8114] ppid=8086 vsize=26450600 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8114/stat : 8114 (java) S 8086 8089 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 25 0 81221097 27085414400 59173 33554432000 4194304 4196468 140721486776800 140008256311968 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 26450600 KiB
Current children cumulated memory: 236692 KiB

[startup+2.20166 s]
/proc/loadavg: 8.61 8.69 8.72 4/204 8114
/proc/meminfo: memFree=12061716/32770624 swapFree=67108860/67108860
[pid=8089] ppid=8086 vsize=27384580 memory=242052 CPUtime=5.61 cores=0-7
/proc/8089/stat : 8089 (java) S 8086 8089 7877 0 -1 1077944320 40361 0 0 0 542 19 0 0 20 0 39 0 81220900 28041809920 60513 33554432000 4194304 4196468 140721486776800 140721486759344 140008844840695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
/proc/8089/statm: 6846145 60513 3591 1 0 6807695 0
[pid=8089/tid=8091] ppid=8086 vsize=27384580 memory=12859 CPUtime=1.97 cores=0-7
/proc/8089/task/8091/stat : 8091 (java) S 8086 8089 7877 0 -1 1077944384 22377 0 0 0 191 6 0 0 20 0 39 0 81220900 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008849078160 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8092] ppid=8086 vsize=27384580 memory=457790 CPUtime=0.01 cores=0-7
/proc/8089/task/8092/stat : 8092 (java) S 8086 8089 7877 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008767421456 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8093] ppid=8086 vsize=27384580 memory=7813587196152592693 CPUtime=0 cores=0-7
/proc/8089/task/8093/stat : 8093 (java) S 8086 8089 7877 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008766368912 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8094] ppid=8086 vsize=27384580 memory=8174711894690574390 CPUtime=0.01 cores=0-7
/proc/8089/task/8094/stat : 8094 (java) S 8086 8089 7877 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008765315856 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8095] ppid=8086 vsize=27384580 memory=8458433173656711478 CPUtime=0.01 cores=0-7
/proc/8089/task/8095/stat : 8095 (java) S 8086 8089 7877 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008764263312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8096] ppid=8086 vsize=27384580 memory=6942405831754274384 CPUtime=0.01 cores=0-7
/proc/8089/task/8096/stat : 8096 (java) S 8086 8089 7877 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008763210256 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8097] ppid=8086 vsize=27384580 memory=4639059877604708710 CPUtime=0 cores=0-7
/proc/8089/task/8097/stat : 8097 (java) S 8086 8089 7877 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008762157712 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8098] ppid=8086 vsize=27384580 memory=-7741296126441013152 CPUtime=0 cores=0-7
/proc/8089/task/8098/stat : 8098 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008761104656 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8099] ppid=8086 vsize=27384580 memory=9047017150487036571 CPUtime=0.01 cores=0-7
/proc/8089/task/8099/stat : 8099 (java) S 8086 8089 7877 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 39 0 81220901 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008760052112 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8100] ppid=8086 vsize=27384580 memory=8414074075373934941 CPUtime=0.01 cores=0-7
/proc/8089/task/8100/stat : 8100 (java) S 8086 8089 7877 0 -1 1077944384 1238 0 0 0 1 0 0 0 20 0 39 0 81220902 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008353610480 140008844851842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8101] ppid=8086 vsize=27384580 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8101/stat : 8101 (java) S 8086 8089 7877 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 39 0 81220903 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008352556768 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8102] ppid=8086 vsize=27384580 memory=140491100806897 CPUtime=0 cores=0-7
/proc/8089/task/8102/stat : 8102 (java) S 8086 8089 7877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 81220903 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008283432192 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8103] ppid=8086 vsize=27384580 memory=31796 CPUtime=0 cores=0-7
/proc/8089/task/8103/stat : 8103 (java) S 8086 8089 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 81220905 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008282380752 140008844859291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8104] ppid=8086 vsize=27384580 memory=55 CPUtime=0.62 cores=0-7
/proc/8089/task/8104/stat : 8104 (java) R 8086 8089 7877 0 -1 4202560 2510 0 0 0 60 2 0 0 20 0 39 0 81220905 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008281314448 140008822435504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8105] ppid=8086 vsize=27384580 memory=0 CPUtime=0.69 cores=0-7
/proc/8089/task/8105/stat : 8105 (java) R 8086 8089 7877 0 -1 4202560 2456 0 0 0 68 1 0 0 20 0 39 0 81220905 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008280261536 140008829949561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8106] ppid=8086 vsize=27384580 memory=0 CPUtime=0.65 cores=0-7
/proc/8089/task/8106/stat : 8106 (java) R 8086 8089 7877 0 -1 4202560 2331 0 0 0 63 2 0 0 20 0 39 0 81220905 28041809920 60513 33554432000 4194304 4196468 140721486776800 140008279205176 140008830451459 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8107] ppid=8086 vsize=27384580 memory=0 CPUtime=0.8 cores=0-7
/proc/8089/task/8107/stat : 8107 (java) R 8086 8089 7877 0 -1 1077944384 6762 0 0 0 79 1 0 0 20 0 39 0 81220905 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008278169520 140008844850901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8108] ppid=8086 vsize=27384580 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8108/stat : 8108 (java) S 8086 8089 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 81220906 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008277117920 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8109] ppid=8086 vsize=27384580 memory=0 CPUtime=0 cores=0-7
/proc/8089/task/8109/stat : 8109 (java) S 8086 8089 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 39 0 81220906 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008276065456 140008844851842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8110] ppid=8086 vsize=27384580 memory=7446815673393637227 CPUtime=0 cores=0-7
/proc/8089/task/8110/stat : 8110 (java) S 8086 8089 7877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 39 0 81221059 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008264717312 140008844850901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8111] ppid=8086 vsize=27384580 memory=7446815673393637227 CPUtime=0 cores=0-7
/proc/8089/task/8111/stat : 8111 (java) R 8086 8089 7877 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 39 0 81221080 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008261567696 140008844851842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8112] ppid=8086 vsize=27384580 memory=7739251685782483047 CPUtime=0.08 cores=0-7
/proc/8089/task/8112/stat : 8112 (java) R 8086 8089 7877 0 -1 1077944384 116 0 0 0 8 0 0 0 20 0 39 0 81221096 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008258402576 140008844850901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8113] ppid=8086 vsize=27384580 memory=4625267608376992618 CPUtime=0.07 cores=0-7
/proc/8089/task/8113/stat : 8113 (java) R 8086 8089 7877 0 -1 4202560 102 0 0 0 7 0 0 0 20 0 39 0 81221097 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008257350016 140008434569486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
[pid=8089/tid=8114] ppid=8086 vsize=27384580 memory=7580751487927280488 CPUtime=0.06 cores=0-7
/proc/8089/task/8114/stat : 8114 (java) R 8086 8089 7877 0 -1 4202560 69 0 0 0 6 0 0 0 20 0 39 0 81221097 28041809920 60572 33554432000 4194304 4196468 140721486776800 140008256297264 140008826246984 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34054144 140721486779470 140721486779653 140721486779653 140721486782415 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 27384580 KiB
Current children cumulated memory: 242052 KiB

Child status: 0
Real time (s): 2.27754
CPU time (s): 6.01948
CPU user time (s): 5.81634
CPU system time (s): 0.203142
CPU usage (%): 264.298
Max. virtual memory (cumulated for all children) (KiB): 27384580
Max. memory (cumulated for all children) (KiB): 242052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.81634
system time used= 0.203142
maximum resident set size= 247992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41489
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= 5298
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 8089
#   total CPU time (s): 6.01948
#   total CPU user time (s): 5.81634
#   total CPU system time (s): 0.203142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040197 second user time and 0.06347 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 22:22:57
IDJOB=4291296
IDBENCH=141169
IDSOLVER=2745
FILE ID=node139/4291296-1532636577
RUNJOBID= node139-1532634055-7904
PBS_JOBID= 21022188
Free space on /tmp= 38720 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_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-4291296-1532636577/watcher-4291296-1532636577 -o /tmp/evaluation-result-4291296-1532636577/solver-4291296-1532636577 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532634055-7904 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 394793152 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291296-1532636577.xml

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=394793152

node139.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.80
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.80
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.80
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.80
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:        12284636 kB
MemAvailable:   31931268 kB
Buffers:          243840 kB
Cached:         19358188 kB
SwapCached:            0 kB
Active:          3077276 kB
Inactive:       16576016 kB
Active(anon):       5592 kB
Inactive(anon):    73544 kB
Active(file):    3071684 kB
Inactive(file): 16502472 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35852 kB
Writeback:             0 kB
AnonPages:        124408 kB
Mapped:            41540 kB
Shmem:             25228 kB
Slab:             527644 kB
SReclaimable:     500936 kB
SUnreclaim:        26708 kB
KernelStack:        3312 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38684 MiB
End job on node139 at 2018-07-26 22:23:00