Trace number 4302659

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)7 252.133 233.845

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-07_c18.xml
MD5SUM93689e7972bcd89c8c0248fcf1fc8ef9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark33.3812
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints1002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":98}]
Minimum variable degree20
Maximum variable degree27
Distribution of variable degrees[{"degree":20,"count":24},{"degree":21,"count":24},{"degree":22,"count":16},{"degree":23,"count":16},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":26,"count":1},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity98
Distribution of constraint arities[{"arity":2,"count":1001},{"arity":98,"count":1}]
Number of extensional constraints0
Number of intensional constraints1001
Distribution of constraint types[{"type":"intension","count":1001},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
18.23/7.15	o 5
20.03/7.72	o 6
21.74/8.46	o 7
252.07/233.81	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/233.81		at concrete.MAC.mac(MAC.scala:188)
252.07/233.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/233.81		at scala.util.Try$.apply(Try.scala:209)
252.07/233.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/233.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/233.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/233.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/233.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/233.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/233.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/233.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/233.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/233.81		at concrete.MAC.oneRun(MAC.scala:253)
252.07/233.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/233.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/233.81		at concrete.Solver.hasNext(Solver.scala:166)
252.07/233.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/233.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/233.81		at concrete.Solver.foreach(Solver.scala:68)
252.07/233.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/233.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/233.81		at scala.util.Success.map(Try.scala:209)
252.07/233.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/233.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/233.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/233.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/233.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/233.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/233.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/233.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/233.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/233.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/233.81		at scala.App.main(App.scala:76)
252.07/233.81		at scala.App.main$(App.scala:74)
252.07/233.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/233.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/233.82	v <instantiation cost="7">
252.07/233.82	v       <list>
252.07/233.82	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[0][6] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[1][6] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[2][6] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[3][6] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[4][6] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[5][6] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6]
252.07/233.82	v       </list>
252.07/233.82	v       <values>
252.07/233.82	v         1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
252.07/233.82	v       </values>
252.07/233.82	v     </instantiation>
252.07/233.82	s SATISFIABLE

Verifier Data

OK	7

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 (11754 MiB free)
  memory of node 1: 16384 MiB (14700 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302659-1532897922/watcher-4302659-1532897922 -o /tmp/evaluation-result-4302659-1532897922/solver-4302659-1532897922 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1352073556 -superng HOME/instance-4302659-1532897922.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=30891, runsolver pid=30888
Current StackSize limit: 8192 KiB


[startup+0.109422 s]*
/proc/loadavg: 1.71 1.65 1.81 3/206 30948
/proc/meminfo: memFree=27081016/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=10453864 memory=22684 CPUtime=0.1 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 4807 12888 0 0 2 1 5 2 20 0 9 0 107355509 10704756736 5671 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2613466 5671 2102 1 0 2576007 0
[pid=30891/tid=30944] ppid=30888 vsize=10453864 memory=4351193298018403209 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 2598 12888 0 0 1 0 5 2 20 0 9 0 107355518 10704756736 5671 33554432000 4194304 4196468 140732298056336 140529513271152 140529525515614 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=10453864 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 9 0 107355519 10704756736 5671 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=10453864 memory=140305828984448 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 9 0 107355519 10704756736 5671 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 9 0 107355519 10704756736 5671 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 9 0 107355519 10704756736 5671 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=10453864 memory=140305828984448 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 9 0 107355520 10704756736 5671 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 13 12888 0 0 0 0 5 2 20 0 9 0 107355521 10704756736 5671 33554432000 4194304 4196468 140732298056336 140528323650464 140529541445333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 9 0 107355521 10704756736 5671 33554432000 4194304 4196468 140732298056336 140528175801392 140529541445333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 22684 KiB

[startup+0.210018 s]*
/proc/loadavg: 1.71 1.65 1.81 3/215 30957
/proc/meminfo: memFree=27060212/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=10983736 memory=46472 CPUtime=0.25 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 8278 12888 0 0 17 1 5 2 20 0 15 0 107355509 11247345664 11618 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2745934 11618 2983 1 0 2708357 0
[pid=30891/tid=30944] ppid=30888 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 4932 12888 0 0 11 1 5 2 20 0 15 0 107355518 11249012736 11750 33554432000 4194304 4196468 140732298056336 140529513259936 140529534114845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=10985364 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11249012736 11750 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=10985364 memory=4122678014492063392 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11249012736 11750 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11249012736 11750 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 15 0 107355519 11249012736 11816 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=10985364 memory=140305828984448 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 15 0 107355520 11249012736 11816 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 13 12888 0 0 0 0 5 2 20 0 15 0 107355521 11249012736 11816 33554432000 4194304 4196468 140732298056336 140528323650464 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355521 11249012736 11816 33554432000 4194304 4196468 140732298056336 140528175801328 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11249012736 11816 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 529 12888 0 0 1 0 5 2 20 0 15 0 107355524 11249012736 11882 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 68 12888 0 0 1 0 5 2 20 0 15 0 107355524 11249012736 11882 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=10985364 memory=140305828984448 CPUtime=0.1 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 621 12888 0 0 3 0 5 2 20 0 15 0 107355524 11249012736 11882 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11249012736 11882 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=10985364 memory=140305828984448 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355524 11249012736 11882 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 46472 KiB

[startup+0.310265 s]*
/proc/loadavg: 1.71 1.65 1.81 3/215 30957
/proc/meminfo: memFree=27048056/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=10983192 memory=56388 CPUtime=0.38 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 10599 12888 0 0 29 2 5 2 20 0 15 0 107355509 11246788608 14097 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2745798 14097 3102 1 0 2708109 0
[pid=30891/tid=30944] ppid=30888 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 7153 12888 0 0 20 1 5 2 20 0 15 0 107355518 11246788608 14097 33554432000 4194304 4196468 140732298056336 140529513247136 140529541457053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 14097 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=10983192 memory=140305828991441 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 14097 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 14097 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 14097 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 15 0 107355520 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 13 12888 0 0 0 0 5 2 20 0 15 0 107355521 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528323650464 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355521 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528175801328 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11246788608 14097 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 531 12888 0 0 1 0 5 2 20 0 15 0 107355524 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 68 12888 0 0 1 0 5 2 20 0 15 0 107355524 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=10983192 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) R 30888 30891 22977 0 -1 4202560 627 12888 0 0 5 0 5 2 20 0 15 0 107355524 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528963214064 140529541456474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=10983192 memory=140305828984448 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11246788608 14097 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355524 11246788608 14097 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56388 KiB

[startup+0.700729 s]
/proc/loadavg: 1.71 1.65 1.81 3/215 30957
/proc/meminfo: memFree=27037264/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=10983192 memory=88556 CPUtime=0.98 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 16764 12888 0 0 87 4 5 2 20 0 15 0 107355509 11246788608 22139 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2745798 22139 3238 1 0 2708109 0
[pid=30891/tid=30944] ppid=30888 vsize=10983192 memory=140307991626277 CPUtime=0.66 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 12235 12888 0 0 56 3 5 2 20 0 15 0 107355518 11246788608 22139 33554432000 4194304 4196468 140732298056336 140529513255952 140529526600782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=10983192 memory=140307991626298 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 22139 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=10983192 memory=140307991626299 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 22139 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=10983192 memory=140307991626301 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 22139 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=10983192 memory=140307991626307 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 2 12888 0 0 0 0 5 2 20 0 15 0 107355519 11246788608 22139 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 6 12888 0 0 0 0 5 2 20 0 15 0 107355520 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 13 12888 0 0 0 0 5 2 20 0 15 0 107355521 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528323650464 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355521 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528175801328 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11246788608 22139 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 1144 12888 0 0 9 0 5 2 20 0 15 0 107355524 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 462 12888 0 0 7 0 5 2 20 0 15 0 107355524 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 699 12888 0 0 13 0 5 2 20 0 15 0 107355524 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=10983192 memory=12 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11246788608 22139 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=10983192 memory=18268 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355524 11246788608 22139 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88556 KiB

[startup+1.50068 s]
/proc/loadavg: 1.71 1.65 1.81 3/215 30957
/proc/meminfo: memFree=26992048/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=10998092 memory=187904 CPUtime=2.6 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 24571 12888 0 0 244 9 5 2 20 0 15 0 107355509 11262046208 46976 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2749523 46976 3478 1 0 2711181 0
[pid=30891/tid=30944] ppid=30888 vsize=10998092 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 17200 12888 0 0 130 5 5 2 20 0 15 0 107355518 11262046208 46976 33554432000 4194304 4196468 140732298056336 140529513252496 140529541449031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=10998092 memory=25313 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 14 12888 0 0 1 0 5 2 20 0 15 0 107355519 11262046208 46976 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 19 12888 0 0 1 0 5 2 20 0 15 0 107355519 11262046208 46976 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=10998092 memory=321013415751723303 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 59 12888 0 0 1 0 5 2 20 0 15 0 107355519 11262046208 46976 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=10998092 memory=288288891742739861 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 192 12888 0 0 1 0 5 2 20 0 15 0 107355519 11262046208 46976 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 54 12888 0 0 1 0 5 2 20 0 15 0 107355520 11262046208 46976 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 14 12888 0 0 0 0 5 2 20 0 15 0 107355521 11262046208 46976 33554432000 4194304 4196468 140732298056336 140528323650528 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=10998092 memory=-2672971631320983069 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 1 12888 0 0 0 0 5 2 20 0 15 0 107355521 11262046208 46976 33554432000 4194304 4196468 140732298056336 140528175801344 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11262046208 46976 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=10998092 memory=7591206838870828644 CPUtime=0.38 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 1675 12888 0 0 31 0 5 2 20 0 15 0 107355524 11262046208 46976 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=10998092 memory=4639059877821435984 CPUtime=0.4 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 1572 12888 0 0 33 0 5 2 20 0 15 0 107355524 11262046208 46976 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=10998092 memory=7522531372630829401 CPUtime=0.48 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 1572 12888 0 0 41 0 5 2 20 0 15 0 107355524 11262046208 46976 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0

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

/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 47713 12888 0 0 10112 39 5 2 20 0 15 0 107355518 11278843904 633125 33554432000 4194304 4196468 140732298056336 140529513269680 140529088178342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=11014496 memory=2542252 CPUtime=0.57 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 3791 12888 0 0 38 12 5 2 20 0 15 0 107355519 11278843904 633125 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=11014496 memory=2532500 CPUtime=0.57 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 552 12888 0 0 38 12 5 2 20 0 15 0 107355519 11278843904 633125 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=11014496 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 2047 12888 0 0 37 13 5 2 20 0 15 0 107355519 11278843904 633125 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=11014496 memory=280611419897536 CPUtime=0.57 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 760 12888 0 0 38 12 5 2 20 0 15 0 107355519 11278843904 633125 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=11014496 memory=2542252 CPUtime=0.16 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 4625 12888 0 0 8 1 5 2 20 0 15 0 107355520 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=11014496 memory=2542252 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 18 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528323650528 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=11014496 memory=2554564 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 6 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528175801344 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=11014496 memory=2554564 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 633125 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=11014496 memory=2532500 CPUtime=6.2 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 13123 12888 0 0 610 3 5 2 20 0 15 0 107355524 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=11014496 memory=2532500 CPUtime=5.93 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 13606 12888 0 0 583 3 5 2 20 0 15 0 107355524 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=11014496 memory=6791534058613427641 CPUtime=2.65 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 17001 12888 0 0 254 4 5 2 20 0 15 0 107355524 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=11014496 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 633125 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=11014496 memory=15876 CPUtime=0.12 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 446 12888 0 0 3 2 5 2 20 0 15 0 107355524 11278843904 633125 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 118.4 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2532500 KiB

[startup+162.301 s]
/proc/loadavg: 1.66 1.67 1.79 3/216 31247
/proc/meminfo: memFree=25158496/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=11014496 memory=2301680 CPUtime=179.5 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 126570 12888 0 0 17834 109 5 2 20 0 15 0 107355509 11278843904 575420 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2753624 575420 3523 1 0 2715277 0
[pid=30891/tid=30944] ppid=30888 vsize=11014496 memory=2301680 CPUtime=161.38 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 51021 12888 0 0 16092 39 5 2 20 0 15 0 107355518 11278843904 575420 33554432000 4194304 4196468 140732298056336 140529513270880 140529088175822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=11014496 memory=2306808 CPUtime=0.73 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 4984 12888 0 0 53 13 5 2 20 0 15 0 107355519 11278843904 575420 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=11014496 memory=2312964 CPUtime=0.72 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 714 12888 0 0 52 13 5 2 20 0 15 0 107355519 11278843904 575420 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=11014496 memory=2440164 CPUtime=0.72 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 2248 12888 0 0 52 13 5 2 20 0 15 0 107355519 11278843904 575420 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=11014496 memory=2319120 CPUtime=0.73 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 1464 12888 0 0 53 13 5 2 20 0 15 0 107355519 11278843904 575420 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=11014496 memory=2312964 CPUtime=0.19 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 4937 12888 0 0 11 1 5 2 20 0 15 0 107355520 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=11014496 memory=2306808 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 25 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528323650528 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=11014496 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 10 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528175801344 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=11014496 memory=2312964 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 575420 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=11014496 memory=2301680 CPUtime=6.43 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 17952 12888 0 0 633 3 5 2 20 0 15 0 107355524 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=11014496 memory=2301680 CPUtime=6.31 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 21317 12888 0 0 621 3 5 2 20 0 15 0 107355524 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=11014496 memory=280611421702752 CPUtime=2.66 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 19178 12888 0 0 255 4 5 2 20 0 15 0 107355524 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=11014496 memory=7234585731504105536 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 575420 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=11014496 memory=2319120 CPUtime=0.15 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 522 12888 0 0 5 3 5 2 20 0 15 0 107355524 11278843904 575420 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 179.5 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2301680 KiB

[startup+222.301 s]
/proc/loadavg: 1.76 1.71 1.80 3/216 31637
/proc/meminfo: memFree=25211588/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=11014496 memory=2136516 CPUtime=240.36 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 138703 12888 0 0 23913 116 5 2 20 0 15 0 107355509 11278843904 534129 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2753624 534129 3523 1 0 2715277 0
[pid=30891/tid=30944] ppid=30888 vsize=11014496 memory=2177016 CPUtime=220.92 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 53094 12888 0 0 22046 39 5 2 20 0 15 0 107355518 11278843904 534129 33554432000 4194304 4196468 140732298056336 140529513270384 140529086847936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=11014496 memory=2173424 CPUtime=1 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 5063 12888 0 0 79 14 5 2 20 0 15 0 107355519 11278843904 534129 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=11014496 memory=2148832 CPUtime=1 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 2372 12888 0 0 79 14 5 2 20 0 15 0 107355519 11278843904 534129 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=11014496 memory=2141136 CPUtime=1 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 2460 12888 0 0 79 14 5 2 20 0 15 0 107355519 11278843904 534129 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=11014496 memory=2142672 CPUtime=1 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 1564 12888 0 0 80 13 5 2 20 0 15 0 107355519 11278843904 534129 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=11014496 memory=2140620 CPUtime=0.28 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 5280 12888 0 0 18 3 5 2 20 0 15 0 107355520 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=11014496 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 25 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528323650528 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=11014496 memory=2138568 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 10 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528175801344 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=11014496 memory=4052 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 534129 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=11014496 memory=2139084 CPUtime=6.47 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 20580 12888 0 0 636 4 5 2 20 0 15 0 107355524 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=11014496 memory=2140620 CPUtime=6.34 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 22636 12888 0 0 624 3 5 2 20 0 15 0 107355524 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=11014496 memory=30864 CPUtime=2.69 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 22868 12888 0 0 257 5 5 2 20 0 15 0 107355524 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=11014496 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 534129 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=11014496 memory=2436 CPUtime=0.18 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 553 12888 0 0 6 5 5 2 20 0 15 0 107355524 11278843904 534129 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 240.36 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2136516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+233.801 s]
/proc/loadavg: 1.57 1.67 1.78 3/216 31637
/proc/meminfo: memFree=25182100/32770624 swapFree=67108792/67108860
[pid=30891] ppid=30888 vsize=11014496 memory=2120620 CPUtime=252.07 cores=1,3,5,7
/proc/30891/stat : 30891 (java) S 30888 30891 22977 0 -1 1077944320 139546 12888 0 0 25083 117 5 2 20 0 15 0 107355509 11278843904 530155 33554432000 4194304 4196468 140732298056336 140732298038880 140529541435127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
/proc/30891/statm: 2753624 530155 3523 1 0 2715277 0
[pid=30891/tid=30944] ppid=30888 vsize=11014496 memory=6791534058613427641 CPUtime=232.33 cores=1,3,5,7
/proc/30891/task/30944/stat : 30944 (java) R 30888 30891 22977 0 -1 4202560 53215 12888 0 0 23187 39 5 2 20 0 15 0 107355518 11278843904 530155 33554432000 4194304 4196468 140732298056336 140529513270544 140529076645044 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30945] ppid=30888 vsize=11014496 memory=4588 CPUtime=1.06 cores=1,3,5,7
/proc/30891/task/30945/stat : 30945 (java) S 30888 30891 22977 0 -1 1077944384 5066 12888 0 0 85 14 5 2 20 0 15 0 107355519 11278843904 530155 33554432000 4194304 4196468 140732298056336 140529545677584 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30946] ppid=30888 vsize=11014496 memory=9920 CPUtime=1.07 cores=1,3,5,7
/proc/30891/task/30946/stat : 30946 (java) S 30888 30891 22977 0 -1 1077944384 2379 12888 0 0 86 14 5 2 20 0 15 0 107355519 11278843904 530155 33554432000 4194304 4196468 140732298056336 140529400396688 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30947] ppid=30888 vsize=11014496 memory=1944 CPUtime=1.06 cores=1,3,5,7
/proc/30891/task/30947/stat : 30947 (java) S 30888 30891 22977 0 -1 1077944384 2461 12888 0 0 85 14 5 2 20 0 15 0 107355519 11278843904 530155 33554432000 4194304 4196468 140732298056336 140529399344144 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30948] ppid=30888 vsize=11014496 memory=1428 CPUtime=1.07 cores=1,3,5,7
/proc/30891/task/30948/stat : 30948 (java) S 30888 30891 22977 0 -1 1077944384 1574 12888 0 0 86 14 5 2 20 0 15 0 107355519 11278843904 530155 33554432000 4194304 4196468 140732298056336 140529398291600 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30949] ppid=30888 vsize=11014496 memory=30864 CPUtime=0.3 cores=1,3,5,7
/proc/30891/task/30949/stat : 30949 (java) S 30888 30891 22977 0 -1 1077944384 5281 12888 0 0 20 3 5 2 20 0 15 0 107355520 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528966371312 140529541446274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30950] ppid=30888 vsize=11014496 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30950/stat : 30950 (java) S 30888 30891 22977 0 -1 1077944384 25 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528323650528 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30951] ppid=30888 vsize=11014496 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30951/stat : 30951 (java) S 30888 30891 22977 0 -1 1077944384 10 12888 0 0 0 0 5 2 20 0 15 0 107355521 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528175801344 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30952] ppid=30888 vsize=11014496 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30952/stat : 30952 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 530155 33554432000 4194304 4196468 140732298056336 140527868401872 140529541453723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30953] ppid=30888 vsize=11014496 memory=1720 CPUtime=6.47 cores=1,3,5,7
/proc/30891/task/30953/stat : 30953 (java) S 30888 30891 22977 0 -1 1077944384 20580 12888 0 0 636 4 5 2 20 0 15 0 107355524 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528965319152 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30954] ppid=30888 vsize=11014496 memory=5760 CPUtime=6.35 cores=1,3,5,7
/proc/30891/task/30954/stat : 30954 (java) S 30888 30891 22977 0 -1 1077944384 22957 12888 0 0 625 3 5 2 20 0 15 0 107355524 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528964266608 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30955] ppid=30888 vsize=11014496 memory=4588 CPUtime=2.69 cores=1,3,5,7
/proc/30891/task/30955/stat : 30955 (java) S 30888 30891 22977 0 -1 1077944384 23247 12888 0 0 257 5 5 2 20 0 15 0 107355524 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528963214064 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30956] ppid=30888 vsize=11014496 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30891/task/30956/stat : 30956 (java) S 30888 30891 22977 0 -1 1077944384 3 12888 0 0 0 0 5 2 20 0 15 0 107355524 11278843904 530155 33554432000 4194304 4196468 140732298056336 140527437605984 140529541445333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
[pid=30891/tid=30957] ppid=30888 vsize=11014496 memory=928 CPUtime=0.19 cores=1,3,5,7
/proc/30891/task/30957/stat : 30957 (java) S 30888 30891 22977 0 -1 1077944384 553 12888 0 0 6 6 5 2 20 0 15 0 107355524 11278843904 530155 33554432000 4194304 4196468 140732298056336 140528962160944 140529541446274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140732298062440 140732298065249 140732298065249 140732298067919 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 2120620 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+233.845 s]
# the end of solver process 30891 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.906 s, system=1.22755 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 233.845
CPU time (s): 252.133
CPU user time (s): 250.906
CPU system time (s): 1.22755
CPU usage (%): 107.821
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 2588404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.906
system time used= 1.22755
maximum resident set size= 2592364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17466
involuntary context switches= 403


