Trace number 4275727

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? 11748.5 1592.55

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-07.xml
MD5SUMad906e83ed0060b79525fa6c279d7f21
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 variables360
Number of constraints48510
Number of domains1
Minimum domain size180
Maximum domain size180
Distribution of domain sizes[{"size":180,"count":360}]
Minimum variable degree180
Maximum variable degree359
Distribution of variable degrees[{"degree":180,"count":180},{"degree":359,"count":180}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":48510}]
Number of extensional constraints0
Number of intensional constraints48510
Distribution of constraint types[{"type":"intension","count":48510}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275727-1502812205/watcher-4275727-1502812205 -o /tmp/evaluation-result-4275727-1502812205/solver-4275727-1502812205 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502800873-2811 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1587593763 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275727-1502812205.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=3515, runsolver pid=3512
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 8.03 8.52 8.22 1/198 3535
/proc/meminfo: memFree=28709948/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14325320 memory=33956 CPUtime=0.12 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 8390 0 0 0 10 2 0 0 20 0 20 0 114301377 14669127680 8489 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581330 8489 3409 1 0 3569050 0
[pid=3515/tid=3517] ppid=3512 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) R 3512 3515 2784 0 -1 4202560 6342 0 0 0 8 1 0 0 20 0 20 0 114301378 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921395239248 139921375085925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14325320 memory=140072556189312 CPUtime=0 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 8489 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301380 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920017381872 139921391053442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3527] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3527/stat : 3527 (java) S 3512 3515 2784 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114301380 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920016328096 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3528] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3528/stat : 3528 (java) S 3512 3515 2784 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114301381 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920015275504 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3529] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3529/stat : 3529 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920014224080 139921391060891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3530] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3530/stat : 3530 (java) S 3512 3515 2784 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920013170672 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3531] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3531/stat : 3531 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920012118128 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3532] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3532/stat : 3532 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920011065584 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3533] ppid=3512 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3515/task/3533/stat : 3533 (java) S 3512 3515 2784 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 114301383 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920010013040 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301384 14669127680 8489 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33956 KiB

[startup+0.209733 s]*
/proc/loadavg: 8.03 8.52 8.22 3/198 3535
/proc/meminfo: memFree=28702524/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14325320 memory=43104 CPUtime=0.29 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 9381 0 0 0 26 3 0 0 20 0 20 0 114301377 14669127680 10776 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581330 10776 3614 1 0 3569050 0
[pid=3515/tid=3517] ppid=3512 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) R 3512 3515 2784 0 -1 4202560 6966 0 0 0 17 2 0 0 20 0 20 0 114301378 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921395247632 139921375085925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14325320 memory=3221 CPUtime=0 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14325320 memory=140072556193081 CPUtime=0 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301379 14669127680 10776 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) S 3512 3515 2784 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114301380 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920017381872 139921391053442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3527] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3527/stat : 3527 (java) S 3512 3515 2784 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114301380 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920016328096 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3528] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3528/stat : 3528 (java) S 3512 3515 2784 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114301381 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920015275504 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3529] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3529/stat : 3529 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920014224080 139921391060891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3530] ppid=3512 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3515/task/3530/stat : 3530 (java) S 3512 3515 2784 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 114301383 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920013170672 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3531] ppid=3512 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/3515/task/3531/stat : 3531 (java) S 3512 3515 2784 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 20 0 114301383 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920012118128 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3532] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3532/stat : 3532 (java) S 3512 3515 2784 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920011065584 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3533] ppid=3512 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/3515/task/3533/stat : 3533 (java) R 3512 3515 2784 0 -1 4202560 397 0 0 0 5 0 0 0 20 0 20 0 114301383 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920010013040 139921369998667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301384 14669127680 10776 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43104 KiB

