Trace number 4275582

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? 3441.3999 508.953

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-mul.xml
MD5SUMcc508950e1103ff719d16ca71225257a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark243.529
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints0
Number of intensional constraints3570
Distribution of constraint types[{"type":"intension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1268538015
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...
339.47/92.47	c Parsing done, starting search...
3441.24/508.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
3441.24/508.88		at java.lang.reflect.Array.newArray(Native Method)
3441.24/508.88		at java.lang.reflect.Array.newInstance(Array.java:75)
3441.24/508.88		at scala.reflect.ClassTag$class.newArray(ClassTag.scala:62)
3441.24/508.88		at scala.reflect.ClassTag$$anon$1.newArray(ClassTag.scala:144)
3441.24/508.88		at scala.collection.mutable.ArrayBuilder$ofRef.mkArray(ArrayBuilder.scala:63)
3441.24/508.88		at scala.collection.mutable.ArrayBuilder$ofRef.result(ArrayBuilder.scala:108)
3441.24/508.88		at scala.collection.mutable.ArrayBuilder$ofRef.result(ArrayBuilder.scala:56)
3441.24/508.88		at scala.collection.TraversableLike$class.filterImpl(TraversableLike.scala:261)
3441.24/508.88		at scala.collection.TraversableLike$class.filter(TraversableLike.scala:270)
3441.24/508.88		at scala.collection.mutable.ArrayOps$ofRef.filter(ArrayOps.scala:186)
3441.24/508.88		at oscar.cp.constraints.tables.TableCT.<init>(TableCT.scala:48)
3441.24/508.88		at oscar.cp.constraints.tables.table$.compactTable(Table.scala:76)
3441.24/508.88		at oscar.cp.constraints.tables.table$.apply(Table.scala:50)
3441.24/508.88		at oscar.cp.modeling.Constraints$class.table(Constraints.scala:698)
3441.24/508.88		at oscar.cp.modeling.constraint$.table(constraint.scala:18)
3441.24/508.88		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:334)
3441.24/508.88		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
3441.24/508.88		at oscar.modeling.models.LeafModel$class.add(InstantiatedModel.scala:34)
3441.24/508.88		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
3441.24/508.89		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
3441.24/508.89		at oscar.modeling.models.InstantiatedModel$$anonfun$3.apply(InstantiatedModel.scala:54)
3441.24/508.89		at scala.collection.immutable.List.foreach(List.scala:383)
3441.24/508.89		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
3441.24/508.89		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
3441.24/508.89		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
3441.24/508.89		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
3441.24/508.89		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
3441.24/508.89		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2$$anonfun$5.apply(CPProgram.scala:190)
3441.24/508.89		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
3441.24/508.89		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:189)
3441.24/508.89		at oscar.modeling.solvers.cp.CPProgram$$anonfun$solveDistributed$2.apply(CPProgram.scala:187)
3441.24/508.89		at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
3441.24/508.89	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 (15225 MiB free)
  memory of node 1: 16384 MiB (15658 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275582-1502686403/watcher-4275582-1502686403 -o /tmp/evaluation-result-4275582-1502686403/solver-4275582-1502686403 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502677978-30238 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1268538015 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275582-1502686403.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=30704, runsolver pid=30701

[startup+0.100156 s]*
/proc/loadavg: 8.21 7.88 8.06 2/198 30724
/proc/meminfo: memFree=31604964/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14325320 memory=33088 CPUtime=0.12 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 8183 0 0 0 10 2 0 0 20 0 20 0 101728086 14669127680 8272 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3581330 8272 3411 1 0 3569050 0
[pid=30704/tid=30706] ppid=30701 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) R 30701 30704 30211 0 -1 4202560 6116 0 0 0 7 1 0 0 20 0 20 0 101728086 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138234873440 140138230678685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14325320 memory=140134113863296 CPUtime=0 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728088 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137285987184 140138230667906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30716] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30716/stat : 30716 (java) S 30701 30704 30211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101728089 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137284933152 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30717] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30717/stat : 30717 (java) S 30701 30704 30211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101728089 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137283880304 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30718] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30718/stat : 30718 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728091 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137282828624 140138230675355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30719] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30719/stat : 30719 (java) S 30701 30704 30211 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 101728091 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137281775984 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30720] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30720/stat : 30720 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728091 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137280723184 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30721] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30721/stat : 30721 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728091 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137279670384 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30722] ppid=30701 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/30704/task/30722/stat : 30722 (java) S 30701 30704 30211 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 20 0 101728091 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137278617584 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728092 14669127680 8272 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33088 KiB

