Trace number 4293822

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-13SAT (TO)827 2520.05 2480.83

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had12_c18.xml
MD5SUMfafdea6ca4d8abc1bd6cd2f98399b858
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark826
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size10
Maximum domain size12
Distribution of domain sizes[{"size":10,"count":66},{"size":12,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.8.1528841891564 running
7.36/3.71	o 891
8.04/3.97	o 880
8.04/3.99	o 874
8.04/3.99	o 864
8.44/4.05	o 859
8.79/4.17	o 857
9.78/4.48	o 853
10.65/4.73	o 852
10.65/4.73	o 850
10.65/4.77	o 848
10.65/4.78	o 843
14.01/6.87	o 842
14.17/6.90	o 838
14.92/7.57	o 836
15.96/8.30	o 835
18.63/10.43	o 827
2520.00/2480.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2480.80		at concrete.MAC.mac(MAC.scala:188)
2520.00/2480.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2480.80		at scala.util.Try$.apply(Try.scala:209)
2520.00/2480.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2480.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2480.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2480.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2480.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2480.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2480.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2480.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2480.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2480.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2480.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2480.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2480.80		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2480.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2480.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2480.80		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2480.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2480.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2480.81		at scala.util.Success.map(Try.scala:209)
2520.00/2480.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2480.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2480.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2480.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2480.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2480.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2480.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2480.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2480.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2480.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2480.81		at scala.App.main(App.scala:76)
2520.00/2480.81		at scala.App.main$(App.scala:74)
2520.00/2480.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2480.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2480.81	v <instantiation cost="827">
2520.00/2480.81	v       <list>
2520.00/2480.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][8] d[7][9] d[7][10] d[7][11] d[8][9] d[8][10] d[8][11] d[9][10] d[9][11] d[10][11]
2520.00/2480.81	v       </list>
2520.00/2480.81	v       <values>
2520.00/2480.81	v         7 9 1 10 11 4 6 5 2 0 3 8 5 2 5 3 4 6 5 4 6 3 1 7 7 7 7 4 5 6 1 4 4 4 7 7 9 9 6 3 3 2 9 6 6 7 3 4 3 5 7 7 5 6 6 6 2 3 4 6 8 5 5 8 4 6 3 8 4 5 5 5 4 2 2 6 5 9
2520.00/2480.81	v       </values>
2520.00/2480.81	v     </instantiation>
2520.00/2480.81	s SATISFIABLE

Verifier Data

OK	827

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293822-1532328024/watcher-4293822-1532328024 -o /tmp/evaluation-result-4293822-1532328024/solver-4293822-1532328024 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1801649640 -superng HOME/instance-4293822-1532328024.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
Current StackSize limit: 8192 KiB

solver pid=9532, runsolver pid=9529

[startup+0.102549 s]*
/proc/loadavg: 0.73 1.23 1.91 1/185 9589
/proc/meminfo: memFree=29137664/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=9972712 memory=16808 CPUtime=0.09 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 4334 12976 0 0 1 1 5 2 20 0 6 0 50365571 10212057088 4202 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2493178 4202 1934 1 0 2481616 0
[pid=9532/tid=9585] ppid=9529 vsize=9972712 memory=-5155625808347501908 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 2176 12976 0 0 0 0 5 2 20 0 6 0 50365580 10212057088 4202 33554432000 4194304 4196468 140737223443200 140020558176848 140020570420574 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=9972712 memory=5767623041128376713 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 6 0 50365581 10212057088 4202 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=9972712 memory=140083875182208 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 6 0 50365581 10212057088 4202 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 6 0 50365581 10212057088 4202 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 6 0 50365581 10212057088 4202 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209734 s]*
/proc/loadavg: 0.73 1.23 1.91 2/194 9598
/proc/meminfo: memFree=29115712/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10818904 memory=43788 CPUtime=0.25 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 7722 12976 0 0 16 2 5 2 20 0 15 0 50365571 11078557696 10947 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2704726 10947 2933 1 0 2667149 0
[pid=9532/tid=9585] ppid=9529 vsize=10818904 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 4552 12976 0 0 10 1 5 2 20 0 15 0 50365580 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020558118048 140020178572586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10818904 memory=732370222212635621 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10818904 memory=140083875182208 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 50365581 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10818904 memory=140083875182208 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 50365583 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 13 12976 0 0 0 0 5 2 20 0 15 0 50365583 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020027483680 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365583 11078557696 11145 33554432000 4194304 4196468 140737223443200 140019423503728 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11078557696 11145 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 514 12976 0 0 1 0 5 2 20 0 15 0 50365586 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 54 12976 0 0 0 0 5 2 20 0 15 0 50365586 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10818904 memory=140083875182208 CPUtime=0.1 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) R 9529 9532 3468 0 -1 4202560 570 12976 0 0 3 0 5 2 20 0 15 0 50365586 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020109723760 140020586361434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11078557696 11145 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10818904 memory=140083875182208 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365587 11078557696 11145 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43788 KiB

