Trace number 4291384

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 786.066 775.299

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-05-06_c18.xml
MD5SUM81d4059c2b76389bba6ef17dee6cb29a
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 benchmark6.39052
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity5
Maximum constraint arity6
Distribution of constraint arities[{"arity":5,"count":6},{"arity":6,"count":5}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1672939641
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.94/1.06	c Parsing done, starting search...
11.88/3.92	s SATISFIABLE
11.88/3.92	v <instantiation>
11.88/3.92	v 	<list>
11.88/3.92	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5]
11.88/3.92	v 	</list>
11.88/3.92	v 	<values>
11.88/3.92	v 		25 0 17 0 1 4 20 17 0 19 4 18 23 24 18 19 4 18 20 18 18 8 19 14 17 20 8 13 4 17 
11.88/3.92	v 	</values>
11.88/3.92	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 (8505 MiB free)
  memory of node 1: 16384 MiB (11520 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291384-1532661936/watcher-4291384-1532661936 -o /tmp/evaluation-result-4291384-1532661936/solver-4291384-1532661936 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1672939641 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291384-1532661936.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
solver pid=17182, runsolver pid=17179
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 8.01 8.62 8.70 2/198 17202
/proc/meminfo: memFree=20490608/32770624 swapFree=67108860/67108860
[pid=17182] ppid=17179 vsize=26103424 memory=31320 CPUtime=0.11 cores=0-7
/proc/17182/stat : 17182 (java) S 17179 17182 14998 0 -1 1077944320 7261 0 0 0 10 1 0 0 20 0 20 0 83756748 26729906176 7830 33554432000 4194304 4196468 140728621458704 140728621441248 139818306911991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
/proc/17182/statm: 6525856 7830 3137 1 0 6487932 0
[pid=17182/tid=17184] ppid=17179 vsize=26103424 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 14998 0 -1 4202560 5337 0 0 0 8 0 0 0 20 0 20 0 83756748 26729906176 7830 33554432000 4194304 4196468 140728621458704 139818311115120 139818293109936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17185] ppid=17179 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7830 33554432000 4194304 4196468 140728621458704 139818259532176 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17186] ppid=17179 vsize=26103424 memory=140302409848448 CPUtime=0 cores=0-7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818258479376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17187] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818257427088 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17188] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818256374288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17189] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818255322000 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17190] ppid=17179 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818254269200 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17191] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818253216912 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17192] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 7849 33554432000 4194304 4196468 140728621458704 139818252164112 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17193] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817703680112 139818306923138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17194] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817702626080 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17195] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817701573744 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17196] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817700522064 139818306930587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17197] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 14998 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817699469936 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17198] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17198/stat : 17198 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817698417136 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17199] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17199/stat : 17199 (java) R 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817697364848 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17200] ppid=17179 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17182/task/17200/stat : 17200 (java) S 17179 17182 14998 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817696312048 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17201] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17201/stat : 17201 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817627150688 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17202] ppid=17179 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17182/task/17202/stat : 17202 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 7849 33554432000 4194304 4196468 140728621458704 139817626097968 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31320 KiB

[startup+0.210267 s]*
/proc/loadavg: 8.01 8.62 8.70 3/198 17202
/proc/meminfo: memFree=20477160/32770624 swapFree=67108860/67108860
[pid=17182] ppid=17179 vsize=26103424 memory=43032 CPUtime=0.31 cores=0-7
/proc/17182/stat : 17182 (java) S 17179 17182 14998 0 -1 1077944320 10465 0 0 0 29 2 0 0 20 0 20 0 83756748 26729906176 10758 33554432000 4194304 4196468 140728621458704 140728621441248 139818306911991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
/proc/17182/statm: 6525856 10758 3367 1 0 6487932 0
[pid=17182/tid=17184] ppid=17179 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 14998 0 -1 4202560 8193 0 0 0 19 1 0 0 20 0 20 0 83756748 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818311133120 139818306933917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17185] ppid=17179 vsize=26103424 memory=13939 CPUtime=0 cores=0-7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818259532176 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17186] ppid=17179 vsize=26103424 memory=140302410400402 CPUtime=0 cores=0-7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818258479376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17187] ppid=17179 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818257427088 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17188] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818256374288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17189] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818255322000 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17190] ppid=17179 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818254269200 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17191] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818253216912 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17192] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 10758 33554432000 4194304 4196468 140728621458704 139818252164112 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17193] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817703680112 139818306923138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17194] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817702626080 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17195] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817701573744 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17196] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817700522064 139818306930587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17197] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 14998 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817699469936 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17198] ppid=17179 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17182/task/17198/stat : 17198 (java) S 17179 17182 14998 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817698417136 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17199] ppid=17179 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17182/task/17199/stat : 17199 (java) S 17179 17182 14998 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817697364848 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17200] ppid=17179 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/17182/task/17200/stat : 17200 (java) R 17179 17182 14998 0 -1 4202560 317 0 0 0 6 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817696309856 139818286345040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17201] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17201/stat : 17201 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817627150688 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17202] ppid=17179 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17182/task/17202/stat : 17202 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 10758 33554432000 4194304 4196468 140728621458704 139817626097968 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43032 KiB