[startup+0.209626 s]*
/proc/loadavg: 8.21 7.88 8.06 3/198 30724
/proc/meminfo: memFree=31596084/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14325320 memory=42416 CPUtime=0.3 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 9257 0 0 0 27 3 0 0 20 0 20 0 101728086 14669127680 10604 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3581330 10604 3596 1 0 3569050 0
[pid=30704/tid=30706] ppid=30701 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) R 30701 30704 30211 0 -1 4202560 6788 0 0 0 17 2 0 0 20 0 20 0 101728086 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138234855360 140138214737246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14325320 memory=3182 CPUtime=0 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14325320 memory=4048939112640013984 CPUtime=0 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) S 30701 30704 30211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101728088 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137285987184 140138230667906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30716] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30716/stat : 30716 (java) S 30701 30704 30211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101728089 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137284933152 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30717] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30717/stat : 30717 (java) S 30701 30704 30211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101728089 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137283880304 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30718] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30718/stat : 30718 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728091 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137282828624 140138230675355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30719] ppid=30701 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/30704/task/30719/stat : 30719 (java) S 30701 30704 30211 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 20 0 101728091 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137281775984 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30720] ppid=30701 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/30704/task/30720/stat : 30720 (java) S 30701 30704 30211 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 20 0 101728091 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137280723184 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30721] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30721/stat : 30721 (java) S 30701 30704 30211 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 20 0 101728091 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137279670384 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30722] ppid=30701 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/30704/task/30722/stat : 30722 (java) R 30701 30704 30211 0 -1 4202560 437 0 0 0 5 0 0 0 20 0 20 0 101728091 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137278617584 140138209780013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728092 14669127680 10604 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42416 KiB

[startup+0.309516 s]*
/proc/loadavg: 8.21 7.88 8.06 2/198 30724
/proc/meminfo: memFree=31587524/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14325340 memory=50712 CPUtime=0.48 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 10455 0 0 0 44 4 0 0 20 0 20 0 101728086 14669148160 12678 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3581335 12678 3713 1 0 3569050 0
[pid=30704/tid=30706] ppid=30701 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) R 30701 30704 30211 0 -1 4202560 7560 0 0 0 26 3 0 0 20 0 20 0 101728086 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138234887216 140138230668694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14325340 memory=140133978436527 CPUtime=0 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14325340 memory=140133978438832 CPUtime=0 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14325340 memory=140133978441136 CPUtime=0 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) S 30701 30704 30211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101728088 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137285987184 140138230667906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30716] ppid=30701 vsize=14325340 memory=280267956889232 CPUtime=0 cores=0-7
/proc/30704/task/30716/stat : 30716 (java) S 30701 30704 30211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101728089 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137284933152 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30717] ppid=30701 vsize=14325340 memory=280267956896144 CPUtime=0 cores=0-7
/proc/30704/task/30717/stat : 30717 (java) S 30701 30704 30211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101728089 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137283880304 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30718] ppid=30701 vsize=14325340 memory=280267956837424 CPUtime=0 cores=0-7
/proc/30704/task/30718/stat : 30718 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728091 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137282828624 140138230675355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30719] ppid=30701 vsize=14325340 memory=280267956909968 CPUtime=0.04 cores=0-7
/proc/30704/task/30719/stat : 30719 (java) S 30701 30704 30211 0 -1 1077944384 561 0 0 0 4 0 0 0 20 0 20 0 101728091 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137281775984 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30720] ppid=30701 vsize=14325340 memory=280267956916880 CPUtime=0.02 cores=0-7
/proc/30704/task/30720/stat : 30720 (java) R 30701 30704 30211 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 20 0 101728091 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137280723184 140138230667906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30721] ppid=30701 vsize=14325340 memory=280267956914576 CPUtime=0.02 cores=0-7
/proc/30704/task/30721/stat : 30721 (java) S 30701 30704 30211 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 20 0 101728091 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137279670384 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30722] ppid=30701 vsize=14325340 memory=280267956931184 CPUtime=0.08 cores=0-7
/proc/30704/task/30722/stat : 30722 (java) R 30701 30704 30211 0 -1 4202560 487 0 0 0 8 0 0 0 20 0 20 0 101728091 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137278617584 140138214737246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728092 14669148160 12678 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50712 KiB