[startup+0.309454 s]*
/proc/loadavg: 8.03 8.52 8.22 2/198 3535
/proc/meminfo: memFree=28695700/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14325340 memory=51312 CPUtime=0.48 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 10505 0 0 0 44 4 0 0 20 0 20 0 114301377 14669148160 12828 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581335 12828 3725 1 0 3569050 0
[pid=3515/tid=3517] ppid=3512 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) R 3512 3515 2784 0 -1 4202560 7605 0 0 0 27 2 0 0 20 0 20 0 114301378 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921395273568 139921391054230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14325340 memory=140072439608239 CPUtime=0 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14325340 memory=140072439610544 CPUtime=0 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14325340 memory=140072439612848 CPUtime=0 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301379 14669148160 12828 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) S 3512 3515 2784 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114301380 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920017381872 139921391053442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3527] ppid=3512 vsize=14325340 memory=280144879232656 CPUtime=0 cores=0-7
/proc/3515/task/3527/stat : 3527 (java) S 3512 3515 2784 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114301380 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920016328096 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3528] ppid=3512 vsize=14325340 memory=280144879239568 CPUtime=0 cores=0-7
/proc/3515/task/3528/stat : 3528 (java) S 3512 3515 2784 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114301381 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920015275504 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3529] ppid=3512 vsize=14325340 memory=280144879180848 CPUtime=0 cores=0-7
/proc/3515/task/3529/stat : 3529 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301383 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920014224080 139921391060891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3530] ppid=3512 vsize=14325340 memory=280144879253392 CPUtime=0.02 cores=0-7
/proc/3515/task/3530/stat : 3530 (java) S 3512 3515 2784 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 20 0 114301383 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920013170672 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3531] ppid=3512 vsize=14325340 memory=280144879260304 CPUtime=0.03 cores=0-7
/proc/3515/task/3531/stat : 3531 (java) S 3512 3515 2784 0 -1 1077944384 371 0 0 0 3 0 0 0 20 0 20 0 114301383 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920012118128 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3532] ppid=3512 vsize=14325340 memory=280144879258000 CPUtime=0.02 cores=0-7
/proc/3515/task/3532/stat : 3532 (java) S 3512 3515 2784 0 -1 1077944384 199 0 0 0 2 0 0 0 20 0 20 0 114301383 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920011065584 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3533] ppid=3512 vsize=14325340 memory=280144879274608 CPUtime=0.08 cores=0-7
/proc/3515/task/3533/stat : 3533 (java) R 3512 3515 2784 0 -1 4202560 482 0 0 0 8 0 0 0 20 0 20 0 114301383 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920010013040 139921391063642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301384 14669148160 12828 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51312 KiB

[startup+0.700811 s]
/proc/loadavg: 8.03 8.52 8.22 4/198 3535
/proc/meminfo: memFree=28662504/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14327388 memory=123200 CPUtime=1.54 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 13233 0 0 0 147 7 0 0 20 0 20 0 114301377 14671245312 30800 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581847 30800 3757 1 0 3569562 0
[pid=3515/tid=3517] ppid=3512 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) R 3512 3515 2784 0 -1 4202560 8340 0 0 0 63 4 0 0 20 0 20 0 114301378 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921395275632 139920995019795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14327388 memory=1944 CPUtime=0 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14327388 memory=1424 CPUtime=0 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14327388 memory=8564 CPUtime=0 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301379 14671245312 30800 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14327388 memory=4052 CPUtime=0 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) S 3512 3515 2784 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114301380 14671245312 30800 33554432000 4194304 4196468 140723278235792 139920017381872 139921391053442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0

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

/proc/3515/task/3533/stat : 3533 (java) S 3512 3515 2784 0 -1 1077944384 3112 0 0 0 51 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920010013088 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14327388 memory=4052 CPUtime=0.4 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 2922 0 0 0 24 16 0 0 20 0 20 0 114301384 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 11743 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11341392 KiB

