Trace number 4304465

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? 1664.48 891.631

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
1664.33/891.51	Exception in thread "main" java.lang.reflect.InvocationTargetException
1664.33/891.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1664.33/891.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1664.33/891.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1664.33/891.51		at java.lang.reflect.Method.invoke(Method.java:498)
1664.33/891.51		at concrete.Solver$.apply(Solver.scala:61)
1664.33/891.51		at concrete.runner.CSPOMRunner.$anonfun$load$3(CSPOMRunner.scala:42)
1664.33/891.51		at scala.util.Success.flatMap(Try.scala:247)
1664.33/891.51		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:39)
1664.33/891.51		at scala.util.Success.flatMap(Try.scala:247)
1664.33/891.51		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:38)
1664.33/891.51		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:36)
1664.33/891.51		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:18)
1664.33/891.51		at concrete.runner.CSPOMRunner.$anonfun$load$1(CSPOMRunner.scala:33)
1664.33/891.51		at scala.util.Success.flatMap(Try.scala:247)
1664.33/891.51		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:33)
1664.33/891.51		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:32)
1664.33/891.51		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:18)
1664.33/891.51		at concrete.runner.ConcreteRunner.$anonfun$run$1(ConcreteRunner.scala:64)
1664.33/891.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
1664.33/891.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
1664.33/891.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
1664.33/891.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
1664.33/891.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
1664.33/891.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
1664.33/891.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
1664.33/891.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:63)
1664.33/891.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
1664.33/891.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
1664.33/891.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
1664.33/891.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
1664.33/891.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
1664.33/891.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
1664.33/891.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1664.33/891.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
1664.33/891.51		at scala.collection.immutable.List.foreach(List.scala:389)
1664.33/891.51		at scala.App.main(App.scala:76)
1664.33/891.51		at scala.App.main$(App.scala:74)
1664.33/891.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
1664.33/891.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
1664.33/891.51	Caused by: java.lang.OutOfMemoryError: Java heap space
1664.33/891.51		at concrete.util.SparseSet.<init>(SparseSet.scala:8)
1664.33/891.51		at concrete.constraint.extension.BDDC.init(BDDC.scala:20)
1664.33/891.51		at concrete.ProblemState.$anonfun$padConstraints$4(ProblemState.scala:249)
1664.33/891.51		at concrete.ProblemState$$Lambda$667/753743639.apply(Unknown Source)
1664.33/891.51		at concrete.ProblemState.andThen(ProblemState.scala:217)
1664.33/891.51		at concrete.ProblemState.$anonfun$padConstraints$3(ProblemState.scala:249)
1664.33/891.51		at concrete.ProblemState$$Lambda$666/913720534.apply(Unknown Source)
1664.33/891.51		at scala.collection.IndexedSeqOptimized.foldLeft(IndexedSeqOptimized.scala:56)
1664.33/891.51		at scala.collection.IndexedSeqOptimized.foldLeft$(IndexedSeqOptimized.scala:64)
1664.33/891.51		at scala.collection.mutable.IndexedSeqView$AbstractTransformed.foldLeft(IndexedSeqView.scala:46)
1664.33/891.51		at concrete.ProblemState.padConstraints(ProblemState.scala:248)
1664.33/891.51		at concrete.ProblemState$.apply(ProblemState.scala:170)
1664.33/891.51		at concrete.Problem.initState(Problem.scala:65)
1664.33/891.51		at concrete.Problem.initState(Problem.scala:63)
1664.33/891.51		at concrete.MAC.<init>(MAC.scala:80)
1664.33/891.51		at concrete.MAC$.$anonfun$apply$3(MAC.scala:48)
1664.33/891.51		at concrete.MAC$$$Lambda$648/1972711691.apply(Unknown Source)
1664.33/891.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
1664.33/891.51		at scala.util.Success.map(Try.scala:209)
1664.33/891.51		at concrete.MAC$.apply(MAC.scala:47)
1664.33/891.51		at concrete.MAC.apply(MAC.scala)
1664.33/891.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1664.33/891.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1664.33/891.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1664.33/891.51		at java.lang.reflect.Method.invoke(Method.java:498)
1664.33/891.51		at concrete.Solver$.apply(Solver.scala:61)
1664.33/891.51		at concrete.runner.CSPOMRunner.$anonfun$load$3(CSPOMRunner.scala:42)
1664.33/891.51		at concrete.runner.CSPOMRunner$$Lambda$588/1915359383.apply(Unknown Source)
1664.33/891.51		at scala.util.Success.flatMap(Try.scala:247)
1664.33/891.51		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:39)
1664.33/891.51		at concrete.runner.CSPOMRunner$$Lambda$502/865025610.apply(Unknown Source)
1664.33/891.51		at scala.util.Success.flatMap(Try.scala:247)
1664.33/891.51	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 (2637 MiB free)
  memory of node 1: 16384 MiB (7021 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304465-1534092089/watcher-4304465-1534092089 -o /tmp/evaluation-result-4304465-1534092089/solver-4304465-1534092089 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1058370348 HOME/instance-4304465-1534092089.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100135 s]*
