Trace number 4285191

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-22SAT 38.622002 6.30446

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-06-int.xml
MD5SUM587f81fa39009f68e82bfe1879633f99
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 benchmark2.16155
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints38
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":34},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":37},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.35	c version: 2017-08-22
0.31/0.35	c seed: 12030274
0.31/0.35	c timeout: 20160
0.31/0.35	c memlimit: 22000
0.31/0.35	c nbcore: 8
0.31/0.38	c Parsing instance...
1.05/0.73	c Parsing done, starting search...
38.12/6.28	s SATISFIABLE
38.12/6.28	v <instantiation>
38.12/6.28	v 	<list>
38.12/6.28	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35]
38.12/6.28	v 	</list>
38.12/6.28	v 	<values>
38.12/6.28	v 		0 8 21 34 23 27 35 22 11 3 7 18 31 20 24 32 28 15 4 17 9 5 16 29 33 25 12 1 14 10 2 6 19 30 26 13 
38.12/6.28	v 	</values>
38.12/6.28	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 (15463 MiB free)
  memory of node 1: 16384 MiB (15705 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285191-1503446907/watcher-4285191-1503446907 -o /tmp/evaluation-result-4285191-1503446907/solver-4285191-1503446907 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node128-1503420397-2405 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 12030274 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285191-1503446907.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
solver pid=6007, runsolver pid=6004
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 8.74 8.77 8.42 2/187 6020
/proc/meminfo: memFree=31901936/32770624 swapFree=67108860/67108860
[pid=6007] ppid=6004 vsize=25527784 memory=19436 CPUtime=0.04 cores=0-7
/proc/6007/stat : 6007 (java) S 6004 6007 2319 0 -1 1077944320 4297 0 0 0 3 1 0 0 20 0 13 0 2576425 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 140729674682432 139905254502135 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
/proc/6007/statm: 6381946 4859 2147 1 0 6371443 0
[pid=6007/tid=6009] ppid=6004 vsize=25527784 memory=0 CPUtime=0.03 cores=0-7
/proc/6007/task/6009/stat : 6009 (java) R 6004 6007 2319 0 -1 4202560 2920 0 0 0 3 0 0 0 20 0 13 0 2576431 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905258737528 139905236153694 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6010] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6010/stat : 6010 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905211468048 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6011] ppid=6004 vsize=25527784 memory=139907976373888 CPUtime=0 cores=0-7
/proc/6007/task/6011/stat : 6011 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905210415504 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6012] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6012/stat : 6012 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905209362960 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6013] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6013/stat : 6013 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905208310416 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6014] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6014/stat : 6014 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905207257872 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6015] ppid=6004 vsize=25527784 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6015/stat : 6015 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139905206205328 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6016] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6016/stat : 6016 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139904810351632 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6017] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6017/stat : 6017 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 2576432 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139904809299088 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6018] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6018/stat : 6018 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 2576433 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139904318117872 139905254513282 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6019] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6019/stat : 6019 (java) S 6004 6007 2319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 2576434 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139904317064096 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6020] ppid=6004 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6020/stat : 6020 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 2576434 26140450816 4859 18446744073709551615 4194304 4196468 140729674699888 139904316011504 139905254512341 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 25527784 KiB
Current children cumulated memory: 19436 KiB

