Trace number 4295166

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 2018-06-13SAT (TO)26 2520.08 2457.04

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-15_c18.xml
MD5SUMdbf6b3e5a2b5c107908327293d925ea5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.29
Satisfiable
(Un)Satisfiability was proved
Number of variables227
Number of constraints5183
Number of domains2
Minimum domain size3
Maximum domain size112
Distribution of domain sizes[{"size":3,"count":225},{"size":112,"count":2}]
Minimum variable degree2
Maximum variable degree58
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":44,"count":56},{"degree":46,"count":48},{"degree":48,"count":40},{"degree":50,"count":32},{"degree":52,"count":24},{"degree":54,"count":16},{"degree":56,"count":8},{"degree":58,"count":1}]
Minimum constraint arity2
Maximum constraint arity226
Distribution of constraint arities[{"arity":2,"count":5181},{"arity":226,"count":2}]
Number of extensional constraints0
Number of intensional constraints5181
Distribution of constraint types[{"type":"intension","count":5181},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
28.71/12.09	o 4
29.42/12.35	o 5
29.65/12.40	o 6
29.65/12.46	o 11
29.95/12.59	o 12
30.79/12.87	o 13
30.79/12.89	o 14
31.00/12.90	o 15
31.50/13.20	o 16
33.45/14.78	o 17
34.44/15.59	o 18
35.11/16.19	o 20
35.11/16.20	o 21
50.24/30.04	o 22
50.66/30.49	o 23
78.61/57.20	o 24
210.95/187.80	o 25
2401.57/2340.73	o 26
2520.03/2457.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2457.01		at concrete.MAC.mac(MAC.scala:188)
2520.03/2457.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2457.01		at scala.util.Try$.apply(Try.scala:209)
2520.03/2457.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2457.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2457.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2457.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2457.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2457.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2457.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2457.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2457.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2457.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2457.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2457.01		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2457.01		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2457.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2457.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2457.01		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2457.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2457.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2457.01		at scala.util.Success.map(Try.scala:209)
2520.03/2457.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2457.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2457.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2457.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2457.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2457.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2457.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2457.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2457.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2457.01		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2457.01		at scala.App.main(App.scala:76)
2520.03/2457.02		at scala.App.main$(App.scala:74)
2520.03/2457.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2457.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2457.02	v <instantiation cost="26">
2520.03/2457.02	v       <list>
2520.03/2457.02	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] nb nw
2520.03/2457.02	v       </list>
2520.03/2457.02	v       <values>
2520.03/2457.02	v         2 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 2 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 2 2 0 2 2 0 2 0 0 0 0 0 0 0 0 0 2 2 0 2 0 0 0 0 0 0 0 0 0 0 0 0 2 2 0 0 2 0 0 0 0 0 0 0 0 2 0 0 2 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 26 26
2520.03/2457.02	v       </values>
2520.03/2457.02	v     </instantiation>
2520.03/2457.03	s SATISFIABLE

Verifier Data

OK	26

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295166-1532531938/watcher-4295166-1532531938 -o /tmp/evaluation-result-4295166-1532531938/solver-4295166-1532531938 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=142936522 HOME/instance-4295166-1532531938.xml 

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

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

solver pid=26472, runsolver pid=26469

[startup+0.100128 s]*
/proc/loadavg: 1.49 1.35 1.41 3/206 26529
/proc/meminfo: memFree=16605428/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=9972712 memory=16944 CPUtime=0.09 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 4372 13168 0 0 1 0 5 3 20 0 6 0 70756967 10212057088 4236 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2493178 4236 1934 1 0 2481616 0
[pid=26472/tid=26525] ppid=26469 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 2184 13168 0 0 0 0 5 3 20 0 6 0 70756976 10212057088 4236 33554432000 4194304 4196468 140731200554304 140056041251408 140056055097139 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=9972712 memory=5793855117611260345 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 6 0 70756977 10212057088 4236 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=9972712 memory=139866601367168 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 6 0 70756977 10212057088 4236 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 6 0 70756977 10212057088 4236 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 6 0 70756977 10212057088 4236 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16944 KiB