[startup+0.310533 s]*
/proc/loadavg: 8.01 8.62 8.70 2/198 17202
/proc/meminfo: memFree=20473284/32770624 swapFree=67108860/67108860
[pid=17182] ppid=17179 vsize=26103424 memory=47080 CPUtime=0.43 cores=0-7
/proc/17182/stat : 17182 (java) S 17179 17182 14998 0 -1 1077944320 10892 0 0 0 41 2 0 0 20 0 20 0 83756748 26729906176 11770 33554432000 4194304 4196468 140728621458704 140728621441248 139818306911991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
/proc/17182/statm: 6525856 11770 3420 1 0 6487932 0
[pid=17182/tid=17184] ppid=17179 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 14998 0 -1 4202560 8543 0 0 0 28 1 0 0 20 0 20 0 83756748 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818311073728 139818292077584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17185] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818259532176 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17186] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818258479376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17187] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818257427088 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17188] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818256374288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17189] ppid=17179 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818255322000 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17190] ppid=17179 vsize=26103424 memory=140302287467439 CPUtime=0 cores=0-7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818254269200 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17191] ppid=17179 vsize=26103424 memory=140302287469744 CPUtime=0 cores=0-7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818253216912 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17192] ppid=17179 vsize=26103424 memory=140302287472048 CPUtime=0 cores=0-7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756749 26729906176 11770 33554432000 4194304 4196468 140728621458704 139818252164112 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17193] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817703680112 139818306923138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17194] ppid=17179 vsize=26103424 memory=280604574951056 CPUtime=0 cores=0-7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817702626080 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17195] ppid=17179 vsize=26103424 memory=280604574957968 CPUtime=0 cores=0-7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83756751 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817701573744 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17196] ppid=17179 vsize=26103424 memory=280604574899248 CPUtime=0 cores=0-7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817700522064 139818306930587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17197] ppid=17179 vsize=26103424 memory=280604574971792 CPUtime=0.01 cores=0-7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 14998 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817699469936 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17198] ppid=17179 vsize=26103424 memory=280604574978704 CPUtime=0.01 cores=0-7
/proc/17182/task/17198/stat : 17198 (java) S 17179 17182 14998 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817698417136 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17199] ppid=17179 vsize=26103424 memory=280604574976400 CPUtime=0.01 cores=0-7
/proc/17182/task/17199/stat : 17199 (java) S 17179 17182 14998 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817697364848 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17200] ppid=17179 vsize=26103424 memory=280604574993008 CPUtime=0.08 cores=0-7
/proc/17182/task/17200/stat : 17200 (java) S 17179 17182 14998 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817696312048 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17201] ppid=17179 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17201/stat : 17201 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817627150688 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17202] ppid=17179 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17182/task/17202/stat : 17202 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756754 26729906176 11770 33554432000 4194304 4196468 140728621458704 139817626097968 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47080 KiB