/proc/loadavg: 2.37 2.06 1.79 3/207 15009
/proc/meminfo: memFree=9885128/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=10005480 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 4323 12971 0 0 1 0 5 3 20 0 6 0 226772149 10245611520 4137 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2501370 4137 1932 1 0 2489808 0
[pid=14952/tid=15005] ppid=14949 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) R 14949 14952 9560 0 -1 4202560 2164 12971 0 0 0 0 5 3 20 0 6 0 226772158 10245611520 4203 33554432000 4194304 4196468 140721471528224 140643630473808 140643642717564 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 226772159 10245611520 4203 33554432000 4194304 4196468 140721471528224 140643662879888 140643658647253 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=10005480 memory=140411072599680 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 226772159 10245611520 4203 33554432000 4194304 4196468 140721471528224 140643544144912 140643658647253 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 6 0 226772159 10245611520 4203 33554432000 4194304 4196468 140721471528224 140643543092112 140643658647253 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) S 14949 14952 9560 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 6 0 226772159 10245611520 4203 33554432000 4194304 4196468 140721471528224 140643542039312 140643658647253 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209916 s]*
/proc/loadavg: 2.37 2.06 1.79 3/216 15018
/proc/meminfo: memFree=9861064/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=10982744 memory=44484 CPUtime=0.26 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 7772 12971 0 0 16 2 5 3 20 0 15 0 226772149 11246329856 11121 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2745686 11121 2979 1 0 2708109 0
[pid=14952/tid=15005] ppid=14949 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) R 14949 14952 9560 0 -1 4202560 4465 12971 0 0 11 0 5 3 20 0 15 0 226772158 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643630431112 140643642717534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643662879888 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=10982744 memory=140411072599680 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643544144912 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643543092112 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) S 14949 14952 9560 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643542039312 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=10982744 memory=140411072599680 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643151575408 140643658648194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 13 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246329856 11253 33554432000 4194304 4196468 140721471528224 140642462196768 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246329856 11253 33554432000 4194304 4196468 140721471528224 140642260870000 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246329856 11253 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) R 14949 14952 9560 0 -1 1077944384 548 12971 0 0 1 0 5 3 20 0 15 0 226772164 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643150523248 140643658648194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 71 12971 0 0 1 0 5 3 20 0 15 0 226772164 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643149470448 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=10982744 memory=140411072599680 CPUtime=0.11 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) R 14949 14952 9560 0 -1 4202560 613 12971 0 0 3 0 5 3 20 0 15 0 226772164 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643148417648 140643658658394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246329856 11253 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=10982744 memory=140411072599680 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246329856 11253 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44484 KiB