[startup+0.70081 s]
/proc/loadavg: 8.21 7.88 8.06 3/198 30724
/proc/meminfo: memFree=31574248/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14327388 memory=101456 CPUtime=1.65 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 15359 0 0 0 159 6 0 0 20 0 20 0 101728086 14671245312 25364 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3581847 25364 3778 1 0 3569562 0
[pid=30704/tid=30706] ppid=30701 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) R 30701 30704 30211 0 -1 4202560 8398 0 0 0 63 4 0 0 20 0 20 0 101728086 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138234891280 140138230678685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14327388 memory=1720 CPUtime=0 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14327388 memory=1004 CPUtime=0 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14327388 memory=1436 CPUtime=0 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14327388 memory=1200 CPUtime=0 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728087 14671245312 25364 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14327388 memory=4040 CPUtime=0 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) S 30701 30704 30211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101728088 14671245312 25364 33554432000 4194304 4196468 140730549586736 140137285987184 140138230667906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0

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

/proc/30704/task/30722/stat : 30722 (java) S 30701 30704 30211 0 -1 1077944384 4337 0 0 0 61 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137278617632 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14331484 memory=1004 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14331484 memory=1436 CPUtime=0.13 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 2189 0 0 0 8 5 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 3439.63 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11015616 KiB

[startup+508.001 s]*
/proc/loadavg: 7.11 7.20 7.49 2/198 30731
/proc/meminfo: memFree=20601868/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14331484 memory=11015616 CPUtime=3440.44 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 1644926 0 0 0 339744 4300 0 0 20 0 20 0 101728086 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3582871 2753904 3852 1 0 3570586 0
[pid=30704/tid=30706] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=32.87 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) S 30701 30704 30211 0 -1 1077944384 23125 0 0 0 3269 18 0 0 20 0 20 0 101728086 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138234890832 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14331484 memory=1720 CPUtime=419.81 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 138845 0 0 0 41486 495 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14331484 memory=11015616 CPUtime=420.95 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 140420 0 0 0 41594 501 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14331484 memory=10020 CPUtime=420.85 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 195858 0 0 0 41547 538 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14331484 memory=0 CPUtime=419.33 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 95155 0 0 0 41407 526 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14331484 memory=0 CPUtime=420.21 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 112641 0 0 0 41469 552 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14331484 memory=5862913222370821278 CPUtime=420.31 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 99950 0 0 0 41495 536 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14331484 memory=-7655404311101385754 CPUtime=420.44 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 190263 0 0 0 41542 502 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=421.87 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 210494 0 0 0 41648 539 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14331484 memory=2332 CPUtime=39.83 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) R 30701 30704 30211 0 -1 4202560 412699 0 0 0 3904 79 0 0 20 0 20 0 101728088 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137285985632 140138215114329 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30716] ppid=30701 vsize=14331484 memory=1292 CPUtime=0 cores=0-7
/proc/30704/task/30716/stat : 30716 (java) S 30701 30704 30211 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 101728089 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137284933216 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30717] ppid=30701 vsize=14331484 memory=5788 CPUtime=0 cores=0-7
/proc/30704/task/30717/stat : 30717 (java) S 30701 30704 30211 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 101728089 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137283880320 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30718] ppid=30701 vsize=14331484 memory=1228 CPUtime=0 cores=0-7
/proc/30704/task/30718/stat : 30718 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137282828624 140138230675355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30719] ppid=30701 vsize=14331484 memory=796 CPUtime=0.97 cores=0-7
/proc/30704/task/30719/stat : 30719 (java) S 30701 30704 30211 0 -1 1077944384 6244 0 0 0 96 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137281775744 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30720] ppid=30701 vsize=14331484 memory=10020 CPUtime=0.97 cores=0-7
/proc/30704/task/30720/stat : 30720 (java) S 30701 30704 30211 0 -1 1077944384 5211 0 0 0 97 0 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137280723232 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30721] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=1.13 cores=0-7
/proc/30704/task/30721/stat : 30721 (java) S 30701 30704 30211 0 -1 1077944384 6016 0 0 0 112 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137279670432 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30722] ppid=30701 vsize=14331484 memory=960 CPUtime=0.62 cores=0-7
/proc/30704/task/30722/stat : 30722 (java) S 30701 30704 30211 0 -1 1077944384 4337 0 0 0 61 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137278617632 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14331484 memory=2340 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14331484 memory=2236 CPUtime=0.13 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 2193 0 0 0 8 5 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 3440.44 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11015616 KiB