[startup+0.700896 s]
/proc/loadavg: 8.01 8.62 8.70 2/198 17202
/proc/meminfo: memFree=20449472/32770624 swapFree=67108860/67108860
[pid=17182] ppid=17179 vsize=26105492 memory=87460 CPUtime=0.99 cores=0-7
/proc/17182/stat : 17182 (java) S 17179 17182 14998 0 -1 1077944320 17818 0 0 0 95 4 0 0 20 0 20 0 83756748 26732023808 21865 33554432000 4194304 4196468 140728621458704 140728621441248 139818306911991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
/proc/17182/statm: 6526373 21865 3490 1 0 6488444 0
[pid=17182/tid=17184] ppid=17179 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/17182/task/17184/stat : 17184 (java) R 17179 17182 14998 0 -1 4202560 15022 0 0 0 64 3 0 0 20 0 20 0 83756748 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818311138448 139818292282971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17185] ppid=17179 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818259532176 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17186] ppid=17179 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818258479376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17187] ppid=17179 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818257427088 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17188] ppid=17179 vsize=26105492 memory=1196 CPUtime=0 cores=0-7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818256374288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17189] ppid=17179 vsize=26105492 memory=8536 CPUtime=0 cores=0-7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818255322000 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17190] ppid=17179 vsize=26105492 memory=4616 CPUtime=0 cores=0-7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818254269200 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17191] ppid=17179 vsize=26105492 memory=1424 CPUtime=0 cores=0-7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818253216912 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17192] ppid=17179 vsize=26105492 memory=15868 CPUtime=0 cores=0-7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83756749 26732023808 21865 33554432000 4194304 4196468 140728621458704 139818252164112 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17193] ppid=17179 vsize=26105492 memory=4052 CPUtime=0 cores=0-7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83756751 26732023808 21865 33554432000 4194304 4196468 140728621458704 139817703680112 139818306923138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0

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

