Trace number 4291385

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 22.4601 6.19437

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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 benchmark14.5487
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1434160338
0.68/0.55	c timeout: 20160
0.68/0.55	c memlimit: 22000
0.68/0.55	c nbcore: 8
0.68/0.58	c Parsing instance...
2.62/1.21	c Parsing done, starting search...
22.16/6.16	s SATISFIABLE
22.16/6.16	v <instantiation>
22.16/6.16	v 	<list>
22.16/6.16	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6]
22.16/6.16	v 	</list>
22.16/6.16	v 	<values>
22.16/6.16	v 		25 0 12 1 0 23 8 0 15 19 4 17 24 23 19 17 0 11 0 11 0 17 4 11 14 6 4 18 8 12 8 19 14 13 18 0 18 18 4 13 4 4 
22.16/6.16	v 	</values>
22.16/6.16	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 (8124 MiB free)
  memory of node 1: 16384 MiB (15463 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291385-1532662076/watcher-4291385-1532662076 -o /tmp/evaluation-result-4291385-1532662076/solver-4291385-1532662076 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1532654328-15628 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1434160338 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291385-1532662076.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=17038, runsolver pid=17035

[startup+0.10011 s]*
/proc/loadavg: 3.30 6.98 8.06 2/198 17058
/proc/meminfo: memFree=24138868/32770624 swapFree=67077296/67108860
[pid=17038] ppid=17035 vsize=26103424 memory=29956 CPUtime=0.11 cores=0-7
/proc/17038/stat : 17038 (java) S 17035 17038 15601 0 -1 1077944320 6955 0 0 0 10 1 0 0 20 0 20 0 83770817 26729906176 7489 33554432000 4194304 4196468 140723422097904 140723422080448 140430692302583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
/proc/17038/statm: 6525856 7489 3137 1 0 6487932 0
[pid=17038/tid=17040] ppid=17035 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17038/task/17040/stat : 17040 (java) R 17035 17038 15601 0 -1 4202560 5157 0 0 0 8 1 0 0 20 0 20 0 83770818 26729906176 7621 33554432000 4194304 4196468 140723422097904 140430696536368 140430672578290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17041] ppid=17035 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/17038/task/17041/stat : 17041 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 7621 33554432000 4194304 4196468 140723422097904 140430250707344 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17042] ppid=17035 vsize=26103424 memory=139621479691904 CPUtime=0 cores=0-7
/proc/17038/task/17042/stat : 17042 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 7621 33554432000 4194304 4196468 140723422097904 140430249654544 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17043] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17043/stat : 17043 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 7621 33554432000 4194304 4196468 140723422097904 140430248602256 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17044] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17044/stat : 17044 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 7687 33554432000 4194304 4196468 140723422097904 140430247549456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17045] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17045/stat : 17045 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 7687 33554432000 4194304 4196468 140723422097904 140430246497168 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17046] ppid=17035 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17046/stat : 17046 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 7687 33554432000 4194304 4196468 140723422097904 140430245444368 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17047] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17047/stat : 17047 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770819 26729906176 7687 33554432000 4194304 4196468 140723422097904 140430244392080 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17048] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17048/stat : 17048 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770819 26729906176 7687 33554432000 4194304 4196468 140723422097904 140430243339280 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17049] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17049/stat : 17049 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770820 26729906176 7687 33554432000 4194304 4196468 140723422097904 140428965742704 140430692313730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17050] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17050/stat : 17050 (java) S 17035 17038 15601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83770820 26729906176 7687 33554432000 4194304 4196468 140723422097904 140428964688672 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17051] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17051/stat : 17051 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83770821 26729906176 7687 33554432000 4194304 4196468 140723422097904 140428963636336 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17052] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17052/stat : 17052 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 7687 33554432000 4194304 4196468 140723422097904 140428962584656 140430692321179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17053] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17053/stat : 17053 (java) S 17035 17038 15601 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 7687 33554432000 4194304 4196468 140723422097904 140428961532528 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17054] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17054/stat : 17054 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 7687 33554432000 4194304 4196468 140723422097904 140428960479728 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17055] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17055/stat : 17055 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 7753 33554432000 4194304 4196468 140723422097904 140428959427440 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17056] ppid=17035 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17038/task/17056/stat : 17056 (java) S 17035 17038 15601 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 83770823 26729906176 7753 33554432000 4194304 4196468 140723422097904 140428958374640 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17057] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17057/stat : 17057 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 7753 33554432000 4194304 4196468 140723422097904 140428957321568 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17058] ppid=17035 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17058/stat : 17058 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 7753 33554432000 4194304 4196468 140723422097904 140428956268848 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29956 KiB