[startup+0.310174 s]*
/proc/loadavg: 2.37 2.06 1.79 3/216 15018
/proc/meminfo: memFree=9849688/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=10983192 memory=55652 CPUtime=0.39 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 10414 12971 0 0 28 3 5 3 20 0 15 0 226772149 11246788608 13913 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2745798 13913 3098 1 0 2708109 0
[pid=14952/tid=15005] ppid=14949 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) R 14949 14952 9560 0 -1 4202560 6958 12971 0 0 19 1 5 3 20 0 15 0 226772158 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643630449056 140643642030384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=10983192 memory=6297811711165485137 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643662879888 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643544144912 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643543092112 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) S 14949 14952 9560 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643542039312 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643151575408 140643658648194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 13 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246788608 13913 33554432000 4194304 4196468 140721471528224 140642462196768 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246788608 13913 33554432000 4194304 4196468 140721471528224 140642260870000 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246788608 13913 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) S 14949 14952 9560 0 -1 1077944384 548 12971 0 0 1 0 5 3 20 0 15 0 226772164 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643150523248 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 72 12971 0 0 1 0 5 3 20 0 15 0 226772164 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643149470448 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) S 14949 14952 9560 0 -1 1077944384 623 12971 0 0 5 0 5 3 20 0 15 0 226772164 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643148417648 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246788608 13913 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246788608 13913 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55652 KiB

[startup+0.70071 s]
/proc/loadavg: 2.37 2.06 1.79 4/216 15018
/proc/meminfo: memFree=9838400/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=10983192 memory=88672 CPUtime=0.99 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 16784 12971 0 0 86 5 5 3 20 0 15 0 226772149 11246788608 22168 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2745798 22168 3241 1 0 2708109 0
[pid=14952/tid=15005] ppid=14949 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) R 14949 14952 9560 0 -1 4202560 12227 12971 0 0 55 3 5 3 20 0 15 0 226772158 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643630457872 140643642717534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643662879888 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=10983192 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643544144912 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643543092112 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) S 14949 14952 9560 0 -1 1077944384 2 12971 0 0 0 0 5 3 20 0 15 0 226772159 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643542039312 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 5 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643151575408 140643658648194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 13 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246788608 22168 33554432000 4194304 4196468 140721471528224 140642462196768 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772161 11246788608 22168 33554432000 4194304 4196468 140721471528224 140642260870000 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246788608 22168 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) S 14949 14952 9560 0 -1 1077944384 952 12971 0 0 7 0 5 3 20 0 15 0 226772164 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643150523248 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 663 12971 0 0 9 0 5 3 20 0 15 0 226772164 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643149470448 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) R 14949 14952 9560 0 -1 4202560 719 12971 0 0 13 0 5 3 20 0 15 0 226772164 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643148417648 140643650874174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246788608 22168 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772164 11246788608 22168 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88672 KiB

[startup+1.501 s]
/proc/loadavg: 2.37 2.06 1.79 4/216 15018
/proc/meminfo: memFree=9792068/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=10991948 memory=425212 CPUtime=2.75 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 23535 12971 0 0 235 32 5 3 20 0 15 0 226772149 11255754752 106303 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2747987 106303 3467 1 0 2709645 0
[pid=14952/tid=15005] ppid=14949 vsize=10991948 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) R 14949 14952 9560 0 -1 4202560 14810 12971 0 0 119 8 5 3 20 0 15 0 226772158 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643630468944 140643220791711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=10991948 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) S 14949 14952 9560 0 -1 1077944384 362 12971 0 0 4 5 5 3 20 0 15 0 226772159 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643662879888 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=10991948 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) S 14949 14952 9560 0 -1 1077944384 384 12971 0 0 5 5 5 3 20 0 15 0 226772159 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643544144912 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=10991948 memory=3539892194917298225 CPUtime=0.18 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) S 14949 14952 9560 0 -1 1077944384 107 12971 0 0 5 5 5 3 20 0 15 0 226772159 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643543092112 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=10991948 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) S 14949 14952 9560 0 -1 1077944384 163 12971 0 0 5 5 5 3 20 0 15 0 226772159 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643542039312 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 95 12971 0 0 0 0 5 3 20 0 15 0 226772161 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643151575408 140643658648194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=10991948 memory=280821873322240 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 14 12971 0 0 0 0 5 3 20 0 15 0 226772161 11255754752 106303 33554432000 4194304 4196468 140721471528224 140642462196832 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 4 12971 0 0 0 0 5 3 20 0 15 0 226772161 11255754752 106303 33554432000 4194304 4196468 140721471528224 140642260870016 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=10991948 memory=4552 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11255754752 106303 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=10991948 memory=3732 CPUtime=0.39 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) R 14949 14952 9560 0 -1 4202560 2129 12971 0 0 31 0 5 3 20 0 15 0 226772164 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643150509128 140643638330124 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=10991948 memory=1228 CPUtime=0.37 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) R 14949 14952 9560 0 -1 4202560 1815 12971 0 0 29 0 5 3 20 0 15 0 226772164 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643149451464 140643638476661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=10991948 memory=10624 CPUtime=0.41 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) S 14949 14952 9560 0 -1 1077944384 1452 12971 0 0 33 0 5 3 20 0 15 0 226772164 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643148417648 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=10991948 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11255754752 106303 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=10991948 memory=6768 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1 12971 0 0 0 0 5 3 20 0 15 0 226772164 11255754752 106303 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10991948 KiB

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