[pid=17182/tid=17189] ppid=17179 vsize=27517708 memory=844 CPUtime=0.39 cores=0-7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 14998 0 -1 1077944384 4464 0 0 0 23 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818255322000 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17190] ppid=17179 vsize=27517708 memory=6138344 CPUtime=0.38 cores=0-7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 14998 0 -1 1077944384 3202 0 0 0 23 15 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818254269200 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17191] ppid=17179 vsize=27517708 memory=6944656592455360604 CPUtime=0.38 cores=0-7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 14998 0 -1 1077944384 3791 0 0 0 22 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818253216912 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17192] ppid=17179 vsize=27517708 memory=6944656575208382560 CPUtime=0.37 cores=0-7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 14998 0 -1 1077944384 3334 0 0 0 21 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818252164112 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17193] ppid=17179 vsize=27517708 memory=6656426216303648864 CPUtime=0.12 cores=0-7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 14998 0 -1 1077944384 17670 0 0 0 8 4 0 0 20 0 40 0 83756751 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817703680112 139818306923138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17194] ppid=17179 vsize=27517708 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 14998 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 40 0 83756751 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817702626144 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17195] ppid=17179 vsize=27517708 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 14998 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 40 0 83756751 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817701573760 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17196] ppid=17179 vsize=27517708 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817700522064 139818306930587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17197] ppid=17179 vsize=27517708 memory=6944656592455097440 CPUtime=1.54 cores=0-7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 14998 0 -1 1077944384 6621 0 0 0 151 3 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817699469936 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17198] ppid=17179 vsize=27517708 memory=1692 CPUtime=1.49 cores=0-7
/proc/17182/task/17198/stat : 17198 (java) S 17179 17182 14998 0 -1 1077944384 5296 0 0 0 148 1 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817698417136 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17199] ppid=17179 vsize=27517708 memory=916 CPUtime=1.4 cores=0-7
/proc/17182/task/17199/stat : 17199 (java) S 17179 17182 14998 0 -1 1077944384 6531 0 0 0 139 1 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817697364848 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17200] ppid=17179 vsize=27517708 memory=4136 CPUtime=0.95 cores=0-7
/proc/17182/task/17200/stat : 17200 (java) S 17179 17182 14998 0 -1 1077944384 4864 0 0 0 93 2 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817696312048 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17201] ppid=17179 vsize=27517708 memory=4096 CPUtime=0 cores=0-7
/proc/17182/task/17201/stat : 17201 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817627150688 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17202] ppid=17179 vsize=27517708 memory=1408 CPUtime=0.27 cores=0-7
/proc/17182/task/17202/stat : 17202 (java) S 17179 17182 14998 0 -1 1077944384 893 0 0 0 11 16 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817626097968 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17205] ppid=17179 vsize=27517708 memory=4308 CPUtime=0.38 cores=0-7
/proc/17182/task/17205/stat : 17205 (java) S 17179 17182 14998 0 -1 1077944384 233 0 0 0 37 1 0 0 20 0 40 0 83757059 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817608451376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17206] ppid=17179 vsize=27517708 memory=6138344 CPUtime=0.36 cores=0-7
/proc/17182/task/17206/stat : 17206 (java) S 17179 17182 14998 0 -1 1077944384 121 0 0 0 35 1 0 0 20 0 40 0 83757060 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817607398576 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17207] ppid=17179 vsize=27517708 memory=-9178176117148050014 CPUtime=0.33 cores=0-7
/proc/17182/task/17207/stat : 17207 (java) S 17179 17182 14998 0 -1 1077944384 101 0 0 0 33 0 0 0 20 0 40 0 83757060 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817606346288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17208] ppid=17179 vsize=27517708 memory=7306916055891837008 CPUtime=0.29 cores=0-7
/proc/17182/task/17208/stat : 17208 (java) S 17179 17182 14998 0 -1 1077944384 52 0 0 0 29 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817603196336 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17209] ppid=17179 vsize=27517708 memory=4872558044660077418 CPUtime=0.29 cores=0-7
/proc/17182/task/17209/stat : 17209 (java) S 17179 17182 14998 0 -1 1077944384 80 0 0 0 29 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817602143024 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17210] ppid=17179 vsize=27517708 memory=6138344 CPUtime=0.34 cores=0-7
/proc/17182/task/17210/stat : 17210 (java) S 17179 17182 14998 0 -1 1077944384 130 0 0 0 33 1 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817601090224 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17211] ppid=17179 vsize=27517708 memory=6791534058613427641 CPUtime=0.37 cores=0-7
/proc/17182/task/17211/stat : 17211 (java) S 17179 17182 14998 0 -1 1077944384 117 0 0 0 37 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817600037936 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17212] ppid=17179 vsize=27517708 memory=4872558044660077418 CPUtime=771 cores=0-7
/proc/17182/task/17212/stat : 17212 (java) R 17179 17182 14998 0 -1 4202560 82925 0 0 0 76877 223 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817598979744 139817922670632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17213] ppid=17179 vsize=27517708 memory=1936 CPUtime=0.02 cores=0-7
/proc/17182/task/17213/stat : 17213 (java) S 17179 17182 14998 0 -1 1077944384 58 0 0 0 2 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817597932848 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17214] ppid=17179 vsize=27517708 memory=1196 CPUtime=0.03 cores=0-7
/proc/17182/task/17214/stat : 17214 (java) S 17179 17182 14998 0 -1 1077944384 49 0 0 0 3 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817596880048 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17215] ppid=17179 vsize=27517708 memory=8536 CPUtime=0 cores=0-7
/proc/17182/task/17215/stat : 17215 (java) S 17179 17182 14998 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 40 0 83757130 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817595827760 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17216] ppid=17179 vsize=27517708 memory=4616 CPUtime=0 cores=0-7
/proc/17182/task/17216/stat : 17216 (java) S 17179 17182 14998 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 40 0 83757131 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817594774960 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17217] ppid=17179 vsize=27517708 memory=1424 CPUtime=0 cores=0-7
/proc/17182/task/17217/stat : 17217 (java) S 17179 17182 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 40 0 83757135 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817591587632 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17218] ppid=17179 vsize=27517708 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17182/task/17218/stat : 17218 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757135 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817590534832 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17219] ppid=17179 vsize=27517708 memory=928 CPUtime=0 cores=0-7
/proc/17182/task/17219/stat : 17219 (java) S 17179 17182 14998 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 40 0 83757136 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817589482544 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17220] ppid=17179 vsize=27517708 memory=1580 CPUtime=0 cores=0-7
/proc/17182/task/17220/stat : 17220 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757137 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817588429744 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17221] ppid=17179 vsize=27517708 memory=2240 CPUtime=0 cores=0-7
/proc/17182/task/17221/stat : 17221 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757137 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817587377456 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17222] ppid=17179 vsize=27517708 memory=4128 CPUtime=0 cores=0-7
/proc/17182/task/17222/stat : 17222 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757137 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817586324656 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17223] ppid=17179 vsize=27517708 memory=2200 CPUtime=0 cores=0-7
/proc/17182/task/17223/stat : 17223 (java) S 17179 17182 14998 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 40 0 83757138 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817585272368 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17224] ppid=17179 vsize=27517708 memory=7528 CPUtime=0 cores=0-7
/proc/17182/task/17224/stat : 17224 (java) S 17179 17182 14998 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 40 0 83757138 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817614751152 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
Current children cumulated CPU time: 785.56 s
Current children cumulated vsize: 27517708 KiB
Current children cumulated memory: 6138344 KiB