[startup+0.310147 s]*
/proc/loadavg: 0.73 1.23 1.91 2/194 9598
/proc/meminfo: memFree=29104176/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10819352 memory=55212 CPUtime=0.37 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 10400 12976 0 0 27 3 5 2 20 0 15 0 50365571 11079016448 13803 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2704838 13803 3052 1 0 2667149 0
[pid=9532/tid=9585] ppid=9529 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 7037 12976 0 0 18 2 5 2 20 0 15 0 50365580 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020558152096 140020586362013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10819352 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10819352 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10819352 memory=140083875189201 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 50365583 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 13 12976 0 0 0 0 5 2 20 0 15 0 50365583 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020027483680 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365583 11079016448 13803 33554432000 4194304 4196468 140737223443200 140019423503728 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11079016448 13803 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 515 12976 0 0 1 0 5 2 20 0 15 0 50365586 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 54 12976 0 0 1 0 5 2 20 0 15 0 50365586 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 579 12976 0 0 4 0 5 2 20 0 15 0 50365586 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11079016448 13803 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365587 11079016448 13803 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55212 KiB

[startup+0.700783 s]
/proc/loadavg: 0.73 1.23 1.91 2/194 9598
/proc/meminfo: memFree=29092516/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10819352 memory=88792 CPUtime=0.98 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 16733 12976 0 0 85 6 5 2 20 0 15 0 50365571 11079016448 22198 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2704838 22198 3240 1 0 2667149 0
[pid=9532/tid=9585] ppid=9529 vsize=10819352 memory=6943526294502006880 CPUtime=0.66 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 12296 12976 0 0 55 4 5 2 20 0 15 0 50365580 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020558160912 140020566615968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10819352 memory=-7452431979323206951 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 2 12976 0 0 0 0 5 2 20 0 15 0 50365581 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 5 12976 0 0 0 0 5 2 20 0 15 0 50365583 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 13 12976 0 0 0 0 5 2 20 0 15 0 50365583 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020027483680 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365583 11079016448 22198 33554432000 4194304 4196468 140737223443200 140019423503728 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11079016448 22198 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 1122 12976 0 0 9 0 5 2 20 0 15 0 50365586 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10819352 memory=-1088251628401078322 CPUtime=0.14 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 428 12976 0 0 7 0 5 2 20 0 15 0 50365586 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 669 12976 0 0 13 0 5 2 20 0 15 0 50365586 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11079016448 22198 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10819352 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365587 11079016448 22198 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88792 KiB