[startup+0.209647 s]*
/proc/loadavg: 8.74 8.77 8.42 2/194 6027
/proc/meminfo: memFree=31891508/32770624 swapFree=67108860/67108860
[pid=6007] ppid=6004 vsize=25996608 memory=32236 CPUtime=0.14 cores=0-7
/proc/6007/stat : 6007 (java) S 6004 6007 2319 0 -1 1077944320 9693 0 0 0 12 2 0 0 20 0 20 0 2576425 26620526592 8059 18446744073709551615 4194304 4196468 140729674699888 140729674682432 139905254502135 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
/proc/6007/statm: 6499152 8059 3390 1 0 6487930 0
[pid=6007/tid=6009] ppid=6004 vsize=25996608 memory=4026532046 CPUtime=0.1 cores=0-7
/proc/6007/task/6009/stat : 6009 (java) R 6004 6007 2319 0 -1 4202560 7601 0 0 0 9 1 0 0 20 0 20 0 2576431 26620526592 8059 18446744073709551615 4194304 4196468 140729674699888 139905258708208 139905238582622 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6010] ppid=6004 vsize=25996608 memory=10920 CPUtime=0 cores=0-7
/proc/6007/task/6010/stat : 6010 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8059 18446744073709551615 4194304 4196468 140729674699888 139905211468048 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6011] ppid=6004 vsize=25996608 memory=139907976379462 CPUtime=0 cores=0-7
/proc/6007/task/6011/stat : 6011 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139905210415504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6012] ppid=6004 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6012/stat : 6012 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139905209362960 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6013] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6013/stat : 6013 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139905208310416 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6014] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6014/stat : 6014 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139905207257872 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6015] ppid=6004 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6015/stat : 6015 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139905206205328 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6016] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6016/stat : 6016 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904810351632 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6017] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6017/stat : 6017 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904809299088 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6018] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6018/stat : 6018 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576433 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904318117872 139905254513282 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6019] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6019/stat : 6019 (java) S 6004 6007 2319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2576434 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904317064096 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6020] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6020/stat : 6020 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2576434 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904316011504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6021] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6021/stat : 6021 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576436 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904314960080 139905254520731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6022] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6022/stat : 6022 (java) S 6004 6007 2319 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 2576436 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904313907696 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6023] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6023/stat : 6023 (java) R 6004 6007 2319 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 20 0 2576436 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904312855152 139905238044674 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6024] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6024/stat : 6024 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576436 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904311802608 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6025] ppid=6004 vsize=25996608 memory=-1 CPUtime=0.02 cores=0-7
/proc/6007/task/6025/stat : 6025 (java) S 6004 6007 2319 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 20 0 2576436 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904310750064 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6026] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6026/stat : 6026 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2576437 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904309696736 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6027] ppid=6004 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6027/stat : 6027 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576441 26620526592 8124 18446744073709551615 4194304 4196468 140729674699888 139904308644272 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 32236 KiB

[startup+0.310123 s]*
/proc/loadavg: 8.74 8.77 8.42 3/194 6027
/proc/meminfo: memFree=31885480/32770624 swapFree=67108860/67108860
[pid=6007] ppid=6004 vsize=25996608 memory=41172 CPUtime=0.31 cores=0-7
/proc/6007/stat : 6007 (java) S 6004 6007 2319 0 -1 1077944320 11065 0 0 0 28 3 0 0 20 0 20 0 2576425 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 140729674682432 139905254502135 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
/proc/6007/statm: 6499152 10293 3593 1 0 6487930 0
[pid=6007/tid=6009] ppid=6004 vsize=25996608 memory=7680170660397595203 CPUtime=0.21 cores=0-7
/proc/6007/task/6009/stat : 6009 (java) R 6004 6007 2319 0 -1 4202560 8632 0 0 0 19 2 0 0 20 0 20 0 2576431 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905258710256 139905238582622 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6010] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6010/stat : 6010 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905211468048 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6011] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6011/stat : 6011 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905210415504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6012] ppid=6004 vsize=25996608 memory=-2746958450906831424 CPUtime=0 cores=0-7
/proc/6007/task/6012/stat : 6012 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905209362960 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6013] ppid=6004 vsize=25996608 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/6007/task/6013/stat : 6013 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905208310416 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6014] ppid=6004 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/6007/task/6014/stat : 6014 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905207257872 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6015] ppid=6004 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/6007/task/6015/stat : 6015 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139905206205328 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6016] ppid=6004 vsize=25996608 memory=-3252517613198930781 CPUtime=0 cores=0-7
/proc/6007/task/6016/stat : 6016 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904810351632 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6017] ppid=6004 vsize=25996608 memory=4137548663497135221 CPUtime=0 cores=0-7
/proc/6007/task/6017/stat : 6017 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904809299088 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6018] ppid=6004 vsize=25996608 memory=7684433391216329786 CPUtime=0 cores=0-7
/proc/6007/task/6018/stat : 6018 (java) S 6004 6007 2319 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 2576433 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904318117872 139905254513282 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6019] ppid=6004 vsize=25996608 memory=-9062862659931694204 CPUtime=0 cores=0-7
/proc/6007/task/6019/stat : 6019 (java) S 6004 6007 2319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2576434 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904317064096 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6020] ppid=6004 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6020/stat : 6020 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2576434 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904316011504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6021] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6021/stat : 6021 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576436 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904314960080 139905254520731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6022] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6022/stat : 6022 (java) S 6004 6007 2319 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 20 0 2576436 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904313907696 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6023] ppid=6004 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/6007/task/6023/stat : 6023 (java) S 6004 6007 2319 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 2576436 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904312855152 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6024] ppid=6004 vsize=25996608 memory=0 CPUtime=0.01 cores=0-7
/proc/6007/task/6024/stat : 6024 (java) S 6004 6007 2319 0 -1 1077944384 118 0 0 0 1 0 0 0 20 0 20 0 2576436 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904311802608 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6025] ppid=6004 vsize=25996608 memory=0 CPUtime=0.05 cores=0-7
/proc/6007/task/6025/stat : 6025 (java) S 6004 6007 2319 0 -1 1077944384 401 0 0 0 5 0 0 0 20 0 20 0 2576436 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904310750064 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6026] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6026/stat : 6026 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2576437 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904309696736 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6027] ppid=6004 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6027/stat : 6027 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576441 26620526592 10293 18446744073709551615 4194304 4196468 140729674699888 139904308644272 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 41172 KiB