[startup+775.201 s]
/proc/loadavg: 1.01 1.62 4.40 2/218 17232
/proc/meminfo: memFree=14368720/32770624 swapFree=67108860/67108860
[pid=17182] ppid=17179 vsize=27517708 memory=6138344 CPUtime=785.96 cores=0-7
/proc/17182/stat : 17182 (java) S 17179 17182 14998 0 -1 1077944320 178295 0 0 0 78196 400 0 0 20 0 40 0 83756748 28178132992 1534586 33554432000 4194304 4196468 140728621458704 140728621441248 139818306911991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
/proc/17182/statm: 6879427 1534586 3619 1 0 6840977 0
[pid=17182/tid=17184] ppid=17179 vsize=27517708 memory=1728 CPUtime=3.05 cores=0-7
/proc/17182/task/17184/stat : 17184 (java) S 17179 17182 14998 0 -1 1077944384 22277 0 0 0 298 7 0 0 20 0 40 0 83756748 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818311154864 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17185] ppid=17179 vsize=27517708 memory=796 CPUtime=0.36 cores=0-7
/proc/17182/task/17185/stat : 17185 (java) S 17179 17182 14998 0 -1 1077944384 1709 0 0 0 21 15 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818259532176 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17186] ppid=17179 vsize=27517708 memory=1012 CPUtime=0.38 cores=0-7
/proc/17182/task/17186/stat : 17186 (java) S 17179 17182 14998 0 -1 1077944384 4085 0 0 0 21 17 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818258479376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17187] ppid=17179 vsize=27517708 memory=6791534058613427641 CPUtime=0.39 cores=0-7
/proc/17182/task/17187/stat : 17187 (java) S 17179 17182 14998 0 -1 1077944384 4566 0 0 0 22 17 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818257427088 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17188] ppid=17179 vsize=27517708 memory=1424 CPUtime=0.38 cores=0-7
/proc/17182/task/17188/stat : 17188 (java) S 17179 17182 14998 0 -1 1077944384 3332 0 0 0 22 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818256374288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17189] ppid=17179 vsize=27517708 memory=15868 CPUtime=0.39 cores=0-7
/proc/17182/task/17189/stat : 17189 (java) S 17179 17182 14998 0 -1 1077944384 4464 0 0 0 23 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818255322000 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17190] ppid=17179 vsize=27517708 memory=4052 CPUtime=0.38 cores=0-7
/proc/17182/task/17190/stat : 17190 (java) S 17179 17182 14998 0 -1 1077944384 3202 0 0 0 23 15 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818254269200 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17191] ppid=17179 vsize=27517708 memory=18252 CPUtime=0.38 cores=0-7
/proc/17182/task/17191/stat : 17191 (java) S 17179 17182 14998 0 -1 1077944384 3791 0 0 0 22 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818253216912 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17192] ppid=17179 vsize=27517708 memory=14312 CPUtime=0.37 cores=0-7
/proc/17182/task/17192/stat : 17192 (java) S 17179 17182 14998 0 -1 1077944384 3334 0 0 0 21 16 0 0 20 0 40 0 83756749 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139818252164112 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17193] ppid=17179 vsize=27517708 memory=644 CPUtime=0.12 cores=0-7
/proc/17182/task/17193/stat : 17193 (java) S 17179 17182 14998 0 -1 1077944384 17670 0 0 0 8 4 0 0 20 0 40 0 83756751 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817703680112 139818306923138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17194] ppid=17179 vsize=27517708 memory=12 CPUtime=0 cores=0-7
/proc/17182/task/17194/stat : 17194 (java) S 17179 17182 14998 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 40 0 83756751 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817702626144 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17195] ppid=17179 vsize=27517708 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17195/stat : 17195 (java) S 17179 17182 14998 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 40 0 83756751 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817701573760 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17196] ppid=17179 vsize=27517708 memory=0 CPUtime=0 cores=0-7
/proc/17182/task/17196/stat : 17196 (java) S 17179 17182 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817700522064 139818306930587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17197] ppid=17179 vsize=27517708 memory=0 CPUtime=1.54 cores=0-7
/proc/17182/task/17197/stat : 17197 (java) S 17179 17182 14998 0 -1 1077944384 6621 0 0 0 151 3 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817699469936 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17198] ppid=17179 vsize=27517708 memory=154 CPUtime=1.49 cores=0-7
/proc/17182/task/17198/stat : 17198 (java) S 17179 17182 14998 0 -1 1077944384 5296 0 0 0 148 1 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817698417136 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17199] ppid=17179 vsize=27517708 memory=149 CPUtime=1.4 cores=0-7
/proc/17182/task/17199/stat : 17199 (java) S 17179 17182 14998 0 -1 1077944384 6531 0 0 0 139 1 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817697364848 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17200] ppid=17179 vsize=27517708 memory=140 CPUtime=0.95 cores=0-7
/proc/17182/task/17200/stat : 17200 (java) S 17179 17182 14998 0 -1 1077944384 4864 0 0 0 93 2 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817696312048 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17201] ppid=17179 vsize=27517708 memory=15868 CPUtime=0 cores=0-7
/proc/17182/task/17201/stat : 17201 (java) S 17179 17182 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817627150688 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17202] ppid=17179 vsize=27517708 memory=4052 CPUtime=0.27 cores=0-7
/proc/17182/task/17202/stat : 17202 (java) S 17179 17182 14998 0 -1 1077944384 893 0 0 0 11 16 0 0 20 0 40 0 83756754 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817626097968 139818306923138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17205] ppid=17179 vsize=27517708 memory=18252 CPUtime=0.38 cores=0-7
/proc/17182/task/17205/stat : 17205 (java) S 17179 17182 14998 0 -1 1077944384 233 0 0 0 37 1 0 0 20 0 40 0 83757059 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817608451376 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17206] ppid=17179 vsize=27517708 memory=14312 CPUtime=0.36 cores=0-7
/proc/17182/task/17206/stat : 17206 (java) S 17179 17182 14998 0 -1 1077944384 121 0 0 0 35 1 0 0 20 0 40 0 83757060 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817607398576 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17207] ppid=17179 vsize=27517708 memory=644 CPUtime=0.33 cores=0-7
/proc/17182/task/17207/stat : 17207 (java) S 17179 17182 14998 0 -1 1077944384 101 0 0 0 33 0 0 0 20 0 40 0 83757060 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817606346288 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17208] ppid=17179 vsize=27517708 memory=1792 CPUtime=0.29 cores=0-7
/proc/17182/task/17208/stat : 17208 (java) S 17179 17182 14998 0 -1 1077944384 52 0 0 0 29 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817603196336 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17209] ppid=17179 vsize=27517708 memory=960 CPUtime=0.29 cores=0-7
/proc/17182/task/17209/stat : 17209 (java) S 17179 17182 14998 0 -1 1077944384 80 0 0 0 29 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817602143024 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17210] ppid=17179 vsize=27517708 memory=0 CPUtime=0.34 cores=0-7
/proc/17182/task/17210/stat : 17210 (java) S 17179 17182 14998 0 -1 1077944384 130 0 0 0 33 1 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817601090224 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17211] ppid=17179 vsize=27517708 memory=-9103030903824031093 CPUtime=0.37 cores=0-7
/proc/17182/task/17211/stat : 17211 (java) S 17179 17182 14998 0 -1 1077944384 117 0 0 0 37 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817600037936 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17212] ppid=17179 vsize=27517708 memory=6944656575208382560 CPUtime=771.4 cores=0-7
/proc/17182/task/17212/stat : 17212 (java) R 17179 17182 14998 0 -1 4202560 82944 0 0 0 76917 223 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817598979744 139817922781300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17213] ppid=17179 vsize=27517708 memory=6944656575208382560 CPUtime=0.02 cores=0-7
/proc/17182/task/17213/stat : 17213 (java) S 17179 17182 14998 0 -1 1077944384 58 0 0 0 2 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817597932848 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17214] ppid=17179 vsize=27517708 memory=-8311738553153378854 CPUtime=0.03 cores=0-7
/proc/17182/task/17214/stat : 17214 (java) S 17179 17182 14998 0 -1 1077944384 49 0 0 0 3 0 0 0 20 0 40 0 83757067 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817596880048 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17215] ppid=17179 vsize=27517708 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/17182/task/17215/stat : 17215 (java) S 17179 17182 14998 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 40 0 83757130 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817595827760 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17216] ppid=17179 vsize=27517708 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/17182/task/17216/stat : 17216 (java) S 17179 17182 14998 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 40 0 83757131 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817594774960 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17217] ppid=17179 vsize=27517708 memory=7741804777551979090 CPUtime=0 cores=0-7
/proc/17182/task/17217/stat : 17217 (java) S 17179 17182 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 40 0 83757135 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817591587632 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17218] ppid=17179 vsize=27517708 memory=7741804777551979090 CPUtime=0 cores=0-7
/proc/17182/task/17218/stat : 17218 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757135 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817590534832 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17219] ppid=17179 vsize=27517708 memory=1232 CPUtime=0 cores=0-7
/proc/17182/task/17219/stat : 17219 (java) S 17179 17182 14998 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 40 0 83757136 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817589482544 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17220] ppid=17179 vsize=27517708 memory=2344 CPUtime=0 cores=0-7
/proc/17182/task/17220/stat : 17220 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757137 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817588429744 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17221] ppid=17179 vsize=27517708 memory=928 CPUtime=0 cores=0-7
/proc/17182/task/17221/stat : 17221 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757137 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817587377456 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17222] ppid=17179 vsize=27517708 memory=1580 CPUtime=0 cores=0-7
/proc/17182/task/17222/stat : 17222 (java) S 17179 17182 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 83757137 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817586324656 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17223] ppid=17179 vsize=27517708 memory=2240 CPUtime=0 cores=0-7
/proc/17182/task/17223/stat : 17223 (java) S 17179 17182 14998 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 40 0 83757138 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817585272368 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
[pid=17182/tid=17224] ppid=17179 vsize=27517708 memory=4128 CPUtime=0 cores=0-7
/proc/17182/task/17224/stat : 17224 (java) S 17179 17182 14998 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 40 0 83757138 28178132992 1534586 33554432000 4194304 4196468 140728621458704 139817614751152 139818306922197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39780352 140728621466701 140728621466885 140728621466885 140728621469647 0
Current children cumulated CPU time: 785.96 s
Current children cumulated vsize: 27517708 KiB
Current children cumulated memory: 6138344 KiB

