Trace number 4274816

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2017-07-26? 416.73901 159.10899

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.28/0.37	c version: 2017-07-26
0.28/0.37	c seed: 1678219027
0.28/0.38	c timeout: 2520
0.28/0.38	c memlimit: 11000
0.28/0.38	c nbcore: 4
0.28/0.40	c Parsing instance...
416.63/159.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
416.63/159.05		at java.lang.reflect.Array.newArray(Native Method)
416.63/159.05		at java.lang.reflect.Array.newInstance(Array.java:75)
416.63/159.05		at java.util.Arrays.copyOf(Arrays.java:3212)
416.63/159.05		at java.util.ArrayList.toArray(ArrayList.java:407)
416.63/159.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:240)
416.63/159.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
416.63/159.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
416.63/159.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
416.63/159.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
416.63/159.05		at org.xcsp.parser.XCallbacks$$Lambda$45/1989335500.accept(Unknown Source)
416.63/159.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
416.63/159.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
416.63/159.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
416.63/159.05		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
416.63/159.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
416.63/159.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
416.63/159.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
416.63/159.05		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
416.63/159.05		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
416.63/159.05		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:32)
416.63/159.05		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
416.63/159.05		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
416.63/159.05		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
416.63/159.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
416.63/159.05		at scala.App$$anonfun$main$1.apply(App.scala:76)
416.63/159.05		at scala.App$$anonfun$main$1.apply(App.scala:76)
416.63/159.05		at scala.collection.immutable.List.foreach(List.scala:383)
416.63/159.05		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
416.63/159.05		at scala.App$class.main(App.scala:76)
416.63/159.05		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
416.63/159.05		at oscar.xcsp3.competition.solvers.HybridSolver.main(HybridSolver.scala)
416.63/159.05	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274816-1502889526/watcher-4274816-1502889526 -o /tmp/evaluation-result-4274816-1502889526/solver-4274816-1502889526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502658244-13745 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1678219027 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274816-1502889526.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=16512, runsolver pid=16509


[startup+0.100061 s]*
/proc/loadavg: 1.70 1.45 1.39 3/204 16518
/proc/meminfo: memFree=30212396/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13375000 memory=15460 CPUtime=0.01 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 3680 0 0 0 1 0 0 0 20 0 7 0 130864130 13696000000 3865 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3343750 3865 1971 1 0 3333247 0
[pid=16512/tid=16514] ppid=16509 vsize=13440536 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) R 16509 16512 12395 0 -1 4202560 2386 0 0 0 1 0 0 0 20 0 7 0 130864139 13763108864 3865 18446744073709551615 4194304 4196468 140734768152960 140529259080464 140528863751959 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13440536 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 130864140 13763108864 3865 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13440536 memory=140295431349888 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 130864140 13763108864 3865 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 130864140 13763108864 3865 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13440536 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 130864140 13763108864 3865 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13440536 memory=140295431349888 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 130864141 13763108864 3865 18446744073709551615 4194304 4196468 140734768152960 140528733243760 140529254849154 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13375000 KiB
Current children cumulated memory: 15460 KiB

[startup+0.211429 s]*
/proc/loadavg: 1.70 1.45 1.39 4/213 16527
/proc/meminfo: memFree=30200368/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13976944 memory=32180 CPUtime=0.12 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 8215 0 0 0 10 2 0 0 20 0 15 0 130864130 14312390656 7979 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494236 7979 3385 1 0 3483015 0
[pid=16512/tid=16514] ppid=16509 vsize=13976944 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) R 16509 16512 12395 0 -1 4202560 6235 0 0 0 7 1 0 0 20 0 15 0 130864139 14312390656 8045 18446744073709551615 4194304 4196468 140734768152960 140529259047536 140529247517725 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13976944 memory=331 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864140 14312390656 8045 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13976944 memory=140295431364834 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864140 14312390656 8045 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864140 14312390656 8045 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864140 14312390656 8045 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13976944 memory=140295431349888 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864141 14312390656 8045 18446744073709551615 4194304 4196468 140734768152960 140528733243760 140529254849154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 130864142 14312390656 8111 18446744073709551615 4194304 4196468 140734768152960 140528732189728 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 130864142 14312390656 8111 18446744073709551615 4194304 4196468 140734768152960 140528731136880 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14312390656 8111 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 130864145 14312390656 8177 18446744073709551615 4194304 4196468 140734768152960 140528729033584 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864145 14312390656 8177 18446744073709551615 4194304 4196468 140734768152960 140528727980784 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13976944 memory=140295431349888 CPUtime=0.01 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 130864145 14312390656 8177 18446744073709551615 4194304 4196468 140734768152960 140528726927984 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14312390656 8177 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13976944 memory=140295431349888 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864148 14312390656 8177 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 32180 KiB

