Trace number 4275634

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? 665.94598 184.42999

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
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 variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 868409843
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...
665.81/184.36	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
665.81/184.36		at java.lang.reflect.Array.newInstance(Array.java:75)
665.81/184.36		at java.util.Arrays.copyOf(Arrays.java:3212)
665.81/184.37		at java.util.ArrayList.toArray(ArrayList.java:407)
665.81/184.37		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:240)
665.81/184.37		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
665.81/184.37		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
665.81/184.37		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
665.81/184.37		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
665.81/184.37		at org.xcsp.parser.XCallbacks$$Lambda$45/777379084.accept(Unknown Source)
665.81/184.37		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
665.81/184.37		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
665.81/184.37		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
665.81/184.37		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
665.81/184.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
665.81/184.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
665.81/184.37		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
665.81/184.37		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
665.81/184.37		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
665.81/184.37		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$.liftedTree1$1(ParallelSolver.scala:40)
665.81/184.37		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$.runSolver(ParallelSolver.scala:39)
665.81/184.37		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
665.81/184.37		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
665.81/184.37		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
665.81/184.37		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
665.81/184.37		at scala.App$$anonfun$main$1.apply(App.scala:76)
665.81/184.37		at scala.App$$anonfun$main$1.apply(App.scala:76)
665.81/184.37		at scala.collection.immutable.List.foreach(List.scala:383)
665.81/184.37		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
665.81/184.37		at scala.App$class.main(App.scala:76)
665.81/184.37		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
665.81/184.37		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver.main(ParallelSolver.scala)
665.81/184.37	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 (15161 MiB free)
  memory of node 1: 16384 MiB (15608 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275634-1502734245/watcher-4275634-1502734245 -o /tmp/evaluation-result-4275634-1502734245/solver-4275634-1502734245 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502725261-5733 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 868409843 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275634-1502734245.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
Current StackSize limit: 8192 KiB

solver pid=6692, runsolver pid=6689

[startup+0.100162 s]*
/proc/loadavg: 7.51 8.33 8.55 2/198 6712
/proc/meminfo: memFree=31488736/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14325320 memory=33968 CPUtime=0.13 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 8376 0 0 0 11 2 0 0 20 0 20 0 106512455 14669127680 8492 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581330 8492 3410 1 0 3569050 0
[pid=6692/tid=6694] ppid=6689 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) R 6689 6692 5706 0 -1 4202560 6330 0 0 0 8 1 0 0 20 0 20 0 106512456 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825443203408 139825423050085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14325320 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825354074768 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14325320 memory=140543558145664 CPUtime=0 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825353021968 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825351969168 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825350916368 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825349864592 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825348811792 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825347758992 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 8492 33554432000 4194304 4196468 140721773114000 139825346706192 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512458 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824536205680 139825439017602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6704] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6704/stat : 6704 (java) S 6689 6692 5706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106512458 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824535151648 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6705] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6705/stat : 6705 (java) S 6689 6692 5706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106512459 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824534098800 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6706] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6706/stat : 6706 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824533047120 139825439025051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6707] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6707/stat : 6707 (java) S 6689 6692 5706 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824531995504 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6708] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6708/stat : 6708 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824530942704 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6709] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6709/stat : 6709 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824529889904 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6710] ppid=6689 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/6692/task/6710/stat : 6710 (java) S 6689 6692 5706 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 20 0 106512461 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824528837104 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512462 14669127680 8492 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33968 KiB

[startup+0.210376 s]*
/proc/loadavg: 7.51 8.33 8.55 3/198 6712
/proc/meminfo: memFree=31478792/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14325320 memory=42860 CPUtime=0.3 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 9377 0 0 0 28 2 0 0 20 0 20 0 106512455 14669127680 10715 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581330 10715 3602 1 0 3569050 0
[pid=6692/tid=6694] ppid=6689 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) R 6689 6692 5706 0 -1 4202560 6968 0 0 0 18 1 0 0 20 0 20 0 106512456 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825443228512 139825418596065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14325320 memory=3182 CPUtime=0 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825354074768 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14325320 memory=140543558152338 CPUtime=0 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825353021968 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825351969168 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825350916368 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825349864592 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825348811792 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825347758992 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669127680 10715 33554432000 4194304 4196468 140721773114000 139825346706192 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) S 6689 6692 5706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106512458 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824536205680 139825439017602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6704] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6704/stat : 6704 (java) S 6689 6692 5706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106512458 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824535151648 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6705] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6705/stat : 6705 (java) S 6689 6692 5706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106512459 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824534098800 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6706] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6706/stat : 6706 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824533047120 139825439025051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6707] ppid=6689 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/6692/task/6707/stat : 6707 (java) S 6689 6692 5706 0 -1 1077944384 573 0 0 0 1 0 0 0 20 0 20 0 106512461 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824531995504 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6708] ppid=6689 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/6692/task/6708/stat : 6708 (java) S 6689 6692 5706 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 106512461 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824530942704 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6709] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6709/stat : 6709 (java) S 6689 6692 5706 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824529889904 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6710] ppid=6689 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/6692/task/6710/stat : 6710 (java) R 6689 6692 5706 0 -1 4202560 383 0 0 0 5 0 0 0 20 0 20 0 106512461 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824528837104 139825417991600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512462 14669127680 10715 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42860 KiB

