Trace number 4293986

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? 1819.33 926.775

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293986-1532405337/watcher-4293986-1532405337 -o /tmp/evaluation-result-4293986-1532405337/solver-4293986-1532405337 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532402817-21494 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=900258790 -superng HOME/instance-4293986-1532405337.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=22337, runsolver pid=22334
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.97 1.67 1.63 3/206 22394
/proc/meminfo: memFree=20381628/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=9972712 memory=17212 CPUtime=0.09 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 4450 12914 0 0 1 1 5 2 20 0 6 0 58096952 10212057088 4303 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2493178 4303 1934 1 0 2481616 0
[pid=22337/tid=22390] ppid=22334 vsize=9972712 memory=4279135703946461070 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) R 22334 22337 15121 0 -1 4202560 2260 12914 0 0 0 0 5 2 20 0 6 0 58096961 10212057088 4303 33554432000 4194304 4196468 140730979685984 139807536210512 139807564395677 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 6 0 58096962 10212057088 4303 33554432000 4194304 4196468 140730979685984 139807568616464 139807564383957 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=9972712 memory=140519163692672 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 6 0 58096962 10212057088 4303 33554432000 4194304 4196468 140730979685984 139807137914000 139807564383957 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 6 0 58096962 10212057088 4303 33554432000 4194304 4196468 140730979685984 139807136860944 139807564383957 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 6 0 58096962 10212057088 4303 33554432000 4194304 4196468 140730979685984 139807135808400 139807564383957 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17212 KiB

[startup+0.211886 s]*
/proc/loadavg: 1.97 1.67 1.63 3/215 22403
/proc/meminfo: memFree=20358280/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10818856 memory=42244 CPUtime=0.26 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 9033 12914 0 0 17 2 5 2 20 0 15 0 58096952 11078508544 10561 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2704714 10561 2926 1 0 2667149 0
[pid=22337/tid=22390] ppid=22334 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) R 22334 22337 15121 0 -1 4202560 5709 12914 0 0 10 1 5 2 20 0 15 0 58096961 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807536171408 139807544649579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807568616464 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10818856 memory=140519163692672 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807137914000 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807136860944 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 15 0 58096962 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807135808400 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10818856 memory=140519163692672 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 15 0 58096964 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807022897392 139807564384898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 33 12914 0 0 0 0 5 2 20 0 15 0 58096964 11078508544 10627 33554432000 4194304 4196468 140730979685984 139807021843616 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096964 11078508544 10627 33554432000 4194304 4196468 140730979685984 139806419968752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11078508544 10627 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 513 12914 0 0 1 0 5 2 20 0 15 0 58096967 11078508544 10627 33554432000 4194304 4196468 140730979685984 139806988286704 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 55 12914 0 0 0 0 5 2 20 0 15 0 58096967 11078508544 10693 33554432000 4194304 4196468 140730979685984 139806987234160 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10818856 memory=140519163692672 CPUtime=0.1 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 560 12914 0 0 3 0 5 2 20 0 15 0 58096967 11078508544 10693 33554432000 4194304 4196468 140730979685984 139806986181104 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11078508544 10693 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10818856 memory=140519163692672 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096967 11078508544 10693 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42244 KiB

[startup+0.310254 s]*
/proc/loadavg: 1.97 1.67 1.63 3/215 22403
/proc/meminfo: memFree=20348604/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10819352 memory=52256 CPUtime=0.38 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 10724 12914 0 0 28 3 5 2 20 0 15 0 58096952 11079016448 13064 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2704838 13064 3057 1 0 2667149 0
[pid=22337/tid=22390] ppid=22334 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) R 22334 22337 15121 0 -1 4202560 7348 12914 0 0 19 2 5 2 20 0 15 0 58096961 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807536185760 139807548454238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807568616464 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807137914000 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807136860944 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807135808400 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 15 0 58096964 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807022897392 139807564384898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 33 12914 0 0 0 0 5 2 20 0 15 0 58096964 11079016448 13064 33554432000 4194304 4196468 140730979685984 139807021843616 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096964 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806419968752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 513 12914 0 0 1 0 5 2 20 0 15 0 58096967 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806988286704 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 56 12914 0 0 1 0 5 2 20 0 15 0 58096967 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806987234160 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) R 22334 22337 15121 0 -1 4202560 567 12914 0 0 5 0 5 2 20 0 15 0 58096967 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806986181104 139807543323565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096967 11079016448 13064 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52256 KiB