[startup+0.210029 s]*
/proc/loadavg: 3.30 6.98 8.06 3/198 17058
/proc/meminfo: memFree=24125288/32770624 swapFree=67077296/67108860
[pid=17038] ppid=17035 vsize=26103424 memory=43320 CPUtime=0.3 cores=0-7
/proc/17038/stat : 17038 (java) S 17035 17038 15601 0 -1 1077944320 10405 0 0 0 27 3 0 0 20 0 20 0 83770817 26729906176 10830 33554432000 4194304 4196468 140723422097904 140723422080448 140430692302583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
/proc/17038/statm: 6525856 10830 3367 1 0 6487932 0
[pid=17038/tid=17040] ppid=17035 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/17038/task/17040/stat : 17040 (java) R 17035 17038 15601 0 -1 4202560 8179 0 0 0 18 2 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430696531648 140430692314518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17041] ppid=17035 vsize=26103424 memory=9237 CPUtime=0 cores=0-7
/proc/17038/task/17041/stat : 17041 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430250707344 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17042] ppid=17035 vsize=26103424 memory=139621479708213 CPUtime=0 cores=0-7
/proc/17038/task/17042/stat : 17042 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430249654544 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17043] ppid=17035 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17043/stat : 17043 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430248602256 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17044] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17044/stat : 17044 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430247549456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17045] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17045/stat : 17045 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430246497168 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17046] ppid=17035 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17046/stat : 17046 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430245444368 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17047] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17047/stat : 17047 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770819 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430244392080 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17048] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17048/stat : 17048 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770819 26729906176 10830 33554432000 4194304 4196468 140723422097904 140430243339280 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17049] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17049/stat : 17049 (java) S 17035 17038 15601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83770820 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428965742704 140430692313730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17050] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17050/stat : 17050 (java) S 17035 17038 15601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83770820 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428964688672 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17051] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17051/stat : 17051 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83770821 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428963636336 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17052] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17052/stat : 17052 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428962584656 140430692321179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17053] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17053/stat : 17053 (java) S 17035 17038 15601 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428961532528 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17054] ppid=17035 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17038/task/17054/stat : 17054 (java) S 17035 17038 15601 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428960479728 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17055] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17055/stat : 17055 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428959427440 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17056] ppid=17035 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/17038/task/17056/stat : 17056 (java) R 17035 17038 15601 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428958374640 140430676555322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17057] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17057/stat : 17057 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428957321568 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17058] ppid=17035 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17058/stat : 17058 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 10830 33554432000 4194304 4196468 140723422097904 140428956268848 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43320 KiB

