Trace number 4294018

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.8-SuperNG 2018-06-13? 957.206 515.502

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294018-1532417018/watcher-4294018-1532417018 -o /tmp/evaluation-result-4294018-1532417018/solver-4294018-1532417018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=371672098 -superng HOME/instance-4294018-1532417018.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=13739, runsolver pid=13736

[startup+0.100722 s]*
/proc/loadavg: 4.46 3.55 2.82 2/211 13796
/proc/meminfo: memFree=14382148/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 4411 13226 0 0 1 0 5 3 20 0 6 0 59265032 10212057088 4269 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2493178 4269 1934 1 0 2481616 0
[pid=13739/tid=13792] ppid=13736 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) R 13736 13739 12709 0 -1 4202560 2234 13226 0 0 0 0 5 3 20 0 6 0 59265041 10212057088 4269 33554432000 4194304 4196468 140728486448000 140115989643856 140116001887582 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=9972712 memory=5793855306468223417 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 6 0 59265042 10212057088 4269 33554432000 4194304 4196468 140728486448000 140116022049552 140116017817301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=9972712 memory=140055458330240 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 6 0 59265042 10212057088 4269 33554432000 4194304 4196468 140728486448000 140115591355280 140116017817301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 6 0 59265042 10212057088 4269 33554432000 4194304 4196468 140728486448000 140115590302736 140116017817301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 6 0 59265042 10212057088 4269 33554432000 4194304 4196468 140728486448000 140115589250192 140116017817301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.219578 s]*
/proc/loadavg: 4.46 3.55 2.82 3/220 13805
/proc/meminfo: memFree=14359596/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10818856 memory=45056 CPUtime=0.27 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 9144 13226 0 0 18 1 5 3 20 0 15 0 59265032 11078508544 11264 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2704714 11264 2959 1 0 2667149 0
[pid=13739/tid=13792] ppid=13736 vsize=10818856 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) R 13736 13739 12709 0 -1 4202560 5795 13226 0 0 11 1 5 3 20 0 15 0 59265041 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115989588192 140116001887582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10818856 memory=4211973781663120778 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11078508544 11264 33554432000 4194304 4196468 140728486448000 140116022049552 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10818856 memory=140055458330240 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115591355280 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115590302736 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 59265042 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115589250192 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 59265043 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115544434672 140116017818242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 59265044 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115456287648 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265044 11078508544 11264 33554432000 4194304 4196468 140728486448000 140114785199088 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11078508544 11264 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 504 13226 0 0 1 0 5 3 20 0 15 0 59265047 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115543382512 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 90 13226 0 0 1 0 5 3 20 0 15 0 59265047 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115542329968 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10818856 memory=140055458330240 CPUtime=0.11 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 538 13226 0 0 3 0 5 3 20 0 15 0 59265047 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115541277424 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11078508544 11264 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10818856 memory=140055458330240 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265047 11078508544 11264 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45056 KiB

[startup+0.310539 s]*
/proc/loadavg: 4.46 3.55 2.82 3/220 13805
/proc/meminfo: memFree=14352024/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10819352 memory=54276 CPUtime=0.38 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 10609 13226 0 0 28 2 5 3 20 0 15 0 59265032 11079016448 13569 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2704838 13569 3090 1 0 2667149 0
[pid=13739/tid=13792] ppid=13736 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) R 13736 13739 12709 0 -1 4202560 7255 13226 0 0 19 1 5 3 20 0 15 0 59265041 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115989619104 140116017820982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 13569 33554432000 4194304 4196468 140728486448000 140116022049552 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115591355280 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115590302736 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115589250192 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10819352 memory=140055458330239 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 59265043 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115544434672 140116017818242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 59265044 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115456287648 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10819352 memory=140055458330240 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265044 11079016448 13569 33554432000 4194304 4196468 140728486448000 140114785199088 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11079016448 13569 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 504 13226 0 0 1 0 5 3 20 0 15 0 59265047 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115543382512 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 91 13226 0 0 1 0 5 3 20 0 15 0 59265047 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115542329968 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 542 13226 0 0 4 0 5 3 20 0 15 0 59265047 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115541277424 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11079016448 13569 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265047 11079016448 13569 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54276 KiB