[startup+1591.2 s]
/proc/loadavg: 7.79 7.65 7.65 2/199 3581
/proc/meminfo: memFree=17383824/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14327388 memory=11341392 CPUtime=11747.2 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 1324235 0 0 0 1167909 6807 0 0 20 0 20 0 114301377 14671245312 2835348 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581847 2835348 3847 1 0 3569562 0
[pid=3515/tid=3517] ppid=3512 vsize=14327388 memory=11341376 CPUtime=60.4 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) S 3512 3515 2784 0 -1 1077944384 29979 0 0 0 6020 20 0 0 20 0 20 0 114301378 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921395281712 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14327388 memory=11341376 CPUtime=1456.71 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 88832 0 0 0 144782 889 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14327388 memory=8112282956445269571 CPUtime=1455.96 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 79666 0 0 0 144747 849 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14327388 memory=1008 CPUtime=1459.25 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 96253 0 0 0 145049 876 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14327388 memory=1944 CPUtime=1454.86 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 72655 0 0 0 144672 814 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14327388 memory=1200 CPUtime=1456.99 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 78224 0 0 0 144899 800 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14327388 memory=11341392 CPUtime=1456.4 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 80495 0 0 0 144823 817 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14327388 memory=11341372 CPUtime=1460.19 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 83054 0 0 0 145162 857 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14327388 memory=8112282956445269571 CPUtime=1457.72 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 76948 0 0 0 144971 801 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14327388 memory=11341372 CPUtime=24.34 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) R 3512 3515 2784 0 -1 4202560 603645 0 0 0 2370 64 0 0 20 0 20 0 114301380 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920017380416 139921376045383 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3527] ppid=3512 vsize=14327388 memory=11341372 CPUtime=0 cores=0-7
/proc/3515/task/3527/stat : 3527 (java) S 3512 3515 2784 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 114301380 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920016328160 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3528] ppid=3512 vsize=14327388 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/3515/task/3528/stat : 3528 (java) S 3512 3515 2784 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 114301381 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920015275520 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3529] ppid=3512 vsize=14327388 memory=1696 CPUtime=0 cores=0-7
/proc/3515/task/3529/stat : 3529 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920014224080 139921391060891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3530] ppid=3512 vsize=14327388 memory=920 CPUtime=1.03 cores=0-7
/proc/3515/task/3530/stat : 3530 (java) S 3512 3515 2784 0 -1 1077944384 8302 0 0 0 102 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920013170432 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3531] ppid=3512 vsize=14327388 memory=4128 CPUtime=1.02 cores=0-7
/proc/3515/task/3531/stat : 3531 (java) S 3512 3515 2784 0 -1 1077944384 7631 0 0 0 100 2 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920012118176 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3532] ppid=3512 vsize=14327388 memory=4100 CPUtime=1.22 cores=0-7
/proc/3515/task/3532/stat : 3532 (java) S 3512 3515 2784 0 -1 1077944384 11118 0 0 0 119 3 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920011065632 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3533] ppid=3512 vsize=14327388 memory=1224 CPUtime=0.52 cores=0-7
/proc/3515/task/3533/stat : 3533 (java) S 3512 3515 2784 0 -1 1077944384 3112 0 0 0 51 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920010013088 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14327388 memory=5716 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14327388 memory=1720 CPUtime=0.4 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 2926 0 0 0 24 16 0 0 20 0 20 0 114301384 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 11747.2 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11341392 KiB

[startup+1592 s]*
/proc/loadavg: 7.79 7.65 7.65 2/199 3581
/proc/meminfo: memFree=17383824/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14327388 memory=11341392 CPUtime=11748 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 1324292 0 0 0 1167990 6807 0 0 20 0 20 0 114301377 14671245312 2835348 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581847 2835348 3847 1 0 3569562 0
[pid=3515/tid=3517] ppid=3512 vsize=14327388 memory=8112282956445269571 CPUtime=60.4 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) S 3512 3515 2784 0 -1 1077944384 29979 0 0 0 6020 20 0 0 20 0 20 0 114301378 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921395281712 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14327388 memory=4132 CPUtime=1456.71 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 88832 0 0 0 144782 889 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14327388 memory=2204 CPUtime=1455.96 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 79666 0 0 0 144747 849 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14327388 memory=7280 CPUtime=1459.25 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 96253 0 0 0 145049 876 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14327388 memory=4872558044660077418 CPUtime=1454.86 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 72655 0 0 0 144672 814 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14327388 memory=1796 CPUtime=1456.99 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 78224 0 0 0 144899 800 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14327388 memory=960 CPUtime=1456.4 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 80495 0 0 0 144823 817 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14327388 memory=1236 CPUtime=1460.19 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 83054 0 0 0 145162 857 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14327388 memory=2344 CPUtime=1457.72 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 76948 0 0 0 144971 801 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14327388 memory=8112282956445269571 CPUtime=25.15 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) R 3512 3515 2784 0 -1 4202560 603698 0 0 0 2451 64 0 0 20 0 20 0 114301380 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920017380304 139921375499865 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3527] ppid=3512 vsize=14327388 memory=1580 CPUtime=0 cores=0-7
/proc/3515/task/3527/stat : 3527 (java) S 3512 3515 2784 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 114301380 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920016328160 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3528] ppid=3512 vsize=14327388 memory=2244 CPUtime=0 cores=0-7
/proc/3515/task/3528/stat : 3528 (java) S 3512 3515 2784 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 114301381 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920015275520 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3529] ppid=3512 vsize=14327388 memory=4132 CPUtime=0 cores=0-7
/proc/3515/task/3529/stat : 3529 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920014224080 139921391060891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3530] ppid=3512 vsize=14327388 memory=2204 CPUtime=1.03 cores=0-7
/proc/3515/task/3530/stat : 3530 (java) S 3512 3515 2784 0 -1 1077944384 8302 0 0 0 102 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920013170432 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3531] ppid=3512 vsize=14327388 memory=7280 CPUtime=1.02 cores=0-7
/proc/3515/task/3531/stat : 3531 (java) S 3512 3515 2784 0 -1 1077944384 7631 0 0 0 100 2 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920012118176 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3532] ppid=3512 vsize=14327388 memory=844 CPUtime=1.22 cores=0-7
/proc/3515/task/3532/stat : 3532 (java) S 3512 3515 2784 0 -1 1077944384 11118 0 0 0 119 3 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920011065632 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3533] ppid=3512 vsize=14327388 memory=1696 CPUtime=0.52 cores=0-7
/proc/3515/task/3533/stat : 3533 (java) S 3512 3515 2784 0 -1 1077944384 3112 0 0 0 51 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920010013088 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14327388 memory=920 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14327388 memory=4128 CPUtime=0.4 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 2926 0 0 0 24 16 0 0 20 0 20 0 114301384 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 11748 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11341392 KiB