[startup+0.309756 s]*
/proc/loadavg: 7.51 8.33 8.55 2/198 6712
/proc/meminfo: memFree=31471720/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14325340 memory=50792 CPUtime=0.48 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 10451 0 0 0 45 3 0 0 20 0 20 0 106512455 14669148160 12698 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581335 12698 3704 1 0 3569050 0
[pid=6692/tid=6694] ppid=6689 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) R 6689 6692 5706 0 -1 4202560 7611 0 0 0 27 2 0 0 20 0 20 0 106512456 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825443231312 139825026049770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825354074768 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825353021968 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825351969168 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825350916368 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825349864592 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14325340 memory=140543409615791 CPUtime=0 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825348811792 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14325340 memory=140543409618096 CPUtime=0 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825347758992 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14325340 memory=140543409620400 CPUtime=0 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) S 6689 6692 5706 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106512457 14669148160 12698 33554432000 4194304 4196468 140721773114000 139825346706192 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) S 6689 6692 5706 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 106512458 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824536205680 139825439017602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6704] ppid=6689 vsize=14325340 memory=281086819247760 CPUtime=0 cores=0-7
/proc/6692/task/6704/stat : 6704 (java) S 6689 6692 5706 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106512458 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824535151648 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6705] ppid=6689 vsize=14325340 memory=281086819254672 CPUtime=0 cores=0-7
/proc/6692/task/6705/stat : 6705 (java) S 6689 6692 5706 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106512459 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824534098800 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6706] ppid=6689 vsize=14325340 memory=281086819195952 CPUtime=0 cores=0-7
/proc/6692/task/6706/stat : 6706 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512461 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824533047120 139825439025051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6707] ppid=6689 vsize=14325340 memory=281086819268496 CPUtime=0.02 cores=0-7
/proc/6692/task/6707/stat : 6707 (java) S 6689 6692 5706 0 -1 1077944384 758 0 0 0 2 0 0 0 20 0 20 0 106512461 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824531995504 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6708] ppid=6689 vsize=14325340 memory=281086819275408 CPUtime=0.02 cores=0-7
/proc/6692/task/6708/stat : 6708 (java) S 6689 6692 5706 0 -1 1077944384 55 0 0 0 2 0 0 0 20 0 20 0 106512461 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824530942704 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6709] ppid=6689 vsize=14325340 memory=281086819273104 CPUtime=0.04 cores=0-7
/proc/6692/task/6709/stat : 6709 (java) S 6689 6692 5706 0 -1 1077944384 223 0 0 0 4 0 0 0 20 0 20 0 106512461 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824529889904 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6710] ppid=6689 vsize=14325340 memory=281086819289712 CPUtime=0.08 cores=0-7
/proc/6692/task/6710/stat : 6710 (java) R 6689 6692 5706 0 -1 4202560 420 0 0 0 8 0 0 0 20 0 20 0 106512461 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824528837104 139825431991529 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512462 14669148160 12698 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50792 KiB