[startup+0.70091 s]
/proc/loadavg: 8.74 8.77 8.42 2/194 6027
/proc/meminfo: memFree=31872000/32770624 swapFree=67108860/67108860
[pid=6007] ppid=6004 vsize=25998676 memory=68068 CPUtime=1.05 cores=0-7
/proc/6007/stat : 6007 (java) S 6004 6007 2319 0 -1 1077944320 14230 0 0 0 99 6 0 0 20 0 20 0 2576425 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 140729674682432 139905254502135 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
/proc/6007/statm: 6499669 17017 3735 1 0 6488442 0
[pid=6007/tid=6009] ppid=6004 vsize=25998676 memory=10853 CPUtime=0.59 cores=0-7
/proc/6007/task/6009/stat : 6009 (java) R 6004 6007 2319 0 -1 4202560 10708 0 0 0 55 4 0 0 20 0 20 0 2576431 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905258731600 139905254514070 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6010] ppid=6004 vsize=25998676 memory=1696 CPUtime=0 cores=0-7
/proc/6007/task/6010/stat : 6010 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905211468048 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6011] ppid=6004 vsize=25998676 memory=8668 CPUtime=0 cores=0-7
/proc/6007/task/6011/stat : 6011 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905210415504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6012] ppid=6004 vsize=25998676 memory=1008 CPUtime=0 cores=0-7
/proc/6007/task/6012/stat : 6012 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905209362960 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6013] ppid=6004 vsize=25998676 memory=12980 CPUtime=0 cores=0-7
/proc/6007/task/6013/stat : 6013 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905208310416 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6014] ppid=6004 vsize=25998676 memory=1440 CPUtime=0 cores=0-7
/proc/6007/task/6014/stat : 6014 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905207257872 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6015] ppid=6004 vsize=25998676 memory=15872 CPUtime=0 cores=0-7
/proc/6007/task/6015/stat : 6015 (java) S 6004 6007 2319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139905206205328 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6016] ppid=6004 vsize=25998676 memory=4012 CPUtime=0 cores=0-7
/proc/6007/task/6016/stat : 6016 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904810351632 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6017] ppid=6004 vsize=25998676 memory=6232 CPUtime=0 cores=0-7
/proc/6007/task/6017/stat : 6017 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576432 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904809299088 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6018] ppid=6004 vsize=25998676 memory=16412 CPUtime=0 cores=0-7
/proc/6007/task/6018/stat : 6018 (java) S 6004 6007 2319 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 2576433 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904318117872 139905254513282 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6019] ppid=6004 vsize=25998676 memory=636 CPUtime=0 cores=0-7
/proc/6007/task/6019/stat : 6019 (java) S 6004 6007 2319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2576434 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904317064096 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6020] ppid=6004 vsize=25998676 memory=1788 CPUtime=0 cores=0-7
/proc/6007/task/6020/stat : 6020 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2576434 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904316011504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6021] ppid=6004 vsize=25998676 memory=1236 CPUtime=0 cores=0-7
/proc/6007/task/6021/stat : 6021 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2576436 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904314960080 139905254520731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6022] ppid=6004 vsize=25998676 memory=0 CPUtime=0.04 cores=0-7
/proc/6007/task/6022/stat : 6022 (java) S 6004 6007 2319 0 -1 1077944384 466 0 0 0 4 0 0 0 20 0 20 0 2576436 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904313907696 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6023] ppid=6004 vsize=25998676 memory=0 CPUtime=0.04 cores=0-7
/proc/6007/task/6023/stat : 6023 (java) R 6004 6007 2319 0 -1 1077944384 337 0 0 0 4 0 0 0 20 0 20 0 2576436 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904312855152 139905254513282 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6024] ppid=6004 vsize=25998676 memory=0 CPUtime=0.13 cores=0-7
/proc/6007/task/6024/stat : 6024 (java) S 6004 6007 2319 0 -1 1077944384 450 0 0 0 13 0 0 0 20 0 20 0 2576436 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904311802608 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6025] ppid=6004 vsize=25998676 memory=279815643468560 CPUtime=0.22 cores=0-7
/proc/6007/task/6025/stat : 6025 (java) R 6004 6007 2319 0 -1 4202560 884 0 0 0 22 0 0 0 20 0 20 0 2576436 26622644224 17017 18446744073709551615 4194304 4196468 140729674699888 139904310746496 139905238582622 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0

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