Child status: 0
Real time (s): 775.299
CPU time (s): 786.066
CPU user time (s): 782.022
CPU system time (s): 4.04378
CPU usage (%): 101.389
Max. virtual memory (cumulated for all children) (KiB): 27517708
Max. memory (cumulated for all children) (KiB): 6401228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.022
system time used= 4.04378
maximum resident set size= 6403276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24781
involuntary context switches= 1116


# summary of solver processes directly reported to runsolver:
#   pid: 17182
#   total CPU time (s): 786.066
#   total CPU user time (s): 782.022
#   total CPU system time (s): 4.04378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52764 second user time and 8.73988 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-27 05:25:36
IDJOB=4291384
IDBENCH=141439
IDSOLVER=2745
FILE ID=node105/4291384-1532661936
RUNJOBID= node105-1532654157-15025
PBS_JOBID= 21022216
Free space on /tmp= 44624 MiB

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

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

MD5SUM BENCH= 81d4059c2b76389bba6ef17dee6cb29a
RANDOM SEED=1672939641

node105.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.32
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.32
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.32
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.32
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:        20508172 kB
MemAvailable:   31930212 kB
Buffers:          254216 kB
Cached:         11308576 kB
SwapCached:            0 kB
Active:          2366048 kB
Inactive:        9248432 kB
Active(anon):       6292 kB
Inactive(anon):    73456 kB
Active(file):    2359756 kB
Inactive(file):  9174976 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36560 kB
Writeback:             4 kB
AnonPages:         58464 kB
Mapped:            41512 kB
Shmem:             25228 kB
Slab:             343328 kB
SReclaimable:     315768 kB
SUnreclaim:        27560 kB
KernelStack:        3168 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44588 MiB
End job on node105 at 2018-07-27 05:38:31