[startup+0.309333 s]*
/proc/loadavg: 3.30 6.98 8.06 2/198 17058
/proc/meminfo: memFree=24122000/32770624 swapFree=67077296/67108860
[pid=17038] ppid=17035 vsize=26103424 memory=46832 CPUtime=0.43 cores=0-7
/proc/17038/stat : 17038 (java) S 17035 17038 15601 0 -1 1077944320 10855 0 0 0 40 3 0 0 20 0 20 0 83770817 26729906176 11708 33554432000 4194304 4196468 140723422097904 140723422080448 140430692302583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
/proc/17038/statm: 6525856 11708 3408 1 0 6487932 0
[pid=17038/tid=17040] ppid=17035 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17038/task/17040/stat : 17040 (java) R 17035 17038 15601 0 -1 4202560 8527 0 0 0 27 2 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430696511920 140430673867536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17041] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17041/stat : 17041 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430250707344 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17042] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17042/stat : 17042 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430249654544 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17043] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17043/stat : 17043 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430248602256 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17044] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17044/stat : 17044 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430247549456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17045] ppid=17035 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/17038/task/17045/stat : 17045 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430246497168 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17046] ppid=17035 vsize=26103424 memory=139621333824431 CPUtime=0 cores=0-7
/proc/17038/task/17046/stat : 17046 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430245444368 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17047] ppid=17035 vsize=26103424 memory=139621333826736 CPUtime=0 cores=0-7
/proc/17038/task/17047/stat : 17047 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770819 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430244392080 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17048] ppid=17035 vsize=26103424 memory=139621333829040 CPUtime=0 cores=0-7
/proc/17038/task/17048/stat : 17048 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770819 26729906176 11708 33554432000 4194304 4196468 140723422097904 140430243339280 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17049] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17049/stat : 17049 (java) S 17035 17038 15601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83770820 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428965742704 140430692313730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17050] ppid=17035 vsize=26103424 memory=279242667665040 CPUtime=0 cores=0-7
/proc/17038/task/17050/stat : 17050 (java) S 17035 17038 15601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83770820 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428964688672 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17051] ppid=17035 vsize=26103424 memory=279242667671952 CPUtime=0 cores=0-7
/proc/17038/task/17051/stat : 17051 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83770821 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428963636336 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17052] ppid=17035 vsize=26103424 memory=279242667613104 CPUtime=0 cores=0-7
/proc/17038/task/17052/stat : 17052 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428962584656 140430692321179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17053] ppid=17035 vsize=26103424 memory=279242667685776 CPUtime=0.01 cores=0-7
/proc/17038/task/17053/stat : 17053 (java) S 17035 17038 15601 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428961532528 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17054] ppid=17035 vsize=26103424 memory=279242667692688 CPUtime=0.01 cores=0-7
/proc/17038/task/17054/stat : 17054 (java) S 17035 17038 15601 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428960479728 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17055] ppid=17035 vsize=26103424 memory=279242667690384 CPUtime=0 cores=0-7
/proc/17038/task/17055/stat : 17055 (java) S 17035 17038 15601 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428959427440 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17056] ppid=17035 vsize=26103424 memory=279242667706992 CPUtime=0.08 cores=0-7
/proc/17038/task/17056/stat : 17056 (java) S 17035 17038 15601 0 -1 1077944384 320 0 0 0 8 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428958374640 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17057] ppid=17035 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17057/stat : 17057 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428957321568 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17058] ppid=17035 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17058/stat : 17058 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770823 26729906176 11708 33554432000 4194304 4196468 140723422097904 140428956268848 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46832 KiB

[startup+0.700808 s]
/proc/loadavg: 3.30 6.98 8.06 3/198 17058
/proc/meminfo: memFree=24097568/32770624 swapFree=67077296/67108860
[pid=17038] ppid=17035 vsize=26105492 memory=85408 CPUtime=1 cores=0-7
/proc/17038/stat : 17038 (java) S 17035 17038 15601 0 -1 1077944320 17821 0 0 0 94 6 0 0 20 0 20 0 83770817 26732023808 21352 33554432000 4194304 4196468 140723422097904 140723422080448 140430692302583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
/proc/17038/statm: 6526373 21352 3476 1 0 6488444 0
[pid=17038/tid=17040] ppid=17035 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/17038/task/17040/stat : 17040 (java) R 17035 17038 15601 0 -1 4202560 15014 0 0 0 63 4 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430696526752 140430676383070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17041] ppid=17035 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17041/stat : 17041 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430250707344 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17042] ppid=17035 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17042/stat : 17042 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430249654544 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17043] ppid=17035 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17043/stat : 17043 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430248602256 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17044] ppid=17035 vsize=26105492 memory=3032 CPUtime=0 cores=0-7
/proc/17038/task/17044/stat : 17044 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430247549456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17045] ppid=17035 vsize=26105492 memory=2764 CPUtime=0 cores=0-7
/proc/17038/task/17045/stat : 17045 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430246497168 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17046] ppid=17035 vsize=26105492 memory=796 CPUtime=0 cores=0-7
/proc/17038/task/17046/stat : 17046 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770818 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430245444368 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17047] ppid=17035 vsize=26105492 memory=1008 CPUtime=0 cores=0-7
/proc/17038/task/17047/stat : 17047 (java) S 17035 17038 15601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83770819 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430244392080 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17048] ppid=17035 vsize=26105492 memory=15316 CPUtime=0 cores=0-7
/proc/17038/task/17048/stat : 17048 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83770819 26732023808 21352 33554432000 4194304 4196468 140723422097904 140430243339280 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17049] ppid=17035 vsize=26105492 memory=3604 CPUtime=0 cores=0-7
/proc/17038/task/17049/stat : 17049 (java) S 17035 17038 15601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83770820 26732023808 21352 33554432000 4194304 4196468 140723422097904 140428965742704 140430692313730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0

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