[startup+1.50078 s]
/proc/loadavg: 0.73 1.23 1.91 4/194 9598
/proc/meminfo: memFree=29045956/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10834252 memory=180200 CPUtime=2.26 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 24140 12976 0 0 209 10 5 2 20 0 15 0 50365571 11094274048 45050 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2708563 45050 3471 1 0 2670221 0
[pid=9532/tid=9585] ppid=9529 vsize=10834252 memory=280167427807008 CPUtime=1.42 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 17997 12976 0 0 129 6 5 2 20 0 15 0 50365580 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020558172032 140020571773182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10834252 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 21 12976 0 0 1 0 5 2 20 0 15 0 50365581 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10834252 memory=14977762981055007 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 61 12976 0 0 1 0 5 2 20 0 15 0 50365581 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 23 12976 0 0 1 0 5 2 20 0 15 0 50365581 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10834252 memory=3054156605268588148 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 212 12976 0 0 1 0 5 2 20 0 15 0 50365581 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10834252 memory=5938681548598830179 CPUtime=0.08 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 60 12976 0 0 1 0 5 2 20 0 15 0 50365583 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10834252 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 14 12976 0 0 0 0 5 2 20 0 15 0 50365583 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020027483744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365583 11094274048 45050 33554432000 4194304 4196468 140737223443200 140019423503744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11094274048 45050 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10834252 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 1319 12976 0 0 20 0 5 2 20 0 15 0 50365586 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10834252 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 989 12976 0 0 20 0 5 2 20 0 15 0 50365586 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10834252 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 1249 12976 0 0 31 0 5 2 20 0 15 0 50365586 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11094274048 45050 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1 12976 0 0 0 0 5 2 20 0 15 0 50365587 11094274048 45050 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 83027 12976 0 0 230835 41 5 2 20 0 15 0 50365580 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020558174176 140020190723392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10916192 memory=735640 CPUtime=6.63 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 10386 12976 0 0 623 33 5 2 20 0 15 0 50365581 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10916192 memory=735640 CPUtime=6.65 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 8255 12976 0 0 627 31 5 2 20 0 15 0 50365581 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10916192 memory=735672 CPUtime=6.66 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 5874 12976 0 0 630 29 5 2 20 0 15 0 50365581 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10916192 memory=735672 CPUtime=6.66 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 8994 12976 0 0 628 31 5 2 20 0 15 0 50365581 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10916192 memory=735672 CPUtime=5.77 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 9028 12976 0 0 539 31 5 2 20 0 15 0 50365583 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10916192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 17 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020027483744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10916192 memory=735672 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 6 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183918 33554432000 4194304 4196468 140737223443200 140019423503744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10916192 memory=735672 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183918 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10916192 memory=2340 CPUtime=7.34 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 46729 12976 0 0 721 6 5 2 20 0 15 0 50365586 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10916192 memory=735672 CPUtime=7.22 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 36931 12976 0 0 710 5 5 2 20 0 15 0 50365586 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10916192 memory=735672 CPUtime=3.44 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 36452 12976 0 0 331 6 5 2 20 0 15 0 50365586 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183918 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10916192 memory=1712 CPUtime=1.44 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1124 12976 0 0 60 77 5 2 20 0 15 0 50365587 11178180608 183918 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 2360.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 735672 KiB

[startup+2382.3 s]
/proc/loadavg: 0.63 0.60 0.73 2/195 9694
/proc/meminfo: memFree=28418820/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10916192 memory=735692 CPUtime=2420.65 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 250249 12976 0 0 241801 257 5 2 20 0 15 0 50365571 11178180608 183923 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2729048 183923 3532 1 0 2690701 0
[pid=9532/tid=9585] ppid=9529 vsize=10916192 memory=735672 CPUtime=2368.5 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 83731 12976 0 0 236801 42 5 2 20 0 15 0 50365580 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020558175504 140020195954192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10916192 memory=735672 CPUtime=6.8 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 10732 12976 0 0 640 33 5 2 20 0 15 0 50365581 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10916192 memory=280167428287040 CPUtime=6.82 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 8298 12976 0 0 642 33 5 2 20 0 15 0 50365581 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10916192 memory=735692 CPUtime=6.82 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 5947 12976 0 0 646 29 5 2 20 0 15 0 50365581 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10916192 memory=735692 CPUtime=6.82 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 9030 12976 0 0 644 31 5 2 20 0 15 0 50365581 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10916192 memory=735692 CPUtime=5.92 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 9055 12976 0 0 553 32 5 2 20 0 15 0 50365583 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10916192 memory=735692 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 17 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020027483744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10916192 memory=735692 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 6 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183923 33554432000 4194304 4196468 140737223443200 140019423503744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10916192 memory=735692 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183923 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10916192 memory=640 CPUtime=7.34 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 46729 12976 0 0 721 6 5 2 20 0 15 0 50365586 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10916192 memory=0 CPUtime=7.22 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 36931 12976 0 0 710 5 5 2 20 0 15 0 50365586 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10916192 memory=33 CPUtime=3.44 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 36452 12976 0 0 331 6 5 2 20 0 15 0 50365586 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10916192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183923 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10916192 memory=16552 CPUtime=1.48 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1128 12976 0 0 62 79 5 2 20 0 15 0 50365587 11178180608 183923 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 2420.65 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 735692 KiB