[startup+886.401 s]
/proc/loadavg: 3.88 2.61 2.11 6/215 15041
/proc/meminfo: memFree=2172696/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=11274592 memory=8613204 CPUtime=1644.38 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 1985520 12971 0 0 163123 1307 5 3 20 0 15 0 226772149 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2818648 2153301 3516 1 0 2780301 0
[pid=14952/tid=15005] ppid=14949 vsize=11274592 memory=8613204 CPUtime=622.4 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) S 14949 14952 9560 0 -1 1077944384 231482 12971 0 0 62181 51 5 3 20 0 15 0 226772158 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643630469440 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=11274592 memory=8613204 CPUtime=249.35 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) R 14949 14952 9560 0 -1 4202560 405483 12971 0 0 24624 303 5 3 20 0 15 0 226772159 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643662880088 140643640233639 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=11274592 memory=8613204 CPUtime=249.13 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) R 14949 14952 9560 0 -1 4202560 435083 12971 0 0 24598 307 5 3 20 0 15 0 226772159 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643544144912 140643640234058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=11274592 memory=3816 CPUtime=249.58 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) R 14949 14952 9560 0 -1 4202560 409732 12971 0 0 24650 300 5 3 20 0 15 0 226772159 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643543092112 140643640233665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=11274592 memory=0 CPUtime=249.11 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) R 14949 14952 9560 0 -1 4202560 298895 12971 0 0 24607 296 5 3 20 0 15 0 226772159 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643542039312 140643640233684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=11274592 memory=280821874062576 CPUtime=12.7 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 119693 12971 0 0 1248 14 5 3 20 0 15 0 226772161 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643151573744 140643658647253 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=11274592 memory=280821874062640 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 37 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140642462196896 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=11274592 memory=3992 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 30 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140642260870016 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=11274592 memory=1928 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=11274592 memory=8613200 CPUtime=4.99 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) S 14949 14952 9560 0 -1 1077944384 26517 12971 0 0 486 5 5 3 20 0 15 0 226772164 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643150523296 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=11274592 memory=6791534058613427641 CPUtime=5.22 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 22469 12971 0 0 511 3 5 3 20 0 15 0 226772164 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643149470496 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=11274592 memory=8613200 CPUtime=1.76 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) S 14949 14952 9560 0 -1 1077944384 32600 12971 0 0 162 6 5 3 20 0 15 0 226772164 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643148417408 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=11274592 memory=13078175418732 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=11274592 memory=288230596050944315 CPUtime=0.74 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1300 12971 0 0 29 37 5 3 20 0 15 0 226772164 11545182208 2153301 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 1644.38 s
Current children cumulated vsize: 11274592 KiB
Current children cumulated memory: 8613204 KiB