[startup+0.700757 s]
/proc/loadavg: 1.97 1.67 1.63 3/215 22403
/proc/meminfo: memFree=20338556/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10819352 memory=85044 CPUtime=0.97 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 16877 12914 0 0 85 5 5 2 20 0 15 0 58096952 11079016448 21261 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2704838 21261 3237 1 0 2667149 0
[pid=22337/tid=22390] ppid=22334 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) R 22334 22337 15121 0 -1 4202560 12605 12914 0 0 55 4 5 2 20 0 15 0 58096961 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807536194576 139807545938713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807568616464 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807137914000 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807136860944 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 15 0 58096962 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807135808400 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 5 12914 0 0 0 0 5 2 20 0 15 0 58096964 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807022897392 139807564384898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 33 12914 0 0 0 0 5 2 20 0 15 0 58096964 11079016448 21261 33554432000 4194304 4196468 140730979685984 139807021843616 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096964 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806419968752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 1157 12914 0 0 10 0 5 2 20 0 15 0 58096967 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806988286704 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10819352 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 275 12914 0 0 6 0 5 2 20 0 15 0 58096967 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806987234160 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10819352 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 597 12914 0 0 12 0 5 2 20 0 15 0 58096967 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806986181104 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096967 11079016448 21261 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85044 KiB

[startup+1.50107 s]
/proc/loadavg: 1.97 1.67 1.63 3/215 22403
/proc/meminfo: memFree=20292416/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10828108 memory=416276 CPUtime=2.77 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 22630 12914 0 0 239 31 5 2 20 0 15 0 58096952 11087982592 104069 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2707027 104069 3470 1 0 2668685 0
[pid=22337/tid=22390] ppid=22334 vsize=10828108 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) R 22334 22337 15121 0 -1 4202560 15328 12914 0 0 120 9 5 2 20 0 15 0 58096961 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807536205888 139807172387141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10828108 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) S 22334 22337 15121 0 -1 1077944384 177 12914 0 0 4 4 5 2 20 0 15 0 58096962 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807568616464 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10828108 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) S 22334 22337 15121 0 -1 1077944384 89 12914 0 0 4 4 5 2 20 0 15 0 58096962 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807137914000 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10828108 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) S 22334 22337 15121 0 -1 1077944384 346 12914 0 0 3 4 5 2 20 0 15 0 58096962 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807136860944 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10828108 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) S 22334 22337 15121 0 -1 1077944384 421 12914 0 0 3 4 5 2 20 0 15 0 58096962 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807135808400 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10828108 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 97 12914 0 0 0 0 5 2 20 0 15 0 58096964 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807022897392 139807564384898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10828108 memory=281038098082048 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 35 12914 0 0 0 0 5 2 20 0 15 0 58096964 11087982592 104069 33554432000 4194304 4196468 140730979685984 139807021843680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 2 12914 0 0 0 0 5 2 20 0 15 0 58096964 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806419968752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10828108 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10828108 memory=1704 CPUtime=0.41 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) R 22334 22337 15121 0 -1 4202560 1785 12914 0 0 33 1 5 2 20 0 15 0 58096967 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806988273024 139807547859797 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10828108 memory=9924 CPUtime=0.4 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) R 22334 22337 15121 0 -1 4202560 709 12914 0 0 33 0 5 2 20 0 15 0 58096967 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806987217552 139807548275863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10828108 memory=5788 CPUtime=0.4 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 1442 12914 0 0 33 0 5 2 20 0 15 0 58096967 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806986181104 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10828108 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10828108 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1 12914 0 0 0 0 5 2 20 0 15 0 58096967 11087982592 104069 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10828108 KiB

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