[startup+0.700763 s]
/proc/loadavg: 4.46 3.55 2.82 4/220 13805
/proc/meminfo: memFree=14340544/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10819352 memory=86636 CPUtime=0.99 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 16800 13226 0 0 87 4 5 3 20 0 15 0 59265032 11079016448 21659 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2704838 21659 3240 1 0 2667149 0
[pid=13739/tid=13792] ppid=13736 vsize=10819352 memory=18664 CPUtime=0.66 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) R 13736 13739 12709 0 -1 4202560 12536 13226 0 0 55 3 5 3 20 0 15 0 59265041 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115989629264 140115999367312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 21659 33554432000 4194304 4196468 140728486448000 140116022049552 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10819352 memory=140055327056371 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115591355280 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10819352 memory=140058883523467 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115590302736 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10819352 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 59265042 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115589250192 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10819352 memory=6296143700806424935 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 6 13226 0 0 0 0 5 3 20 0 15 0 59265043 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115544434672 140116017818242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10819352 memory=8099279071866868837 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 13 13226 0 0 0 0 5 3 20 0 15 0 59265044 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115456287648 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10819352 memory=6004820471124940137 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265044 11079016448 21659 33554432000 4194304 4196468 140728486448000 140114785199088 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10819352 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11079016448 21659 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10819352 memory=8326441112149131689 CPUtime=0.16 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 785 13226 0 0 8 0 5 3 20 0 15 0 59265047 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115543382512 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10819352 memory=-7025452035940392864 CPUtime=0.17 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 663 13226 0 0 9 0 5 3 20 0 15 0 59265047 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115542329968 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 595 13226 0 0 13 0 5 3 20 0 15 0 59265047 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115541277424 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11079016448 21659 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265047 11079016448 21659 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86636 KiB

[startup+1.50163 s]
/proc/loadavg: 4.46 3.55 2.82 3/220 13805
/proc/meminfo: memFree=14296444/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10828108 memory=396152 CPUtime=2.81 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 22088 13226 0 0 250 23 5 3 20 0 15 0 59265032 11087982592 99038 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2707027 99038 3472 1 0 2668685 0
[pid=13739/tid=13792] ppid=13736 vsize=10828108 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) R 13736 13739 12709 0 -1 4202560 15278 13226 0 0 122 7 5 3 20 0 15 0 59265041 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115989640496 140115611376899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10828108 memory=100560 CPUtime=0.14 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) S 13736 13739 12709 0 -1 1077944384 355 13226 0 0 2 4 5 3 20 0 15 0 59265042 11087982592 99038 33554432000 4194304 4196468 140728486448000 140116022049552 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10828108 memory=5790086053191909267 CPUtime=0.14 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) S 13736 13739 12709 0 -1 1077944384 67 13226 0 0 3 3 5 3 20 0 15 0 59265042 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115591355280 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10828108 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) S 13736 13739 12709 0 -1 1077944384 111 13226 0 0 4 3 5 3 20 0 15 0 59265042 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115590302736 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10828108 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) S 13736 13739 12709 0 -1 1077944384 129 13226 0 0 3 2 5 3 20 0 15 0 59265042 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115589250192 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 95 13226 0 0 0 0 5 3 20 0 15 0 59265043 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115544434672 140116017818242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10828108 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 16 13226 0 0 0 0 5 3 20 0 15 0 59265044 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115456287648 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10828108 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 2 13226 0 0 0 0 5 3 20 0 15 0 59265044 11087982592 99038 33554432000 4194304 4196468 140728486448000 140114785199088 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10828108 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11087982592 99038 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10828108 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) R 13736 13739 12709 0 -1 4202560 1419 13226 0 0 40 0 5 3 20 0 15 0 59265047 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115543370128 140115999351708 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10828108 memory=199312990596100 CPUtime=0.45 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) R 13736 13739 12709 0 -1 4202560 1203 13226 0 0 37 0 5 3 20 0 15 0 59265047 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115542319760 140116002688784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10828108 memory=4134682004093673504 CPUtime=0.42 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 1217 13226 0 0 34 0 5 3 20 0 15 0 59265047 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115541277424 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10828108 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11087982592 99038 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10828108 memory=6935649255776346176 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1 13226 0 0 0 0 5 3 20 0 15 0 59265047 11087982592 99038 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10828108 KiB

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