[startup+0.210045 s]*
/proc/loadavg: 1.49 1.35 1.41 3/215 26538
/proc/meminfo: memFree=16583868/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10818856 memory=39960 CPUtime=0.27 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 8423 13168 0 0 17 2 5 3 20 0 15 0 70756967 11078508544 9990 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2704714 9990 2934 1 0 2667149 0
[pid=26472/tid=26525] ppid=26469 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 4942 13168 0 0 10 1 5 3 20 0 15 0 70756976 11078508544 9990 33554432000 4194304 4196468 140731200554304 140056041212304 140056054580286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10818856 memory=4211973592806157706 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11078508544 9990 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10818856 memory=139866601367168 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 70756977 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 70756979 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 33 13168 0 0 0 0 5 3 20 0 15 0 70756979 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055527019552 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756979 11078508544 9990 33554432000 4194304 4196468 140731200554304 140054924092272 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11078508544 9990 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 373 13168 0 0 1 0 5 3 20 0 15 0 70756982 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 251 13168 0 0 1 0 5 3 20 0 15 0 70756982 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10818856 memory=139866601367168 CPUtime=0.11 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 616 13168 0 0 3 0 5 3 20 0 15 0 70756982 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11078508544 9990 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10818856 memory=139866601367168 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756982 11078508544 9990 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39960 KiB

[startup+0.310454 s]*
/proc/loadavg: 1.49 1.35 1.41 3/215 26538
/proc/meminfo: memFree=16573060/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10819352 memory=51300 CPUtime=0.39 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 10441 13168 0 0 28 3 5 3 20 0 15 0 70756967 11079016448 12825 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2704838 12825 3065 1 0 2667149 0
[pid=26472/tid=26525] ppid=26469 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 6953 13168 0 0 19 2 5 3 20 0 15 0 70756976 11079016448 12825 33554432000 4194304 4196468 140731200554304 140056041226432 140056053495134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 12825 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10819352 memory=139866601367167 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 70756979 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 33 13168 0 0 0 0 5 3 20 0 15 0 70756979 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055527019552 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10819352 memory=139866601367168 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756979 11079016448 12825 33554432000 4194304 4196468 140731200554304 140054924092272 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11079016448 12825 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 373 13168 0 0 1 0 5 3 20 0 15 0 70756982 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 254 13168 0 0 1 0 5 3 20 0 15 0 70756982 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 621 13168 0 0 5 0 5 3 20 0 15 0 70756982 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11079016448 12825 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756982 11079016448 12825 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51300 KiB

[startup+0.700826 s]
/proc/loadavg: 1.49 1.35 1.41 3/215 26538
/proc/meminfo: memFree=16560904/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10819352 memory=84520 CPUtime=0.99 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 16856 13168 0 0 87 4 5 3 20 0 15 0 70756967 11079016448 21130 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2704838 21130 3237 1 0 2667149 0
[pid=26472/tid=26525] ppid=26469 vsize=10819352 memory=21260 CPUtime=0.66 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) S 26469 26472 23703 0 -1 1077944384 12396 13168 0 0 55 3 5 3 20 0 15 0 70756976 11079016448 21130 33554432000 4194304 4196468 140731200554304 140056041235472 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 21130 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10819352 memory=288230583132496621 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10819352 memory=15823278816102057 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 70756977 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10819352 memory=139866482713088 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 5 13168 0 0 0 0 5 3 20 0 15 0 70756979 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10819352 memory=139869904962536 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 33 13168 0 0 0 0 5 3 20 0 15 0 70756979 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055527019552 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10819352 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756979 11079016448 21130 33554432000 4194304 4196468 140731200554304 140054924092272 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10819352 memory=7305218370954486355 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11079016448 21130 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10819352 memory=7733916894068367721 CPUtime=0.15 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 626 13168 0 0 7 0 5 3 20 0 15 0 70756982 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10819352 memory=6154282490091891024 CPUtime=0.18 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 897 13168 0 0 10 0 5 3 20 0 15 0 70756982 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10819352 memory=5450916479948256810 CPUtime=0.21 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 693 13168 0 0 13 0 5 3 20 0 15 0 70756982 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10819352 memory=-8033973737701895300 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11079016448 21130 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756982 11079016448 21130 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84520 KiB