[startup+924.801 s]
/proc/loadavg: 4.63 3.06 2.30 6/215 22432
/proc/meminfo: memFree=10052112/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10914144 memory=8441192 CPUtime=1811.99 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 2311608 12914 0 0 179382 1810 5 2 20 0 15 0 58096952 11176083456 2110298 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2728536 2110298 3520 1 0 2690189 0
[pid=22337/tid=22390] ppid=22334 vsize=10914144 memory=164 CPUtime=613.39 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) S 22334 22337 15121 0 -1 1077944384 195545 12914 0 0 61285 47 5 2 20 0 15 0 58096961 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807536206144 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10914144 memory=1792 CPUtime=293.43 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) R 22334 22337 15121 0 -1 4202560 565968 12914 0 0 28899 437 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807568616584 139807549074387 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10914144 memory=960 CPUtime=293.91 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) R 22334 22337 15121 0 -1 4202560 528157 12914 0 0 28958 426 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807137913808 139807557001959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10914144 memory=1232 CPUtime=292.96 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) R 22334 22337 15121 0 -1 4202560 426603 12914 0 0 28865 424 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807136861064 139807557001959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10914144 memory=416 CPUtime=292.76 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) R 22334 22337 15121 0 -1 4202560 382821 12914 0 0 28839 430 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807135808208 139807557001959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10914144 memory=377 CPUtime=15.55 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 144656 12914 0 0 1531 17 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807022895952 139807564383957 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10914144 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 50 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807021843744 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10914144 memory=180243 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 8 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806419968768 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10914144 memory=61332 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10914144 memory=29102 CPUtime=4.23 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 21234 12914 0 0 412 4 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806988286752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10914144 memory=4136 CPUtime=3.84 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 13710 12914 0 0 374 3 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806987234208 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10914144 memory=18392 CPUtime=1.71 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 28835 12914 0 0 161 3 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806986180864 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10914144 memory=2420 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10914144 memory=4136 CPUtime=0.74 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1823 12914 0 0 34 33 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 1811.99 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 8441192 KiB

[startup+925.601 s]
/proc/loadavg: 4.63 3.06 2.30 6/215 22432
/proc/meminfo: memFree=10052112/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10914144 memory=8441192 CPUtime=1815.13 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 2311627 12914 0 0 179695 1811 5 2 20 0 15 0 58096952 11176083456 2110298 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2728536 2110298 3520 1 0 2690189 0
[pid=22337/tid=22390] ppid=22334 vsize=10914144 memory=18392 CPUtime=613.39 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) S 22334 22337 15121 0 -1 1077944384 195545 12914 0 0 61285 47 5 2 20 0 15 0 58096961 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807536206144 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10914144 memory=6791534058613427641 CPUtime=294.21 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) R 22334 22337 15121 0 -1 4202560 565971 12914 0 0 28977 437 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807568616584 139807549370152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10914144 memory=4104 CPUtime=294.7 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) R 22334 22337 15121 0 -1 4202560 528161 12914 0 0 29036 427 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807137913808 139807557001959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10914144 memory=8441192 CPUtime=293.75 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) R 22334 22337 15121 0 -1 4202560 426609 12914 0 0 28944 424 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807136860752 139807557001959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10914144 memory=2608 CPUtime=293.54 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) R 22334 22337 15121 0 -1 4202560 382825 12914 0 0 28917 430 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807135808208 139807557001959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10914144 memory=2420 CPUtime=15.55 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 144656 12914 0 0 1531 17 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807022895952 139807564383957 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10914144 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 50 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807021843744 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10914144 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 8 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806419968768 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10914144 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10914144 memory=1936 CPUtime=4.23 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 21234 12914 0 0 412 4 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806988286752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10914144 memory=1196 CPUtime=3.84 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 13710 12914 0 0 374 3 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806987234208 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10914144 memory=8368 CPUtime=1.71 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 28835 12914 0 0 161 3 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806986180864 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10914144 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10914144 memory=1424 CPUtime=0.74 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1825 12914 0 0 34 33 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 1815.13 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 8441192 KiB

