Trace number 4275741

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26? 12427.5 1692.11

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 640734483
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
12427.39/1692.05	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
12427.39/1692.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:225)
12427.39/1692.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
12427.39/1692.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
12427.39/1692.05		at org.xcsp.parser.XCallbacks$$Lambda$39/825936265.accept(Unknown Source)
12427.39/1692.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
12427.39/1692.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
12427.39/1692.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
12427.39/1692.05		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
12427.39/1692.05		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
12427.39/1692.05		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$.liftedTree1$1(ParallelSolver.scala:40)
12427.39/1692.05		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$.runSolver(ParallelSolver.scala:39)
12427.39/1692.05		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
12427.39/1692.05		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
12427.39/1692.05		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
12427.39/1692.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
12427.39/1692.05		at scala.App$$anonfun$main$1.apply(App.scala:76)
12427.39/1692.05		at scala.App$$anonfun$main$1.apply(App.scala:76)
12427.39/1692.05		at scala.collection.immutable.List.foreach(List.scala:383)
12427.39/1692.05		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
12427.39/1692.05		at scala.App$class.main(App.scala:76)
12427.39/1692.05		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
12427.39/1692.05		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver.main(ParallelSolver.scala)
12427.39/1692.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 (13281 MiB free)
  memory of node 1: 16384 MiB (13782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275741-1502815910/watcher-4275741-1502815910 -o /tmp/evaluation-result-4275741-1502815910/solver-4275741-1502815910 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 640734483 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275741-1502815910.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.10019 s]*
/proc/loadavg: 5.72 4.86 4.04 2/198 22143
/proc/meminfo: memFree=27693608/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14325320 memory=34796 CPUtime=0.13 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 8068 0 0 0 11 2 0 0 20 0 20 0 114671865 14669127680 8699 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581330 8699 3411 1 0 3569050 0
[pid=22123/tid=22125] ppid=22120 vsize=14325320 memory=7752554716192480409 CPUtime=0.09 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) R 22120 22123 21909 0 -1 4202560 6027 0 0 0 8 1 0 0 20 0 20 0 114671865 14669127680 8699 33554432000 4194304 4196468 140731893860160 140675279750768 140675275555997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14325320 memory=732370674047028197 CPUtime=0 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14325320 memory=140535709574784 CPUtime=0 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 8699 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671867 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673902930416 140675275545218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22135] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22135/stat : 22135 (java) S 22120 22123 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114671868 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673901876640 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22136] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22136/stat : 22136 (java) S 22120 22123 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114671868 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673900824048 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22137] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22137/stat : 22137 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673899772624 140675275552667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22138] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673898719216 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673897666672 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673896614128 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) S 22120 22123 21909 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 20 0 114671870 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673895561584 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671871 14669127680 8699 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34796 KiB

[startup+0.210432 s]*
/proc/loadavg: 5.72 4.86 4.04 3/198 22143
/proc/meminfo: memFree=27683008/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14325320 memory=43684 CPUtime=0.3 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 9065 0 0 0 27 3 0 0 20 0 20 0 114671865 14669127680 10921 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581330 10921 3619 1 0 3569050 0
[pid=22123/tid=22125] ppid=22120 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) R 22120 22123 21909 0 -1 4202560 6664 0 0 0 17 2 0 0 20 0 20 0 114671865 14669127680 10921 33554432000 4194304 4196468 140731893860160 140675279759152 140675259614558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14325320 memory=140535709591672 CPUtime=0 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14669127680 10921 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) S 22120 22123 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114671867 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673902930416 140675275545218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22135] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22135/stat : 22135 (java) S 22120 22123 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114671868 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673901876640 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22136] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22136/stat : 22136 (java) S 22120 22123 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114671868 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673900824048 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22137] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22137/stat : 22137 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673899772624 140675275552667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22138] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673898719216 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 114671870 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673897666672 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 20 0 114671870 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673896614128 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) R 22120 22123 21909 0 -1 4202560 380 0 0 0 5 0 0 0 20 0 20 0 114671870 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673895561584 140675253552475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671871 14669127680 10921 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43684 KiB