[pid=17038/tid=17041] ppid=17035 vsize=27318016 memory=4270431478482867297 CPUtime=0.57 cores=0-7
/proc/17038/task/17041/stat : 17041 (java) S 17035 17038 15601 0 -1 1077944384 449 0 0 0 38 19 0 0 20 0 38 0 83770818 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430250707344 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17042] ppid=17035 vsize=27318016 memory=139621479691904 CPUtime=0.58 cores=0-7
/proc/17038/task/17042/stat : 17042 (java) S 17035 17038 15601 0 -1 1077944384 407 0 0 0 37 21 0 0 20 0 38 0 83770818 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430249654544 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17043] ppid=17035 vsize=27318016 memory=-1 CPUtime=0.57 cores=0-7
/proc/17038/task/17043/stat : 17043 (java) S 17035 17038 15601 0 -1 1077944384 462 0 0 0 37 20 0 0 20 0 38 0 83770818 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430248602256 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17044] ppid=17035 vsize=27318016 memory=0 CPUtime=0.56 cores=0-7
/proc/17038/task/17044/stat : 17044 (java) S 17035 17038 15601 0 -1 1077944384 435 0 0 0 37 19 0 0 20 0 38 0 83770818 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430247549456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17045] ppid=17035 vsize=27318016 memory=0 CPUtime=0.55 cores=0-7
/proc/17038/task/17045/stat : 17045 (java) S 17035 17038 15601 0 -1 1077944384 594 0 0 0 37 18 0 0 20 0 38 0 83770818 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430246497168 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17046] ppid=17035 vsize=27318016 memory=9761 CPUtime=0.55 cores=0-7
/proc/17038/task/17046/stat : 17046 (java) S 17035 17038 15601 0 -1 1077944384 449 0 0 0 37 18 0 0 20 0 38 0 83770818 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430245444368 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17047] ppid=17035 vsize=27318016 memory=0 CPUtime=0.56 cores=0-7
/proc/17038/task/17047/stat : 17047 (java) S 17035 17038 15601 0 -1 1077944384 513 0 0 0 39 17 0 0 20 0 38 0 83770819 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430244392080 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17048] ppid=17035 vsize=27318016 memory=0 CPUtime=0.56 cores=0-7
/proc/17038/task/17048/stat : 17048 (java) S 17035 17038 15601 0 -1 1077944384 523 0 0 0 37 19 0 0 20 0 38 0 83770819 27973648384 399310 33554432000 4194304 4196468 140723422097904 140430243339280 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17049] ppid=17035 vsize=27318016 memory=0 CPUtime=0.23 cores=0-7
/proc/17038/task/17049/stat : 17049 (java) S 17035 17038 15601 0 -1 1077944384 2088 0 0 0 23 0 0 0 20 0 38 0 83770820 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428965742704 140430692313730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17050] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17050/stat : 17050 (java) S 17035 17038 15601 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 38 0 83770820 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428964688736 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17051] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17051/stat : 17051 (java) S 17035 17038 15601 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 38 0 83770821 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428963636352 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17052] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17052/stat : 17052 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428962584656 140430692321179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17053] ppid=17035 vsize=27318016 memory=0 CPUtime=1.18 cores=0-7
/proc/17038/task/17053/stat : 17053 (java) R 17035 17038 15601 0 -1 4202560 4349 0 0 0 116 2 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428961518712 140430673488450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17054] ppid=17035 vsize=27318016 memory=0 CPUtime=1.15 cores=0-7
/proc/17038/task/17054/stat : 17054 (java) R 17035 17038 15601 0 -1 4202560 3020 0 0 0 114 1 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428960465632 140430692316447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17055] ppid=17035 vsize=27318016 memory=-1 CPUtime=1.16 cores=0-7
/proc/17038/task/17055/stat : 17055 (java) R 17035 17038 15601 0 -1 4202560 3558 0 0 0 115 1 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428959417152 140430675689414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17056] ppid=17035 vsize=27318016 memory=0 CPUtime=0.92 cores=0-7
/proc/17038/task/17056/stat : 17056 (java) S 17035 17038 15601 0 -1 1077944384 8600 0 0 0 91 1 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428958374640 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17057] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17057/stat : 17057 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428957321568 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17058] ppid=17035 vsize=27318016 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17058/stat : 17058 (java) S 17035 17038 15601 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 38 0 83770823 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428956268848 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17059] ppid=17035 vsize=27318016 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17059/stat : 17059 (java) S 17035 17038 15601 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 38 0 83771179 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428944921472 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17060] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17060/stat : 17060 (java) R 17035 17038 15601 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 38 0 83771195 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428941771600 140430692313730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17061] ppid=17035 vsize=27318016 memory=0 CPUtime=1.06 cores=0-7
/proc/17038/task/17061/stat : 17061 (java) R 17035 17038 15601 0 -1 4202560 320 0 0 0 104 2 0 0 20 0 38 0 83771220 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428938613000 140430283784565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17062] ppid=17035 vsize=27318016 memory=0 CPUtime=0.74 cores=0-7
/proc/17038/task/17062/stat : 17062 (java) S 17035 17038 15601 0 -1 1077944384 163 0 0 0 72 2 0 0 20 0 38 0 83771220 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428937569456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17063] ppid=17035 vsize=27318016 memory=0 CPUtime=1.08 cores=0-7
/proc/17038/task/17063/stat : 17063 (java) R 17035 17038 15601 0 -1 4202560 138 0 0 0 106 2 0 0 20 0 38 0 83771220 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428936508760 140430284201510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17064] ppid=17035 vsize=27318016 memory=0 CPUtime=1 cores=0-7
/proc/17038/task/17064/stat : 17064 (java) R 17035 17038 15601 0 -1 4202560 125 0 0 0 97 3 0 0 20 0 38 0 83771227 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428933358008 140430283830285 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17065] ppid=17035 vsize=27318016 memory=0 CPUtime=1.08 cores=0-7
/proc/17038/task/17065/stat : 17065 (java) R 17035 17038 15601 0 -1 4202560 136 0 0 0 105 3 0 0 20 0 38 0 83771228 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428932303672 140430283784499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17066] ppid=17035 vsize=27318016 memory=0 CPUtime=0.93 cores=0-7
/proc/17038/task/17066/stat : 17066 (java) R 17035 17038 15601 0 -1 4202560 115 0 0 0 92 1 0 0 20 0 38 0 83771228 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428931253512 140430283784375 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17067] ppid=17035 vsize=27318016 memory=0 CPUtime=0.97 cores=0-7
/proc/17038/task/17067/stat : 17067 (java) R 17035 17038 15601 0 -1 4202560 119 0 0 0 95 2 0 0 20 0 38 0 83771228 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428930199352 140430283784356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17068] ppid=17035 vsize=27318016 memory=0 CPUtime=0.7 cores=0-7
/proc/17038/task/17068/stat : 17068 (java) S 17035 17038 15601 0 -1 1077944384 108 0 0 0 69 1 0 0 20 0 38 0 83771228 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428929156016 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17069] ppid=17035 vsize=27318016 memory=0 CPUtime=0.2 cores=0-7
/proc/17038/task/17069/stat : 17069 (java) R 17035 17038 15601 0 -1 4202560 80 0 0 0 20 0 0 0 20 0 38 0 83771229 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428928094664 140430283830049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17071] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17071/stat : 17071 (java) S 17035 17038 15601 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 38 0 83771378 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428927050928 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17072] ppid=17035 vsize=27318016 memory=0 CPUtime=0.25 cores=0-7
/proc/17038/task/17072/stat : 17072 (java) R 17035 17038 15601 0 -1 4202560 62 0 0 0 25 0 0 0 20 0 38 0 83771379 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428925990112 140430288640321 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17073] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17073/stat : 17073 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428924945840 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17074] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17074/stat : 17074 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428923892528 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17075] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17075/stat : 17075 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428547281584 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17076] ppid=17035 vsize=27318016 memory=-1 CPUtime=0 cores=0-7
/proc/17038/task/17076/stat : 17076 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428546229296 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17077] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17077/stat : 17077 (java) S 17035 17038 15601 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 83771380 27973648384 399310 33554432000 4194304 4196468 140723422097904 140428545176496 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
Current children cumulated CPU time: 21.32 s
Current children cumulated vsize: 27318016 KiB
Current children cumulated memory: 1597240 KiB