[startup+0.310458 s]*
/proc/loadavg: 1.70 1.45 1.39 4/213 16527
/proc/meminfo: memFree=30191548/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13975920 memory=40244 CPUtime=0.28 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 10783 0 0 0 24 4 0 0 20 0 15 0 130864130 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3493980 10061 3541 1 0 3482759 0
[pid=16512/tid=16514] ppid=16509 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) R 16509 16512 12395 0 -1 4202560 8501 0 0 0 15 3 0 0 20 0 15 0 130864139 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140529259036880 140529238918524 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864140 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864140 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864140 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864140 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) S 16509 16512 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 130864141 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528733243760 140529254849154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 130864142 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528732189728 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 130864142 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528731136880 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13975920 memory=140295308324736 CPUtime=0.01 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 130864145 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528729033584 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) R 16509 16512 12395 0 -1 4202560 157 0 0 0 1 0 0 0 20 0 15 0 130864145 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528727980784 140529247823049 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13975920 memory=140295431349888 CPUtime=0.05 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 391 0 0 0 5 0 0 0 20 0 15 0 130864145 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528726927984 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13975920 memory=140295431349888 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864148 14311342080 10061 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40244 KiB

[startup+0.703566 s]
/proc/loadavg: 1.89 1.49 1.41 4/213 16527
/proc/meminfo: memFree=30176312/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13977988 memory=68608 CPUtime=1.06 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 13823 0 0 0 101 5 0 0 20 0 15 0 130864130 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494497 17152 3732 1 0 3483271 0
[pid=16512/tid=16514] ppid=16509 vsize=13977988 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) R 16509 16512 12395 0 -1 4202560 10441 0 0 0 53 4 0 0 20 0 15 0 130864139 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140529259072480 140529254859933 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864140 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864140 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13977988 memory=7813587196152131638 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864140 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13977988 memory=7014463425792201040 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 130864140 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13977988 memory=7014444751693833280 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) S 16509 16512 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 130864141 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528733243760 140529254849154 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13977988 memory=45 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528732189728 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13977988 memory=848 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528731136880 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13977988 memory=432 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13977988 memory=471 CPUtime=0.13 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) R 16509 16512 12395 0 -1 4202560 663 0 0 0 13 0 0 0 20 0 15 0 130864145 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528729020400 140529236359391 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13977988 memory=119 CPUtime=0.11 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 533 0 0 0 11 0 0 0 20 0 15 0 130864145 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528727980784 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13977988 memory=7 CPUtime=0.23 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 803 0 0 0 23 0 0 0 20 0 15 0 130864145 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528726927984 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=280590616186784 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 130864148 14313459712 17152 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68608 KiB

[startup+1.50078 s]
/proc/loadavg: 1.89 1.49 1.41 3/213 16527
/proc/meminfo: memFree=30102404/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13977988 memory=259500 CPUtime=2.3 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 19034 0 0 0 213 17 0 0 20 0 15 0 130864130 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494497 64875 3781 1 0 3483271 0
[pid=16512/tid=16514] ppid=16509 vsize=13977988 memory=75260913256692 CPUtime=1.28 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) R 16509 16512 12395 0 -1 4202560 10930 0 0 0 123 5 0 0 20 0 15 0 130864139 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140529259073000 140528866859975 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13977988 memory=6549825127639 CPUtime=0.06 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 327 0 0 0 4 2 0 0 20 0 15 0 130864140 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13977988 memory=288230583166042426 CPUtime=0.06 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 190 0 0 0 4 2 0 0 20 0 15 0 130864140 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13977988 memory=14411505902815619 CPUtime=0.06 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 140 0 0 0 4 2 0 0 20 0 15 0 130864140 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13977988 memory=14132251407419178 CPUtime=0.06 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 470 0 0 0 4 2 0 0 20 0 15 0 130864140 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) S 16509 16512 12395 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 130864141 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528733243760 140529254849154 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13977988 memory=6 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528732189792 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13977988 memory=6 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528731136896 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13977988 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 2497 0 0 0 24 0 0 0 20 0 15 0 130864145 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528729033584 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13977988 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 781 0 0 0 18 0 0 0 20 0 15 0 130864145 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528727980784 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13977988 memory=45 CPUtime=0.26 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 1865 0 0 0 26 0 0 0 20 0 15 0 130864145 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528726927984 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=848 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=432 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 130864148 14313459712 64875 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0

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

