Trace number 4285354

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 2017-08-22UNSAT 2304.6899 299.40399

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
MD5SUM80005f43209ae7ce669f7000fbe1f4f3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.999901
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints447
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree29
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":4},{"degree":9,"count":1},{"degree":10,"count":7},{"degree":11,"count":2},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":5},{"degree":26,"count":2},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":447}]
Number of extensional constraints447
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":447}]
Optimization problemNO
Type of objective

Solver Data

0.36/0.43	c version: 2017-08-22
0.36/0.43	c seed: 147719645
0.36/0.43	c timeout: 20160
0.36/0.43	c memlimit: 22000
0.36/0.43	c nbcore: 8
0.36/0.45	c Parsing instance...
1.82/0.95	c Parsing done, starting search...
2304.55/299.39	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285354-1503430093/watcher-4285354-1503430093 -o /tmp/evaluation-result-4285354-1503430093/solver-4285354-1503430093 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 147719645 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285354-1503430093.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=17593, runsolver pid=17590

[startup+0.100149 s]*
/proc/loadavg: 7.04 8.34 8.59 1/174 17594
/proc/meminfo: memFree=31205228/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=100808 memory=4752 CPUtime=0 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 1402 0 0 0 0 0 0 0 20 0 2 0 131349866 103227392 1188 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 0 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 25202 1188 885 1 0 16800 0
[pid=17593/tid=17595] ppid=17590 vsize=103032 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) R 17590 17593 12932 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 2 0 131349877 105504768 1210 18446744073709551615 4194304 4196468 140725662532400 139784208346488 139784206326704 0 0 1 0 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 100808 KiB
Current children cumulated memory: 4752 KiB

[startup+0.208936 s]*
/proc/loadavg: 7.04 8.34 8.59 1/192 17612
/proc/meminfo: memFree=31194480/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=25927168 memory=22300 CPUtime=0.06 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 5038 0 0 0 5 1 0 0 20 0 19 0 131349866 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 6481792 5575 2577 1 0 6471289 0
[pid=17593/tid=17595] ppid=17590 vsize=25927168 memory=0 CPUtime=0.04 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) D 17590 17593 12932 0 -1 4202560 3134 0 0 0 4 0 0 0 20 0 19 0 131349877 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784208349088 139784204133629 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17596] ppid=17590 vsize=25927168 memory=4294967295 CPUtime=0 cores=0-7
/proc/17593/task/17596/stat : 17596 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784161078288 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17597] ppid=17590 vsize=25927168 memory=139991437870720 CPUtime=0 cores=0-7
/proc/17593/task/17597/stat : 17597 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784160025744 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17598] ppid=17590 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/17593/task/17598/stat : 17598 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784158972688 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17599] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17599/stat : 17599 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784157920144 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17600] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17600/stat : 17600 (java) S 17590 17593 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784156867088 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17601] ppid=17590 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/17593/task/17601/stat : 17601 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784155814544 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17602] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17602/stat : 17602 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784154761488 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17603] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17603/stat : 17603 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349878 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139784153708944 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17604] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17604/stat : 17604 (java) S 17590 17593 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 131349879 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782413892336 139784204122754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17605] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17605/stat : 17605 (java) S 17590 17593 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 131349880 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782412838560 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17606] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17606/stat : 17606 (java) S 17590 17593 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 131349880 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782411785456 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17607] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17607/stat : 17607 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 131349882 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782410734032 139784204130203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17608] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17608/stat : 17608 (java) S 17590 17593 12932 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 19 0 131349882 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782409681136 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17609] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17609/stat : 17609 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 131349882 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782408628592 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17610] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17610/stat : 17610 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 131349882 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782407575536 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17611] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17611/stat : 17611 (java) S 17590 17593 12932 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 19 0 131349883 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782406522992 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17612] ppid=17590 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17612/stat : 17612 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 131349883 26549420032 5575 18446744073709551615 4194304 4196468 140725662532400 139782405471200 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 22300 KiB