[startup+889.601 s]
/proc/loadavg: 3.97 2.65 2.13 6/215 15041
/proc/meminfo: memFree=2172696/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=11274592 memory=8613400 CPUtime=1656.99 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 1985598 12971 0 0 164382 1309 5 3 20 0 15 0 226772149 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2818648 2153350 3516 1 0 2780301 0
[pid=14952/tid=15005] ppid=14949 vsize=11274592 memory=2144 CPUtime=622.4 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) S 14949 14952 9560 0 -1 1077944384 231482 12971 0 0 62181 51 5 3 20 0 15 0 226772158 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643630469440 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=11274592 memory=288230574492221466 CPUtime=252.46 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) R 14949 14952 9560 0 -1 4202560 405483 12971 0 0 24934 304 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643662880008 140643651265255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=11274592 memory=320318743395959099 CPUtime=252.3 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) R 14949 14952 9560 0 -1 4202560 435083 12971 0 0 24914 308 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643544145032 140643640246692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=11274592 memory=14127849082719513 CPUtime=252.74 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) R 14949 14952 9560 0 -1 4202560 409733 12971 0 0 24965 301 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643543091920 140643651265255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=11274592 memory=6791534058613427641 CPUtime=252.29 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) R 14949 14952 9560 0 -1 4202560 298897 12971 0 0 24924 297 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643542039432 140643643626598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=11274592 memory=8613204 CPUtime=12.72 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 119768 12971 0 0 1250 14 5 3 20 0 15 0 226772161 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643151573968 140643658647253 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=11274592 memory=748 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 37 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140642462196896 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=11274592 memory=10624 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 30 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140642260870016 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=11274592 memory=8613204 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=11274592 memory=1624 CPUtime=4.99 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) S 14949 14952 9560 0 -1 1077944384 26517 12971 0 0 486 5 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643150523296 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=11274592 memory=6768 CPUtime=5.22 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 22469 12971 0 0 511 3 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643149470496 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=11274592 memory=8613400 CPUtime=1.76 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) S 14949 14952 9560 0 -1 1077944384 32600 12971 0 0 162 6 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643148417408 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=11274592 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=11274592 memory=1116 CPUtime=0.74 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1300 12971 0 0 29 37 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 1656.99 s
Current children cumulated vsize: 11274592 KiB
Current children cumulated memory: 8613400 KiB

[startup+890.403 s]
/proc/loadavg: 3.97 2.65 2.13 6/215 15041
/proc/meminfo: memFree=2172572/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=11274592 memory=8613400 CPUtime=1660.16 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 1985612 12971 0 0 164698 1310 5 3 20 0 15 0 226772149 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2818648 2153350 3516 1 0 2780301 0
[pid=14952/tid=15005] ppid=14949 vsize=11274592 memory=6791534058613427641 CPUtime=622.4 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) S 14949 14952 9560 0 -1 1077944384 231482 12971 0 0 62181 51 5 3 20 0 15 0 226772158 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643630469440 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=11274592 memory=1820 CPUtime=253.24 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) R 14949 14952 9560 0 -1 4202560 405485 12971 0 0 25012 304 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643662880008 140643651265255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=11274592 memory=4552 CPUtime=253.1 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) R 14949 14952 9560 0 -1 4202560 435093 12971 0 0 24994 308 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643544145032 140643643633448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=11274592 memory=3732 CPUtime=253.53 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) R 14949 14952 9560 0 -1 4202560 409733 12971 0 0 25044 301 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643543091920 140643651265255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=11274592 memory=3732 CPUtime=253.08 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) R 14949 14952 9560 0 -1 4202560 298899 12971 0 0 25003 297 5 3 20 0 15 0 226772159 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643542039120 140643651265255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=11274592 memory=1228 CPUtime=12.72 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 119768 12971 0 0 1250 14 5 3 20 0 15 0 226772161 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643151573968 140643658647253 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=11274592 memory=10624 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 37 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140642462196896 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=11274592 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 30 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140642260870016 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=11274592 memory=6768 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=11274592 memory=876 CPUtime=4.99 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) S 14949 14952 9560 0 -1 1077944384 26517 12971 0 0 486 5 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643150523296 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=11274592 memory=1296 CPUtime=5.22 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 22469 12971 0 0 511 3 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643149470496 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=11274592 memory=1068 CPUtime=1.76 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) S 14949 14952 9560 0 -1 1077944384 32600 12971 0 0 162 6 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643148417408 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=11274592 memory=15084 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=11274592 memory=34912 CPUtime=0.74 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1300 12971 0 0 29 37 5 3 20 0 15 0 226772164 11545182208 2153350 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 1660.16 s
Current children cumulated vsize: 11274592 KiB
Current children cumulated memory: 8613400 KiB