# summary of solver processes directly reported to runsolver:
#   pid: 30891
#   total CPU time (s): 252.133
#   total CPU user time (s): 250.906
#   total CPU system time (s): 1.22755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43967 second user time and 2.21589 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:58:42
IDJOB=4302659
IDBENCH=141484
IDSOLVER=2777
FILE ID=node150/4302659-1532897922
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302659-1532897922/watcher-4302659-1532897922 -o /tmp/evaluation-result-4302659-1532897922/solver-4302659-1532897922 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1352073556 -superng HOME/instance-4302659-1532897922.xml

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

MD5SUM BENCH= 93689e7972bcd89c8c0248fcf1fc8ef9
RANDOM SEED=1352073556

node150.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.76
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.76
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.76
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.76
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:        27090148 kB
MemAvailable:   30930344 kB
Buffers:          227556 kB
Cached:          3855560 kB
SwapCached:           32 kB
Active:          2544080 kB
Inactive:        2600732 kB
Active(anon):    1013580 kB
Inactive(anon):    76188 kB
Active(file):    1530500 kB
Inactive(file):  2524544 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       1086000 kB
Mapped:            58100 kB
Shmem:             25156 kB
Slab:             230612 kB
SReclaimable:     201972 kB
SUnreclaim:        28640 kB
KernelStack:        3792 kB
PageTables:         7488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2239200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:02:36