[startup+0.309086 s]*
/proc/loadavg: 7.04 8.34 8.59 2/193 17613
/proc/meminfo: memFree=31182952/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=25996608 memory=35580 CPUtime=0.19 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 10072 0 0 0 17 2 0 0 20 0 20 0 131349866 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 6499152 8895 3515 1 0 6487930 0
[pid=17593/tid=17595] ppid=17590 vsize=25996608 memory=139991437870720 CPUtime=0.12 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) R 17590 17593 12932 0 -1 4202560 7814 0 0 0 11 1 0 0 20 0 20 0 131349877 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784208333888 139784204133533 0 4 1 16800974 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17596] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17596/stat : 17596 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784161078288 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17597] ppid=17590 vsize=25996608 memory=139991437870720 CPUtime=0 cores=0-7
/proc/17593/task/17597/stat : 17597 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784160025744 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17598] ppid=17590 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/17593/task/17598/stat : 17598 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784158972688 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17599] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17599/stat : 17599 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784157920144 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17600] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17600/stat : 17600 (java) S 17590 17593 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784156867088 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17601] ppid=17590 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/17593/task/17601/stat : 17601 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784155814544 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17602] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17602/stat : 17602 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784154761488 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17603] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17603/stat : 17603 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139784153708944 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17604] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17604/stat : 17604 (java) S 17590 17593 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 131349879 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782413892336 139784204122754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17605] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17605/stat : 17605 (java) S 17590 17593 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 131349880 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782412838560 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17606] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17606/stat : 17606 (java) S 17590 17593 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 131349880 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782411785456 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17607] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17607/stat : 17607 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349882 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782410734032 139784204130203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17608] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17608/stat : 17608 (java) S 17590 17593 12932 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 131349882 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782409681136 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17609] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17609/stat : 17609 (java) S 17590 17593 12932 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 131349882 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782408628592 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17610] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17610/stat : 17610 (java) S 17590 17593 12932 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 131349882 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782407575536 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17611] ppid=17590 vsize=25996608 memory=0 CPUtime=0.03 cores=0-7
/proc/17593/task/17611/stat : 17611 (java) S 17590 17593 12932 0 -1 1077944384 386 0 0 0 3 0 0 0 20 0 20 0 131349883 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782406522992 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17612] ppid=17590 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17612/stat : 17612 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 131349883 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782405471200 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17613] ppid=17590 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/17593/task/17613/stat : 17613 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349889 26620526592 8895 18446744073709551615 4194304 4196468 140725662532400 139782404418736 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 35580 KiB

[startup+0.700857 s]
/proc/loadavg: 7.04 8.34 8.59 3/193 17613
/proc/meminfo: memFree=31170884/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=25998676 memory=62936 CPUtime=0.93 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 14024 0 0 0 88 5 0 0 20 0 20 0 131349866 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 6499669 15734 3721 1 0 6488442 0
[pid=17593/tid=17595] ppid=17590 vsize=25998676 memory=0 CPUtime=0.51 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) R 17590 17593 12932 0 -1 4202560 10509 0 0 0 48 3 0 0 20 0 20 0 131349877 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784208347056 139784204123542 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17596] ppid=17590 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17596/stat : 17596 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784161078288 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17597] ppid=17590 vsize=25998676 memory=7089889996705915737 CPUtime=0 cores=0-7
/proc/17593/task/17597/stat : 17597 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784160025744 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17598] ppid=17590 vsize=25998676 memory=7158298329001451858 CPUtime=0 cores=0-7
/proc/17593/task/17598/stat : 17598 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784158972688 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17599] ppid=17590 vsize=25998676 memory=7158298329001451858 CPUtime=0 cores=0-7
/proc/17593/task/17599/stat : 17599 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784157920144 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17600] ppid=17590 vsize=25998676 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/17593/task/17600/stat : 17600 (java) S 17590 17593 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784156867088 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17601] ppid=17590 vsize=25998676 memory=7089889996705915737 CPUtime=0 cores=0-7
/proc/17593/task/17601/stat : 17601 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784155814544 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17602] ppid=17590 vsize=25998676 memory=7649399379903002417 CPUtime=0 cores=0-7
/proc/17593/task/17602/stat : 17602 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784154761488 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17603] ppid=17590 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17603/stat : 17603 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139784153708944 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17604] ppid=17590 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17604/stat : 17604 (java) S 17590 17593 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 131349879 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782413892336 139784204122754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17605] ppid=17590 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17605/stat : 17605 (java) S 17590 17593 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 131349880 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782412838560 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17606] ppid=17590 vsize=25998676 memory=2241 CPUtime=0 cores=0-7
/proc/17593/task/17606/stat : 17606 (java) S 17590 17593 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 131349880 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782411785456 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17607] ppid=17590 vsize=25998676 memory=279982610008256 CPUtime=0 cores=0-7
/proc/17593/task/17607/stat : 17607 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349882 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782410734032 139784204130203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17608] ppid=17590 vsize=25998676 memory=16132 CPUtime=0.08 cores=0-7
/proc/17593/task/17608/stat : 17608 (java) R 17590 17593 12932 0 -1 4202560 640 0 0 0 8 0 0 0 20 0 20 0 131349882 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782409666768 139784187608395 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17609] ppid=17590 vsize=25998676 memory=2244 CPUtime=0.05 cores=0-7
/proc/17593/task/17609/stat : 17609 (java) R 17590 17593 12932 0 -1 4202560 191 0 0 0 5 0 0 0 20 0 20 0 131349882 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782408628592 139784187666832 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17610] ppid=17590 vsize=25998676 memory=0 CPUtime=0.06 cores=0-7
/proc/17593/task/17610/stat : 17610 (java) S 17590 17593 12932 0 -1 1077944384 487 0 0 0 6 0 0 0 20 0 20 0 131349882 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782407575536 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17611] ppid=17590 vsize=25998676 memory=1232 CPUtime=0.19 cores=0-7
/proc/17593/task/17611/stat : 17611 (java) R 17590 17593 12932 0 -1 4202560 816 0 0 0 19 0 0 0 20 0 20 0 131349883 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782406523120 139784182786800 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17612] ppid=17590 vsize=25998676 memory=9064 CPUtime=0 cores=0-7
/proc/17593/task/17612/stat : 17612 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 131349883 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782405471200 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17613] ppid=17590 vsize=25998676 memory=4616 CPUtime=0 cores=0-7
/proc/17593/task/17613/stat : 17613 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349889 26622644224 15734 18446744073709551615 4194304 4196468 140725662532400 139782404418736 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 62936 KiB