[startup+0.702218 s]
/proc/loadavg: 7.51 8.33 8.55 4/198 6712
/proc/meminfo: memFree=31436896/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14325340 memory=251068 CPUtime=1.51 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 13151 0 0 0 136 15 0 0 20 0 20 0 106512455 14669148160 62767 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581335 62767 3751 1 0 3569050 0
[pid=6692/tid=6694] ppid=6689 vsize=14325340 memory=0 CPUtime=0.62 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) S 6689 6692 5706 0 -1 1077944384 8163 0 0 0 58 4 0 0 20 0 20 0 106512456 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825443244176 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14325340 memory=0 CPUtime=0.03 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) R 6689 6692 5706 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825354074968 139825424033874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14325340 memory=0 CPUtime=0.02 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) R 6689 6692 5706 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825353022168 139825424034338 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14325340 memory=0 CPUtime=0.01 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) R 6689 6692 5706 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825351969056 139825424033874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14325340 memory=1720 CPUtime=0.05 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) R 6689 6692 5706 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825350916368 139825424033874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14325340 memory=1004 CPUtime=0.02 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) R 6689 6692 5706 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825349864792 139825424034329 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14325340 memory=1436 CPUtime=0.02 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) R 6689 6692 5706 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825348811992 139825424033874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14325340 memory=1200 CPUtime=0.02 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) R 6689 6692 5706 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825347759192 139825424033545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14325340 memory=15872 CPUtime=0.02 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) R 6689 6692 5706 0 -1 4202560 37 0 0 0 1 1 0 0 20 0 20 0 106512457 14669148160 62767 33554432000 4194304 4196468 140721773114000 139825346706392 139825424033874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14325340 memory=4040 CPUtime=0 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) S 6689 6692 5706 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 106512458 14669148160 62767 33554432000 4194304 4196468 140721773114000 139824536204192 139825439016661 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0

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

/proc/6692/task/6710/stat : 6710 (java) S 6689 6692 5706 0 -1 1077944384 9733 0 0 0 52 2 0 0 20 0 20 0 106512461 14671245312 2936917 33554432000 4194304 4196468 140721773114000 139824528836864 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14327388 memory=2332 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936917 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14327388 memory=1292 CPUtime=0.06 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 829 0 0 0 3 3 0 0 20 0 20 0 106512462 14671245312 2936917 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 639.96 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11747668 KiB

[startup+182.401 s]
/proc/loadavg: 4.35 6.10 7.62 9/198 6713
/proc/meminfo: memFree=19749776/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14327388 memory=11747716 CPUtime=663.9 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 339463 0 0 0 63681 2709 0 0 20 0 20 0 106512455 14671245312 2936929 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581847 2936929 3840 1 0 3569562 0
[pid=6692/tid=6694] ppid=6689 vsize=14327388 memory=11700400 CPUtime=67.05 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) S 6689 6692 5706 0 -1 1077944384 36371 0 0 0 6678 27 0 0 20 0 20 0 106512456 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825443243216 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14327388 memory=30508 CPUtime=68.27 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) S 6689 6692 5706 0 -1 1077944384 23681 0 0 0 6503 324 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825354074768 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14327388 memory=4132 CPUtime=68.18 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) S 6689 6692 5706 0 -1 1077944384 22672 0 0 0 6493 325 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825353021968 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14327388 memory=8112282956445269571 CPUtime=68.3 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) S 6689 6692 5706 0 -1 1077944384 27550 0 0 0 6498 332 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825351969168 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14327388 memory=11747668 CPUtime=69.4 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) S 6689 6692 5706 0 -1 1077944384 33988 0 0 0 6565 375 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825350916368 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14327388 memory=11747656 CPUtime=68.27 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) S 6689 6692 5706 0 -1 1077944384 26171 0 0 0 6516 311 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825349864592 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14327388 memory=932 CPUtime=68.79 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) S 6689 6692 5706 0 -1 1077944384 29011 0 0 0 6554 325 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825348811792 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14327388 memory=30508 CPUtime=68.44 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) S 6689 6692 5706 0 -1 1077944384 25971 0 0 0 6521 323 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825347758992 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14327388 memory=2332 CPUtime=68.38 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) S 6689 6692 5706 0 -1 1077944384 27655 0 0 0 6514 324 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825346706192 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14327388 memory=1292 CPUtime=44.96 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) R 6689 6692 5706 0 -1 4202560 56079 0 0 0 4467 29 0 0 20 0 20 0 106512458 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824536204240 139825423464075 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6704] ppid=6689 vsize=14327388 memory=1728 CPUtime=0 cores=0-7
/proc/6692/task/6704/stat : 6704 (java) S 6689 6692 5706 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 106512458 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824535151712 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6705] ppid=6689 vsize=14327388 memory=8536 CPUtime=0 cores=0-7
/proc/6692/task/6705/stat : 6705 (java) S 6689 6692 5706 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 106512459 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824534098816 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6706] ppid=6689 vsize=14327388 memory=4616 CPUtime=0 cores=0-7
/proc/6692/task/6706/stat : 6706 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824533047120 139825439025051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6707] ppid=6689 vsize=14327388 memory=1720 CPUtime=1.2 cores=0-7
/proc/6692/task/6707/stat : 6707 (java) S 6689 6692 5706 0 -1 1077944384 6942 0 0 0 118 2 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824531995552 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6708] ppid=6689 vsize=14327388 memory=1004 CPUtime=0.97 cores=0-7
/proc/6692/task/6708/stat : 6708 (java) S 6689 6692 5706 0 -1 1077944384 6236 0 0 0 97 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824530942752 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6709] ppid=6689 vsize=14327388 memory=1436 CPUtime=0.93 cores=0-7
/proc/6692/task/6709/stat : 6709 (java) S 6689 6692 5706 0 -1 1077944384 5165 0 0 0 92 1 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824529889952 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6710] ppid=6689 vsize=14327388 memory=1200 CPUtime=0.54 cores=0-7
/proc/6692/task/6710/stat : 6710 (java) S 6689 6692 5706 0 -1 1077944384 9733 0 0 0 52 2 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824528836864 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14327388 memory=4040 CPUtime=0.06 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 833 0 0 0 3 3 0 0 20 0 20 0 106512462 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 663.9 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11747716 KiB