[startup+1592.4 s]
/proc/loadavg: 7.79 7.65 7.65 2/199 3581
/proc/meminfo: memFree=17383824/32770624 swapFree=67108860/67108860
[pid=3515] ppid=3512 vsize=14327388 memory=11341392 CPUtime=11748.4 cores=0-7
/proc/3515/stat : 3515 (java) S 3512 3515 2784 0 -1 1077944320 1324292 0 0 0 1168029 6807 0 0 20 0 20 0 114301377 14671245312 2835348 33554432000 4194304 4196468 140723278235792 140723278218336 139921391042295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
/proc/3515/statm: 3581847 2835348 3847 1 0 3569562 0
[pid=3515/tid=3517] ppid=3512 vsize=14327388 memory=7280 CPUtime=60.4 cores=0-7
/proc/3515/task/3517/stat : 3517 (java) S 3512 3515 2784 0 -1 1077944384 29979 0 0 0 6020 20 0 0 20 0 20 0 114301378 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921395281712 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3518] ppid=3512 vsize=14327388 memory=844 CPUtime=1456.71 cores=0-7
/proc/3515/task/3518/stat : 3518 (java) S 3512 3515 2784 0 -1 1077944384 88832 0 0 0 144782 889 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921321130768 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3519] ppid=3512 vsize=14327388 memory=1696 CPUtime=1455.96 cores=0-7
/proc/3515/task/3519/stat : 3519 (java) S 3512 3515 2784 0 -1 1077944384 79666 0 0 0 144747 849 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921320078224 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3520] ppid=3512 vsize=14327388 memory=920 CPUtime=1459.25 cores=0-7
/proc/3515/task/3520/stat : 3520 (java) S 3512 3515 2784 0 -1 1077944384 96253 0 0 0 145049 876 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921319025680 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3521] ppid=3512 vsize=14327388 memory=4128 CPUtime=1454.86 cores=0-7
/proc/3515/task/3521/stat : 3521 (java) S 3512 3515 2784 0 -1 1077944384 72655 0 0 0 144672 814 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921317973136 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3522] ppid=3512 vsize=14327388 memory=4100 CPUtime=1456.99 cores=0-7
/proc/3515/task/3522/stat : 3522 (java) S 3512 3515 2784 0 -1 1077944384 78224 0 0 0 144899 800 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921316919568 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3523] ppid=3512 vsize=14327388 memory=1156 CPUtime=1456.4 cores=0-7
/proc/3515/task/3523/stat : 3523 (java) S 3512 3515 2784 0 -1 1077944384 80495 0 0 0 144823 817 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921315867024 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3524] ppid=3512 vsize=14327388 memory=3396 CPUtime=1460.19 cores=0-7
/proc/3515/task/3524/stat : 3524 (java) S 3512 3515 2784 0 -1 1077944384 83054 0 0 0 145162 857 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921314814480 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3525] ppid=3512 vsize=14327388 memory=11341392 CPUtime=1457.72 cores=0-7
/proc/3515/task/3525/stat : 3525 (java) S 3512 3515 2784 0 -1 1077944384 76948 0 0 0 144971 801 0 0 20 0 20 0 114301379 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139921313761936 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3526] ppid=3512 vsize=14327388 memory=8112282956445269571 CPUtime=25.54 cores=0-7
/proc/3515/task/3526/stat : 3526 (java) R 3512 3515 2784 0 -1 4202560 603698 0 0 0 2490 64 0 0 20 0 20 0 114301380 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920017380304 139921375742899 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3527] ppid=3512 vsize=14327388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3515/task/3527/stat : 3527 (java) S 3512 3515 2784 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 114301380 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920016328160 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3528] ppid=3512 vsize=14327388 memory=-4695052241013923951 CPUtime=0 cores=0-7
/proc/3515/task/3528/stat : 3528 (java) S 3512 3515 2784 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 114301381 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920015275520 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3529] ppid=3512 vsize=14327388 memory=-7957962119327172001 CPUtime=0 cores=0-7
/proc/3515/task/3529/stat : 3529 (java) S 3512 3515 2784 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920014224080 139921391060891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3530] ppid=3512 vsize=14327388 memory=11341392 CPUtime=1.03 cores=0-7
/proc/3515/task/3530/stat : 3530 (java) S 3512 3515 2784 0 -1 1077944384 8302 0 0 0 102 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920013170432 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3531] ppid=3512 vsize=14327388 memory=280144879500400 CPUtime=1.02 cores=0-7
/proc/3515/task/3531/stat : 3531 (java) S 3512 3515 2784 0 -1 1077944384 7631 0 0 0 100 2 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920012118176 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3532] ppid=3512 vsize=14327388 memory=7379525557393977443 CPUtime=1.22 cores=0-7
/proc/3515/task/3532/stat : 3532 (java) S 3512 3515 2784 0 -1 1077944384 11118 0 0 0 119 3 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920011065632 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3533] ppid=3512 vsize=14327388 memory=8390339637985935414 CPUtime=0.52 cores=0-7
/proc/3515/task/3533/stat : 3533 (java) S 3512 3515 2784 0 -1 1077944384 3112 0 0 0 51 1 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920010013088 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3534] ppid=3512 vsize=14327388 memory=297237799667764074 CPUtime=0 cores=0-7
/proc/3515/task/3534/stat : 3534 (java) S 3512 3515 2784 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114301383 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920008960736 139921391052501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
[pid=3515/tid=3535] ppid=3512 vsize=14327388 memory=14127853394983879 CPUtime=0.4 cores=0-7
/proc/3515/task/3535/stat : 3535 (java) S 3512 3515 2784 0 -1 1077944384 2926 0 0 0 24 16 0 0 20 0 20 0 114301384 14671245312 2835348 33554432000 4194304 4196468 140723278235792 139920007908272 139921391053442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 6373376 140723278238817 140723278239003 140723278239003 140723278241743 0
Current children cumulated CPU time: 11748.4 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11341392 KiB