[startup+1.50093 s]
/proc/loadavg: 7.04 8.34 8.59 2/193 17613
/proc/meminfo: memFree=31080344/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=26002772 memory=176128 CPUtime=3.34 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 27713 0 0 0 324 10 0 0 20 0 20 0 131349866 26626838528 44032 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 6500693 44032 3760 1 0 6489466 0
[pid=17593/tid=17595] ppid=17590 vsize=26002772 memory=0 CPUtime=1.31 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) R 17590 17593 12932 0 -1 4202560 13774 0 0 0 125 6 0 0 20 0 20 0 131349877 26626838528 44032 18446744073709551615 4194304 4196468 140725662532400 139784208343248 139783827542270 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17596] ppid=17590 vsize=26002772 memory=151656 CPUtime=0 cores=0-7
/proc/17593/task/17596/stat : 17596 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26626838528 44032 18446744073709551615 4194304 4196468 140725662532400 139784161078288 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17597] ppid=17590 vsize=26002772 memory=9064 CPUtime=0 cores=0-7
/proc/17593/task/17597/stat : 17597 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26626838528 44032 18446744073709551615 4194304 4196468 140725662532400 139784160025744 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17598] ppid=17590 vsize=26002772 memory=7089889996705915737 CPUtime=0 cores=0-7
/proc/17593/task/17598/stat : 17598 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26626838528 44032 18446744073709551615 4194304 4196468 140725662532400 139784158972688 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17599] ppid=17590 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17599/stat : 17599 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 131349878 26626838528 44032 18446744073709551615 4194304 4196468 140725662532400 139784157920144 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0

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