[startup+183.201 s]
/proc/loadavg: 4.35 6.10 7.62 2/198 6713
/proc/meminfo: memFree=19750024/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14327388 memory=11747716 CPUtime=664.7 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 340296 0 0 0 63750 2720 0 0 20 0 20 0 106512455 14671245312 2936929 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581847 2936929 3840 1 0 3569562 0
[pid=6692/tid=6694] ppid=6689 vsize=14327388 memory=11747716 CPUtime=67.05 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) S 6689 6692 5706 0 -1 1077944384 36371 0 0 0 6678 27 0 0 20 0 20 0 106512456 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825443243216 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14327388 memory=10020 CPUtime=68.27 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) S 6689 6692 5706 0 -1 1077944384 23681 0 0 0 6503 324 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825354074768 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14327388 memory=8112282956445269571 CPUtime=68.18 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) S 6689 6692 5706 0 -1 1077944384 22672 0 0 0 6493 325 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825353021968 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14327388 memory=1292 CPUtime=68.3 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) S 6689 6692 5706 0 -1 1077944384 27550 0 0 0 6498 332 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825351969168 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14327388 memory=1728 CPUtime=69.4 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) S 6689 6692 5706 0 -1 1077944384 33988 0 0 0 6565 375 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825350916368 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14327388 memory=5788 CPUtime=68.27 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) S 6689 6692 5706 0 -1 1077944384 26171 0 0 0 6516 311 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825349864592 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14327388 memory=8112282956445269571 CPUtime=68.79 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) S 6689 6692 5706 0 -1 1077944384 29011 0 0 0 6554 325 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825348811792 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14327388 memory=1228 CPUtime=68.44 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) S 6689 6692 5706 0 -1 1077944384 25971 0 0 0 6521 323 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825347758992 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14327388 memory=796 CPUtime=68.38 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) S 6689 6692 5706 0 -1 1077944384 27655 0 0 0 6514 324 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825346706192 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14327388 memory=10020 CPUtime=45.75 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) R 6689 6692 5706 0 -1 4202560 56911 0 0 0 4536 39 0 0 20 0 20 0 106512458 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824536204240 139825424002856 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6704] ppid=6689 vsize=14327388 memory=1948 CPUtime=0 cores=0-7
/proc/6692/task/6704/stat : 6704 (java) S 6689 6692 5706 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 106512458 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824535151712 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6705] ppid=6689 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/6692/task/6705/stat : 6705 (java) S 6689 6692 5706 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 106512459 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824534098816 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6706] ppid=6689 vsize=14327388 memory=7016714186490735262 CPUtime=0 cores=0-7
/proc/6692/task/6706/stat : 6706 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824533047120 139825439025051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6707] ppid=6689 vsize=14327388 memory=4137293581110450563 CPUtime=1.2 cores=0-7
/proc/6692/task/6707/stat : 6707 (java) S 6689 6692 5706 0 -1 1077944384 6942 0 0 0 118 2 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824531995552 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6708] ppid=6689 vsize=14327388 memory=7295950583417696866 CPUtime=0.97 cores=0-7
/proc/6692/task/6708/stat : 6708 (java) S 6689 6692 5706 0 -1 1077944384 6236 0 0 0 97 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824530942752 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6709] ppid=6689 vsize=14327388 memory=7295950583417696866 CPUtime=0.93 cores=0-7
/proc/6692/task/6709/stat : 6709 (java) S 6689 6692 5706 0 -1 1077944384 5165 0 0 0 92 1 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824529889952 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6710] ppid=6689 vsize=14327388 memory=11747668 CPUtime=0.54 cores=0-7
/proc/6692/task/6710/stat : 6710 (java) S 6689 6692 5706 0 -1 1077944384 9733 0 0 0 52 2 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824528836864 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14327388 memory=1792 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14327388 memory=648 CPUtime=0.06 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 833 0 0 0 3 3 0 0 20 0 20 0 106512462 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 664.7 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11747716 KiB