[startup+0.310132 s]*
/proc/loadavg: 5.72 4.86 4.04 2/198 22143
/proc/meminfo: memFree=27676308/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14325340 memory=51072 CPUtime=0.47 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 10074 0 0 0 44 3 0 0 20 0 20 0 114671865 14669148160 12768 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581335 12768 3715 1 0 3569050 0
[pid=22123/tid=22125] ppid=22120 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) R 22120 22123 21909 0 -1 4202560 7219 0 0 0 27 2 0 0 20 0 20 0 114671865 14669148160 12833 33554432000 4194304 4196468 140731893860160 140675279756256 140675275546006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14325340 memory=140535557878703 CPUtime=0 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14325340 memory=140535557881008 CPUtime=0 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14325340 memory=140535557883312 CPUtime=0 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14669148160 12833 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) S 22120 22123 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114671867 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673902930416 140675275545218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22135] ppid=22120 vsize=14325340 memory=281071115773584 CPUtime=0 cores=0-7
/proc/22123/task/22135/stat : 22135 (java) S 22120 22123 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114671868 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673901876640 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22136] ppid=22120 vsize=14325340 memory=281071115780496 CPUtime=0 cores=0-7
/proc/22123/task/22136/stat : 22136 (java) S 22120 22123 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114671868 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673900824048 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22137] ppid=22120 vsize=14325340 memory=281071115721776 CPUtime=0 cores=0-7
/proc/22123/task/22137/stat : 22137 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671870 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673899772624 140675275552667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22138] ppid=22120 vsize=14325340 memory=281071115794320 CPUtime=0.03 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 507 0 0 0 3 0 0 0 20 0 20 0 114671870 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673898719216 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14325340 memory=281071115801232 CPUtime=0.02 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 20 0 114671870 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673897666672 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14325340 memory=281071115798928 CPUtime=0.03 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 430 0 0 0 3 0 0 0 20 0 20 0 114671870 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673896614128 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14325340 memory=281071115815488 CPUtime=0.08 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) R 22120 22123 21909 0 -1 4202560 413 0 0 0 8 0 0 0 20 0 20 0 114671870 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673895559120 140675254199656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671871 14669148160 12833 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51072 KiB

[startup+0.700893 s]
/proc/loadavg: 5.72 4.86 4.04 2/198 22143
/proc/meminfo: memFree=27661544/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14327388 memory=108548 CPUtime=1.73 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 14585 0 0 0 167 6 0 0 20 0 20 0 114671865 14671245312 27137 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581847 27137 3778 1 0 3569562 0
[pid=22123/tid=22125] ppid=22120 vsize=14327388 memory=5937785416221807206 CPUtime=0.67 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) R 22120 22123 21909 0 -1 4202560 7975 0 0 0 63 4 0 0 20 0 20 0 114671865 14671245312 27137 33554432000 4194304 4196468 140731893860160 140675279770976 140674892657322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14327388 memory=95099165912316 CPUtime=0 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14327388 memory=140535557903012 CPUtime=0 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14327388 memory=1732 CPUtime=0 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671866 14671245312 27137 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14327388 memory=1224 CPUtime=0 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) S 22120 22123 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114671867 14671245312 27137 33554432000 4194304 4196468 140731893860160 140673902930416 140675275545218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0

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

[pid=22123/tid=22138] ppid=22120 vsize=14327388 memory=5792 CPUtime=0.58 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 5291 0 0 0 57 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673898719264 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14327388 memory=796 CPUtime=0.55 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 4674 0 0 0 54 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673897666432 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14327388 memory=1436 CPUtime=0.5 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 4182 0 0 0 49 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673896614176 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14327388 memory=1012 CPUtime=0.5 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) S 22120 22123 21909 0 -1 1077944384 8200 0 0 0 48 2 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673895561632 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14327388 memory=1712 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14327388 memory=10505668 CPUtime=0.52 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 4249 0 0 0 32 20 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 76 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 12426.1 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 10505736 KiB