[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=10725116 CPUtime=0.07 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 274 0 0 0 3 4 0 0 20 0 15 0 130864148 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 399.92 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10725124 KiB

[startup+156.801 s]
/proc/loadavg: 3.66 2.27 1.70 6/213 16532
/proc/meminfo: memFree=19471584/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13977988 memory=10725124 CPUtime=412.31 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 271802 0 0 0 40036 1195 0 0 20 0 15 0 130864130 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494497 2681281 3806 1 0 3483271 0
[pid=16512/tid=16514] ppid=16509 vsize=13977988 memory=10725124 CPUtime=41.46 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) S 16509 16512 12395 0 -1 1077944384 18348 0 0 0 4137 9 0 0 20 0 15 0 130864139 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529259074720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13977988 memory=3471202396320839889 CPUtime=85.21 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) R 16509 16512 12395 0 -1 4202560 30860 0 0 0 8220 301 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529189272840 140529247466215 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13977988 memory=64920 CPUtime=85.86 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) R 16509 16512 12395 0 -1 4202560 74509 0 0 0 8274 312 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529188219728 140529247466215 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13977988 memory=1296 CPUtime=85.26 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) R 16509 16512 12395 0 -1 4202560 66447 0 0 0 8268 258 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529187166928 140529247466215 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13977988 memory=2460 CPUtime=84.55 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) R 16509 16512 12395 0 -1 4202560 29313 0 0 0 8148 307 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529186114520 140529239827511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13977988 memory=2460 CPUtime=28.63 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) S 16509 16512 12395 0 -1 1077944384 38002 0 0 0 2861 2 0 0 20 0 15 0 130864141 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528733242320 140529254848213 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13977988 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528732189792 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13977988 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528731136896 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13977988 memory=10725108 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13977988 memory=280590617735888 CPUtime=0.37 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 4484 0 0 0 37 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528729033344 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13977988 memory=280590616878224 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 3783 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528727980832 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13977988 memory=-8774313645642428999 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 4318 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528726928032 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=4137287014106042739 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=-7025448733113094249 CPUtime=0.07 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 276 0 0 0 3 4 0 0 20 0 15 0 130864148 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 412.31 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10725124 KiB

[startup+158.401 s]
/proc/loadavg: 3.66 2.27 1.70 3/213 16532
/proc/meminfo: memFree=19471584/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13977988 memory=10725124 CPUtime=416.01 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 271802 0 0 0 40405 1196 0 0 20 0 15 0 130864130 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494497 2681281 3806 1 0 3483271 0
[pid=16512/tid=16514] ppid=16509 vsize=13977988 memory=10725124 CPUtime=41.46 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) S 16509 16512 12395 0 -1 1077944384 18348 0 0 0 4137 9 0 0 20 0 15 0 130864139 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529259074720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13977988 memory=-6800859132029471843 CPUtime=85.91 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 30860 0 0 0 8290 301 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13977988 memory=0 CPUtime=86.57 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 74509 0 0 0 8344 313 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13977988 memory=5931353226171535440 CPUtime=85.96 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 66447 0 0 0 8338 258 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13977988 memory=10725124 CPUtime=85.28 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 29313 0 0 0 8221 307 0 0 20 0 15 0 130864140 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13977988 memory=0 CPUtime=29.49 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) R 16509 16512 12395 0 -1 4202560 38002 0 0 0 2947 2 0 0 20 0 15 0 130864141 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528733242320 140529239295627 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13977988 memory=3326 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528732189792 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13977988 memory=64920 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528731136896 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13977988 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13977988 memory=2460 CPUtime=0.37 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 4484 0 0 0 37 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528729033344 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13977988 memory=1840 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 3783 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528727980832 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13977988 memory=-8774313645642428999 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 4318 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528726928032 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=3148 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=680576 CPUtime=0.09 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 276 0 0 0 4 5 0 0 20 0 15 0 130864148 14313459712 2681281 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 416.01 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10725124 KiB