[startup+184.001 s]*
/proc/loadavg: 4.08 6.01 7.59 2/198 6713
/proc/meminfo: memFree=19750396/32770624 swapFree=67108860/67108860
[pid=6692] ppid=6689 vsize=14327388 memory=11747716 CPUtime=665.51 cores=0-7
/proc/6692/stat : 6692 (java) S 6689 6692 5706 0 -1 1077944320 340315 0 0 0 63831 2720 0 0 20 0 20 0 106512455 14671245312 2936929 33554432000 4194304 4196468 140721773114000 140721773096544 139825439006455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
/proc/6692/statm: 3581847 2936929 3840 1 0 3569562 0
[pid=6692/tid=6694] ppid=6689 vsize=14327388 memory=8112282956445269571 CPUtime=67.05 cores=0-7
/proc/6692/task/6694/stat : 6694 (java) S 6689 6692 5706 0 -1 1077944384 36371 0 0 0 6678 27 0 0 20 0 20 0 106512456 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825443243216 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6695] ppid=6689 vsize=14327388 memory=4126316290023845779 CPUtime=68.27 cores=0-7
/proc/6692/task/6695/stat : 6695 (java) S 6689 6692 5706 0 -1 1077944384 23681 0 0 0 6503 324 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825354074768 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6696] ppid=6689 vsize=14327388 memory=836 CPUtime=68.18 cores=0-7
/proc/6692/task/6696/stat : 6696 (java) S 6689 6692 5706 0 -1 1077944384 22672 0 0 0 6493 325 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825353021968 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6697] ppid=6689 vsize=14327388 memory=1692 CPUtime=68.3 cores=0-7
/proc/6692/task/6697/stat : 6697 (java) S 6689 6692 5706 0 -1 1077944384 27550 0 0 0 6498 332 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825351969168 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6698] ppid=6689 vsize=14327388 memory=916 CPUtime=69.4 cores=0-7
/proc/6692/task/6698/stat : 6698 (java) S 6689 6692 5706 0 -1 1077944384 33988 0 0 0 6565 375 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825350916368 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6699] ppid=6689 vsize=14327388 memory=4616 CPUtime=68.27 cores=0-7
/proc/6692/task/6699/stat : 6699 (java) S 6689 6692 5706 0 -1 1077944384 26171 0 0 0 6516 311 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825349864592 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6700] ppid=6689 vsize=14327388 memory=1720 CPUtime=68.79 cores=0-7
/proc/6692/task/6700/stat : 6700 (java) S 6689 6692 5706 0 -1 1077944384 29011 0 0 0 6554 325 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825348811792 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6701] ppid=6689 vsize=14327388 memory=1004 CPUtime=68.44 cores=0-7
/proc/6692/task/6701/stat : 6701 (java) S 6689 6692 5706 0 -1 1077944384 25971 0 0 0 6521 323 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825347758992 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6702] ppid=6689 vsize=14327388 memory=1436 CPUtime=68.38 cores=0-7
/proc/6692/task/6702/stat : 6702 (java) S 6689 6692 5706 0 -1 1077944384 27655 0 0 0 6514 324 0 0 20 0 20 0 106512457 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139825346706192 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6703] ppid=6689 vsize=14327388 memory=1200 CPUtime=46.57 cores=0-7
/proc/6692/task/6703/stat : 6703 (java) R 6689 6692 5706 0 -1 12591168 56953 0 0 0 4617 40 0 0 20 0 20 0 106512458 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824536204128 139825423464086 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6704] ppid=6689 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/6692/task/6704/stat : 6704 (java) S 6689 6692 5706 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 106512458 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824535151712 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6705] ppid=6689 vsize=14327388 memory=4040 CPUtime=0 cores=0-7
/proc/6692/task/6705/stat : 6705 (java) S 6689 6692 5706 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 106512459 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824534098816 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6706] ppid=6689 vsize=14327388 memory=17820 CPUtime=0 cores=0-7
/proc/6692/task/6706/stat : 6706 (java) S 6689 6692 5706 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824533047120 139825439025051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6707] ppid=6689 vsize=14327388 memory=18292 CPUtime=1.2 cores=0-7
/proc/6692/task/6707/stat : 6707 (java) S 6689 6692 5706 0 -1 1077944384 6942 0 0 0 118 2 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824531995552 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6708] ppid=6689 vsize=14327388 memory=8536 CPUtime=0.97 cores=0-7
/proc/6692/task/6708/stat : 6708 (java) S 6689 6692 5706 0 -1 1077944384 6236 0 0 0 97 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824530942752 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6709] ppid=6689 vsize=14327388 memory=4616 CPUtime=0.93 cores=0-7
/proc/6692/task/6709/stat : 6709 (java) S 6689 6692 5706 0 -1 1077944384 5165 0 0 0 92 1 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824529889952 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6710] ppid=6689 vsize=14327388 memory=2200 CPUtime=0.54 cores=0-7
/proc/6692/task/6710/stat : 6710 (java) S 6689 6692 5706 0 -1 1077944384 9733 0 0 0 52 2 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824528836864 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6711] ppid=6689 vsize=14327388 memory=6504 CPUtime=0 cores=0-7
/proc/6692/task/6711/stat : 6711 (java) S 6689 6692 5706 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106512461 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824527784544 139825439016661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
[pid=6692/tid=6712] ppid=6689 vsize=14327388 memory=836 CPUtime=0.06 cores=0-7
/proc/6692/task/6712/stat : 6712 (java) S 6689 6692 5706 0 -1 1077944384 836 0 0 0 3 3 0 0 20 0 20 0 106512462 14671245312 2936929 33554432000 4194304 4196468 140721773114000 139824526731824 139825439017602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 9633792 140721773118562 140721773118747 140721773118747 140721773121487 0
Current children cumulated CPU time: 665.51 s
Current children cumulated vsize: 14327388 KiB
Current children cumulated memory: 11747716 KiB