[pid=6007/tid=6009] ppid=6004 vsize=27207104 memory=7680170660397595203 CPUtime=1.77 cores=0-7
/proc/6007/task/6009/stat : 6009 (java) S 6004 6007 2319 0 -1 1077944384 16410 0 0 0 169 8 0 0 20 0 38 0 2576431 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905258739840 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6010] ppid=6004 vsize=27207104 memory=0 CPUtime=0.05 cores=0-7
/proc/6007/task/6010/stat : 6010 (java) S 6004 6007 2319 0 -1 1077944384 71 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905211468048 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6011] ppid=6004 vsize=27207104 memory=0 CPUtime=0.05 cores=0-7
/proc/6007/task/6011/stat : 6011 (java) S 6004 6007 2319 0 -1 1077944384 88 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905210415504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6012] ppid=6004 vsize=27207104 memory=0 CPUtime=0.05 cores=0-7
/proc/6007/task/6012/stat : 6012 (java) S 6004 6007 2319 0 -1 1077944384 93 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905209362960 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6013] ppid=6004 vsize=27207104 memory=0 CPUtime=0.05 cores=0-7
/proc/6007/task/6013/stat : 6013 (java) S 6004 6007 2319 0 -1 1077944384 75 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905208310416 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6014] ppid=6004 vsize=27207104 memory=3763099673816014896 CPUtime=0.05 cores=0-7
/proc/6007/task/6014/stat : 6014 (java) S 6004 6007 2319 0 -1 1077944384 546 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905207257872 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6015] ppid=6004 vsize=27207104 memory=3905804192784070199 CPUtime=0.05 cores=0-7
/proc/6007/task/6015/stat : 6015 (java) S 6004 6007 2319 0 -1 1077944384 51 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139905206205328 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6016] ppid=6004 vsize=27207104 memory=2319979650198286385 CPUtime=0.05 cores=0-7
/proc/6007/task/6016/stat : 6016 (java) S 6004 6007 2319 0 -1 1077944384 159 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904810351632 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6017] ppid=6004 vsize=27207104 memory=5931915162564718948 CPUtime=0.05 cores=0-7
/proc/6007/task/6017/stat : 6017 (java) S 6004 6007 2319 0 -1 1077944384 248 0 0 0 3 2 0 0 20 0 38 0 2576432 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904809299088 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6018] ppid=6004 vsize=27207104 memory=0 CPUtime=0.02 cores=0-7
/proc/6007/task/6018/stat : 6018 (java) S 6004 6007 2319 0 -1 1077944384 1026 0 0 0 2 0 0 0 20 0 38 0 2576433 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904318117872 139905254513282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6019] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6019/stat : 6019 (java) S 6004 6007 2319 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 38 0 2576434 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904317064160 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6020] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6020/stat : 6020 (java) S 6004 6007 2319 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 38 0 2576434 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904316011520 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6021] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6021/stat : 6021 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 2576436 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904314960080 139905254520731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6022] ppid=6004 vsize=27207104 memory=0 CPUtime=1.39 cores=0-7
/proc/6007/task/6022/stat : 6022 (java) S 6004 6007 2319 0 -1 1077944384 4718 0 0 0 137 2 0 0 20 0 38 0 2576436 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904313907696 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6023] ppid=6004 vsize=27207104 memory=0 CPUtime=1.16 cores=0-7
/proc/6007/task/6023/stat : 6023 (java) S 6004 6007 2319 0 -1 1077944384 4383 0 0 0 114 2 0 0 20 0 38 0 2576436 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904312855152 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6024] ppid=6004 vsize=27207104 memory=0 CPUtime=1.35 cores=0-7
/proc/6007/task/6024/stat : 6024 (java) S 6004 6007 2319 0 -1 1077944384 4853 0 0 0 134 1 0 0 20 0 38 0 2576436 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904311802608 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6025] ppid=6004 vsize=27207104 memory=0 CPUtime=0.78 cores=0-7
/proc/6007/task/6025/stat : 6025 (java) S 6004 6007 2319 0 -1 1077944384 11362 0 0 0 76 2 0 0 20 0 38 0 2576436 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904310750064 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6026] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6026/stat : 6026 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 2576437 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904309696736 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6027] ppid=6004 vsize=27207104 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6027/stat : 6027 (java) S 6004 6007 2319 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 38 0 2576441 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904308644272 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6028] ppid=6004 vsize=27207104 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6028/stat : 6028 (java) S 6004 6007 2319 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 38 0 2576589 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904298353408 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6029] ppid=6004 vsize=27207104 memory=0 CPUtime=0.01 cores=0-7
/proc/6007/task/6029/stat : 6029 (java) R 6004 6007 2319 0 -1 1077944384 1719 0 0 0 0 1 0 0 20 0 38 0 2576601 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904295203856 139905254513282 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6030] ppid=6004 vsize=27207104 memory=0 CPUtime=3.67 cores=0-7
/proc/6007/task/6030/stat : 6030 (java) R 6004 6007 2319 0 -1 4202560 224 0 0 0 365 2 0 0 20 0 38 0 2576611 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904292048392 139904895641578 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6031] ppid=6004 vsize=27207104 memory=961 CPUtime=0.05 cores=0-7
/proc/6007/task/6031/stat : 6031 (java) S 6004 6007 2319 0 -1 1077944384 81 0 0 0 5 0 0 0 20 0 38 0 2576612 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904291001632 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6032] ppid=6004 vsize=27207104 memory=0 CPUtime=1.51 cores=0-7
/proc/6007/task/6032/stat : 6032 (java) S 6004 6007 2319 0 -1 1077944384 184 0 0 0 151 0 0 0 20 0 38 0 2576613 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904289949216 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6033] ppid=6004 vsize=27207104 memory=0 CPUtime=2.34 cores=0-7
/proc/6007/task/6033/stat : 6033 (java) R 6004 6007 2319 0 -1 4202560 111 0 0 0 233 1 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904288890472 139905239743313 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6034] ppid=6004 vsize=27207104 memory=0 CPUtime=2.47 cores=0-7
/proc/6007/task/6034/stat : 6034 (java) S 6004 6007 2319 0 -1 1077944384 140 0 0 0 247 0 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904287843104 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6035] ppid=6004 vsize=27207104 memory=0 CPUtime=3.72 cores=0-7
/proc/6007/task/6035/stat : 6035 (java) R 6004 6007 2319 0 -1 4202560 218 0 0 0 370 2 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904286789536 139905239074550 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6036] ppid=6004 vsize=27207104 memory=0 CPUtime=3.7 cores=0-7
/proc/6007/task/6036/stat : 6036 (java) R 6004 6007 2319 0 -1 4202560 135 0 0 0 368 2 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904285731816 139904885794048 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6037] ppid=6004 vsize=27207104 memory=0 CPUtime=3.75 cores=0-7
/proc/6007/task/6037/stat : 6037 (java) R 6004 6007 2319 0 -1 4202560 263 0 0 0 373 2 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904284679272 139904894820359 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6038] ppid=6004 vsize=27207104 memory=-1 CPUtime=2.67 cores=0-7
/proc/6007/task/6038/stat : 6038 (java) R 6004 6007 2319 0 -1 4202560 222 0 0 0 265 2 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904283631904 139904889864889 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6039] ppid=6004 vsize=27207104 memory=0 CPUtime=3.6 cores=0-7
/proc/6007/task/6039/stat : 6039 (java) R 6004 6007 2319 0 -1 4202560 425 0 0 0 356 4 0 0 20 0 38 0 2576616 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904282576896 139904891728724 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6040] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6040/stat : 6040 (java) S 6004 6007 2319 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 38 0 2576617 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904281527712 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6041] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6041/stat : 6041 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 2576624 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904280475168 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6042] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6042/stat : 6042 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 2576624 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904279421600 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6043] ppid=6004 vsize=27207104 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6043/stat : 6043 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 2576624 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904278369056 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6044] ppid=6004 vsize=27207104 memory=-1 CPUtime=0 cores=0-7
/proc/6007/task/6044/stat : 6044 (java) S 6004 6007 2319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 2576624 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904277316640 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6045] ppid=6004 vsize=27207104 memory=0 CPUtime=2.22 cores=0-7
/proc/6007/task/6045/stat : 6045 (java) R 6004 6007 2319 0 -1 4202560 79 0 0 0 221 1 0 0 20 0 38 0 2576624 27860074496 288583 18446744073709551615 4194304 4196468 140729674699888 139904276263072 139904895641508 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
Current children cumulated CPU time: 36.8 s
Current children cumulated vsize: 27207104 KiB
Current children cumulated memory: 1154332 KiB

