Trace number 4274269

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 - Conflict Ordering 2017-07-26? 1403.4301 407.065

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os07/
SuperTaillard-os-07-26.xml
MD5SUM94b2333e20121f91e59972a20e586711
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8511105
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Number of domains38
Minimum domain size332
Maximum domain size428
Distribution of domain sizes[{"size":332,"count":2},{"size":334,"count":6},{"size":335,"count":2},{"size":336,"count":2},{"size":338,"count":2},{"size":340,"count":2},{"size":341,"count":2},{"size":342,"count":4},{"size":349,"count":2},{"size":351,"count":2},{"size":352,"count":2},{"size":353,"count":6},{"size":354,"count":4},{"size":360,"count":2},{"size":363,"count":2},{"size":365,"count":2},{"size":366,"count":2},{"size":368,"count":4},{"size":369,"count":4},{"size":370,"count":4},{"size":372,"count":2},{"size":374,"count":2},{"size":380,"count":2},{"size":383,"count":4},{"size":388,"count":2},{"size":389,"count":2},{"size":390,"count":2},{"size":393,"count":2},{"size":397,"count":2},{"size":402,"count":2},{"size":404,"count":4},{"size":405,"count":2},{"size":409,"count":2},{"size":421,"count":2},{"size":423,"count":2},{"size":424,"count":2},{"size":427,"count":2},{"size":428,"count":2}]
Minimum variable degree13
Maximum variable degree25
Distribution of variable degrees[{"degree":13,"count":49},{"degree":25,"count":49}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":931}]
Number of extensional constraints0
Number of intensional constraints931
Distribution of constraint types[{"type":"intension","count":931}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 1349190030
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
1403.37/407.02	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1403.37/407.02		at scala.collection.mutable.ResizableArray$class.ensureSize(ResizableArray.scala:103)
1403.37/407.02		at scala.collection.mutable.ArrayBuffer.ensureSize(ArrayBuffer.scala:48)
1403.37/407.02		at scala.collection.mutable.ArrayBuffer.$plus$eq(ArrayBuffer.scala:84)
1403.37/407.02		at oscar.cp.constraints.tables.TableCT.computeSupportsAndInitialFiltering(TableCT.scala:260)
1403.37/407.02		at oscar.cp.constraints.tables.TableCT.setup(TableCT.scala:82)
1403.37/407.02		at oscar.cp.core.CPStore.post(CPStore.scala:282)
1403.37/407.02		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
1403.37/407.02		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
1403.37/407.02		at oscar.cp.package$.isInconsistent(package.scala:54)
1403.37/407.02		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
1403.37/407.02		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
1403.37/407.02		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:334)
1403.37/407.02		at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34)
1403.37/407.02		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
1403.37/407.02		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
1403.37/407.02		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
1403.37/407.02		at scala.collection.immutable.List.foreach(List.scala:383)
1403.37/407.02		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
1403.37/407.02		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
1403.37/407.02		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
1403.37/407.02		at oscar.xcsp3.competition.solvers.ConfOrderSolver$.runSolver(ConfOrderSolver.scala:28)
1403.37/407.02		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
1403.37/407.02		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
1403.37/407.02		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
1403.37/407.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1403.37/407.02		at scala.App$$anonfun$main$1.apply(App.scala:76)
1403.37/407.02		at scala.App$$anonfun$main$1.apply(App.scala:76)
1403.37/407.02		at scala.collection.immutable.List.foreach(List.scala:383)
1403.37/407.02		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
1403.37/407.02		at scala.App$class.main(App.scala:76)
1403.37/407.02		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
1403.37/407.02		at oscar.xcsp3.competition.solvers.ConfOrderSolver.main(ConfOrderSolver.scala)
1403.37/407.02	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 (12460 MiB free)
  memory of node 1: 16384 MiB (15337 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274269-1502840296/watcher-4274269-1502840296 -o /tmp/evaluation-result-4274269-1502840296/solver-4274269-1502840296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1349190030 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274269-1502840296.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
solver pid=4904, runsolver pid=4901
Current StackSize limit: 8192 KiB


[startup+0.102233 s]*
/proc/loadavg: 1.96 1.98 1.92 3/205 4910
/proc/meminfo: memFree=28458932/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13358552 memory=14932 CPUtime=0.01 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 3546 0 0 0 1 0 0 0 20 0 6 0 131844811 13679157248 3733 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3339638 3733 1913 1 0 3329135 0
[pid=4904/tid=4906] ppid=4901 vsize=13358552 memory=-7173493468631824323 CPUtime=0.01 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) R 4901 4904 8289 0 -1 4202560 2299 0 0 0 1 0 0 0 20 0 6 0 131844820 13679157248 3799 18446744073709551615 4194304 4196468 140722753969856 140232635400784 140232623201448 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13358552 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 131844821 13679157248 3799 18446744073709551615 4194304 4196468 140722753969856 140232565599376 140232631174869 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13358552 memory=140242071512704 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 131844821 13679157248 3799 18446744073709551615 4194304 4196468 140722753969856 140232564546576 140232631174869 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 131844821 13679157248 3799 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232631174869 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) S 4901 4904 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 131844821 13679157248 3799 18446744073709551615 4194304 4196468 140722753969856 140232562440976 140232631174869 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14932 KiB