[startup+184.401 s]*
/proc/loadavg: 4.08 6.01 7.59 2/180 6714
/proc/meminfo: memFree=26966768/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): 184.43
CPU time (s): 665.946
CPU user time (s): 638.672
CPU system time (s): 27.2739
CPU usage (%): 361.084
Max. virtual memory (cumulated for all children) (KiB): 14327388
Max. memory (cumulated for all children) (KiB): 11747716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 638.672
system time used= 27.2739
maximum resident set size= 11748028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346087
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26914
involuntary context switches= 19447


# summary of solver processes directly reported to runsolver:
#   pid: 6692
#   total CPU time (s): 665.946
#   total CPU user time (s): 638.672
#   total CPU system time (s): 27.2739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19942 second user time and 1.79585 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-14 19:56:28
IDJOB=4275634
IDBENCH=126900
IDSOLVER=2668
FILE ID=node112/4275634-1502734245
RUNJOBID= node112-1502725261-5733
PBS_JOBID= 20629043
Free space on /tmp= 61708 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.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-4275634-1502734245/watcher-4275634-1502734245 -o /tmp/evaluation-result-4275634-1502734245/solver-4275634-1502734245 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502725261-5733 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 868409843 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275634-1502734245.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=868409843

node112.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.24
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.24
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.24
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.24
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:        31509488 kB
MemAvailable:   31979904 kB
Buffers:          176168 kB
Cached:           573240 kB
SwapCached:            0 kB
Active:           580396 kB
Inactive:         220888 kB
Active(anon):       3524 kB
Inactive(anon):    76444 kB
Active(file):     576872 kB
Inactive(file):   144444 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            125364 kB
Writeback:             0 kB
AnonPages:         58324 kB
Mapped:            44712 kB
Shmem:             25224 kB
Slab:             156096 kB
SReclaimable:     129872 kB
SUnreclaim:        26224 kB
KernelStack:        3136 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61668 MiB
End job on node112 at 2017-08-14 19:59:33