[startup+1.50081 s]
/proc/loadavg: 1.49 1.35 1.41 4/215 26538
/proc/meminfo: memFree=16514868/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10832204 memory=178908 CPUtime=2.9 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 24013 13168 0 0 274 8 5 3 20 0 15 0 70756967 11092176896 44727 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2708051 44727 3450 1 0 2669709 0
[pid=26472/tid=26525] ppid=26469 vsize=10832204 memory=151456 CPUtime=1.46 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 16723 13168 0 0 132 6 5 3 20 0 15 0 70756976 11092176896 44727 33554432000 4194304 4196468 140731200554304 140056041247232 140056053495134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10832204 memory=-3117775541953848933 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11092176896 44727 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756977 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 2 13168 0 0 0 0 5 3 20 0 15 0 70756977 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10832204 memory=253811964845505 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 12 13168 0 0 0 0 5 3 20 0 15 0 70756979 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10832204 memory=297290490211296509 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 33 13168 0 0 0 0 5 3 20 0 15 0 70756979 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055527019552 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10832204 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756979 11092176896 44727 33554432000 4194304 4196468 140731200554304 140054924092272 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10832204 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11092176896 44727 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10832204 memory=279732964819184 CPUtime=0.56 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 1918 13168 0 0 48 0 5 3 20 0 15 0 70756982 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10832204 memory=6935649255759568960 CPUtime=0.56 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 1627 13168 0 0 48 0 5 3 20 0 15 0 70756982 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10832204 memory=-6438276679638082659 CPUtime=0.51 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 1496 13168 0 0 43 0 5 3 20 0 15 0 70756982 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10832204 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11092176896 44727 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10832204 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 1 13168 0 0 0 0 5 3 20 0 15 0 70756982 11092176896 44727 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10832204 KiB

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

/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 123577 13168 0 0 229717 66 5 3 20 0 15 0 70756976 11178180608 566079 33554432000 4194304 4196468 140731200554304 140056041250192 140055673635459 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10916192 memory=2264316 CPUtime=13.49 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 42123 13168 0 0 1291 50 5 3 20 0 15 0 70756977 11178180608 566079 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10916192 memory=2264316 CPUtime=13.49 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 30007 13168 0 0 1290 51 5 3 20 0 15 0 70756977 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10916192 memory=2264316 CPUtime=13.48 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 30807 13168 0 0 1286 54 5 3 20 0 15 0 70756977 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10916192 memory=2264316 CPUtime=13.51 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 34091 13168 0 0 1293 50 5 3 20 0 15 0 70756977 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10916192 memory=2264316 CPUtime=8.21 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 29555 13168 0 0 769 44 5 3 20 0 15 0 70756979 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10916192 memory=2264316 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 43 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055527019616 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10916192 memory=2264316 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 8 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 566079 33554432000 4194304 4196468 140731200554304 140054924092288 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10916192 memory=2264316 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 566079 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10916192 memory=2264316 CPUtime=9.86 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 41178 13168 0 0 973 5 5 3 20 0 15 0 70756982 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10916192 memory=2264316 CPUtime=9.06 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 40418 13168 0 0 893 5 5 3 20 0 15 0 70756982 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10916192 memory=227899554713412 CPUtime=2.92 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 29485 13168 0 0 279 5 5 3 20 0 15 0 70756982 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10916192 memory=2264316 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 566079 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10916192 memory=2264316 CPUtime=1.51 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 3531 13168 0 0 71 72 5 3 20 0 15 0 70756982 11178180608 566079 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 2382.83 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2264316 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.51 1.99 3/215 26866
/proc/meminfo: memFree=12842348/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10916192 memory=2259696 CPUtime=2443.95 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 410846 13168 0 0 244020 367 5 3 20 0 15 0 70756967 11178180608 564924 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2729048 564924 3534 1 0 2690701 0
[pid=26472/tid=26525] ppid=26469 vsize=10916192 memory=7228392122206480213 CPUtime=2357.23 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 125116 13168 0 0 235648 67 5 3 20 0 15 0 70756976 11178180608 564924 33554432000 4194304 4196468 140731200554304 140056041250304 140055681568161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10916192 memory=2259696 CPUtime=13.87 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 42482 13168 0 0 1327 52 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10916192 memory=2259696 CPUtime=13.86 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 30285 13168 0 0 1327 51 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10916192 memory=2266364 CPUtime=13.85 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 31159 13168 0 0 1322 55 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10916192 memory=2259696 CPUtime=13.89 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 34235 13168 0 0 1329 52 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10916192 memory=2259696 CPUtime=8.45 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 29941 13168 0 0 792 45 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10916192 memory=2259696 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 43 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055527019616 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10916192 memory=2259696 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 8 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054924092288 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10916192 memory=2259696 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10916192 memory=2259696 CPUtime=9.87 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 41440 13168 0 0 974 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10916192 memory=3708 CPUtime=9.06 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 40588 13168 0 0 893 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10916192 memory=5024 CPUtime=2.92 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 29789 13168 0 0 279 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10916192 memory=4032 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10916192 memory=6791534058613427641 CPUtime=1.56 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 3561 13168 0 0 73 75 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 2443.95 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2259696 KiB