[startup+158.801 s]
/proc/loadavg: 3.66 2.27 1.70 3/213 16532
/proc/meminfo: memFree=19471584/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13977988 memory=10725132 CPUtime=416.42 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 271930 0 0 0 40445 1197 0 0 20 0 15 0 130864130 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494497 2681283 3806 1 0 3483271 0
[pid=16512/tid=16514] ppid=16509 vsize=13977988 memory=7482670242871699576 CPUtime=41.46 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) S 16509 16512 12395 0 -1 1077944384 18348 0 0 0 4137 9 0 0 20 0 15 0 130864139 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529259074720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13977988 memory=-3472574944341025154 CPUtime=85.91 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 30860 0 0 0 8290 301 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13977988 memory=-8774313645642428999 CPUtime=86.57 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 74509 0 0 0 8344 313 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13977988 memory=15884 CPUtime=85.96 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 66447 0 0 0 8338 258 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13977988 memory=4048 CPUtime=85.28 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 29313 0 0 0 8221 307 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13977988 memory=37632 CPUtime=29.89 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) R 16509 16512 12395 0 -1 4202560 38130 0 0 0 2987 2 0 0 20 0 15 0 130864141 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528733242208 140529239834417 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13977988 memory=37632 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528732189792 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13977988 memory=18468 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528731136896 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13977988 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13977988 memory=644 CPUtime=0.37 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 4484 0 0 0 37 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528729033344 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13977988 memory=956 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 3783 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528727980832 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13977988 memory=1236 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 4318 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528726928032 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=10725124 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=18468 CPUtime=0.09 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 276 0 0 0 4 5 0 0 20 0 15 0 130864148 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 416.42 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10725132 KiB