[startup+299.101 s]
/proc/loadavg: 8.99 8.63 8.62 2/208 17634
/proc/meminfo: memFree=31034908/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=27073976 memory=188988 CPUtime=2304.34 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 146827 0 0 0 230369 65 0 0 20 0 36 0 131349866 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 6768494 47247 3816 1 0 6756746 0
[pid=17593/tid=17595] ppid=17590 vsize=27073976 memory=1580 CPUtime=7.44 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) S 17590 17593 12932 0 -1 1077944384 17274 0 0 0 737 7 0 0 20 0 36 0 131349877 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784208349312 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17596] ppid=17590 vsize=27073976 memory=2168 CPUtime=0.19 cores=0-7
/proc/17593/task/17596/stat : 17596 (java) S 17590 17593 12932 0 -1 1077944384 3304 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784161078288 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17597] ppid=17590 vsize=27073976 memory=836 CPUtime=0.2 cores=0-7
/proc/17593/task/17597/stat : 17597 (java) S 17590 17593 12932 0 -1 1077944384 3053 0 0 0 17 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784160025744 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17598] ppid=17590 vsize=27073976 memory=4300 CPUtime=0.19 cores=0-7
/proc/17593/task/17598/stat : 17598 (java) S 17590 17593 12932 0 -1 1077944384 4951 0 0 0 16 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784158972688 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17599] ppid=17590 vsize=27073976 memory=4064 CPUtime=0.19 cores=0-7
/proc/17593/task/17599/stat : 17599 (java) S 17590 17593 12932 0 -1 1077944384 3186 0 0 0 16 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784157920144 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17600] ppid=17590 vsize=27073976 memory=1156 CPUtime=0.19 cores=0-7
/proc/17593/task/17600/stat : 17600 (java) S 17590 17593 12932 0 -1 1077944384 5016 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784156867088 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17601] ppid=17590 vsize=27073976 memory=3936 CPUtime=0.19 cores=0-7
/proc/17593/task/17601/stat : 17601 (java) S 17590 17593 12932 0 -1 1077944384 1749 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784155814544 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17602] ppid=17590 vsize=27073976 memory=188988 CPUtime=0.19 cores=0-7
/proc/17593/task/17602/stat : 17602 (java) S 17590 17593 12932 0 -1 1077944384 3061 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784154761488 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17603] ppid=17590 vsize=27073976 memory=7584172172082901604 CPUtime=0.2 cores=0-7
/proc/17593/task/17603/stat : 17603 (java) S 17590 17593 12932 0 -1 1077944384 1822 0 0 0 17 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784153708944 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17604] ppid=17590 vsize=27073976 memory=-8774313645642428999 CPUtime=0.26 cores=0-7
/proc/17593/task/17604/stat : 17604 (java) S 17590 17593 12932 0 -1 1077944384 8020 0 0 0 20 6 0 0 20 0 36 0 131349879 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782413892336 139784204122754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17605] ppid=17590 vsize=27073976 memory=1296 CPUtime=0 cores=0-7
/proc/17593/task/17605/stat : 17605 (java) S 17590 17593 12932 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 36 0 131349880 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782412838624 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17606] ppid=17590 vsize=27073976 memory=1728 CPUtime=0 cores=0-7
/proc/17593/task/17606/stat : 17606 (java) S 17590 17593 12932 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 36 0 131349880 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782411785472 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17607] ppid=17590 vsize=27073976 memory=5788 CPUtime=0 cores=0-7
/proc/17593/task/17607/stat : 17607 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782410734032 139784204130203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17608] ppid=17590 vsize=27073976 memory=1996 CPUtime=1.63 cores=0-7
/proc/17593/task/17608/stat : 17608 (java) S 17590 17593 12932 0 -1 1077944384 8722 0 0 0 161 2 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782409681136 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17609] ppid=17590 vsize=27073976 memory=796 CPUtime=1.82 cores=0-7
/proc/17593/task/17609/stat : 17609 (java) S 17590 17593 12932 0 -1 1077944384 10117 0 0 0 180 2 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782408628592 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17610] ppid=17590 vsize=27073976 memory=188704 CPUtime=1.6 cores=0-7
/proc/17593/task/17610/stat : 17610 (java) S 17590 17593 12932 0 -1 1077944384 12503 0 0 0 158 2 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782407575536 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17611] ppid=17590 vsize=27073976 memory=188704 CPUtime=0.97 cores=0-7
/proc/17593/task/17611/stat : 17611 (java) S 17590 17593 12932 0 -1 1077944384 27067 0 0 0 93 4 0 0 20 0 36 0 131349883 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782406522992 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17612] ppid=17590 vsize=27073976 memory=151337467677090 CPUtime=0 cores=0-7
/proc/17593/task/17612/stat : 17612 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 131349883 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782405471200 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17613] ppid=17590 vsize=27073976 memory=-7003737579269690708 CPUtime=0.09 cores=0-7
/proc/17593/task/17613/stat : 17613 (java) S 17590 17593 12932 0 -1 1077944384 993 0 0 0 4 5 0 0 20 0 36 0 131349889 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782404418736 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17615] ppid=17590 vsize=27073976 memory=0 CPUtime=0.08 cores=0-7
/proc/17593/task/17615/stat : 17615 (java) S 17590 17593 12932 0 -1 1077944384 1299 0 0 0 8 0 0 0 20 0 36 0 131350606 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782396224464 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17616] ppid=17590 vsize=27073976 memory=13568184779278711 CPUtime=0.46 cores=0-7
/proc/17593/task/17616/stat : 17616 (java) S 17590 17593 12932 0 -1 1077944384 3443 0 0 0 15 31 0 0 20 0 36 0 131350618 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781786821936 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17617] ppid=17590 vsize=27073976 memory=288230574492221466 CPUtime=230.74 cores=0-7
/proc/17593/task/17617/stat : 17617 (java) S 17590 17593 12932 0 -1 1077944384 3369 0 0 0 23073 1 0 0 20 0 36 0 131350628 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781785769104 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17618] ppid=17590 vsize=27073976 memory=288230621803970871 CPUtime=204.06 cores=0-7
/proc/17593/task/17618/stat : 17618 (java) S 17590 17593 12932 0 -1 1077944384 3385 0 0 0 20405 1 0 0 20 0 36 0 131350629 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781784716560 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17619] ppid=17590 vsize=27073976 memory=13568184779278711 CPUtime=253.72 cores=0-7
/proc/17593/task/17619/stat : 17619 (java) S 17590 17593 12932 0 -1 1077944384 2820 0 0 0 25371 1 0 0 20 0 36 0 131350630 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781783663504 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17620] ppid=17590 vsize=27073976 memory=1996 CPUtime=162.99 cores=0-7
/proc/17593/task/17620/stat : 17620 (java) S 17590 17593 12932 0 -1 1077944384 1982 0 0 0 16299 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781780513808 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17621] ppid=17590 vsize=27073976 memory=796 CPUtime=173.53 cores=0-7
/proc/17593/task/17621/stat : 17621 (java) S 17590 17593 12932 0 -1 1077944384 2052 0 0 0 17352 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781779461776 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17622] ppid=17590 vsize=27073976 memory=0 CPUtime=152.49 cores=0-7
/proc/17593/task/17622/stat : 17622 (java) S 17590 17593 12932 0 -1 1077944384 2414 0 0 0 15249 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781778409232 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17623] ppid=17590 vsize=27073976 memory=7667213891591496808 CPUtime=137.44 cores=0-7
/proc/17593/task/17623/stat : 17623 (java) S 17590 17593 12932 0 -1 1077944384 1341 0 0 0 13744 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781777356176 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17624] ppid=17590 vsize=27073976 memory=7235147594880805952 CPUtime=231.27 cores=0-7
/proc/17593/task/17624/stat : 17624 (java) S 17590 17593 12932 0 -1 1077944384 2830 0 0 0 23126 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781776303632 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17625] ppid=17590 vsize=27073976 memory=7235147594880805952 CPUtime=125 cores=0-7
/proc/17593/task/17625/stat : 17625 (java) S 17590 17593 12932 0 -1 1077944384 2374 0 0 0 12499 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781775250576 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17626] ppid=17590 vsize=27073976 memory=7523376918531162212 CPUtime=123.83 cores=0-7
/proc/17593/task/17626/stat : 17626 (java) R 17590 17593 12932 0 -1 4202560 2901 0 0 0 12382 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781774194000 139783831464393 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17627] ppid=17590 vsize=27073976 memory=7235147594880805952 CPUtime=164.06 cores=0-7
/proc/17593/task/17627/stat : 17627 (java) S 17590 17593 12932 0 -1 1077944384 1745 0 0 0 16406 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781773144976 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17628] ppid=17590 vsize=27073976 memory=7667213891591496808 CPUtime=140.21 cores=0-7
/proc/17593/task/17628/stat : 17628 (java) S 17590 17593 12932 0 -1 1077944384 943 0 0 0 14021 0 0 0 20 0 36 0 131350642 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781772092432 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17629] ppid=17590 vsize=27073976 memory=7595673046529632114 CPUtime=67.24 cores=0-7
/proc/17593/task/17629/stat : 17629 (java) S 17590 17593 12932 0 -1 1077944384 793 0 0 0 6724 0 0 0 20 0 36 0 131351747 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781768906384 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17631] ppid=17590 vsize=27073976 memory=7595673046529632114 CPUtime=121.57 cores=0-7
/proc/17593/task/17631/stat : 17631 (java) S 17590 17593 12932 0 -1 1077944384 860 0 0 0 12157 0 0 0 20 0 36 0 131360613 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781767853840 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
Current children cumulated CPU time: 2304.34 s
Current children cumulated vsize: 27073976 KiB
Current children cumulated memory: 188988 KiB