[startup+2442.3 s]
/proc/loadavg: 0.91 1.36 1.90 3/215 26867
/proc/meminfo: memFree=12842724/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10916192 memory=2259696 CPUtime=2505.05 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 413566 13168 0 0 250123 374 5 3 20 0 15 0 70756967 11178180608 564924 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2729048 564924 3534 1 0 2690701 0
[pid=26472/tid=26525] ppid=26469 vsize=10916192 memory=2259696 CPUtime=2416.54 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 126267 13168 0 0 241578 68 5 3 20 0 15 0 70756976 11178180608 564924 33554432000 4194304 4196468 140731200554304 140056041250144 140055694336222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10916192 memory=2259696 CPUtime=14.25 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 42569 13168 0 0 1364 53 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10916192 memory=2259696 CPUtime=14.24 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 30680 13168 0 0 1363 53 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10916192 memory=2259696 CPUtime=14.23 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 31383 13168 0 0 1359 56 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10916192 memory=2259696 CPUtime=14.27 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 34662 13168 0 0 1367 52 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10916192 memory=2259696 CPUtime=8.68 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 30344 13168 0 0 813 47 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10916192 memory=2259696 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 43 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055527019616 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 8 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054924092288 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10916192 memory=4072 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10916192 memory=2244 CPUtime=9.87 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 41444 13168 0 0 974 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10916192 memory=2259696 CPUtime=9.06 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 40592 13168 0 0 893 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10916192 memory=2259696 CPUtime=2.92 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 29793 13168 0 0 279 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10916192 memory=2259696 CPUtime=1.6 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 3582 13168 0 0 76 76 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 2505.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2259696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457 s]*
/proc/loadavg: 1.01 1.36 1.89 3/215 26868
/proc/meminfo: memFree=12842560/32770624 swapFree=67108796/67108860
[pid=26472] ppid=26469 vsize=10916192 memory=2259696 CPUtime=2520.03 cores=0,2,4,6
/proc/26472/stat : 26472 (java) S 26469 26472 23703 0 -1 1077944320 414660 13168 0 0 251620 375 5 3 20 0 15 0 70756967 11178180608 564924 33554432000 4194304 4196468 140731200554304 140731200536848 140056069414647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
/proc/26472/statm: 2729048 564924 3534 1 0 2690701 0
[pid=26472/tid=26525] ppid=26469 vsize=10916192 memory=6791534058613427641 CPUtime=2431.08 cores=0,2,4,6
/proc/26472/task/26525/stat : 26525 (java) R 26469 26472 23703 0 -1 4202560 126615 13168 0 0 243032 68 5 3 20 0 15 0 70756976 11178180608 564924 33554432000 4194304 4196468 140731200554304 140056041250256 140055694433178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26526] ppid=26469 vsize=10916192 memory=-7003737579269690708 CPUtime=14.34 cores=0,2,4,6
/proc/26472/task/26526/stat : 26526 (java) S 26469 26472 23703 0 -1 1077944384 42608 13168 0 0 1373 53 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140056073657488 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26527] ppid=26469 vsize=10916192 memory=0 CPUtime=14.34 cores=0,2,4,6
/proc/26472/task/26527/stat : 26527 (java) S 26469 26472 23703 0 -1 1077944384 31027 13168 0 0 1373 53 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055998962704 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26528] ppid=26469 vsize=10916192 memory=0 CPUtime=14.32 cores=0,2,4,6
/proc/26472/task/26528/stat : 26528 (java) S 26469 26472 23703 0 -1 1077944384 31406 13168 0 0 1368 56 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055642037136 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26529] ppid=26469 vsize=10916192 memory=0 CPUtime=14.36 cores=0,2,4,6
/proc/26472/task/26529/stat : 26529 (java) S 26469 26472 23703 0 -1 1077944384 34795 13168 0 0 1376 52 5 3 20 0 15 0 70756977 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055640984336 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26530] ppid=26469 vsize=10916192 memory=0 CPUtime=8.74 cores=0,2,4,6
/proc/26472/task/26530/stat : 26530 (java) S 26469 26472 23703 0 -1 1077944384 30527 13168 0 0 819 47 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055528073584 140056069425794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26531] ppid=26469 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26531/stat : 26531 (java) S 26469 26472 23703 0 -1 1077944384 43 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055527019616 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26532] ppid=26469 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26532/stat : 26532 (java) S 26469 26472 23703 0 -1 1077944384 8 13168 0 0 0 0 5 3 20 0 15 0 70756979 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054924092288 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26533] ppid=26469 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26533/stat : 26533 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054616692560 140056069433243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26534] ppid=26469 vsize=10916192 memory=8976414709404591081 CPUtime=9.87 cores=0,2,4,6
/proc/26472/task/26534/stat : 26534 (java) S 26469 26472 23703 0 -1 1077944384 41446 13168 0 0 974 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055493462896 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26535] ppid=26469 vsize=10916192 memory=6944656592455359580 CPUtime=9.06 cores=0,2,4,6
/proc/26472/task/26535/stat : 26535 (java) S 26469 26472 23703 0 -1 1077944384 40594 13168 0 0 893 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055492410096 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26536] ppid=26469 vsize=10916192 memory=6944652177228980320 CPUtime=2.92 cores=0,2,4,6
/proc/26472/task/26536/stat : 26536 (java) S 26469 26472 23703 0 -1 1077944384 29795 13168 0 0 279 5 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055491357296 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26537] ppid=26469 vsize=10916192 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/26472/task/26537/stat : 26537 (java) S 26469 26472 23703 0 -1 1077944384 3 13168 0 0 0 0 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140054583134944 140056069424853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
[pid=26472/tid=26538] ppid=26469 vsize=10916192 memory=4945125699554088323 CPUtime=1.61 cores=0,2,4,6
/proc/26472/task/26538/stat : 26538 (java) S 26469 26472 23703 0 -1 1077944384 3597 13168 0 0 76 77 5 3 20 0 15 0 70756982 11178180608 564924 33554432000 4194304 4196468 140731200554304 140055490304688 140056069425794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11325440 140731200555631 140731200558428 140731200558428 140731200561103 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2259696 KiB

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