[pid=13739] ppid=13736 vsize=10914144 memory=8486092 CPUtime=944.01 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 1414840 13226 0 0 93526 867 5 3 20 0 15 0 59265032 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2728536 2121523 3517 1 0 2690189 0
[pid=13739/tid=13792] ppid=13736 vsize=10914144 memory=792 CPUtime=363 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) S 13736 13739 12709 0 -1 1077944384 104749 13226 0 0 36249 43 5 3 20 0 15 0 59265041 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115989639504 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10914144 memory=-7003737579269690708 CPUtime=140.94 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) R 13736 13739 12709 0 -1 4202560 270927 13226 0 0 13893 193 5 3 20 0 15 0 59265042 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140116022049672 140116002803499 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10914144 memory=836 CPUtime=141.13 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) R 13736 13739 12709 0 -1 4202560 316450 13226 0 0 13902 203 5 3 20 0 15 0 59265042 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115591355400 140116010435303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10914144 memory=8486092 CPUtime=141.24 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) R 13736 13739 12709 0 -1 4202560 262751 13226 0 0 13927 189 5 3 20 0 15 0 59265042 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115590302544 140116010435303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10914144 memory=8486000 CPUtime=141.09 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) R 13736 13739 12709 0 -1 4202560 296993 13226 0 0 13896 205 5 3 20 0 15 0 59265042 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115589250000 140116010435303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10914144 memory=1948 CPUtime=6.84 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 108840 13226 0 0 663 13 5 3 20 0 15 0 59265043 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115544433232 140116017817301 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10914144 memory=422 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 16 13226 0 0 0 0 5 3 20 0 15 0 59265044 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115456287776 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10914144 memory=159 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265044 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140114785199104 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10914144 memory=35 CPUtime=3.97 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 15683 13226 0 0 387 2 5 3 20 0 15 0 59265047 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115543382560 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10914144 memory=2257 CPUtime=4.3 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 19009 13226 0 0 420 2 5 3 20 0 15 0 59265047 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115542330016 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10914144 memory=7629700 CPUtime=1.67 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 16157 13226 0 0 157 2 5 3 20 0 15 0 59265047 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115541277184 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10914144 memory=7629700 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 15 0 59265047 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10914144 memory=1008 CPUtime=0.43 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1067 13226 0 0 15 20 5 3 20 0 15 0 59265047 11176083456 2121523 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 944.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 8486092 KiB

[startup+513.602 s]
/proc/loadavg: 4.06 2.85 2.63 6/218 13823
/proc/meminfo: memFree=5934436/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10946916 memory=8461596 CPUtime=950.13 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 1471404 13226 0 0 94134 871 5 3 20 0 16 0 59265032 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2736729 2115399 3518 1 0 2698382 0
[pid=13739/tid=13792] ppid=13736 vsize=10946916 memory=1728 CPUtime=363 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) S 13736 13739 12709 0 -1 1077944384 104883 13226 0 0 36249 43 5 3 20 0 16 0 59265041 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115989648416 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10946916 memory=6791534058613427641 CPUtime=142.44 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) R 13736 13739 12709 0 -1 4202560 281044 13226 0 0 14042 194 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140116022049752 140116002504734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10946916 memory=1444 CPUtime=142.64 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) R 13736 13739 12709 0 -1 4202560 319851 13226 0 0 14052 204 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115591355168 140116002757700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10946916 memory=1200 CPUtime=142.76 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) R 13736 13739 12709 0 -1 4202560 280389 13226 0 0 14078 190 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115590302936 140115999403643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10946916 memory=1008 CPUtime=142.6 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) R 13736 13739 12709 0 -1 4202560 321523 13226 0 0 14045 207 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115589250392 140116002792391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10946916 memory=8486092 CPUtime=6.9 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 109121 13226 0 0 669 13 5 3 20 0 16 0 59265043 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115544432992 140116017817301 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10946916 memory=952 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 16 13226 0 0 0 0 5 3 20 0 16 0 59265044 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115456287776 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10946916 memory=6089632 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265044 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114785199104 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10946916 memory=11968 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10946916 memory=6791534058613427641 CPUtime=3.98 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 15769 13226 0 0 388 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115543382512 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10946916 memory=1200 CPUtime=4.31 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 19203 13226 0 0 421 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115542321248 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10946916 memory=1008 CPUtime=1.67 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 16326 13226 0 0 157 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115541274928 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10946916 memory=11968 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10946916 memory=1696 CPUtime=0.43 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1067 13226 0 0 15 20 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 950.13 s
Current children cumulated vsize: 10946916 KiB
Current children cumulated memory: 8461596 KiB