[startup+926.401 s]
/proc/loadavg: 4.63 3.06 2.30 6/215 22432
/proc/meminfo: memFree=10052112/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10914144 memory=8441192 CPUtime=1818.29 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 2311642 12914 0 0 180010 1812 5 2 20 0 15 0 58096952 11176083456 2110298 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2728536 2110298 3520 1 0 2690189 0
[pid=22337/tid=22390] ppid=22334 vsize=10914144 memory=18392 CPUtime=613.39 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) S 22334 22337 15121 0 -1 1077944384 195545 12914 0 0 61285 47 5 2 20 0 15 0 58096961 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807536206144 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10914144 memory=2420 CPUtime=294.99 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) R 22334 22337 15121 0 -1 4202560 565975 12914 0 0 29055 437 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807568616584 139807557001959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10914144 memory=1228 CPUtime=295.48 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) R 22334 22337 15121 0 -1 4202560 528163 12914 0 0 29114 427 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807137913808 139807549363394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10914144 memory=1704 CPUtime=294.54 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) R 22334 22337 15121 0 -1 4202560 426609 12914 0 0 29023 424 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807136861064 139807549074384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10914144 memory=9924 CPUtime=294.33 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) R 22334 22337 15121 0 -1 4202560 382834 12914 0 0 28996 430 5 2 20 0 15 0 58096962 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807135808208 139807557001959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10914144 memory=18252 CPUtime=15.55 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 144656 12914 0 0 1531 17 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807022895952 139807564383957 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10914144 memory=11048 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 50 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139807021843744 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10914144 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 8 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806419968768 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10914144 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10914144 memory=6791534058613427641 CPUtime=4.23 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 21234 12914 0 0 412 4 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806988286752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10914144 memory=1936 CPUtime=3.84 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 13710 12914 0 0 374 3 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806987234208 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10914144 memory=1196 CPUtime=1.71 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 28835 12914 0 0 161 3 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806986180864 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10914144 memory=8368 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10914144 memory=8441192 CPUtime=0.75 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1825 12914 0 0 34 34 5 2 20 0 15 0 58096967 11176083456 2110298 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 1818.29 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 8441192 KiB

[startup+926.601 s]
/proc/loadavg: 4.63 3.06 2.30 6/215 22432
/proc/meminfo: memFree=10052112/32770624 swapFree=67108860/67108860
[pid=22337] ppid=22334 vsize=10914144 memory=8441196 CPUtime=1819.08 cores=1,3,5,7
/proc/22337/stat : 22337 (java) S 22334 22337 15121 0 -1 1077944320 2312118 12914 0 0 180088 1813 5 2 20 0 15 0 58096952 11176083456 2110299 33554432000 4194304 4196468 140730979685984 140730979668528 139807564373751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
/proc/22337/statm: 2728536 2110299 3520 1 0 2690189 0
[pid=22337/tid=22390] ppid=22334 vsize=10914144 memory=8441192 CPUtime=613.39 cores=1,3,5,7
/proc/22337/task/22390/stat : 22390 (java) S 22334 22337 15121 0 -1 1077944384 195545 12914 0 0 61285 47 5 2 20 0 15 0 58096961 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807536206144 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22391] ppid=22334 vsize=10914144 memory=928 CPUtime=295.18 cores=1,3,5,7
/proc/22337/task/22391/stat : 22391 (java) R 22334 22337 15121 0 -1 4202560 566007 12914 0 0 29074 437 5 2 20 0 15 0 58096962 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807568616584 139807557001959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22392] ppid=22334 vsize=10914144 memory=6791534058613427641 CPUtime=295.68 cores=1,3,5,7
/proc/22337/task/22392/stat : 22392 (java) R 22334 22337 15121 0 -1 4202560 528434 12914 0 0 29134 427 5 2 20 0 15 0 58096962 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807137914120 139807557001959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22393] ppid=22334 vsize=10914144 memory=1424 CPUtime=294.73 cores=1,3,5,7
/proc/22337/task/22393/stat : 22393 (java) R 22334 22337 15121 0 -1 4202560 426768 12914 0 0 29042 424 5 2 20 0 15 0 58096962 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807136861064 139807557476744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22394] ppid=22334 vsize=10914144 memory=15868 CPUtime=294.54 cores=1,3,5,7
/proc/22337/task/22394/stat : 22394 (java) R 22334 22337 15121 0 -1 4202560 382848 12914 0 0 29016 431 5 2 20 0 15 0 58096962 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807135808520 139807557001959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22395] ppid=22334 vsize=10914144 memory=4052 CPUtime=15.55 cores=1,3,5,7
/proc/22337/task/22395/stat : 22395 (java) S 22334 22337 15121 0 -1 1077944384 144656 12914 0 0 1531 17 5 2 20 0 15 0 58096964 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807022895952 139807564383957 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22396] ppid=22334 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22396/stat : 22396 (java) S 22334 22337 15121 0 -1 1077944384 50 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139807021843744 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22397] ppid=22334 vsize=10914144 memory=3244 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22397/stat : 22397 (java) S 22334 22337 15121 0 -1 1077944384 8 12914 0 0 0 0 5 2 20 0 15 0 58096964 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806419968768 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22398] ppid=22334 vsize=10914144 memory=5391936 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22398/stat : 22398 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806112569296 139807564392347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22399] ppid=22334 vsize=10914144 memory=1404 CPUtime=4.23 cores=1,3,5,7
/proc/22337/task/22399/stat : 22399 (java) S 22334 22337 15121 0 -1 1077944384 21234 12914 0 0 412 4 5 2 20 0 15 0 58096967 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806988286752 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22400] ppid=22334 vsize=10914144 memory=3208 CPUtime=3.84 cores=1,3,5,7
/proc/22337/task/22400/stat : 22400 (java) S 22334 22337 15121 0 -1 1077944384 13710 12914 0 0 374 3 5 2 20 0 15 0 58096967 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806987234208 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22401] ppid=22334 vsize=10914144 memory=960 CPUtime=1.71 cores=1,3,5,7
/proc/22337/task/22401/stat : 22401 (java) S 22334 22337 15121 0 -1 1077944384 28835 12914 0 0 161 3 5 2 20 0 15 0 58096967 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806986180864 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22402] ppid=22334 vsize=10914144 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/22337/task/22402/stat : 22402 (java) S 22334 22337 15121 0 -1 1077944384 3 12914 0 0 0 0 5 2 20 0 15 0 58096967 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806079011680 139807564383957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
[pid=22337/tid=22403] ppid=22334 vsize=10914144 memory=2344 CPUtime=0.75 cores=1,3,5,7
/proc/22337/task/22403/stat : 22403 (java) S 22334 22337 15121 0 -1 1077944384 1825 12914 0 0 34 34 5 2 20 0 15 0 58096967 11176083456 2110299 33554432000 4194304 4196468 140730979685984 139806985128496 139807564384898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6393856 140730979690668 140730979693916 140730979693916 140730979696591 0
Current children cumulated CPU time: 1819.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 8441196 KiB