[startup+508.401 s]
/proc/loadavg: 7.11 7.20 7.49 2/198 30731
/proc/meminfo: memFree=20601868/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14331484 memory=11015616 CPUtime=3440.84 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 1645404 0 0 0 339779 4305 0 0 20 0 20 0 101728086 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3582871 2753904 3852 1 0 3570586 0
[pid=30704/tid=30706] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=32.87 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) S 30701 30704 30211 0 -1 1077944384 23125 0 0 0 3269 18 0 0 20 0 20 0 101728086 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138234890832 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14331484 memory=3320 CPUtime=419.81 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 138845 0 0 0 41486 495 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14331484 memory=11015616 CPUtime=420.95 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 140420 0 0 0 41594 501 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=420.85 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 195858 0 0 0 41547 538 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14331484 memory=4108 CPUtime=419.33 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 95155 0 0 0 41407 526 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14331484 memory=1156 CPUtime=420.21 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 112641 0 0 0 41469 552 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14331484 memory=3320 CPUtime=420.31 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 99950 0 0 0 41495 536 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14331484 memory=11015616 CPUtime=420.44 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 190263 0 0 0 41542 502 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14331484 memory=960 CPUtime=421.87 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 210494 0 0 0 41648 539 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=40.23 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) R 30701 30704 30211 0 -1 4202560 413177 0 0 0 3939 84 0 0 20 0 20 0 101728088 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137285985632 140138215653312 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30716] ppid=30701 vsize=14331484 memory=1720 CPUtime=0 cores=0-7
/proc/30704/task/30716/stat : 30716 (java) S 30701 30704 30211 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 101728089 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137284933216 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30717] ppid=30701 vsize=14331484 memory=11015604 CPUtime=0 cores=0-7
/proc/30704/task/30717/stat : 30717 (java) S 30701 30704 30211 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 101728089 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137283880320 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30718] ppid=30701 vsize=14331484 memory=2332 CPUtime=0 cores=0-7
/proc/30704/task/30718/stat : 30718 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137282828624 140138230675355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30719] ppid=30701 vsize=14331484 memory=1292 CPUtime=0.97 cores=0-7
/proc/30704/task/30719/stat : 30719 (java) S 30701 30704 30211 0 -1 1077944384 6244 0 0 0 96 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137281775744 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30720] ppid=30701 vsize=14331484 memory=4040 CPUtime=0.97 cores=0-7
/proc/30704/task/30720/stat : 30720 (java) S 30701 30704 30211 0 -1 1077944384 5211 0 0 0 97 0 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137280723232 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30721] ppid=30701 vsize=14331484 memory=17272 CPUtime=1.13 cores=0-7
/proc/30704/task/30721/stat : 30721 (java) S 30701 30704 30211 0 -1 1077944384 6016 0 0 0 112 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137279670432 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30722] ppid=30701 vsize=14331484 memory=18292 CPUtime=0.62 cores=0-7
/proc/30704/task/30722/stat : 30722 (java) S 30701 30704 30211 0 -1 1077944384 4337 0 0 0 61 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137278617632 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14331484 memory=1792 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14331484 memory=648 CPUtime=0.13 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 2193 0 0 0 8 5 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 3440.84 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11015616 KiB