[startup+2442.3 s]
/proc/loadavg: 0.68 0.62 0.73 2/195 9695
/proc/meminfo: memFree=28419124/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10916192 memory=735748 CPUtime=2481.16 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 251002 12976 0 0 247847 262 5 2 20 0 15 0 50365571 11178180608 183937 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2729048 183937 3532 1 0 2690701 0
[pid=9532/tid=9585] ppid=9529 vsize=10916192 memory=735748 CPUtime=2428.17 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 84170 12976 0 0 242768 42 5 2 20 0 15 0 50365580 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020558175504 140020192288136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10916192 memory=735748 CPUtime=6.97 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 10735 12976 0 0 656 34 5 2 20 0 15 0 50365581 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10916192 memory=735748 CPUtime=6.98 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 8354 12976 0 0 658 33 5 2 20 0 15 0 50365581 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10916192 memory=735748 CPUtime=6.99 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 5961 12976 0 0 662 30 5 2 20 0 15 0 50365581 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10916192 memory=735748 CPUtime=6.99 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 9066 12976 0 0 660 32 5 2 20 0 15 0 50365581 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10916192 memory=735748 CPUtime=6.06 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 9237 12976 0 0 566 33 5 2 20 0 15 0 50365583 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10916192 memory=735748 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 17 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020027483744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10916192 memory=735748 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 6 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183937 33554432000 4194304 4196468 140737223443200 140019423503744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10916192 memory=735748 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183937 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10916192 memory=-3620173217431270332 CPUtime=7.34 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 46731 12976 0 0 721 6 5 2 20 0 15 0 50365586 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10916192 memory=140080358359041 CPUtime=7.22 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 36933 12976 0 0 710 5 5 2 20 0 15 0 50365586 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10916192 memory=140084653326751 CPUtime=3.44 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 36454 12976 0 0 331 6 5 2 20 0 15 0 50365586 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10916192 memory=735748 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183937 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10916192 memory=735748 CPUtime=1.52 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1145 12976 0 0 63 82 5 2 20 0 15 0 50365587 11178180608 183937 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 2481.16 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 735748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.8 s]
/proc/loadavg: 0.51 0.58 0.71 2/195 9696
/proc/meminfo: memFree=28418704/32770624 swapFree=67108860/67108860
[pid=9532] ppid=9529 vsize=10916192 memory=735812 CPUtime=2520 cores=1,3,5,7
/proc/9532/stat : 9532 (java) S 9529 9532 3468 0 -1 1077944320 252184 12976 0 0 251728 265 5 2 20 0 15 0 50365571 11178180608 183953 33554432000 4194304 4196468 140737223443200 140737223425744 140020586340087 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
/proc/9532/statm: 2729048 183953 3532 1 0 2690701 0
[pid=9532/tid=9585] ppid=9529 vsize=10916192 memory=640 CPUtime=2466.46 cores=1,3,5,7
/proc/9532/task/9585/stat : 9585 (java) R 9529 9532 3468 0 -1 4202560 84621 12976 0 0 246596 43 5 2 20 0 15 0 50365580 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020558174736 140020195955699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9586] ppid=9529 vsize=10916192 memory=1792 CPUtime=7.08 cores=1,3,5,7
/proc/9532/task/9586/stat : 9586 (java) S 9529 9532 3468 0 -1 1077944384 10745 12976 0 0 666 35 5 2 20 0 15 0 50365581 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020590582416 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9587] ppid=9529 vsize=10916192 memory=8112282956445269571 CPUtime=7.09 cores=1,3,5,7
/proc/9532/task/9587/stat : 9587 (java) S 9529 9532 3468 0 -1 1077944384 8701 12976 0 0 669 33 5 2 20 0 15 0 50365581 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020505401872 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9588] ppid=9529 vsize=10916192 memory=4140 CPUtime=7.09 cores=1,3,5,7
/proc/9532/task/9588/stat : 9588 (java) S 9529 9532 3468 0 -1 1077944384 6029 12976 0 0 672 30 5 2 20 0 15 0 50365581 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020504349072 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9589] ppid=9529 vsize=10916192 memory=16552 CPUtime=7.1 cores=1,3,5,7
/proc/9532/task/9589/stat : 9589 (java) S 9529 9532 3468 0 -1 1077944384 9148 12976 0 0 671 32 5 2 20 0 15 0 50365581 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020503296272 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9590] ppid=9529 vsize=10916192 memory=1296 CPUtime=6.15 cores=1,3,5,7
/proc/9532/task/9590/stat : 9590 (java) S 9529 9532 3468 0 -1 1077944384 9437 12976 0 0 575 33 5 2 20 0 15 0 50365583 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020112882544 140020586351234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9591] ppid=9529 vsize=10916192 memory=2344 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9591/stat : 9591 (java) S 9529 9532 3468 0 -1 1077944384 17 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020027483744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9592] ppid=9529 vsize=10916192 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9592/stat : 9592 (java) S 9529 9532 3468 0 -1 1077944384 6 12976 0 0 0 0 5 2 20 0 15 0 50365583 11178180608 183953 33554432000 4194304 4196468 140737223443200 140019423503744 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9593] ppid=9529 vsize=10916192 memory=1004 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9593/stat : 9593 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183953 33554432000 4194304 4196468 140737223443200 140019116104016 140020586358683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9594] ppid=9529 vsize=10916192 memory=14004 CPUtime=7.34 cores=1,3,5,7
/proc/9532/task/9594/stat : 9594 (java) S 9529 9532 3468 0 -1 1077944384 46733 12976 0 0 721 6 5 2 20 0 15 0 50365586 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020111829360 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9595] ppid=9529 vsize=10916192 memory=796 CPUtime=7.22 cores=1,3,5,7
/proc/9532/task/9595/stat : 9595 (java) S 9529 9532 3468 0 -1 1077944384 36936 12976 0 0 710 5 5 2 20 0 15 0 50365586 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020110776560 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9596] ppid=9529 vsize=10916192 memory=1800 CPUtime=3.44 cores=1,3,5,7
/proc/9532/task/9596/stat : 9596 (java) S 9529 9532 3468 0 -1 1077944384 36456 12976 0 0 331 6 5 2 20 0 15 0 50365586 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020109723760 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9597] ppid=9529 vsize=10916192 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/9532/task/9597/stat : 9597 (java) S 9529 9532 3468 0 -1 1077944384 3 12976 0 0 0 0 5 2 20 0 15 0 50365586 11178180608 183953 33554432000 4194304 4196468 140737223443200 140019082545376 140020586350293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
[pid=9532/tid=9598] ppid=9529 vsize=10916192 memory=735812 CPUtime=1.54 cores=1,3,5,7
/proc/9532/task/9598/stat : 9598 (java) S 9529 9532 3468 0 -1 1077944384 1162 12976 0 0 64 83 5 2 20 0 15 0 50365587 11178180608 183953 33554432000 4194304 4196468 140737223443200 140020108672176 140020586351234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32063488 140737223444651 140737223447900 140737223447900 140737223450575 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 735812 KiB

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