[startup+926.702 s]*
/proc/loadavg: 4.63 3.06 2.30 3/202 22433
/proc/meminfo: memFree=12599896/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): 926.775
CPU time (s): 1819.33
CPU user time (s): 1801.08
CPU system time (s): 18.2528
CPU usage (%): 196.308
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 8551944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.08
system time used= 18.2528
maximum resident set size= 8551944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2328686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1073439
involuntary context switches= 11304


# summary of solver processes directly reported to runsolver:
#   pid: 22337
#   total CPU time (s): 1819.33
#   total CPU user time (s): 1801.08
#   total CPU system time (s): 18.2528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44913 second user time and 9.33044 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 06:08:58
IDJOB=4293986
IDBENCH=141307
IDSOLVER=2751
FILE ID=node105/4293986-1532405337
RUNJOBID= node105-1532402817-21494
PBS_JOBID= 21021573
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-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-4293986-1532405337/watcher-4293986-1532405337 -o /tmp/evaluation-result-4293986-1532405337/solver-4293986-1532405337 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532402817-21494 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=900258790 -superng HOME/instance-4293986-1532405337.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=900258790

node105.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.32
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.32
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.32
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.32
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:        20388152 kB
MemAvailable:   28441704 kB
Buffers:          212432 kB
Cached:          7984640 kB
SwapCached:            0 kB
Active:          5077444 kB
Inactive:        6664596 kB
Active(anon):    3499380 kB
Inactive(anon):    65448 kB
Active(file):    1578064 kB
Inactive(file):  6599148 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             80288 kB
Writeback:             0 kB
AnonPages:       3552580 kB
Mapped:            50864 kB
Shmem:             17036 kB
Slab:             333012 kB
SReclaimable:     304800 kB
SUnreclaim:        28212 kB
KernelStack:        3520 kB
PageTables:        12132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4347324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3354624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 06:24:25