[startup+2457.04 s]
# the end of solver process 26472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.80975 s

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

Child status: 143
Real time (s): 2457.04
CPU time (s): 2520.08
CPU user time (s): 2516.27
CPU system time (s): 3.80975
CPU usage (%): 102.565
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 2455980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.80974
maximum resident set size= 2458548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 235448
involuntary context switches= 7971


# summary of solver processes directly reported to runsolver:
#   pid: 26472
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.80975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4867 second user time and 23.4936 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 17:18:58
IDJOB=4295166
IDBENCH=141481
IDSOLVER=2750
FILE ID=node138/4295166-1532531938
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295166-1532531938/watcher-4295166-1532531938 -o /tmp/evaluation-result-4295166-1532531938/solver-4295166-1532531938 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=142936522 HOME/instance-4295166-1532531938.xml

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

MD5SUM BENCH= dbf6b3e5a2b5c107908327293d925ea5
RANDOM SEED=142936522

node138.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.71
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.71
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.71
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.71
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:        16609528 kB
MemAvailable:   30891972 kB
Buffers:          163024 kB
Cached:         14265576 kB
SwapCached:           44 kB
Active:          3418556 kB
Inactive:       12101120 kB
Active(anon):    1041664 kB
Inactive(anon):    77272 kB
Active(file):    2376892 kB
Inactive(file): 12023848 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:       1098188 kB
Mapped:            47688 kB
Shmem:             25164 kB
Slab:             339116 kB
SReclaimable:     310164 kB
SUnreclaim:        28952 kB
KernelStack:        3760 kB
PageTables:         7708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2059060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 17:59:55