[startup+0.209968 s]*
/proc/loadavg: 1.96 1.98 1.92 4/214 4919
/proc/meminfo: memFree=28447856/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13975920 memory=30964 CPUtime=0.1 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 7059 0 0 0 9 1 0 0 20 0 15 0 131844811 14311342080 7741 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3493980 7741 3383 1 0 3482759 0
[pid=4904/tid=4906] ppid=4901 vsize=13976944 memory=-7173493468631824323 CPUtime=0.08 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) R 4901 4904 8289 0 -1 4202560 5209 0 0 0 7 1 0 0 20 0 15 0 131844820 14312390656 7939 18446744073709551615 4194304 4196468 140722753969856 140232635354112 140232623844381 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13976944 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14312390656 7939 18446744073709551615 4194304 4196468 140722753969856 140232565599376 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13976944 memory=140242071512704 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140232564546576 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) S 4901 4904 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131844821 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140232562440976 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131844822 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231547255152 140232631175810 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131844823 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231546201120 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131844823 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231545148272 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 131844825 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13976944 memory=140242071512704 CPUtime=0.01 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) S 4901 4904 8289 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 131844825 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13976944 memory=140242071512704 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844829 14312390656 8005 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30964 KiB

[startup+0.310554 s]*
/proc/loadavg: 1.96 1.98 1.92 4/214 4919
/proc/meminfo: memFree=28437448/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13975920 memory=40176 CPUtime=0.27 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 10768 0 0 0 24 3 0 0 20 0 15 0 131844811 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3493980 10044 3532 1 0 3482759 0
[pid=4904/tid=4906] ppid=4901 vsize=13975920 memory=4209341120841998394 CPUtime=0.17 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) R 4901 4904 8289 0 -1 4202560 8439 0 0 0 15 2 0 0 20 0 15 0 131844820 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140232635377360 140232615245150 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13975920 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140232565599376 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13975920 memory=4279135704047065247 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140232564546576 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13975920 memory=-6949179150270506172 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) S 4901 4904 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131844821 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140232562440976 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131844822 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231547255152 140232631175810 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131844823 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231546201120 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131844823 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231545148272 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 131844825 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 15 0 131844825 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) R 4901 4904 8289 0 -1 4202560 429 0 0 0 5 0 0 0 20 0 15 0 131844825 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631186010 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844829 14311342080 10044 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40176 KiB