[startup+508.801 s]
/proc/loadavg: 7.11 7.20 7.49 2/198 30731
/proc/meminfo: memFree=20601868/32770624 swapFree=67108860/67108860
[pid=30704] ppid=30701 vsize=14331484 memory=11015616 CPUtime=3441.24 cores=0-7
/proc/30704/stat : 30704 (java) S 30701 30704 30211 0 -1 1077944320 1645405 0 0 0 339819 4305 0 0 20 0 20 0 101728086 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140730549569280 140138230656759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
/proc/30704/statm: 3582871 2753904 3852 1 0 3570586 0
[pid=30704/tid=30706] ppid=30701 vsize=14331484 memory=11015616 CPUtime=32.87 cores=0-7
/proc/30704/task/30706/stat : 30706 (java) S 30701 30704 30211 0 -1 1077944384 23125 0 0 0 3269 18 0 0 20 0 20 0 101728086 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138234890832 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30707] ppid=30701 vsize=14331484 memory=11015616 CPUtime=419.81 cores=0-7
/proc/30704/task/30707/stat : 30707 (java) S 30701 30704 30211 0 -1 1077944384 138845 0 0 0 41486 495 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138145725584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30708] ppid=30701 vsize=14331484 memory=11015616 CPUtime=420.95 cores=0-7
/proc/30704/task/30708/stat : 30708 (java) S 30701 30704 30211 0 -1 1077944384 140420 0 0 0 41594 501 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138144672784 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30709] ppid=30701 vsize=14331484 memory=6504 CPUtime=420.85 cores=0-7
/proc/30704/task/30709/stat : 30709 (java) S 30701 30704 30211 0 -1 1077944384 195858 0 0 0 41547 538 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138143619984 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30710] ppid=30701 vsize=14331484 memory=836 CPUtime=419.33 cores=0-7
/proc/30704/task/30710/stat : 30710 (java) S 30701 30704 30211 0 -1 1077944384 95155 0 0 0 41407 526 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138142567184 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30711] ppid=30701 vsize=14331484 memory=8536 CPUtime=420.21 cores=0-7
/proc/30704/task/30711/stat : 30711 (java) S 30701 30704 30211 0 -1 1077944384 112641 0 0 0 41469 552 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138141514384 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30712] ppid=30701 vsize=14331484 memory=4616 CPUtime=420.31 cores=0-7
/proc/30704/task/30712/stat : 30712 (java) S 30701 30704 30211 0 -1 1077944384 99950 0 0 0 41495 536 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140138140461584 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30713] ppid=30701 vsize=14331484 memory=1720 CPUtime=420.44 cores=0-7
/proc/30704/task/30713/stat : 30713 (java) S 30701 30704 30211 0 -1 1077944384 190263 0 0 0 41542 502 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137820318096 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30714] ppid=30701 vsize=14331484 memory=1004 CPUtime=421.87 cores=0-7
/proc/30704/task/30714/stat : 30714 (java) S 30701 30704 30211 0 -1 1077944384 210494 0 0 0 41648 539 0 0 20 0 20 0 101728087 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137819265296 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30715] ppid=30701 vsize=14331484 memory=1436 CPUtime=40.63 cores=0-7
/proc/30704/task/30715/stat : 30715 (java) R 30701 30704 30211 0 -1 4202560 413178 0 0 0 3979 84 0 0 20 0 20 0 101728088 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137285985632 140138215653163 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30716] ppid=30701 vsize=14331484 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30704/task/30716/stat : 30716 (java) S 30701 30704 30211 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 101728089 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137284933216 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30717] ppid=30701 vsize=14331484 memory=4132 CPUtime=0 cores=0-7
/proc/30704/task/30717/stat : 30717 (java) S 30701 30704 30211 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 101728089 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137283880320 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30718] ppid=30701 vsize=14331484 memory=1728 CPUtime=0 cores=0-7
/proc/30704/task/30718/stat : 30718 (java) S 30701 30704 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137282828624 140138230675355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30719] ppid=30701 vsize=14331484 memory=5788 CPUtime=0.97 cores=0-7
/proc/30704/task/30719/stat : 30719 (java) S 30701 30704 30211 0 -1 1077944384 6244 0 0 0 96 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137281775744 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30720] ppid=30701 vsize=14331484 memory=1228 CPUtime=0.97 cores=0-7
/proc/30704/task/30720/stat : 30720 (java) S 30701 30704 30211 0 -1 1077944384 5211 0 0 0 97 0 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137280723232 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30721] ppid=30701 vsize=14331484 memory=11015616 CPUtime=1.13 cores=0-7
/proc/30704/task/30721/stat : 30721 (java) S 30701 30704 30211 0 -1 1077944384 6016 0 0 0 112 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137279670432 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30722] ppid=30701 vsize=14331484 memory=2332 CPUtime=0.62 cores=0-7
/proc/30704/task/30722/stat : 30722 (java) S 30701 30704 30211 0 -1 1077944384 4337 0 0 0 61 1 0 0 20 0 20 0 101728091 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137278617632 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30723] ppid=30701 vsize=14331484 memory=1292 CPUtime=0 cores=0-7
/proc/30704/task/30723/stat : 30723 (java) S 30701 30704 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137277566048 140138230666965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
[pid=30704/tid=30724] ppid=30701 vsize=14331484 memory=1728 CPUtime=0.13 cores=0-7
/proc/30704/task/30724/stat : 30724 (java) S 30701 30704 30211 0 -1 1077944384 2193 0 0 0 8 5 0 0 20 0 20 0 101728092 14675439616 2753904 33554432000 4194304 4196468 140730549586736 140137276513328 140138230667906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 19927040 140730549593185 140730549593371 140730549593371 140730549596111 0
Current children cumulated CPU time: 3441.24 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 11015616 KiB