[startup+1691.5 s]
/proc/loadavg: 6.31 7.30 6.82 2/199 22191
/proc/meminfo: memFree=17203280/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14327388 memory=10505736 CPUtime=12426.9 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 2401112 0 0 0 1236443 6246 0 0 20 0 20 0 114671865 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581847 2626434 3843 1 0 3569562 0
[pid=22123/tid=22125] ppid=22120 vsize=14327388 memory=3472328296227691361 CPUtime=54.03 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) S 22120 22123 21909 0 -1 1077944384 20603 0 0 0 5391 12 0 0 20 0 20 0 114671865 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140675279774320 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14327388 memory=6791534058613427641 CPUtime=1537.81 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 143780 0 0 0 153042 739 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14327388 memory=1224 CPUtime=1536.32 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 136213 0 0 0 152934 698 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14327388 memory=12032 CPUtime=1532.85 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 134700 0 0 0 152566 719 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14327388 memory=5792 CPUtime=1541.5 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 201670 0 0 0 153236 914 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14327388 memory=796 CPUtime=1535.55 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 134193 0 0 0 152791 764 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14327388 memory=10505696 CPUtime=1535.61 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 128053 0 0 0 152772 789 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14327388 memory=10505696 CPUtime=1536.93 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 155996 0 0 0 152913 780 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14327388 memory=32516 CPUtime=1538.68 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 160432 0 0 0 153130 738 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14327388 memory=1296 CPUtime=74.77 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) R 22120 22123 21909 0 -1 4202560 1157429 0 0 0 7406 71 0 0 20 0 20 0 114671867 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673902928848 140675260530481 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22135] ppid=22120 vsize=14327388 memory=2408 CPUtime=0 cores=0-7
/proc/22123/task/22135/stat : 22135 (java) S 22120 22123 21909 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 114671868 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673901876704 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22136] ppid=22120 vsize=14327388 memory=1436 CPUtime=0 cores=0-7
/proc/22123/task/22136/stat : 22136 (java) S 22120 22123 21909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 114671868 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673900824064 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22137] ppid=22120 vsize=14327388 memory=1012 CPUtime=0 cores=0-7
/proc/22123/task/22137/stat : 22137 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673899772624 140675275552667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22138] ppid=22120 vsize=14327388 memory=1712 CPUtime=0.58 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 5291 0 0 0 57 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673898719264 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14327388 memory=1952 CPUtime=0.55 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 4674 0 0 0 54 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673897666432 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14327388 memory=8620 CPUtime=0.5 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 4182 0 0 0 49 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673896614176 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14327388 memory=6791534058613427641 CPUtime=0.5 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) S 22120 22123 21909 0 -1 1077944384 8200 0 0 0 48 2 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673895561632 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14327388 memory=4124 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14327388 memory=1152 CPUtime=0.52 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 4249 0 0 0 32 20 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 76 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 12426.9 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 10505736 KiB

[startup+1691.9 s]
/proc/loadavg: 6.31 7.30 6.82 2/199 22191
/proc/meminfo: memFree=17203280/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14327388 memory=10505736 CPUtime=12427.3 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 2401112 0 0 0 1236483 6246 0 0 20 0 20 0 114671865 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581847 2626434 3843 1 0 3569562 0
[pid=22123/tid=22125] ppid=22120 vsize=14327388 memory=2208 CPUtime=54.03 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) S 22120 22123 21909 0 -1 1077944384 20603 0 0 0 5391 12 0 0 20 0 20 0 114671865 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140675279774320 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14327388 memory=6508 CPUtime=1537.81 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 143780 0 0 0 153042 739 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14327388 memory=844 CPUtime=1536.32 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 136213 0 0 0 152934 698 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14327388 memory=1692 CPUtime=1532.85 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 134700 0 0 0 152566 719 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14327388 memory=912 CPUtime=1541.5 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 201670 0 0 0 153236 914 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14327388 memory=4124 CPUtime=1535.55 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 134193 0 0 0 152791 764 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14327388 memory=4620 CPUtime=1535.61 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 128053 0 0 0 152772 789 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14327388 memory=1196 CPUtime=1536.93 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 155996 0 0 0 152913 780 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14327388 memory=15872 CPUtime=1538.68 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 160432 0 0 0 153130 738 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14327388 memory=18476 CPUtime=75.17 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) R 22120 22123 21909 0 -1 4202560 1157429 0 0 0 7446 71 0 0 20 0 20 0 114671867 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673902928848 140675260530495 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22135] ppid=22120 vsize=14327388 memory=19232 CPUtime=0 cores=0-7
/proc/22123/task/22135/stat : 22135 (java) S 22120 22123 21909 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 114671868 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673901876704 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22136] ppid=22120 vsize=14327388 memory=4048 CPUtime=0 cores=0-7
/proc/22123/task/22136/stat : 22136 (java) S 22120 22123 21909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 114671868 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673900824064 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22137] ppid=22120 vsize=14327388 memory=1792 CPUtime=0 cores=0-7
/proc/22123/task/22137/stat : 22137 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673899772624 140675275552667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22138] ppid=22120 vsize=14327388 memory=10505696 CPUtime=0.58 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 5291 0 0 0 57 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673898719264 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14327388 memory=1436 CPUtime=0.55 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 4674 0 0 0 54 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673897666432 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14327388 memory=1012 CPUtime=0.5 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 4182 0 0 0 49 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673896614176 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14327388 memory=10505696 CPUtime=0.5 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) S 22120 22123 21909 0 -1 1077944384 8200 0 0 0 48 2 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673895561632 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14327388 memory=32516 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14327388 memory=1296 CPUtime=0.53 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 4249 0 0 0 33 20 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 76 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 12427.3 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 10505736 KiB