[startup+0.701178 s]
/proc/loadavg: 1.96 1.98 1.92 3/214 4919
/proc/meminfo: memFree=28422112/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13977988 memory=68980 CPUtime=1.07 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 13971 0 0 0 102 5 0 0 20 0 15 0 131844811 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3494497 17245 3727 1 0 3483271 0
[pid=4904/tid=4906] ppid=4901 vsize=13977988 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) R 4901 4904 8289 0 -1 4202560 10362 0 0 0 52 4 0 0 20 0 15 0 131844820 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140232635391432 140232615208293 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140232565599376 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140232564546576 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13977988 memory=8751464017575884853 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844821 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13977988 memory=6081658574534239313 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) S 4901 4904 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131844821 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140232562440976 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13977988 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131844822 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231547255152 140232631175810 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131844823 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231546201120 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13977988 memory=140241956642944 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131844823 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231545148272 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13977988 memory=288230583132495610 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13977988 memory=14690781839503341 CPUtime=0.12 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) R 4901 4904 8289 0 -1 4202560 644 0 0 0 12 0 0 0 20 0 15 0 131844825 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231543031800 140232623401790 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13977988 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) R 4901 4904 8289 0 -1 4202560 696 0 0 0 12 0 0 0 20 0 15 0 131844825 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231541973080 140232623453952 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13977988 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) R 4901 4904 8289 0 -1 4202560 914 0 0 0 25 0 0 0 20 0 15 0 131844825 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231540935320 140232610121761 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131844829 14313459712 17245 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68980 KiB

[startup+1.50148 s]
/proc/loadavg: 1.96 1.98 1.92 4/214 4919
/proc/meminfo: memFree=28376072/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13977988 memory=224784 CPUtime=2.36 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 17031 0 0 0 223 13 0 0 20 0 15 0 131844811 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3494497 56196 3756 1 0 3483271 0
[pid=4904/tid=4906] ppid=4901 vsize=13977988 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) S 4901 4904 8289 0 -1 1077944384 11256 0 0 0 125 6 0 0 20 0 15 0 131844820 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140232635402096 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13977988 memory=11137 CPUtime=0.04 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) R 4901 4904 8289 0 -1 4202560 64 0 0 0 3 1 0 0 20 0 15 0 131844821 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140232565597072 140232616192082 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13977988 memory=288230617509003574 CPUtime=0.04 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) R 4901 4904 8289 0 -1 4202560 68 0 0 0 3 1 0 0 20 0 15 0 131844821 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140232564544208 140232616192082 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13977988 memory=14689686622832056 CPUtime=0.04 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) R 4901 4904 8289 0 -1 4202560 238 0 0 0 3 1 0 0 20 0 15 0 131844821 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232616188366 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13977988 memory=4040 CPUtime=0.04 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) R 4901 4904 8289 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 15 0 131844821 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140232562438784 140232616192082 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 131844822 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231547253664 140232631174869 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13977988 memory=844 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131844823 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231546201120 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13977988 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131844823 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231545148272 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13977988 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13977988 memory=1152 CPUtime=0.23 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 1145 0 0 0 23 0 0 0 20 0 15 0 131844825 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13977988 memory=7805416885069304689 CPUtime=0.29 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 1362 0 0 0 29 0 0 0 20 0 15 0 131844825 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13977988 memory=7594583361803806561 CPUtime=0.31 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) S 4901 4904 8289 0 -1 1077944384 1394 0 0 0 31 0 0 0 20 0 15 0 131844825 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13977988 memory=7595696136256906086 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13977988 memory=4640767346415259735 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844829 14313459712 56196 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 13977988 KiB

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

[pid=4904/tid=4918] ppid=4901 vsize=13980036 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13980036 memory=7680170660397595203 CPUtime=0.37 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 661 0 0 0 19 18 0 0 20 0 15 0 131844829 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 1388.94 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 11272840 KiB