[startup+891.201 s]
/proc/loadavg: 3.97 2.65 2.13 6/215 15041
/proc/meminfo: memFree=2172572/32770624 swapFree=67108504/67108860
[pid=14952] ppid=14949 vsize=11274592 memory=8613408 CPUtime=1663.31 cores=1,3,5,7
/proc/14952/stat : 14952 (java) S 14949 14952 9560 0 -1 1077944320 1985643 12971 0 0 165013 1310 5 3 20 0 15 0 226772149 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140721471510768 140643658637047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
/proc/14952/statm: 2818648 2153352 3516 1 0 2780301 0
[pid=14952/tid=15005] ppid=14949 vsize=11274592 memory=6791534058613427641 CPUtime=622.4 cores=1,3,5,7
/proc/14952/task/15005/stat : 15005 (java) S 14949 14952 9560 0 -1 1077944384 231482 12971 0 0 62181 51 5 3 20 0 15 0 226772158 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643630469440 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15006] ppid=14949 vsize=11274592 memory=1116 CPUtime=254.02 cores=1,3,5,7
/proc/14952/task/15006/stat : 15006 (java) R 14949 14952 9560 0 -1 4202560 405489 12971 0 0 25090 304 5 3 20 0 15 0 226772159 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643662880008 140643651265255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15007] ppid=14949 vsize=11274592 memory=2144 CPUtime=253.89 cores=1,3,5,7
/proc/14952/task/15007/stat : 15007 (java) R 14949 14952 9560 0 -1 4202560 435106 12971 0 0 25073 308 5 3 20 0 15 0 226772159 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643544145032 140643651265255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15008] ppid=14949 vsize=11274592 memory=6791534058613427641 CPUtime=254.32 cores=1,3,5,7
/proc/14952/task/15008/stat : 15008 (java) R 14949 14952 9560 0 -1 4202560 409745 12971 0 0 25123 301 5 3 20 0 15 0 226772159 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643543091920 140643643633451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15009] ppid=14949 vsize=11274592 memory=1228 CPUtime=253.87 cores=1,3,5,7
/proc/14952/task/15009/stat : 15009 (java) R 14949 14952 9560 0 -1 4202560 298901 12971 0 0 25082 297 5 3 20 0 15 0 226772159 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643542039120 140643643626690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15010] ppid=14949 vsize=11274592 memory=10624 CPUtime=12.72 cores=1,3,5,7
/proc/14952/task/15010/stat : 15010 (java) S 14949 14952 9560 0 -1 1077944384 119768 12971 0 0 1250 14 5 3 20 0 15 0 226772161 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643151573968 140643658647253 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15011] ppid=14949 vsize=11274592 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15011/stat : 15011 (java) S 14949 14952 9560 0 -1 1077944384 37 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140642462196896 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15012] ppid=14949 vsize=11274592 memory=6768 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15012/stat : 15012 (java) S 14949 14952 9560 0 -1 1077944384 30 12971 0 0 0 0 5 3 20 0 15 0 226772161 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140642260870016 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15013] ppid=14949 vsize=11274592 memory=876 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15013/stat : 15013 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140641953470288 140643658655643 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15014] ppid=14949 vsize=11274592 memory=1116 CPUtime=4.99 cores=1,3,5,7
/proc/14952/task/15014/stat : 15014 (java) S 14949 14952 9560 0 -1 1077944384 26517 12971 0 0 486 5 5 3 20 0 15 0 226772164 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643150523296 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15015] ppid=14949 vsize=11274592 memory=2144 CPUtime=5.22 cores=1,3,5,7
/proc/14952/task/15015/stat : 15015 (java) S 14949 14952 9560 0 -1 1077944384 22469 12971 0 0 511 3 5 3 20 0 15 0 226772164 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643149470496 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15016] ppid=14949 vsize=11274592 memory=1752 CPUtime=1.76 cores=1,3,5,7
/proc/14952/task/15016/stat : 15016 (java) S 14949 14952 9560 0 -1 1077944384 32600 12971 0 0 162 6 5 3 20 0 15 0 226772164 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643148417408 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15017] ppid=14949 vsize=11274592 memory=748 CPUtime=0.08 cores=1,3,5,7
/proc/14952/task/15017/stat : 15017 (java) S 14949 14952 9560 0 -1 1077944384 3 12971 0 0 0 0 5 3 20 0 15 0 226772164 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140641522674400 140643658647253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
[pid=14952/tid=15018] ppid=14949 vsize=11274592 memory=1820 CPUtime=0.74 cores=1,3,5,7
/proc/14952/task/15018/stat : 15018 (java) S 14949 14952 9560 0 -1 1077944384 1300 12971 0 0 29 37 5 3 20 0 15 0 226772164 11545182208 2153352 33554432000 4194304 4196468 140721471528224 140643147365040 140643658648194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31526912 140721471531628 140721471534428 140721471534428 140721471537103 0
Current children cumulated CPU time: 1663.31 s
Current children cumulated vsize: 11274592 KiB
Current children cumulated memory: 8613408 KiB