[startup+508.901 s]*
/proc/loadavg: 7.11 7.20 7.49 3/180 30732
/proc/meminfo: memFree=22391008/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): 508.953
CPU time (s): 3441.4
CPU user time (s): 3398.25
CPU system time (s): 43.151
CPU usage (%): 676.172
Max. virtual memory (cumulated for all children) (KiB): 14331484
Max. memory (cumulated for all children) (KiB): 11015616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3398.25
system time used= 43.151
maximum resident set size= 11015728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1652228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116113
involuntary context switches= 138646


# summary of solver processes directly reported to runsolver:
#   pid: 30704
#   total CPU time (s): 3441.4
#   total CPU user time (s): 3398.25
#   total CPU system time (s): 43.151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.44888 second user time and 4.90483 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-14 06:39:04
IDJOB=4275582
IDBENCH=120895
IDSOLVER=2668
FILE ID=node112/4275582-1502686403
RUNJOBID= node112-1502677978-30238
PBS_JOBID= 20628979
Free space on /tmp= 61788 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-mul.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-4275582-1502686403/watcher-4275582-1502686403 -o /tmp/evaluation-result-4275582-1502686403/solver-4275582-1502686403 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502677978-30238 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1268538015 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275582-1502686403.xml

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

MD5SUM BENCH= cc508950e1103ff719d16ca71225257a
RANDOM SEED=1268538015

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:        31625180 kB
MemAvailable:   31980044 kB
Buffers:          157248 kB
Cached:           475764 kB
SwapCached:            0 kB
Active:           490060 kB
Inactive:         194704 kB
Active(anon):       3212 kB
Inactive(anon):    76456 kB
Active(file):     486848 kB
Inactive(file):   118248 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42252 kB
Writeback:             0 kB
AnonPages:         57996 kB
Mapped:            44052 kB
Shmem:             25224 kB
Slab:             157188 kB
SReclaimable:     131204 kB
SUnreclaim:        25984 kB
KernelStack:        3200 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323108 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= 61748 MiB
End job on node112 at 2017-08-14 06:47:33