[startup+404.801 s]
/proc/loadavg: 4.99 3.87 2.78 6/217 4950
/proc/meminfo: memFree=17065496/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13980036 memory=11272840 CPUtime=1394.84 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 217665 0 0 0 138384 1100 0 0 20 0 15 0 131844811 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3495009 2818210 3819 1 0 3483783 0
[pid=4904/tid=4906] ppid=4901 vsize=13980036 memory=11272840 CPUtime=35.59 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) S 4901 4904 8289 0 -1 1077944384 22426 0 0 0 3548 11 0 0 20 0 15 0 131844820 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232635404080 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13980036 memory=11272840 CPUtime=329.64 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) R 4901 4904 8289 0 -1 4202560 24974 0 0 0 32679 285 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232565599576 140232616115268 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13980036 memory=11272840 CPUtime=330.2 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) R 4901 4904 8289 0 -1 4202560 21726 0 0 0 32759 261 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232564546776 140232616115741 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13980036 memory=11272840 CPUtime=329.74 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) R 4901 4904 8289 0 -1 4202560 21279 0 0 0 32731 243 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232611191068 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13980036 memory=1296 CPUtime=329.71 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) R 4901 4904 8289 0 -1 4202560 20296 0 0 0 32685 286 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232562441176 140232616115888 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13980036 memory=7680170660397595203 CPUtime=37.16 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 81322 0 0 0 3711 5 0 0 20 0 15 0 131844822 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231547253472 140232631174869 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13980036 memory=64284 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231546201184 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13980036 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231545148288 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13980036 memory=2440 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13980036 memory=1840 CPUtime=0.81 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 4939 0 0 0 79 2 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13980036 memory=7680170660397595203 CPUtime=0.83 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 6983 0 0 0 82 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13980036 memory=1716 CPUtime=0.69 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) S 4901 4904 8289 0 -1 1077944384 11612 0 0 0 68 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13980036 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13980036 memory=14356 CPUtime=0.37 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 661 0 0 0 19 18 0 0 20 0 15 0 131844829 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 1394.84 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 11272840 KiB

[startup+406.401 s]
/proc/loadavg: 4.99 3.89 2.79 6/217 4950
/proc/meminfo: memFree=17065496/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13980036 memory=11272840 CPUtime=1401.1 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 217665 0 0 0 139009 1101 0 0 20 0 15 0 131844811 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3495009 2818210 3819 1 0 3483783 0
[pid=4904/tid=4906] ppid=4901 vsize=13980036 memory=11272840 CPUtime=35.59 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) S 4901 4904 8289 0 -1 1077944384 22426 0 0 0 3548 11 0 0 20 0 15 0 131844820 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232635404080 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13980036 memory=11272840 CPUtime=331.18 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) R 4901 4904 8289 0 -1 4202560 24974 0 0 0 32833 285 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232565599272 140232623792871 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13980036 memory=11272840 CPUtime=331.78 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) R 4901 4904 8289 0 -1 4202560 21726 0 0 0 32917 261 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232564546776 140232616118204 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13980036 memory=1296 CPUtime=331.29 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) R 4901 4904 8289 0 -1 4202560 21279 0 0 0 32885 244 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232563493360 140232623792871 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13980036 memory=11272840 CPUtime=331.31 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) R 4901 4904 8289 0 -1 4202560 20296 0 0 0 32845 286 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232562441176 140232616149959 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13980036 memory=1228 CPUtime=37.16 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 81322 0 0 0 3711 5 0 0 20 0 15 0 131844822 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231547253472 140232631174869 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13980036 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231546201184 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13980036 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231545148288 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13980036 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13980036 memory=64284 CPUtime=0.81 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 4939 0 0 0 79 2 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13980036 memory=1296 CPUtime=0.83 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 6983 0 0 0 82 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13980036 memory=2440 CPUtime=0.69 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) S 4901 4904 8289 0 -1 1077944384 11612 0 0 0 68 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13980036 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13980036 memory=11164 CPUtime=0.37 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 661 0 0 0 19 18 0 0 20 0 15 0 131844829 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 1401.1 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 11272840 KiB