[startup+514.402 s]
/proc/loadavg: 3.89 2.84 2.63 6/219 13824
/proc/meminfo: memFree=5957916/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10946916 memory=8461596 CPUtime=953.32 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 1482448 13226 0 0 94452 872 5 3 20 0 16 0 59265032 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2736729 2115399 3518 1 0 2698382 0
[pid=13739/tid=13792] ppid=13736 vsize=10946916 memory=6791534058613427641 CPUtime=363 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) S 13736 13739 12709 0 -1 1077944384 104883 13226 0 0 36249 43 5 3 20 0 16 0 59265041 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115989648416 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10946916 memory=1008 CPUtime=143.22 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) R 13736 13739 12709 0 -1 4202560 283099 13226 0 0 14120 194 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140116022049752 140116002504757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10946916 memory=11968 CPUtime=143.44 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) R 13736 13739 12709 0 -1 4202560 321583 13226 0 0 14132 204 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115591355168 140116002261741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10946916 memory=1696 CPUtime=143.56 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) R 13736 13739 12709 0 -1 4202560 280389 13226 0 0 14158 190 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115590302936 140116002504870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10946916 memory=6791534058613427641 CPUtime=143.41 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) R 13736 13739 12709 0 -1 4202560 328780 13226 0 0 14125 208 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115589250392 140116002504640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10946916 memory=1696 CPUtime=6.9 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 109121 13226 0 0 669 13 5 3 20 0 16 0 59265043 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115544432992 140116017817301 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10946916 memory=8384 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 16 13226 0 0 0 0 5 3 20 0 16 0 59265044 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115456287776 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10946916 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265044 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114785199104 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10946916 memory=8486092 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10946916 memory=8486092 CPUtime=3.98 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 15769 13226 0 0 388 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115543382512 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10946916 memory=8486096 CPUtime=4.31 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 19203 13226 0 0 421 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115542321248 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10946916 memory=1792 CPUtime=1.67 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 16326 13226 0 0 157 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115541274928 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10946916 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10946916 memory=6791534058613427641 CPUtime=0.43 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1067 13226 0 0 15 20 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13824] ppid=13736 vsize=10946916 memory=8486092 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13824/stat : 13824 (java) S 13736 13739 12709 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 16 0 59316362 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114114105920 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 953.32 s
Current children cumulated vsize: 10946916 KiB
Current children cumulated memory: 8461596 KiB