[startup+6.11601 s]
/proc/loadavg: 3.60 6.98 8.05 14/216 17077
/proc/meminfo: memFree=22568184/32770624 swapFree=67077296/67108860
[pid=17038] ppid=17035 vsize=27318016 memory=1598944 CPUtime=22.16 cores=0-7
/proc/17038/stat : 17038 (java) S 17035 17038 15601 0 -1 1077944320 50086 0 0 0 2020 196 0 0 20 0 38 0 83770817 27973648384 399736 33554432000 4194304 4196468 140723422097904 140723422080448 140430692302583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
/proc/17038/statm: 6829504 399736 3619 1 0 6791054 0
[pid=17038/tid=17040] ppid=17035 vsize=27318016 memory=1594276 CPUtime=3.92 cores=0-7
/proc/17038/task/17040/stat : 17040 (java) S 17035 17038 15601 0 -1 1077944384 21146 0 0 0 382 10 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430696540048 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17041] ppid=17035 vsize=27318016 memory=4973572129921 CPUtime=0.57 cores=0-7
/proc/17038/task/17041/stat : 17041 (java) S 17035 17038 15601 0 -1 1077944384 449 0 0 0 38 19 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430250707344 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17042] ppid=17035 vsize=27318016 memory=800 CPUtime=0.58 cores=0-7
/proc/17038/task/17042/stat : 17042 (java) S 17035 17038 15601 0 -1 1077944384 407 0 0 0 37 21 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430249654544 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17043] ppid=17035 vsize=27318016 memory=5204 CPUtime=0.57 cores=0-7
/proc/17038/task/17043/stat : 17043 (java) S 17035 17038 15601 0 -1 1077944384 462 0 0 0 37 20 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430248602256 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17044] ppid=17035 vsize=27318016 memory=280 CPUtime=0.56 cores=0-7
/proc/17038/task/17044/stat : 17044 (java) S 17035 17038 15601 0 -1 1077944384 435 0 0 0 37 19 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430247549456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17045] ppid=17035 vsize=27318016 memory=4 CPUtime=0.55 cores=0-7
/proc/17038/task/17045/stat : 17045 (java) S 17035 17038 15601 0 -1 1077944384 594 0 0 0 37 18 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430246497168 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17046] ppid=17035 vsize=27318016 memory=1876 CPUtime=0.55 cores=0-7
/proc/17038/task/17046/stat : 17046 (java) S 17035 17038 15601 0 -1 1077944384 449 0 0 0 37 18 0 0 20 0 38 0 83770818 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430245444368 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17047] ppid=17035 vsize=27318016 memory=1664 CPUtime=0.56 cores=0-7
/proc/17038/task/17047/stat : 17047 (java) S 17035 17038 15601 0 -1 1077944384 513 0 0 0 39 17 0 0 20 0 38 0 83770819 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430244392080 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17048] ppid=17035 vsize=27318016 memory=1828 CPUtime=0.56 cores=0-7
/proc/17038/task/17048/stat : 17048 (java) S 17035 17038 15601 0 -1 1077944384 523 0 0 0 37 19 0 0 20 0 38 0 83770819 27973648384 399736 33554432000 4194304 4196468 140723422097904 140430243339280 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17049] ppid=17035 vsize=27318016 memory=350 CPUtime=0.23 cores=0-7
/proc/17038/task/17049/stat : 17049 (java) S 17035 17038 15601 0 -1 1077944384 2088 0 0 0 23 0 0 0 20 0 38 0 83770820 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428965742704 140430692313730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17050] ppid=17035 vsize=27318016 memory=4 CPUtime=0 cores=0-7
/proc/17038/task/17050/stat : 17050 (java) S 17035 17038 15601 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 38 0 83770820 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428964688736 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17051] ppid=17035 vsize=27318016 memory=4 CPUtime=0 cores=0-7
/proc/17038/task/17051/stat : 17051 (java) S 17035 17038 15601 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 38 0 83770821 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428963636352 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17052] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17052/stat : 17052 (java) S 17035 17038 15601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428962584656 140430692321179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17053] ppid=17035 vsize=27318016 memory=0 CPUtime=1.28 cores=0-7
/proc/17038/task/17053/stat : 17053 (java) R 17035 17038 15601 0 -1 4202560 4691 0 0 0 126 2 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428961518320 140430673823347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17054] ppid=17035 vsize=27318016 memory=0 CPUtime=1.2 cores=0-7
/proc/17038/task/17054/stat : 17054 (java) R 17035 17038 15601 0 -1 4202560 3091 0 0 0 119 1 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428960461024 140430677410618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17055] ppid=17035 vsize=27318016 memory=0 CPUtime=1.26 cores=0-7
/proc/17038/task/17055/stat : 17055 (java) R 17035 17038 15601 0 -1 4202560 3572 0 0 0 125 1 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428959411520 140430672022711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17056] ppid=17035 vsize=27318016 memory=6940698281606406720 CPUtime=0.93 cores=0-7
/proc/17038/task/17056/stat : 17056 (java) R 17035 17038 15601 0 -1 1077944384 8600 0 0 0 92 1 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428958374640 140430692313730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17057] ppid=17035 vsize=27318016 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/17038/task/17057/stat : 17057 (java) S 17035 17038 15601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428957321568 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17058] ppid=17035 vsize=27318016 memory=7682744562830902035 CPUtime=0 cores=0-7
/proc/17038/task/17058/stat : 17058 (java) S 17035 17038 15601 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 38 0 83770823 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428956268848 140430692313730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17059] ppid=17035 vsize=27318016 memory=6944613755495348631 CPUtime=0 cores=0-7
/proc/17038/task/17059/stat : 17059 (java) S 17035 17038 15601 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 38 0 83771179 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428944921472 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17060] ppid=17035 vsize=27318016 memory=412348 CPUtime=0 cores=0-7
/proc/17038/task/17060/stat : 17060 (java) R 17035 17038 15601 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 38 0 83771195 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428941771600 140430692313730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17061] ppid=17035 vsize=27318016 memory=0 CPUtime=1.13 cores=0-7
/proc/17038/task/17061/stat : 17061 (java) R 17035 17038 15601 0 -1 4202560 324 0 0 0 110 3 0 0 20 0 38 0 83771220 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428938613848 140430283784512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17062] ppid=17035 vsize=27318016 memory=0 CPUtime=0.74 cores=0-7
/proc/17038/task/17062/stat : 17062 (java) S 17035 17038 15601 0 -1 1077944384 163 0 0 0 72 2 0 0 20 0 38 0 83771220 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428937569456 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17063] ppid=17035 vsize=27318016 memory=0 CPUtime=1.13 cores=0-7
/proc/17038/task/17063/stat : 17063 (java) R 17035 17038 15601 0 -1 4202560 140 0 0 0 111 2 0 0 20 0 38 0 83771220 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428936509536 140430284201494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17064] ppid=17035 vsize=27318016 memory=0 CPUtime=1.08 cores=0-7
/proc/17038/task/17064/stat : 17064 (java) R 17035 17038 15601 0 -1 4202560 126 0 0 0 105 3 0 0 20 0 38 0 83771227 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428933358640 140430283785253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17065] ppid=17035 vsize=27318016 memory=279242667925536 CPUtime=1.18 cores=0-7
/proc/17038/task/17065/stat : 17065 (java) R 17035 17038 15601 0 -1 4202560 139 0 0 0 115 3 0 0 20 0 38 0 83771228 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428932306272 140430283830083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17066] ppid=17035 vsize=27318016 memory=9169 CPUtime=1 cores=0-7
/proc/17038/task/17066/stat : 17066 (java) S 17035 17038 15601 0 -1 1077944384 117 0 0 0 99 1 0 0 20 0 38 0 83771228 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428931253136 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17067] ppid=17035 vsize=27318016 memory=3544 CPUtime=1.01 cores=0-7
/proc/17038/task/17067/stat : 17067 (java) R 17035 17038 15601 0 -1 1077944384 162 0 0 0 99 2 0 0 20 0 38 0 83771228 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428930199008 140430692312789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17068] ppid=17035 vsize=27318016 memory=21944 CPUtime=0.7 cores=0-7
/proc/17038/task/17068/stat : 17068 (java) S 17035 17038 15601 0 -1 1077944384 108 0 0 0 69 1 0 0 20 0 38 0 83771228 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428929156016 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17069] ppid=17035 vsize=27318016 memory=776 CPUtime=0.25 cores=0-7
/proc/17038/task/17069/stat : 17069 (java) R 17035 17038 15601 0 -1 4202560 84 0 0 0 25 0 0 0 20 0 38 0 83771229 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428928097080 140430283783824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17071] ppid=17035 vsize=27318016 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/17038/task/17071/stat : 17071 (java) S 17035 17038 15601 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 38 0 83771378 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428927050928 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17072] ppid=17035 vsize=27318016 memory=288230621803970871 CPUtime=0.36 cores=0-7
/proc/17038/task/17072/stat : 17072 (java) R 17035 17038 15601 0 -1 1077944384 63 0 0 0 36 0 0 0 20 0 38 0 83771379 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428925990608 140430692312789 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17073] ppid=17035 vsize=27318016 memory=15258134151170438 CPUtime=0 cores=0-7
/proc/17038/task/17073/stat : 17073 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428924945840 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17074] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17074/stat : 17074 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428923892528 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17075] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17075/stat : 17075 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428547281584 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17076] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17076/stat : 17076 (java) S 17035 17038 15601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 83771379 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428546229296 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
[pid=17038/tid=17077] ppid=17035 vsize=27318016 memory=0 CPUtime=0 cores=0-7
/proc/17038/task/17077/stat : 17077 (java) S 17035 17038 15601 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 83771380 27973648384 399736 33554432000 4194304 4196468 140723422097904 140428545176496 140430692312789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25620480 140723422106701 140723422106885 140723422106885 140723422109647 0
Current children cumulated CPU time: 22.16 s
Current children cumulated vsize: 27318016 KiB
Current children cumulated memory: 1598944 KiB