[startup+1592.5 s]*
/proc/loadavg: 7.79 7.65 7.65 2/181 3582
/proc/meminfo: memFree=17392144/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 1592.55
CPU time (s): 11748.5
CPU user time (s): 11680.4
CPU system time (s): 68.1294
CPU usage (%): 737.718
Max. virtual memory (cumulated for all children) (KiB): 14327388
Max. memory (cumulated for all children) (KiB): 11341392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11680.4
system time used= 68.1294
maximum resident set size= 11341700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1328780
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 354017
involuntary context switches= 689727


# summary of solver processes directly reported to runsolver:
#   pid: 3515
#   total CPU time (s): 11748.5
#   total CPU user time (s): 11680.4
#   total CPU system time (s): 68.1294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2365 second user time and 15.3099 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-15 17:35:46
IDJOB=4275727
IDBENCH=138402
IDSOLVER=2668
FILE ID=node151/4275727-1502812205
RUNJOBID= node151-1502800873-2811
PBS_JOBID= 20629818
Free space on /tmp= 61836 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-07.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-4275727-1502812205/watcher-4275727-1502812205 -o /tmp/evaluation-result-4275727-1502812205/solver-4275727-1502812205 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502800873-2811 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1587593763 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275727-1502812205.xml

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

MD5SUM BENCH= ad906e83ed0060b79525fa6c279d7f21
RANDOM SEED=1587593763

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28731564 kB
MemAvailable:   31988844 kB
Buffers:          298352 kB
Cached:          3248780 kB
SwapCached:            0 kB
Active:          1009556 kB
Inactive:        2589536 kB
Active(anon):      54828 kB
Inactive(anon):    25048 kB
Active(file):     954728 kB
Inactive(file):  2564488 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44644 kB
Writeback:             0 kB
AnonPages:         59040 kB
Mapped:            46160 kB
Shmem:             25224 kB
Slab:             133740 kB
SReclaimable:     107800 kB
SUnreclaim:        25940 kB
KernelStack:        3168 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61796 MiB
End job on node151 at 2017-08-15 18:02:19