[startup+299.301 s]*
/proc/loadavg: 8.35 8.50 8.58 2/208 17634
/proc/meminfo: memFree=31035156/32770624 swapFree=67108860/67108860
[pid=17593] ppid=17590 vsize=27073976 memory=188988 CPUtime=2304.55 cores=0-7
/proc/17593/stat : 17593 (java) S 17590 17593 12932 0 -1 1077944320 146827 0 0 0 230390 65 0 0 20 0 36 0 131349866 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 140725662514944 139784204111607 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
/proc/17593/statm: 6768494 47247 3816 1 0 6756746 0
[pid=17593/tid=17595] ppid=17590 vsize=27073976 memory=16240 CPUtime=7.44 cores=0-7
/proc/17593/task/17595/stat : 17595 (java) S 17590 17593 12932 0 -1 1077944384 17274 0 0 0 737 7 0 0 20 0 36 0 131349877 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784208349312 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17596] ppid=17590 vsize=27073976 memory=-7003737579269690708 CPUtime=0.19 cores=0-7
/proc/17593/task/17596/stat : 17596 (java) S 17590 17593 12932 0 -1 1077944384 3304 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784161078288 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17597] ppid=17590 vsize=27073976 memory=7306919324232870759 CPUtime=0.2 cores=0-7
/proc/17593/task/17597/stat : 17597 (java) S 17590 17593 12932 0 -1 1077944384 3053 0 0 0 17 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784160025744 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17598] ppid=17590 vsize=27073976 memory=7450474839516862059 CPUtime=0.19 cores=0-7
/proc/17593/task/17598/stat : 17598 (java) S 17590 17593 12932 0 -1 1077944384 4951 0 0 0 16 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784158972688 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17599] ppid=17590 vsize=27073976 memory=7450195558950201189 CPUtime=0.19 cores=0-7
/proc/17593/task/17599/stat : 17599 (java) S 17590 17593 12932 0 -1 1077944384 3186 0 0 0 16 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784157920144 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17600] ppid=17590 vsize=27073976 memory=7158026749579060329 CPUtime=0.19 cores=0-7
/proc/17593/task/17600/stat : 17600 (java) S 17590 17593 12932 0 -1 1077944384 5016 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784156867088 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17601] ppid=17590 vsize=27073976 memory=7158026749579060329 CPUtime=0.19 cores=0-7
/proc/17593/task/17601/stat : 17601 (java) S 17590 17593 12932 0 -1 1077944384 1749 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784155814544 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17602] ppid=17590 vsize=27073976 memory=0 CPUtime=0.19 cores=0-7
/proc/17593/task/17602/stat : 17602 (java) S 17590 17593 12932 0 -1 1077944384 3061 0 0 0 17 2 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784154761488 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17603] ppid=17590 vsize=27073976 memory=0 CPUtime=0.2 cores=0-7
/proc/17593/task/17603/stat : 17603 (java) S 17590 17593 12932 0 -1 1077944384 1822 0 0 0 17 3 0 0 20 0 36 0 131349878 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139784153708944 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17604] ppid=17590 vsize=27073976 memory=0 CPUtime=0.26 cores=0-7
/proc/17593/task/17604/stat : 17604 (java) S 17590 17593 12932 0 -1 1077944384 8020 0 0 0 20 6 0 0 20 0 36 0 131349879 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782413892336 139784204122754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17605] ppid=17590 vsize=27073976 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17605/stat : 17605 (java) S 17590 17593 12932 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 36 0 131349880 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782412838624 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17606] ppid=17590 vsize=27073976 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17606/stat : 17606 (java) S 17590 17593 12932 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 36 0 131349880 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782411785472 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17607] ppid=17590 vsize=27073976 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17607/stat : 17607 (java) S 17590 17593 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782410734032 139784204130203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17608] ppid=17590 vsize=27073976 memory=0 CPUtime=1.63 cores=0-7
/proc/17593/task/17608/stat : 17608 (java) S 17590 17593 12932 0 -1 1077944384 8722 0 0 0 161 2 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782409681136 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17609] ppid=17590 vsize=27073976 memory=0 CPUtime=1.82 cores=0-7
/proc/17593/task/17609/stat : 17609 (java) S 17590 17593 12932 0 -1 1077944384 10117 0 0 0 180 2 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782408628592 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17610] ppid=17590 vsize=27073976 memory=0 CPUtime=1.6 cores=0-7
/proc/17593/task/17610/stat : 17610 (java) S 17590 17593 12932 0 -1 1077944384 12503 0 0 0 158 2 0 0 20 0 36 0 131349882 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782407575536 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17611] ppid=17590 vsize=27073976 memory=0 CPUtime=0.97 cores=0-7
/proc/17593/task/17611/stat : 17611 (java) S 17590 17593 12932 0 -1 1077944384 27067 0 0 0 93 4 0 0 20 0 36 0 131349883 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782406522992 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17612] ppid=17590 vsize=27073976 memory=0 CPUtime=0 cores=0-7
/proc/17593/task/17612/stat : 17612 (java) S 17590 17593 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 131349883 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782405471200 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17613] ppid=17590 vsize=27073976 memory=0 CPUtime=0.09 cores=0-7
/proc/17593/task/17613/stat : 17613 (java) S 17590 17593 12932 0 -1 1077944384 993 0 0 0 4 5 0 0 20 0 36 0 131349889 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782404418736 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17615] ppid=17590 vsize=27073976 memory=0 CPUtime=0.08 cores=0-7
/proc/17593/task/17615/stat : 17615 (java) S 17590 17593 12932 0 -1 1077944384 1299 0 0 0 8 0 0 0 20 0 36 0 131350606 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139782396224464 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17616] ppid=17590 vsize=27073976 memory=0 CPUtime=0.46 cores=0-7
/proc/17593/task/17616/stat : 17616 (java) S 17590 17593 12932 0 -1 1077944384 3443 0 0 0 15 31 0 0 20 0 36 0 131350618 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781786821936 139784204122754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17617] ppid=17590 vsize=27073976 memory=0 CPUtime=230.74 cores=0-7
/proc/17593/task/17617/stat : 17617 (java) S 17590 17593 12932 0 -1 1077944384 3369 0 0 0 23073 1 0 0 20 0 36 0 131350628 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781785769104 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17618] ppid=17590 vsize=27073976 memory=0 CPUtime=204.06 cores=0-7
/proc/17593/task/17618/stat : 17618 (java) S 17590 17593 12932 0 -1 1077944384 3385 0 0 0 20405 1 0 0 20 0 36 0 131350629 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781784716560 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17619] ppid=17590 vsize=27073976 memory=0 CPUtime=253.72 cores=0-7
/proc/17593/task/17619/stat : 17619 (java) S 17590 17593 12932 0 -1 1077944384 2820 0 0 0 25371 1 0 0 20 0 36 0 131350630 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781783663504 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17620] ppid=17590 vsize=27073976 memory=0 CPUtime=162.99 cores=0-7
/proc/17593/task/17620/stat : 17620 (java) S 17590 17593 12932 0 -1 1077944384 1982 0 0 0 16299 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781780513808 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17621] ppid=17590 vsize=27073976 memory=-1 CPUtime=173.53 cores=0-7
/proc/17593/task/17621/stat : 17621 (java) S 17590 17593 12932 0 -1 1077944384 2052 0 0 0 17352 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781779461776 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17622] ppid=17590 vsize=27073976 memory=0 CPUtime=152.49 cores=0-7
/proc/17593/task/17622/stat : 17622 (java) S 17590 17593 12932 0 -1 1077944384 2414 0 0 0 15249 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781778409232 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17623] ppid=17590 vsize=27073976 memory=0 CPUtime=137.44 cores=0-7
/proc/17593/task/17623/stat : 17623 (java) S 17590 17593 12932 0 -1 1077944384 1341 0 0 0 13744 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781777356176 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17624] ppid=17590 vsize=27073976 memory=0 CPUtime=231.27 cores=0-7
/proc/17593/task/17624/stat : 17624 (java) S 17590 17593 12932 0 -1 1077944384 2830 0 0 0 23126 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781776303632 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17625] ppid=17590 vsize=27073976 memory=0 CPUtime=125 cores=0-7
/proc/17593/task/17625/stat : 17625 (java) S 17590 17593 12932 0 -1 1077944384 2374 0 0 0 12499 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781775250576 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17626] ppid=17590 vsize=27073976 memory=0 CPUtime=124.03 cores=0-7
/proc/17593/task/17626/stat : 17626 (java) R 17590 17593 12932 0 -1 4202560 2901 0 0 0 12402 1 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781774194000 139783831464335 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17627] ppid=17590 vsize=27073976 memory=0 CPUtime=164.06 cores=0-7
/proc/17593/task/17627/stat : 17627 (java) S 17590 17593 12932 0 -1 1077944384 1745 0 0 0 16406 0 0 0 20 0 36 0 131350632 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781773144976 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17628] ppid=17590 vsize=27073976 memory=0 CPUtime=140.21 cores=0-7
/proc/17593/task/17628/stat : 17628 (java) S 17590 17593 12932 0 -1 1077944384 943 0 0 0 14021 0 0 0 20 0 36 0 131350642 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781772092432 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17629] ppid=17590 vsize=27073976 memory=0 CPUtime=67.24 cores=0-7
/proc/17593/task/17629/stat : 17629 (java) S 17590 17593 12932 0 -1 1077944384 793 0 0 0 6724 0 0 0 20 0 36 0 131351747 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781768906384 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
[pid=17593/tid=17631] ppid=17590 vsize=27073976 memory=0 CPUtime=121.57 cores=0-7
/proc/17593/task/17631/stat : 17631 (java) S 17590 17593 12932 0 -1 1077944384 860 0 0 0 12157 0 0 0 20 0 36 0 131360613 27723751424 47247 18446744073709551615 4194304 4196468 140725662532400 139781767853840 139784204121813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37138432 140725662540140 140725662540325 140725662540325 140725662543823 0
Current children cumulated CPU time: 2304.55 s
Current children cumulated vsize: 27073976 KiB
Current children cumulated memory: 188988 KiB