[startup+1692 s]
/proc/loadavg: 6.31 7.30 6.82 2/199 22191
/proc/meminfo: memFree=17203280/32770624 swapFree=67108860/67108860
[pid=22123] ppid=22120 vsize=14327388 memory=10505736 CPUtime=12427.4 cores=0-7
/proc/22123/stat : 22123 (java) S 22120 22123 21909 0 -1 1077944320 2401112 0 0 0 1236493 6246 0 0 20 0 20 0 114671865 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140731893842704 140675275534071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
/proc/22123/statm: 3581847 2626434 3843 1 0 3569562 0
[pid=22123/tid=22125] ppid=22120 vsize=14327388 memory=10505736 CPUtime=54.03 cores=0-7
/proc/22123/task/22125/stat : 22125 (java) S 22120 22123 21909 0 -1 1077944384 20603 0 0 0 5391 12 0 0 20 0 20 0 114671865 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140675279774320 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22126] ppid=22120 vsize=14327388 memory=10505736 CPUtime=1537.81 cores=0-7
/proc/22123/task/22126/stat : 22126 (java) S 22120 22123 21909 0 -1 1077944384 143780 0 0 0 153042 739 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140675213134608 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22127] ppid=22120 vsize=14327388 memory=10505696 CPUtime=1536.32 cores=0-7
/proc/22123/task/22127/stat : 22127 (java) S 22120 22123 21909 0 -1 1077944384 136213 0 0 0 152934 698 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674870025104 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22128] ppid=22120 vsize=14327388 memory=10505696 CPUtime=1532.85 cores=0-7
/proc/22123/task/22128/stat : 22128 (java) S 22120 22123 21909 0 -1 1077944384 134700 0 0 0 152566 719 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674868972560 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22129] ppid=22120 vsize=14327388 memory=10505696 CPUtime=1541.5 cores=0-7
/proc/22123/task/22129/stat : 22129 (java) S 22120 22123 21909 0 -1 1077944384 201670 0 0 0 153236 914 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674867920016 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22130] ppid=22120 vsize=14327388 memory=10505696 CPUtime=1535.55 cores=0-7
/proc/22123/task/22130/stat : 22130 (java) S 22120 22123 21909 0 -1 1077944384 134193 0 0 0 152791 764 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674866866448 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22131] ppid=22120 vsize=14327388 memory=10505736 CPUtime=1535.61 cores=0-7
/proc/22123/task/22131/stat : 22131 (java) S 22120 22123 21909 0 -1 1077944384 128053 0 0 0 152772 789 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674865813904 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22132] ppid=22120 vsize=14327388 memory=10505736 CPUtime=1536.93 cores=0-7
/proc/22123/task/22132/stat : 22132 (java) S 22120 22123 21909 0 -1 1077944384 155996 0 0 0 152913 780 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674864761360 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22133] ppid=22120 vsize=14327388 memory=1712 CPUtime=1538.68 cores=0-7
/proc/22123/task/22133/stat : 22133 (java) S 22120 22123 21909 0 -1 1077944384 160432 0 0 0 153130 738 0 0 20 0 20 0 114671866 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140674863708816 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22134] ppid=22120 vsize=14327388 memory=7016594192013067054 CPUtime=75.27 cores=0-7
/proc/22123/task/22134/stat : 22134 (java) R 22120 22123 21909 0 -1 4202560 1157429 0 0 0 7456 71 0 0 20 0 20 0 114671867 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673902928848 140675260530438 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22135] ppid=22120 vsize=14327388 memory=-2541025662029814883 CPUtime=0 cores=0-7
/proc/22123/task/22135/stat : 22135 (java) S 22120 22123 21909 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 114671868 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673901876704 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22136] ppid=22120 vsize=14327388 memory=10505696 CPUtime=0 cores=0-7
/proc/22123/task/22136/stat : 22136 (java) S 22120 22123 21909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 114671868 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673900824064 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22137] ppid=22120 vsize=14327388 memory=10505696 CPUtime=0 cores=0-7
/proc/22123/task/22137/stat : 22137 (java) S 22120 22123 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673899772624 140675275552667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22138] ppid=22120 vsize=14327388 memory=1572 CPUtime=0.58 cores=0-7
/proc/22123/task/22138/stat : 22138 (java) S 22120 22123 21909 0 -1 1077944384 5291 0 0 0 57 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673898719264 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22139] ppid=22120 vsize=14327388 memory=2244 CPUtime=0.55 cores=0-7
/proc/22123/task/22139/stat : 22139 (java) S 22120 22123 21909 0 -1 1077944384 4674 0 0 0 54 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673897666432 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22140] ppid=22120 vsize=14327388 memory=2408 CPUtime=0.5 cores=0-7
/proc/22123/task/22140/stat : 22140 (java) S 22120 22123 21909 0 -1 1077944384 4182 0 0 0 49 1 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673896614176 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22141] ppid=22120 vsize=14327388 memory=10505736 CPUtime=0.5 cores=0-7
/proc/22123/task/22141/stat : 22141 (java) S 22120 22123 21909 0 -1 1077944384 8200 0 0 0 48 2 0 0 20 0 20 0 114671870 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673895561632 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22142] ppid=22120 vsize=14327388 memory=10505720 CPUtime=0 cores=0-7
/proc/22123/task/22142/stat : 22142 (java) S 22120 22123 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673894509280 140675275544277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
[pid=22123/tid=22143] ppid=22120 vsize=14327388 memory=10505716 CPUtime=0.53 cores=0-7
/proc/22123/task/22143/stat : 22143 (java) S 22120 22123 21909 0 -1 1077944384 4249 0 0 0 33 20 0 0 20 0 20 0 114671871 14671245312 2626434 33554432000 4194304 4196468 140731893860160 140673893456816 140675275545218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 76 0 0 6293624 6294260 35692544 140731893863522 140731893863707 140731893863707 140731893866447 0
Current children cumulated CPU time: 12427.4 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 10505736 KiB