[startup+406.801 s]
/proc/loadavg: 4.99 3.89 2.79 6/217 4950
/proc/meminfo: memFree=17065496/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13980036 memory=11272840 CPUtime=1402.67 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 217666 0 0 0 139166 1101 0 0 20 0 15 0 131844811 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3495009 2818210 3819 1 0 3483783 0
[pid=4904/tid=4906] ppid=4901 vsize=13980036 memory=1228 CPUtime=35.59 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) S 4901 4904 8289 0 -1 1077944384 22426 0 0 0 3548 11 0 0 20 0 15 0 131844820 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232635404080 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13980036 memory=2440 CPUtime=331.56 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) R 4901 4904 8289 0 -1 4202560 24974 0 0 0 32871 285 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232565599576 140232615622283 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13980036 memory=1840 CPUtime=332.17 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) R 4901 4904 8289 0 -1 4202560 21726 0 0 0 32956 261 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232564546776 140232616161315 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13980036 memory=4168 CPUtime=331.68 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) R 4901 4904 8289 0 -1 4202560 21279 0 0 0 32924 244 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232563493664 140232615622296 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13980036 memory=7680170660397595203 CPUtime=331.7 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) R 4901 4904 8289 0 -1 4202560 20296 0 0 0 32884 286 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232562440976 140232615864064 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13980036 memory=4040 CPUtime=37.17 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) S 4901 4904 8289 0 -1 1077944384 81323 0 0 0 3712 5 0 0 20 0 15 0 131844822 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231547253696 140232631174869 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13980036 memory=39200 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231546201184 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13980036 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231545148288 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13980036 memory=640 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13980036 memory=1792 CPUtime=0.81 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 4939 0 0 0 79 2 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13980036 memory=956 CPUtime=0.83 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 6983 0 0 0 82 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13980036 memory=2248 CPUtime=0.69 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) S 4901 4904 8289 0 -1 1077944384 11612 0 0 0 68 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13980036 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13980036 memory=2164 CPUtime=0.37 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 661 0 0 0 19 18 0 0 20 0 15 0 131844829 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 1402.67 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 11272840 KiB