[startup+515.205 s]
/proc/loadavg: 3.89 2.84 2.63 6/219 13824
/proc/meminfo: memFree=5958176/32770624 swapFree=67108860/67108860
[pid=13739] ppid=13736 vsize=10946916 memory=8461596 CPUtime=956.47 cores=0,2,4,6
/proc/13739/stat : 13739 (java) S 13736 13739 12709 0 -1 1077944320 1484398 13226 0 0 94767 872 5 3 20 0 16 0 59265032 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140728486430544 140116017807095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
/proc/13739/statm: 2736729 2115399 3518 1 0 2698382 0
[pid=13739/tid=13792] ppid=13736 vsize=10946916 memory=8485272 CPUtime=363 cores=0,2,4,6
/proc/13739/task/13792/stat : 13792 (java) S 13736 13739 12709 0 -1 1077944384 104883 13226 0 0 36249 43 5 3 20 0 16 0 59265041 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115989648416 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13793] ppid=13736 vsize=10946916 memory=7691736 CPUtime=144.01 cores=0,2,4,6
/proc/13739/task/13793/stat : 13793 (java) R 13736 13739 12709 0 -1 4202560 283623 13226 0 0 14199 194 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140116022049552 140116002803709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13794] ppid=13736 vsize=10946916 memory=6791534058613427641 CPUtime=144.22 cores=0,2,4,6
/proc/13739/task/13794/stat : 13794 (java) R 13736 13739 12709 0 -1 4202560 322992 13226 0 0 14210 204 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115591355280 140116002803777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13795] ppid=13736 vsize=10946916 memory=1296 CPUtime=144.33 cores=0,2,4,6
/proc/13739/task/13795/stat : 13795 (java) R 13736 13739 12709 0 -1 4202560 280404 13226 0 0 14235 190 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115590302936 140116002803496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13796] ppid=13736 vsize=10946916 memory=2448 CPUtime=144.2 cores=0,2,4,6
/proc/13739/task/13796/stat : 13796 (java) R 13736 13739 12709 0 -1 4202560 328780 13226 0 0 14204 208 5 3 20 0 16 0 59265042 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115589250192 140116002803757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13797] ppid=13736 vsize=10946916 memory=1728 CPUtime=6.92 cores=0,2,4,6
/proc/13739/task/13797/stat : 13797 (java) S 13736 13739 12709 0 -1 1077944384 109123 13226 0 0 671 13 5 3 20 0 16 0 59265043 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115544433216 140116017817301 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13798] ppid=13736 vsize=10946916 memory=8486000 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13798/stat : 13798 (java) S 13736 13739 12709 0 -1 1077944384 16 13226 0 0 0 0 5 3 20 0 16 0 59265044 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115456287776 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13799] ppid=13736 vsize=10946916 memory=18676 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13799/stat : 13799 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265044 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114785199104 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13800] ppid=13736 vsize=10946916 memory=8461596 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13800/stat : 13800 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114544908496 140116017825691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13801] ppid=13736 vsize=10946916 memory=8461596 CPUtime=3.98 cores=0,2,4,6
/proc/13739/task/13801/stat : 13801 (java) S 13736 13739 12709 0 -1 1077944384 15769 13226 0 0 388 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115543382512 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13802] ppid=13736 vsize=10946916 memory=8461596 CPUtime=4.31 cores=0,2,4,6
/proc/13739/task/13802/stat : 13802 (java) S 13736 13739 12709 0 -1 1077944384 19203 13226 0 0 421 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115542321248 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13803] ppid=13736 vsize=10946916 memory=5524 CPUtime=1.67 cores=0,2,4,6
/proc/13739/task/13803/stat : 13803 (java) S 13736 13739 12709 0 -1 1077944384 16326 13226 0 0 157 2 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115541274928 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13804] ppid=13736 vsize=10946916 memory=1444 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13804/stat : 13804 (java) S 13736 13739 12709 0 -1 1077944384 3 13226 0 0 0 0 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114511350880 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13805] ppid=13736 vsize=10946916 memory=8486000 CPUtime=0.43 cores=0,2,4,6
/proc/13739/task/13805/stat : 13805 (java) S 13736 13739 12709 0 -1 1077944384 1067 13226 0 0 15 20 5 3 20 0 16 0 59265047 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140115540224304 140116017818242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
[pid=13739/tid=13824] ppid=13736 vsize=10946916 memory=8384 CPUtime=0.08 cores=0,2,4,6
/proc/13739/task/13824/stat : 13824 (java) S 13736 13739 12709 0 -1 1077944384 14 13226 0 0 0 0 5 3 20 0 16 0 59316362 11209641984 2115399 33554432000 4194304 4196468 140728486448000 140114114105920 140116017817301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9314304 140728486451372 140728486454620 140728486454620 140728486457295 0
Current children cumulated CPU time: 956.47 s
Current children cumulated vsize: 10946916 KiB
Current children cumulated memory: 8461596 KiB

[startup+515.401 s]*
/proc/loadavg: 3.89 2.84 2.63 3/205 13824
/proc/meminfo: memFree=7378564/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): 515.502
CPU time (s): 957.206
CPU user time (s): 948.34
CPU system time (s): 8.86638
CPU usage (%): 185.684
Max. virtual memory (cumulated for all children) (KiB): 10946916
Max. memory (cumulated for all children) (KiB): 8486096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 948.34
system time used= 8.86638
maximum resident set size= 8486176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1497701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28467
involuntary context switches= 6312


# summary of solver processes directly reported to runsolver:
#   pid: 13739
#   total CPU time (s): 957.206
#   total CPU user time (s): 948.34
#   total CPU system time (s): 8.86638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.05482 second user time and 5.2642 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 09:23:39
IDJOB=4294018
IDBENCH=141315
IDSOLVER=2751
FILE ID=node135/4294018-1532417018
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48352 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294018-1532417018/watcher-4294018-1532417018 -o /tmp/evaluation-result-4294018-1532417018/solver-4294018-1532417018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=371672098 -superng HOME/instance-4294018-1532417018.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=371672098

node135.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.50
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.50
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.50
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.50
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:        14391432 kB
MemAvailable:   29463888 kB
Buffers:          200728 kB
Cached:         14925644 kB
SwapCached:            0 kB
Active:          4906120 kB
Inactive:       12743324 kB
Active(anon):    2473052 kB
Inactive(anon):    69860 kB
Active(file):    2433068 kB
Inactive(file): 12673464 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             69364 kB
Writeback:             0 kB
AnonPages:       2532324 kB
Mapped:            51188 kB
Shmem:             17056 kB
Slab:             422976 kB
SReclaimable:     394384 kB
SUnreclaim:        28592 kB
KernelStack:        3600 kB
PageTables:        10436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3243320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2312192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48324 MiB
End job on node135 at 2018-07-24 09:32:14