[startup+6.20139 s]
/proc/loadavg: 8.03 8.61 8.38 9/212 6045
/proc/meminfo: memFree=30768820/32770624 swapFree=67108860/67108860
[pid=6007] ppid=6004 vsize=27406796 memory=1173840 CPUtime=38.12 cores=0-7
/proc/6007/stat : 6007 (java) S 6004 6007 2319 0 -1 1077944320 51566 0 0 0 3749 63 0 0 20 0 40 0 2576425 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 140729674682432 139905254502135 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
/proc/6007/statm: 6851699 293460 3835 1 0 6839951 0
[pid=6007/tid=6009] ppid=6004 vsize=27406796 memory=316941052332474732 CPUtime=1.77 cores=0-7
/proc/6007/task/6009/stat : 6009 (java) S 6004 6007 2319 0 -1 1077944384 16410 0 0 0 169 8 0 0 20 0 40 0 2576431 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905258739840 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6010] ppid=6004 vsize=27406796 memory=14973386459715569 CPUtime=0.06 cores=0-7
/proc/6007/task/6010/stat : 6010 (java) S 6004 6007 2319 0 -1 1077944384 76 0 0 0 4 2 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905211468048 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6011] ppid=6004 vsize=27406796 memory=4132774494331964790 CPUtime=0.06 cores=0-7
/proc/6007/task/6011/stat : 6011 (java) S 6004 6007 2319 0 -1 1077944384 114 0 0 0 4 2 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905210415504 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6012] ppid=6004 vsize=27406796 memory=5450916471307863870 CPUtime=0.06 cores=0-7
/proc/6007/task/6012/stat : 6012 (java) S 6004 6007 2319 0 -1 1077944384 104 0 0 0 4 2 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905209362960 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6013] ppid=6004 vsize=27406796 memory=-8412661042843906680 CPUtime=0.06 cores=0-7
/proc/6007/task/6013/stat : 6013 (java) S 6004 6007 2319 0 -1 1077944384 94 0 0 0 4 2 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905208310416 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6014] ppid=6004 vsize=27406796 memory=3054156605268468128 CPUtime=0.06 cores=0-7
/proc/6007/task/6014/stat : 6014 (java) S 6004 6007 2319 0 -1 1077944384 594 0 0 0 4 2 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905207257872 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6015] ppid=6004 vsize=27406796 memory=-8902897974702791309 CPUtime=0.06 cores=0-7
/proc/6007/task/6015/stat : 6015 (java) S 6004 6007 2319 0 -1 1077944384 66 0 0 0 4 2 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139905206205328 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6016] ppid=6004 vsize=27406796 memory=279815642939632 CPUtime=0.06 cores=0-7
/proc/6007/task/6016/stat : 6016 (java) S 6004 6007 2319 0 -1 1077944384 225 0 0 0 3 3 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904810351632 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6017] ppid=6004 vsize=27406796 memory=279815642939632 CPUtime=0.06 cores=0-7
/proc/6007/task/6017/stat : 6017 (java) S 6004 6007 2319 0 -1 1077944384 322 0 0 0 3 3 0 0 20 0 40 0 2576432 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904809299088 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6018] ppid=6004 vsize=27406796 memory=279815642939632 CPUtime=0.04 cores=0-7
/proc/6007/task/6018/stat : 6018 (java) R 6004 6007 2319 0 -1 12591168 2319 0 0 0 4 0 0 0 20 0 40 0 2576433 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904318116160 139905246791584 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6019] ppid=6004 vsize=27406796 memory=5118965744881186873 CPUtime=0 cores=0-7
/proc/6007/task/6019/stat : 6019 (java) S 6004 6007 2319 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 40 0 2576434 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904317064160 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6020] ppid=6004 vsize=27406796 memory=664954298858474025 CPUtime=0 cores=0-7
/proc/6007/task/6020/stat : 6020 (java) S 6004 6007 2319 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 40 0 2576434 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904316011520 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6021] ppid=6004 vsize=27406796 memory=4207603844383385959 CPUtime=0 cores=0-7
/proc/6007/task/6021/stat : 6021 (java) S 6004 6007 2319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 2576436 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904314960080 139905254520731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6022] ppid=6004 vsize=27406796 memory=0 CPUtime=1.46 cores=0-7
/proc/6007/task/6022/stat : 6022 (java) S 6004 6007 2319 0 -1 1077944384 4788 0 0 0 143 3 0 0 20 0 40 0 2576436 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904313892688 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6023] ppid=6004 vsize=27406796 memory=0 CPUtime=1.17 cores=0-7
/proc/6007/task/6023/stat : 6023 (java) S 6004 6007 2319 0 -1 1077944384 4429 0 0 0 115 2 0 0 20 0 40 0 2576436 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904312844432 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6024] ppid=6004 vsize=27406796 memory=0 CPUtime=1.35 cores=0-7
/proc/6007/task/6024/stat : 6024 (java) S 6004 6007 2319 0 -1 1077944384 4887 0 0 0 134 1 0 0 20 0 40 0 2576436 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904311793888 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6025] ppid=6004 vsize=27406796 memory=0 CPUtime=0.78 cores=0-7
/proc/6007/task/6025/stat : 6025 (java) S 6004 6007 2319 0 -1 1077944384 11396 0 0 0 76 2 0 0 20 0 40 0 2576436 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904310747440 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6026] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6026/stat : 6026 (java) S 6004 6007 2319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 2576437 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904309696736 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6027] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6027/stat : 6027 (java) S 6004 6007 2319 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 40 0 2576441 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904308644272 139905254513282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6029] ppid=6004 vsize=27406796 memory=0 CPUtime=0.01 cores=0-7
/proc/6007/task/6029/stat : 6029 (java) S 6004 6007 2319 0 -1 1077944384 1719 0 0 0 0 1 0 0 20 0 40 0 2576601 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904295203552 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6030] ppid=6004 vsize=27406796 memory=0 CPUtime=3.8 cores=0-7
/proc/6007/task/6030/stat : 6030 (java) S 6004 6007 2319 0 -1 1077944384 225 0 0 0 378 2 0 0 20 0 40 0 2576611 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904292054304 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6031] ppid=6004 vsize=27406796 memory=0 CPUtime=0.1 cores=0-7
/proc/6007/task/6031/stat : 6031 (java) S 6004 6007 2319 0 -1 1077944384 233 0 0 0 10 0 0 0 20 0 40 0 2576612 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904290978608 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6032] ppid=6004 vsize=27406796 memory=0 CPUtime=1.51 cores=0-7
/proc/6007/task/6032/stat : 6032 (java) S 6004 6007 2319 0 -1 1077944384 231 0 0 0 151 0 0 0 20 0 40 0 2576613 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904289942016 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6033] ppid=6004 vsize=27406796 memory=0 CPUtime=2.45 cores=0-7
/proc/6007/task/6033/stat : 6033 (java) S 6004 6007 2319 0 -1 1077944384 112 0 0 0 244 1 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904288889472 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6034] ppid=6004 vsize=27406796 memory=0 CPUtime=2.47 cores=0-7
/proc/6007/task/6034/stat : 6034 (java) S 6004 6007 2319 0 -1 1077944384 143 0 0 0 247 0 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904287835600 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6035] ppid=6004 vsize=27406796 memory=0 CPUtime=3.86 cores=0-7
/proc/6007/task/6035/stat : 6035 (java) S 6004 6007 2319 0 -1 1077944384 224 0 0 0 384 2 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904286790432 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6036] ppid=6004 vsize=27406796 memory=0 CPUtime=3.84 cores=0-7
/proc/6007/task/6036/stat : 6036 (java) S 6004 6007 2319 0 -1 1077944384 139 0 0 0 382 2 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904285737872 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6037] ppid=6004 vsize=27406796 memory=0 CPUtime=3.87 cores=0-7
/proc/6007/task/6037/stat : 6037 (java) S 6004 6007 2319 0 -1 1077944384 263 0 0 0 385 2 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904284685360 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6038] ppid=6004 vsize=27406796 memory=0 CPUtime=2.82 cores=0-7
/proc/6007/task/6038/stat : 6038 (java) S 6004 6007 2319 0 -1 1077944384 228 0 0 0 280 2 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904283625728 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6039] ppid=6004 vsize=27406796 memory=0 CPUtime=3.69 cores=0-7
/proc/6007/task/6039/stat : 6039 (java) S 6004 6007 2319 0 -1 1077944384 426 0 0 0 365 4 0 0 20 0 40 0 2576616 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904282580384 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6040] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6040/stat : 6040 (java) S 6004 6007 2319 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 40 0 2576617 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904281520640 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6041] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6041/stat : 6041 (java) S 6004 6007 2319 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 40 0 2576624 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904280468096 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6042] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6042/stat : 6042 (java) S 6004 6007 2319 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 40 0 2576624 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904279421600 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6043] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6043/stat : 6043 (java) S 6004 6007 2319 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 40 0 2576624 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904278369056 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6044] ppid=6004 vsize=27406796 memory=0 CPUtime=0 cores=0-7
/proc/6007/task/6044/stat : 6044 (java) S 6004 6007 2319 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 40 0 2576624 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904277309440 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
[pid=6007/tid=6045] ppid=6004 vsize=27406796 memory=0 CPUtime=2.36 cores=0-7
/proc/6007/task/6045/stat : 6045 (java) S 6004 6007 2319 0 -1 1077944384 94 0 0 0 235 1 0 0 20 0 40 0 2576624 28064559104 293460 18446744073709551615 4194304 4196468 140729674699888 139904276250528 139905254512341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22884352 140729674703216 140729674703400 140729674703400 140729674706895 0
Current children cumulated CPU time: 38.12 s
Current children cumulated vsize: 27406796 KiB
Current children cumulated memory: 1173840 KiB