[startup+159.001 s]*
/proc/loadavg: 3.66 2.27 1.70 3/213 16532
/proc/meminfo: memFree=19471584/32770624 swapFree=67108860/67108860
[pid=16512] ppid=16509 vsize=13977988 memory=10725132 CPUtime=416.63 cores=1,3,5,7
/proc/16512/stat : 16512 (java) S 16509 16512 12395 0 -1 1077944320 271930 0 0 0 40466 1197 0 0 20 0 15 0 130864130 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140734768135504 140529254838007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
/proc/16512/statm: 3494497 2681283 3806 1 0 3483271 0
[pid=16512/tid=16514] ppid=16509 vsize=13977988 memory=6944656592452205148 CPUtime=41.46 cores=1,3,5,7
/proc/16512/task/16514/stat : 16514 (java) S 16509 16512 12395 0 -1 1077944384 18348 0 0 0 4137 9 0 0 20 0 15 0 130864139 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529259074720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16515] ppid=16509 vsize=13977988 memory=301798487886089210 CPUtime=85.91 cores=1,3,5,7
/proc/16512/task/16515/stat : 16515 (java) S 16509 16512 12395 0 -1 1077944384 30860 0 0 0 8290 301 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529189272720 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16516] ppid=16509 vsize=13977988 memory=6298657162878144596 CPUtime=86.57 cores=1,3,5,7
/proc/16512/task/16516/stat : 16516 (java) S 16509 16512 12395 0 -1 1077944384 74509 0 0 0 8344 313 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529188219920 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16517] ppid=16509 vsize=13977988 memory=4872558044660077418 CPUtime=85.96 cores=1,3,5,7
/proc/16512/task/16517/stat : 16517 (java) S 16509 16512 12395 0 -1 1077944384 66447 0 0 0 8338 258 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529187167120 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16518] ppid=16509 vsize=13977988 memory=3572 CPUtime=85.28 cores=1,3,5,7
/proc/16512/task/16518/stat : 16518 (java) S 16509 16512 12395 0 -1 1077944384 29313 0 0 0 8221 307 0 0 20 0 15 0 130864140 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140529186114320 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16519] ppid=16509 vsize=13977988 memory=4064 CPUtime=30.1 cores=1,3,5,7
/proc/16512/task/16519/stat : 16519 (java) R 16509 16512 12395 0 -1 4202560 38130 0 0 0 3008 2 0 0 20 0 15 0 130864141 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528733242208 140529233208168 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16520] ppid=16509 vsize=13977988 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16520/stat : 16520 (java) S 16509 16512 12395 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528732189792 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16521] ppid=16509 vsize=13977988 memory=3148 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16521/stat : 16521 (java) S 16509 16512 12395 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 130864142 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528731136896 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16522] ppid=16509 vsize=13977988 memory=680576 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16522/stat : 16522 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528730085200 140529254856603 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16523] ppid=16509 vsize=13977988 memory=1152 CPUtime=0.37 cores=1,3,5,7
/proc/16512/task/16523/stat : 16523 (java) S 16509 16512 12395 0 -1 1077944384 4484 0 0 0 37 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528729033344 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16524] ppid=16509 vsize=13977988 memory=3004 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16524/stat : 16524 (java) S 16509 16512 12395 0 -1 1077944384 3783 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528727980832 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16525] ppid=16509 vsize=13977988 memory=10725124 CPUtime=0.4 cores=1,3,5,7
/proc/16512/task/16525/stat : 16525 (java) S 16509 16512 12395 0 -1 1077944384 4318 0 0 0 40 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528726928032 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16526] ppid=16509 vsize=13977988 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16512/task/16526/stat : 16526 (java) S 16509 16512 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 130864145 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528725875424 140529254848213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
[pid=16512/tid=16527] ppid=16509 vsize=13977988 memory=7158870070903859560 CPUtime=0.09 cores=1,3,5,7
/proc/16512/task/16527/stat : 16527 (java) S 16509 16512 12395 0 -1 1077944384 276 0 0 0 4 5 0 0 20 0 15 0 130864148 14313459712 2681283 18446744073709551615 4194304 4196468 140734768152960 140528724822704 140529254849154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31809536 140734768157042 140734768157225 140734768157225 140734768160719 0
Current children cumulated CPU time: 416.63 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10725132 KiB

Child status: 1
Real time (s): 159.109
CPU time (s): 416.739
CPU user time (s): 404.717
CPU system time (s): 12.0224
CPU usage (%): 261.921
Max. virtual memory (cumulated for all children) (KiB): 13977988
Max. memory (cumulated for all children) (KiB): 10725132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 404.717
system time used= 12.0224
maximum resident set size= 10725252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10981
involuntary context switches= 4406


# summary of solver processes directly reported to runsolver:
#   pid: 16512
#   total CPU time (s): 416.739
#   total CPU user time (s): 404.717
#   total CPU system time (s): 12.0224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.923071 second user time and 1.6176 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-16 15:04:54
IDJOB=4274816
IDBENCH=140559
IDSOLVER=2667
FILE ID=node135/4274816-1502889526
RUNJOBID= node135-1502658244-13745
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274816-1502889526/watcher-4274816-1502889526 -o /tmp/evaluation-result-4274816-1502889526/solver-4274816-1502889526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502658244-13745 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1678219027 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274816-1502889526.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=1678219027

node135.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.21
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.21
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.21
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.21
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:        30217408 kB
MemAvailable:   31303644 kB
Buffers:          331660 kB
Cached:          1056960 kB
SwapCached:            0 kB
Active:          1485124 kB
Inactive:         614420 kB
Active(anon):     711508 kB
Inactive(anon):    49516 kB
Active(file):     773616 kB
Inactive(file):   564904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42408 kB
Writeback:             4 kB
AnonPages:        711228 kB
Mapped:            76720 kB
Shmem:             49848 kB
Slab:             155544 kB
SReclaimable:     127100 kB
SUnreclaim:        28444 kB
KernelStack:        3488 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2060836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61948 MiB
End job on node135 at 2017-08-16 15:07:34