Child status: 0
Real time (s): 299.404
CPU time (s): 2304.69
CPU user time (s): 2304.02
CPU system time (s): 0.670664
CPU usage (%): 769.759
Max. virtual memory (cumulated for all children) (KiB): 27073976
Max. memory (cumulated for all children) (KiB): 290344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2304.02
system time used= 0.670664
maximum resident set size= 290344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60850
involuntary context switches= 54059


# summary of solver processes directly reported to runsolver:
#   pid: 17593
#   total CPU time (s): 2304.69
#   total CPU user time (s): 2304.02
#   total CPU system time (s): 0.670664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.64657 second user time and 3.69682 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-22 21:13:56
IDJOB=4285354
IDBENCH=126128
IDSOLVER=2681
FILE ID=node124/4285354-1503430093
RUNJOBID= node124-1503398584-12989
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285354-1503430093/watcher-4285354-1503430093 -o /tmp/evaluation-result-4285354-1503430093/solver-4285354-1503430093 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 147719645 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285354-1503430093.xml

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

MD5SUM BENCH= 80005f43209ae7ce669f7000fbe1f4f3
RANDOM SEED=147719645

node124.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:        31205236 kB
MemAvailable:   31958104 kB
Buffers:          311228 kB
Cached:           741428 kB
SwapCached:            0 kB
Active:           698184 kB
Inactive:         406848 kB
Active(anon):       4688 kB
Inactive(anon):    97324 kB
Active(file):     693496 kB
Inactive(file):   309524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43064 kB
Writeback:             0 kB
AnonPages:        134016 kB
Mapped:            65236 kB
Shmem:             49896 kB
Slab:             158244 kB
SReclaimable:     131368 kB
SUnreclaim:        26876 kB
KernelStack:        3552 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61988 MiB
End job on node124 at 2017-08-22 21:18:55