[startup+407.001 s]*
/proc/loadavg: 4.99 3.89 2.79 3/217 4950
/proc/meminfo: memFree=17065496/32770624 swapFree=67108860/67108860
[pid=4904] ppid=4901 vsize=13980036 memory=11272840 CPUtime=1403.37 cores=1,3,5,7
/proc/4904/stat : 4904 (java) S 4901 4904 8289 0 -1 1077944320 217666 0 0 0 139235 1102 0 0 20 0 15 0 131844811 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140722753952400 140232631164663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
/proc/4904/statm: 3495009 2818210 3819 1 0 3483783 0
[pid=4904/tid=4906] ppid=4901 vsize=13980036 memory=4209341120841998394 CPUtime=35.59 cores=1,3,5,7
/proc/4904/task/4906/stat : 4906 (java) S 4901 4904 8289 0 -1 1077944384 22426 0 0 0 3548 11 0 0 20 0 15 0 131844820 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232635404080 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4907] ppid=4901 vsize=13980036 memory=-7003737579269690708 CPUtime=331.72 cores=1,3,5,7
/proc/4904/task/4907/stat : 4907 (java) S 4901 4904 8289 0 -1 1077944384 24974 0 0 0 32887 285 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232565599376 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4908] ppid=4901 vsize=13980036 memory=1152 CPUtime=332.33 cores=1,3,5,7
/proc/4904/task/4908/stat : 4908 (java) S 4901 4904 8289 0 -1 1077944384 21726 0 0 0 32972 261 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232564546576 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4909] ppid=4901 vsize=13980036 memory=3060 CPUtime=331.84 cores=1,3,5,7
/proc/4904/task/4909/stat : 4909 (java) S 4901 4904 8289 0 -1 1077944384 21279 0 0 0 32940 244 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232563493776 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4910] ppid=4901 vsize=13980036 memory=11272840 CPUtime=331.86 cores=1,3,5,7
/proc/4904/task/4910/stat : 4910 (java) S 4901 4904 8289 0 -1 1077944384 20296 0 0 0 32900 286 0 0 20 0 15 0 131844821 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140232562440976 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4911] ppid=4901 vsize=13980036 memory=4112 CPUtime=37.22 cores=1,3,5,7
/proc/4904/task/4911/stat : 4911 (java) R 4901 4904 8289 0 -1 4202560 81323 0 0 0 3717 5 0 0 20 0 15 0 131844822 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231547253696 140232609534843 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4912] ppid=4901 vsize=13980036 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4912/stat : 4912 (java) S 4901 4904 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231546201184 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4913] ppid=4901 vsize=13980036 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4913/stat : 4913 (java) S 4901 4904 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 131844823 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231545148288 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4914] ppid=4901 vsize=13980036 memory=3584 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4914/stat : 4914 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231544096592 140232631183259 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4915] ppid=4901 vsize=13980036 memory=3660 CPUtime=0.81 cores=1,3,5,7
/proc/4904/task/4915/stat : 4915 (java) S 4901 4904 8289 0 -1 1077944384 4939 0 0 0 79 2 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231543044976 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4916] ppid=4901 vsize=13980036 memory=288230574492221466 CPUtime=0.83 cores=1,3,5,7
/proc/4904/task/4916/stat : 4916 (java) S 4901 4904 8289 0 -1 1077944384 6983 0 0 0 82 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231541992176 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4917] ppid=4901 vsize=13980036 memory=288230617509003574 CPUtime=0.69 cores=1,3,5,7
/proc/4904/task/4917/stat : 4917 (java) S 4901 4904 8289 0 -1 1077944384 11612 0 0 0 68 1 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231540939376 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4918] ppid=4901 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4904/task/4918/stat : 4918 (java) S 4901 4904 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131844825 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231539886816 140232631174869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
[pid=4904/tid=4919] ppid=4901 vsize=13980036 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/4904/task/4919/stat : 4919 (java) S 4901 4904 8289 0 -1 1077944384 661 0 0 0 19 18 0 0 20 0 15 0 131844829 14315556864 2818210 18446744073709551615 4194304 4196468 140722753969856 140231538834096 140232631175810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 21774336 140722753978734 140722753978921 140722753978921 140722753982415 0
Current children cumulated CPU time: 1403.37 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 11272840 KiB

Child status: 1
Real time (s): 407.065
CPU time (s): 1403.43
CPU user time (s): 1392.36
CPU system time (s): 11.0692
CPU usage (%): 344.768
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 11272840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1392.36
system time used= 11.0692
maximum resident set size= 11272840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17190
involuntary context switches= 13263


# summary of solver processes directly reported to runsolver:
#   pid: 4904
#   total CPU time (s): 1403.43
#   total CPU user time (s): 1392.36
#   total CPU system time (s): 11.0692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.24725 second user time and 4.42246 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 01:24:08
IDJOB=4274269
IDBENCH=138603
IDSOLVER=2666
FILE ID=node133/4274269-1502840296
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274269-1502840296/watcher-4274269-1502840296 -o /tmp/evaluation-result-4274269-1502840296/solver-4274269-1502840296 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1349190030 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274269-1502840296.xml

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

MD5SUM BENCH= 94b2333e20121f91e59972a20e586711
RANDOM SEED=1349190030

node133.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.17
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.17
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.17
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.17
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:        28464988 kB
MemAvailable:   29263340 kB
Buffers:          279588 kB
Cached:           819476 kB
SwapCached:            0 kB
Active:          3563444 kB
Inactive:         283340 kB
Active(anon):    2688752 kB
Inactive(anon):   108952 kB
Active(file):     874692 kB
Inactive(file):   174388 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42356 kB
Writeback:             4 kB
AnonPages:       2747888 kB
Mapped:            76604 kB
Shmem:             49852 kB
Slab:             157508 kB
SReclaimable:     130212 kB
SUnreclaim:        27296 kB
KernelStack:        3504 kB
PageTables:        10384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3724036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2623488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 01:30:56