Child status: 0
Real time (s): 6.19437
CPU time (s): 22.4601
CPU user time (s): 20.4667
CPU system time (s): 1.99341
CPU usage (%): 362.588
Max. virtual memory (cumulated for all children) (KiB): 27318016
Max. memory (cumulated for all children) (KiB): 1598944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4667
system time used= 1.99341
maximum resident set size= 1603760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51180
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7329
involuntary context switches= 454


# summary of solver processes directly reported to runsolver:
#   pid: 17038
#   total CPU time (s): 22.4601
#   total CPU user time (s): 20.4667
#   total CPU system time (s): 1.99341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061052 second user time and 0.110363 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-27 05:27:56
IDJOB=4291385
IDBENCH=141440
IDSOLVER=2745
FILE ID=node102/4291385-1532662076
RUNJOBID= node102-1532654328-15628
PBS_JOBID= 21022218
Free space on /tmp= 52748 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_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-4291385-1532662076/watcher-4291385-1532662076 -o /tmp/evaluation-result-4291385-1532662076/solver-4291385-1532662076 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1532654328-15628 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1434160338 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291385-1532662076.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1434160338

node102.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.51
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.51
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.51
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.51
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:        24155232 kB
MemAvailable:   31957172 kB
Buffers:          206840 kB
Cached:          7830744 kB
SwapCached:         5064 kB
Active:          1396996 kB
Inactive:        6675904 kB
Active(anon):       6400 kB
Inactive(anon):    53704 kB
Active(file):    1390596 kB
Inactive(file):  6622200 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67077296 kB
Dirty:             37292 kB
Writeback:             0 kB
AnonPages:        159772 kB
Mapped:            34688 kB
Shmem:             22212 kB
Slab:             237468 kB
SReclaimable:     209956 kB
SUnreclaim:        27512 kB
KernelStack:        3632 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52712 MiB
End job on node102 at 2018-07-27 05:28:03