[startup+2480.83 s]
# the end of solver process 9532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.35 s, system=2.69469 s

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

Child status: 143
Real time (s): 2480.83
CPU time (s): 2520.05
CPU user time (s): 2517.35
CPU system time (s): 2.69469
CPU usage (%): 101.581
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 749324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.35
system time used= 2.69469
maximum resident set size= 749744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189028
involuntary context switches= 3143


# summary of solver processes directly reported to runsolver:
#   pid: 9532
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.35
#   total CPU system time (s): 2.69469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5628 second user time and 23.8425 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 08:40:24
IDJOB=4293822
IDBENCH=141240
IDSOLVER=2751
FILE ID=node149/4293822-1532328024
RUNJOBID= node149-1532298084-3500
PBS_JOBID= 21018995
Free space on /tmp= 51844 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had12_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-4293822-1532328024/watcher-4293822-1532328024 -o /tmp/evaluation-result-4293822-1532328024/solver-4293822-1532328024 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1801649640 -superng HOME/instance-4293822-1532328024.xml

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

MD5SUM BENCH= fafdea6ca4d8abc1bd6cd2f98399b858
RANDOM SEED=1801649640

node149.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.60
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.60
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.60
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.60
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:        29145564 kB
MemAvailable:   31974788 kB
Buffers:          152824 kB
Cached:          2935112 kB
SwapCached:            0 kB
Active:          1621612 kB
Inactive:        1520568 kB
Active(anon):       3448 kB
Inactive(anon):    70228 kB
Active(file):    1618164 kB
Inactive(file):  1450340 kB
Unevictable:        7564 kB
Mlocked:            7564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26472 kB
Writeback:             0 kB
AnonPages:         53028 kB
Mapped:            35988 kB
Shmem:             17032 kB
Slab:             181168 kB
SReclaimable:     153108 kB
SUnreclaim:        28060 kB
KernelStack:        3472 kB
PageTables:         4588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51816 MiB
End job on node149 at 2018-07-23 09:21:45