Child status: 0
Real time (s): 6.30446
CPU time (s): 38.622
CPU user time (s): 37.9668
CPU system time (s): 0.655232
CPU usage (%): 612.614
Max. virtual memory (cumulated for all children) (KiB): 27406796
Max. memory (cumulated for all children) (KiB): 1173840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9668
system time used= 0.655232
maximum resident set size= 1174212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6662
involuntary context switches= 1081


# summary of solver processes directly reported to runsolver:
#   pid: 6007
#   total CPU time (s): 38.622
#   total CPU user time (s): 37.9668
#   total CPU system time (s): 0.655232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075566 second user time and 0.120363 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-23 01:54:27
IDJOB=4285191
IDBENCH=134595
IDSOLVER=2681
FILE ID=node128/4285191-1503446907
RUNJOBID= node128-1503420397-2405
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-06-int.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-4285191-1503446907/watcher-4285191-1503446907 -o /tmp/evaluation-result-4285191-1503446907/solver-4285191-1503446907 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node128-1503420397-2405 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 12030274 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285191-1503446907.xml

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

MD5SUM BENCH= 587f81fa39009f68e82bfe1879633f99
RANDOM SEED=12030274

node128.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.68
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.68
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.68
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.68
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:        31917436 kB
MemAvailable:   32027988 kB
Buffers:           94872 kB
Cached:           300252 kB
SwapCached:            0 kB
Active:           252356 kB
Inactive:         200128 kB
Active(anon):      57800 kB
Inactive(anon):     8556 kB
Active(file):     194556 kB
Inactive(file):   191572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42488 kB
Writeback:             4 kB
AnonPages:         56620 kB
Mapped:            28148 kB
Shmem:              8868 kB
Slab:             103932 kB
SReclaimable:      80520 kB
SUnreclaim:        23412 kB
KernelStack:        3168 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     280164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 61988 MiB
End job on node128 at 2017-08-23 01:54:34