[startup+891.601 s]*
/proc/loadavg: 3.97 2.65 2.13 3/202 15042
/proc/meminfo: memFree=10101652/32770624 swapFree=67108504/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): 891.631
CPU time (s): 1664.48
CPU user time (s): 1651.2
CPU system time (s): 13.2797
CPU usage (%): 186.678
Max. virtual memory (cumulated for all children) (KiB): 11469152
Max. memory (cumulated for all children) (KiB): 8924264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1651.2
system time used= 13.2797
maximum resident set size= 8924264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2040062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40132
involuntary context switches= 10954


# summary of solver processes directly reported to runsolver:
#   pid: 14952
#   total CPU time (s): 1664.48
#   total CPU user time (s): 1651.2
#   total CPU system time (s): 13.2797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52383 second user time and 8.65409 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 18:41:30
IDJOB=4304465
IDBENCH=141307
IDSOLVER=2780
FILE ID=node104/4304465-1534092089
RUNJOBID= node104-1534062308-9592
PBS_JOBID= 21036981
Free space on /tmp= 37436 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304465-1534092089/watcher-4304465-1534092089 -o /tmp/evaluation-result-4304465-1534092089/solver-4304465-1534092089 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1058370348 HOME/instance-4304465-1534092089.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=1058370348

node104.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.11
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.11
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.11
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.11
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:         9890868 kB
MemAvailable:   25432260 kB
Buffers:          190988 kB
Cached:         15387996 kB
SwapCached:            8 kB
Active:         14204176 kB
Inactive:        7887168 kB
Active(anon):    6463456 kB
Inactive(anon):   100964 kB
Active(file):    7740720 kB
Inactive(file):  7786204 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             89336 kB
Writeback:             0 kB
AnonPages:       6519824 kB
Mapped:            65124 kB
Shmem:             49636 kB
Slab:             471688 kB
SReclaimable:     442928 kB
SUnreclaim:        28760 kB
KernelStack:        3584 kB
PageTables:        18484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8556916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6199296 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= 37412 MiB
End job on node104 at 2018-08-12 18:56:22