Child status: 1
Real time (s): 1692.11
CPU time (s): 12427.5
CPU user time (s): 12365
CPU system time (s): 62.516
CPU usage (%): 734.44
Max. virtual memory (cumulated for all children) (KiB): 14327388
Max. memory (cumulated for all children) (KiB): 10505736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12365
system time used= 62.516
maximum resident set size= 10505924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2405132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203049
involuntary context switches= 324897


# summary of solver processes directly reported to runsolver:
#   pid: 22123
#   total CPU time (s): 12427.5
#   total CPU user time (s): 12365
#   total CPU system time (s): 62.516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0521 second user time and 16.9389 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 18:37:31
IDJOB=4275741
IDBENCH=138550
IDSOLVER=2668
FILE ID=node149/4275741-1502815910
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61940 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275741-1502815910/watcher-4275741-1502815910 -o /tmp/evaluation-result-4275741-1502815910/solver-4275741-1502815910 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 640734483 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275741-1502815910.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=640734483

node149.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.43
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.43
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.43
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.43
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:        27712996 kB
MemAvailable:   31969544 kB
Buffers:          325224 kB
Cached:          4203788 kB
SwapCached:            0 kB
Active:          1229296 kB
Inactive:        3353848 kB
Active(anon):      57352 kB
Inactive(anon):    24956 kB
Active(file):    1171944 kB
Inactive(file):  3328892 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42768 kB
Writeback:             0 kB
AnonPages:        103364 kB
Mapped:            46608 kB
Shmem:             25224 kB
Slab:             169752 kB
SReclaimable:     143096 kB
SUnreclaim:        26656 kB
KernelStack:        3264 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61896 MiB
End job on node149 at 2017-08-15 19:05:43