Trace number 4259578

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.4SAT (TO)5 252.158 225.04601

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-19-019-009.xml
MD5SUM3c310f791b76d42f8a4a60c7feb2193f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark242.12801
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints191
Number of domains2
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":361},{"size":16,"count":1}]
Minimum variable degree20
Maximum variable degree172
Distribution of variable degrees[{"degree":20,"count":361},{"degree":172,"count":1}]
Minimum constraint arity19
Maximum constraint arity361
Distribution of constraint arities[{"arity":19,"count":19},{"arity":39,"count":171},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":190}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

3.37/2.23	c Concrete v3.4 running
19.73/7.78	o 19
20.07/7.85	o 18
20.38/7.91	o 17
20.38/7.95	o 16
20.38/8.00	o 15
20.73/8.04	o 14
20.73/8.07	o 13
20.73/8.10	o 12
21.04/8.14	o 11
21.04/8.17	o 10
21.31/8.20	o 9
21.31/8.23	o 8
21.31/8.26	o 7
21.79/8.41	o 6
39.46/19.51	o 5
252.10/225.01	java.util.concurrent.TimeoutException
252.10/225.01		at concrete.MAC.mac(MAC.scala:74)
252.10/225.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.10/225.01		at scala.util.Try$.apply(Try.scala:209)
252.10/225.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.10/225.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.10/225.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.10/225.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.10/225.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.10/225.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.10/225.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.10/225.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.10/225.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.10/225.01		at concrete.MAC.oneRun(MAC.scala:146)
252.10/225.01		at concrete.MAC.nextSolution(MAC.scala:166)
252.10/225.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.10/225.01		at concrete.ProblemState.map(ProblemState.scala:203)
252.10/225.01		at concrete.ProblemState.map(ProblemState.scala:188)
252.10/225.01		at concrete.MAC.nextSolution(MAC.scala:195)
252.10/225.01		at concrete.Solver.hasNext(Solver.scala:202)
252.10/225.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.10/225.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.10/225.01		at concrete.Solver.toStream(Solver.scala:73)
252.10/225.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.10/225.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.10/225.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.10/225.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.10/225.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.10/225.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.10/225.01		at scala.util.Success.map(Try.scala:209)
252.10/225.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.10/225.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.10/225.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.10/225.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.10/225.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.10/225.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.10/225.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.10/225.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.10/225.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.10/225.02		at scala.collection.immutable.List.foreach(List.scala:389)
252.10/225.02		at scala.App.main(App.scala:76)
252.10/225.02		at scala.App.main$(App.scala:74)
252.10/225.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.10/225.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.10/225.02	v <instantiation cost="5">
252.10/225.02	v       <list>
252.10/225.02	v         z 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[0][15] x[0][16] x[0][17] x[0][18] 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[1][15] x[1][16] x[1][17] x[1][18] 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[2][15] x[2][16] x[2][17] x[2][18] 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[3][15] x[3][16] x[3][17] x[3][18] 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[4][15] x[4][16] x[4][17] x[4][18] 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[5][15] x[5][16] x[5][17] x[5][18] 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[6][15] x[6][16] x[6][17] x[6][18] 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[7][15] x[7][16] x[7][17] x[7][18] 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[8][15] x[8][16] x[8][17] x[8][18] 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[9][15] x[9][16] x[9][17] x[9][18] 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[10][15] x[10][16] x[10][17] x[10][18] 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[11][15] x[11][16] x[11][17] x[11][18] 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[12][15] x[12][16] x[12][17] x[12][18] 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[13][15] x[13][16] x[13][17] x[13][18] 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] x[14][15] x[14][16] x[14][17] x[14][18] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] x[15][16] x[15][17] x[15][18] x[16][0] x[16][1] x[16][2] x[16][3] x[16][4] x[16][5] x[16][6] x[16][7] x[16][8] x[16][9] x[16][10] x[16][11] x[16][12] x[16][13] x[16][14] x[16][15] x[16][16] x[16][17] x[16][18] x[17][0] x[17][1] x[17][2] x[17][3] x[17][4] x[17][5] x[17][6] x[17][7] x[17][8] x[17][9] x[17][10] x[17][11] x[17][12] x[17][13] x[17][14] x[17][15] x[17][16] x[17][17] x[17][18] x[18][0] x[18][1] x[18][2] x[18][3] x[18][4] x[18][5] x[18][6] x[18][7] x[18][8] x[18][9] x[18][10] x[18][11] x[18][12] x[18][13] x[18][14] x[18][15] x[18][16] x[18][17] x[18][18]
252.10/225.02	v       </list>
252.10/225.02	v       <values>
252.10/225.02	v         5 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 1 1 1 0 0 0 1 0 0 1 0 1 1 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 0 0 0 0 1 1 1 0 1 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0 1 1 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 0 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1 1 0 1 1 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 1 1 1 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0
252.10/225.02	v       </values>
252.10/225.02	v     </instantiation>
252.10/225.02	s SATISFIABLE

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259578-1502645113/watcher-4259578-1502645113 -o /tmp/evaluation-result-4259578-1502645113/solver-4259578-1502645113 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259578-1502645113.xml 

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

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

solver pid=28672, runsolver pid=28669

[startup+0.100111 s]*
/proc/loadavg: 1.78 1.93 1.92 2/206 28705
/proc/meminfo: memFree=30346052/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/28672/stat : 28672 (bash) S 28669 28672 8289 0 -1 4202496 899 6475 0 0 0 0 0 1 20 0 1 0 112326498 9867264 378 18446744073709551615 4194304 5098028 140726481191904 140726481185912 140703894576128 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 7 0 0 7196144 7232144 12144640 140726481195508 140726481195593 140726481195593 140726481199082 0
/proc/28672/statm: 2409 378 297 221 0 118 0
[pid=28702] ppid=28672 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/28702/stat : 28702 (bash) S 28672 28672 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112326507 9867264 177 18446744073709551615 4194304 5098028 140726481191904 140726481184584 140703894401660 0 65536 1 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 12144640 140726481195508 140726481195593 140726481195593 140726481199082 0
/proc/28702/statm: 2409 177 96 221 0 118 0
[pid=28703] ppid=28702 vsize=9936720 memory=16460 CPUtime=0 cores=0,2,4,6
/proc/28703/stat : 28703 (java) S 28702 28672 8289 0 -1 1077944320 3413 0 0 0 0 0 0 0 20 0 6 0 112326508 10175201280 4115 18446744073709551615 4194304 4196468 140731006432736 140731006415280 140573226893047 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31993856 140731006440024 140731006440038 140731006440038 140731006443471 0
/proc/28703/statm: 2484180 4115 1915 1 0 2473677 0
[pid=28703/tid=28705] ppid=28702 vsize=9936720 memory=-8023549066454274391 CPUtime=0 cores=0,2,4,6
/proc/28703/task/28705/stat : 28705 (java) R 28702 28672 8289 0 -1 4202560 2135 0 0 0 0 0 0 0 20 0 6 0 112326508 10175201280 4115 18446744073709551615 4194304 4196468 140731006432736 140573231129168 140573210973534 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140731006440024 140731006440038 140731006440038 140731006443471 0
[pid=28703/tid=28706] ppid=28702 vsize=9936720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28703/task/28706/stat : 28706 (java) S 28702 28672 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112326509 10175201280 4115 18446744073709551615 4194304 4196468 140731006432736 140573157312784 140573226903253 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31993856 140731006440024 140731006440038 140731006440038 140731006443471 0
[pid=28703/tid=28707] ppid=28702 vsize=9936720 memory=140110326269568 CPUtime=0 cores=0,2,4,6
/proc/28703/task/28707/stat : 28707 (java) S 28702 28672 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112326509 10175201280 4115 18446744073709551615 4194304 4196468 140731006432736 140573156260240 140573226903253 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140731006440024 140731006440038 140731006440038 140731006443471 0
[pid=28703/tid=28708] ppid=28702 vsize=9936720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28703/task/28708/stat : 28708 (java) S 28702 28672 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112326509 10175201280 4115 18446744073709551615 4194304 4196468 140731006432736 140573155207696 140573226903253 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31993856 140731006440024 140731006440038 140731006440038 140731006443471 0
[pid=28703/tid=28709] ppid=28702 vsize=9936720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28703/task/28709/stat : 28709 (java) S 28702 28672 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112326509 10175201280 4115 18446744073709551615 4194304 4196468 140731006432736 140573154155152 140573226903253 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31993856 140731006440024 140731006440038 140731006440038 140731006443471 0
[pid=28704] ppid=28702 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/28704/stat : 28704 (awk) S 28702 28672 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112326508 10108928 243 18446744073709551615 4194304 4609284 140731572878000 140731572877176 140138362403840 0 0 1 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 17600512 140731572880000 140731572880030 140731572880030 140731572883435 0
/proc/28704/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9965864 KiB
Current children cumulated memory: 19652 KiB

[startup+0.210624 s]*
/proc/loadavg: 1.78 1.93 1.92 2/203 28722
/proc/meminfo: memFree=30346464/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=13358716 memory=14112 CPUtime=0.09 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 4232 12422 0 0 1 0 5 3 20 0 6 0 112326498 13679325184 3528 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3339679 3528 1891 1 0 3329176 0
[pid=28672/tid=28722] ppid=28669 vsize=13358716 memory=8316850467074736180 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 2076 12422 0 0 0 0 5 3 20 0 6 0 112326519 13679325184 3528 18446744073709551615 4194304 4196468 140724877363728 139897396003408 139897391789213 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=13358716 memory=8293 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 6 0 112326520 13679325184 3528 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=13358716 memory=288370486477981312 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 6 0 112326520 13679325184 3528 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=13358716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 2 12422 0 0 0 0 5 3 20 0 6 0 112326520 13679325184 3528 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=13358716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 6 0 112326520 13679325184 3528 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 14112 KiB

[startup+0.310229 s]*
/proc/loadavg: 1.78 1.93 1.92 2/215 28734
/proc/meminfo: memFree=30339456/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=13907308 memory=21752 CPUtime=0.14 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 5764 12422 0 0 5 1 5 3 20 0 14 0 112326498 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3476827 5438 2567 1 0 3466324 0
[pid=28672/tid=28722] ppid=28669 vsize=13907308 memory=7308605983694284882 CPUtime=0.12 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) D 28669 28672 8289 0 -1 4202560 3020 12422 0 0 4 0 5 3 20 0 14 0 112326519 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139897396004768 139897391789309 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=13907308 memory=7740088341301324911 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 14 0 112326520 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=13907308 memory=-8774313645642428999 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 14 0 112326520 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 2 12422 0 0 0 0 5 3 20 0 14 0 112326520 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 14 0 112326520 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 2 12422 0 0 0 0 5 3 20 0 14 0 112326521 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 33 12422 0 0 0 0 5 3 20 0 14 0 112326522 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896869032992 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 21 12422 0 0 0 0 5 3 20 0 14 0 112326522 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896867980144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 14 0 112326524 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) S 28669 28672 8289 0 -1 1077944384 294 12422 0 0 0 0 5 3 20 0 14 0 112326524 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 14 0 112326524 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) S 28669 28672 8289 0 -1 1077944384 225 12422 0 0 0 0 5 3 20 0 14 0 112326524 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896863771248 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 14 0 112326525 14241083392 5438 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 21752 KiB

[startup+0.700738 s]
/proc/loadavg: 1.78 1.93 1.92 3/216 28735
/proc/meminfo: memFree=30313052/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=13974784 memory=56288 CPUtime=0.62 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 13650 12422 0 0 50 4 5 3 20 0 15 0 112326498 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3493696 14072 3078 1 0 3482965 0
[pid=28672/tid=28722] ppid=28669 vsize=13974784 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 10106 12422 0 0 38 3 5 3 20 0 15 0 112326519 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139897395989728 139897384004414 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326520 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326520 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 2 12422 0 0 0 0 5 3 20 0 15 0 112326520 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326520 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 5 12422 0 0 0 0 5 3 20 0 15 0 112326521 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=13974784 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 33 12422 0 0 0 0 5 3 20 0 15 0 112326522 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896869032992 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 21 12422 0 0 0 0 5 3 20 0 15 0 112326522 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896867980144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=13974784 memory=491 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326524 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=13974784 memory=141 CPUtime=0.1 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) S 28669 28672 8289 0 -1 1077944384 429 12422 0 0 2 0 5 3 20 0 15 0 112326524 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=13974784 memory=66 CPUtime=0.09 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 336 12422 0 0 1 0 5 3 20 0 15 0 112326524 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=13974784 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) R 28669 28672 8289 0 -1 4202560 553 12422 0 0 7 0 5 3 20 0 15 0 112326524 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896863771376 139897391779222 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=13974784 memory=177 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326525 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28735] ppid=28669 vsize=13974784 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28735/stat : 28735 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326532 14310178816 14072 18446744073709551615 4194304 4196468 140724877363728 139896861665968 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56288 KiB

[startup+1.50071 s]
/proc/loadavg: 1.78 1.93 1.92 4/216 28735
/proc/meminfo: memFree=30274100/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=13985408 memory=135356 CPUtime=1.81 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 27522 12422 0 0 165 8 5 3 20 0 15 0 112326498 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3496352 33839 3341 1 0 3485525 0
[pid=28672/tid=28722] ppid=28669 vsize=13985408 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 22206 12422 0 0 114 6 5 3 20 0 15 0 112326519 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139897395988176 139897391779222 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=13985408 memory=7236547281622689387 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326520 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=13985408 memory=7451301697963782242 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326520 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=13985408 memory=7518306963056716631 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 2 12422 0 0 0 0 5 3 20 0 15 0 112326520 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=13985408 memory=5787213904088350821 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 1 12422 0 0 0 0 5 3 20 0 15 0 112326520 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 5 12422 0 0 0 0 5 3 20 0 15 0 112326521 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 33 12422 0 0 0 0 5 3 20 0 15 0 112326522 14321057792 33839 18446744073709551615 4194304 4196468 140724877363728 139896869032992 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=13985408 memory=7013346343823632999 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 21 12422 0 0 0 0 5 3 20 0 15 0 112326522 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896867980144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=13985408 memory=8099279071866868842 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326524 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=13985408 memory=5859294597081688936 CPUtime=0.23 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) R 28669 28672 8289 0 -1 1077944384 1013 12422 0 0 15 0 5 3 20 0 15 0 112326524 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=13985408 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 758 12422 0 0 12 0 5 3 20 0 15 0 112326524 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=13985408 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) S 28669 28672 8289 0 -1 1077944384 1315 12422 0 0 22 0 5 3 20 0 15 0 112326524 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896863771248 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=13985408 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326525 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28735] ppid=28669 vsize=13985408 memory=7681421203011431829 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28735/stat : 28735 (java) S 28669 28672 8289 0 -1 1077944384 10 12422 0 0 0 0 5 3 20 0 15 0 112326532 14321057792 33865 18446744073709551615 4194304 4196468 140724877363728 139896861665968 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 135356 KiB

[startup+3.11149 s]
/proc/loadavg: 1.78 1.93 1.92 5/216 28735
/proc/meminfo: memFree=30151204/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=13997884 memory=229784 CPUtime=6.22 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 45547 12422 0 0 597 17 5 3 20 0 15 0 112326498 14333833216 57446 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3499471 57446 3443 1 0 3488085 0
[pid=28672/tid=28722] ppid=28669 vsize=13997884 memory=200560 CPUtime=2.86 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 29144 12422 0 0 268 10 5 3 20 0 15 0 112326519 14333833216 57446 18446744073709551615 4194304 4196468 140724877363728 139897396001488 139897391788634 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=13997884 memory=56 CPUtime=0.08 cores=0,2,4,6

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

/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 56750 12422 0 0 10098 31 5 3 20 0 15 0 112326519 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139897396001408 139897049265892 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=14069564 memory=1307540 CPUtime=0.52 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1640 12422 0 0 40 4 5 3 20 0 15 0 112326520 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=14069564 memory=1309080 CPUtime=0.51 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 2987 12422 0 0 39 4 5 3 20 0 15 0 112326520 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=14069564 memory=280220445091776 CPUtime=0.52 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 3099 12422 0 0 41 3 5 3 20 0 15 0 112326520 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=14069564 memory=280220445000976 CPUtime=0.54 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 518 12422 0 0 42 4 5 3 20 0 15 0 112326520 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=14069564 memory=1310984 CPUtime=0.27 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 7059 12422 0 0 18 1 5 3 20 0 15 0 112326521 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=14069564 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 63 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896869033120 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=14069564 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 47 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896867980160 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=14069564 memory=1311132 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326524 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=14069564 memory=1311132 CPUtime=10.46 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) S 28669 28672 8289 0 -1 1077944384 18792 12422 0 0 1033 5 5 3 20 0 15 0 112326524 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=14069564 memory=0 CPUtime=10.49 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 14962 12422 0 0 1037 4 5 3 20 0 15 0 112326524 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=14069564 memory=4 CPUtime=3.75 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) S 28669 28672 8289 0 -1 1077944384 12759 12422 0 0 361 6 5 3 20 0 15 0 112326524 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896863771248 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=14069564 memory=1315600 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326525 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28735] ppid=28669 vsize=14069564 memory=54408 CPUtime=0.13 cores=0,2,4,6
/proc/28672/task/28735/stat : 28735 (java) S 28669 28672 8289 0 -1 1077944384 675 12422 0 0 2 3 5 3 20 0 15 0 112326532 14407233536 326885 18446744073709551615 4194304 4196468 140724877363728 139896861665968 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 127.92 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 1307540 KiB

[startup+162.301 s]
/proc/loadavg: 1.23 1.73 1.86 3/214 28866
/proc/meminfo: memFree=29197892/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=14069564 memory=1284452 CPUtime=188.52 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 125946 12422 0 0 18772 72 5 3 20 0 15 0 112326498 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3517391 321113 3481 1 0 3506005 0
[pid=28672/tid=28722] ppid=28669 vsize=14069564 memory=1291120 CPUtime=161.01 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 57999 12422 0 0 16062 31 5 3 20 0 15 0 112326519 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139897396001408 139897052360032 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=14069564 memory=1289580 CPUtime=0.71 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1724 12422 0 0 58 5 5 3 20 0 15 0 112326520 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=14069564 memory=1284964 CPUtime=0.71 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 3130 12422 0 0 59 4 5 3 20 0 15 0 112326520 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=14069564 memory=1284452 CPUtime=0.71 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 4716 12422 0 0 59 4 5 3 20 0 15 0 112326520 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=14069564 memory=1287528 CPUtime=0.73 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 561 12422 0 0 60 5 5 3 20 0 15 0 112326520 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=14069564 memory=1291120 CPUtime=0.4 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 7477 12422 0 0 30 2 5 3 20 0 15 0 112326521 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=14069564 memory=54408 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 63 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896869033120 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=14069564 memory=-8774313645642428999 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 47 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896867980160 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=14069564 memory=288230617509003574 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326524 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=14069564 memory=1290608 CPUtime=10.47 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) S 28669 28672 8289 0 -1 1077944384 18794 12422 0 0 1034 5 5 3 20 0 15 0 112326524 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=14069564 memory=11136 CPUtime=10.49 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 14965 12422 0 0 1037 4 5 3 20 0 15 0 112326524 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=14069564 memory=1285992 CPUtime=3.75 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) S 28669 28672 8289 0 -1 1077944384 13608 12422 0 0 361 6 5 3 20 0 15 0 112326524 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896863771248 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=14069564 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326525 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28735] ppid=28669 vsize=14069564 memory=640 CPUtime=0.16 cores=0,2,4,6
/proc/28672/task/28735/stat : 28735 (java) S 28669 28672 8289 0 -1 1077944384 701 12422 0 0 4 4 5 3 20 0 15 0 112326532 14407233536 321113 18446744073709551615 4194304 4196468 140724877363728 139896861665968 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 188.52 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 1284452 KiB

[startup+222.301 s]
/proc/loadavg: 1.37 1.68 1.83 3/213 28868
/proc/meminfo: memFree=29228780/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=14069564 memory=1270684 CPUtime=249.36 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 129772 12422 0 0 24850 78 5 3 20 0 15 0 112326498 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3517391 317671 3481 1 0 3506005 0
[pid=28672/tid=28722] ppid=28669 vsize=14069564 memory=1277868 CPUtime=220.5 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 59452 12422 0 0 22010 32 5 3 20 0 15 0 112326519 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139897396001376 139897045964417 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=14069564 memory=1277868 CPUtime=0.99 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1961 12422 0 0 86 5 5 3 20 0 15 0 112326520 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=14069564 memory=1270684 CPUtime=0.99 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 4304 12422 0 0 86 5 5 3 20 0 15 0 112326520 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=14069564 memory=1270684 CPUtime=1 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 4787 12422 0 0 87 5 5 3 20 0 15 0 112326520 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=14069564 memory=1270684 CPUtime=1.02 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 1014 12422 0 0 88 6 5 3 20 0 15 0 112326520 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=14069564 memory=1270684 CPUtime=0.58 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 7886 12422 0 0 46 4 5 3 20 0 15 0 112326521 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=14069564 memory=1277868 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 63 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896869033120 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=14069564 memory=1270684 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 47 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896867980160 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=14069564 memory=1270684 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326524 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=14069564 memory=14356 CPUtime=10.47 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) S 28669 28672 8289 0 -1 1077944384 18796 12422 0 0 1034 5 5 3 20 0 15 0 112326524 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=14069564 memory=1270684 CPUtime=10.49 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 14968 12422 0 0 1037 4 5 3 20 0 15 0 112326524 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=14069564 memory=1008 CPUtime=3.75 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) S 28669 28672 8289 0 -1 1077944384 13610 12422 0 0 361 6 5 3 20 0 15 0 112326524 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896863771248 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=14069564 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326525 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28735] ppid=28669 vsize=14069564 memory=1200 CPUtime=0.2 cores=0,2,4,6
/proc/28672/task/28735/stat : 28735 (java) S 28669 28672 8289 0 -1 1077944384 723 12422 0 0 6 6 5 3 20 0 15 0 112326532 14407233536 317671 18446744073709551615 4194304 4196468 140724877363728 139896861665968 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 249.36 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 1270684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.001 s]*
/proc/loadavg: 1.34 1.66 1.83 3/213 28868
/proc/meminfo: memFree=29228656/32770624 swapFree=67108860/67108860
[pid=28672] ppid=28669 vsize=14069564 memory=1270740 CPUtime=252.1 cores=0,2,4,6
/proc/28672/stat : 28672 (java) S 28669 28672 8289 0 -1 1077944320 131033 12422 0 0 25124 78 5 3 20 0 15 0 112326498 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 140724877346272 139897391767287 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
/proc/28672/statm: 3517391 317685 3481 1 0 3506005 0
[pid=28672/tid=28722] ppid=28669 vsize=14069564 memory=-8774313645642428999 CPUtime=223.19 cores=0,2,4,6
/proc/28672/task/28722/stat : 28722 (java) R 28669 28672 8289 0 -1 4202560 59549 12422 0 0 22279 32 5 3 20 0 15 0 112326519 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139897396001760 139897052965620 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28723] ppid=28669 vsize=14069564 memory=4126316290023845779 CPUtime=1 cores=0,2,4,6
/proc/28672/task/28723/stat : 28723 (java) S 28669 28672 8289 0 -1 1077944384 1983 12422 0 0 87 5 5 3 20 0 15 0 112326520 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896992230544 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28724] ppid=28669 vsize=14069564 memory=4126316290023845779 CPUtime=1.01 cores=0,2,4,6
/proc/28672/task/28724/stat : 28724 (java) S 28669 28672 8289 0 -1 1077944384 4378 12422 0 0 88 5 5 3 20 0 15 0 112326520 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896991177744 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28725] ppid=28669 vsize=14069564 memory=7667497561383256160 CPUtime=1.02 cores=0,2,4,6
/proc/28672/task/28725/stat : 28725 (java) S 28669 28672 8289 0 -1 1077944384 4804 12422 0 0 89 5 5 3 20 0 15 0 112326520 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896990124944 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28726] ppid=28669 vsize=14069564 memory=7667497561383256160 CPUtime=1.03 cores=0,2,4,6
/proc/28672/task/28726/stat : 28726 (java) S 28669 28672 8289 0 -1 1077944384 2048 12422 0 0 89 6 5 3 20 0 15 0 112326520 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896989072144 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28727] ppid=28669 vsize=14069564 memory=6944652177228980320 CPUtime=0.58 cores=0,2,4,6
/proc/28672/task/28727/stat : 28727 (java) S 28669 28672 8289 0 -1 1077944384 7903 12422 0 0 46 4 5 3 20 0 15 0 112326521 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896870087024 139897391778434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28728] ppid=28669 vsize=14069564 memory=7308605983694284882 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28728/stat : 28728 (java) S 28669 28672 8289 0 -1 1077944384 63 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896869033120 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28729] ppid=28669 vsize=14069564 memory=4040 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28729/stat : 28729 (java) S 28669 28672 8289 0 -1 1077944384 47 12422 0 0 0 0 5 3 20 0 15 0 112326522 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896867980160 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28730] ppid=28669 vsize=14069564 memory=33436 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28730/stat : 28730 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326524 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896866928464 139897391785883 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28731] ppid=28669 vsize=14069564 memory=1232 CPUtime=10.47 cores=0,2,4,6
/proc/28672/task/28731/stat : 28731 (java) S 28669 28672 8289 0 -1 1077944384 18796 12422 0 0 1034 5 5 3 20 0 15 0 112326524 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896865876848 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28732] ppid=28669 vsize=14069564 memory=640 CPUtime=10.49 cores=0,2,4,6
/proc/28672/task/28732/stat : 28732 (java) S 28669 28672 8289 0 -1 1077944384 14968 12422 0 0 1037 4 5 3 20 0 15 0 112326524 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896864824048 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28733] ppid=28669 vsize=14069564 memory=1792 CPUtime=3.75 cores=0,2,4,6
/proc/28672/task/28733/stat : 28733 (java) S 28669 28672 8289 0 -1 1077944384 13610 12422 0 0 361 6 5 3 20 0 15 0 112326524 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896863771248 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28734] ppid=28669 vsize=14069564 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/28672/task/28734/stat : 28734 (java) S 28669 28672 8289 0 -1 1077944384 3 12422 0 0 0 0 5 3 20 0 15 0 112326525 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896862718688 139897391777493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
[pid=28672/tid=28735] ppid=28669 vsize=14069564 memory=2248 CPUtime=0.2 cores=0,2,4,6
/proc/28672/task/28735/stat : 28735 (java) S 28669 28672 8289 0 -1 1077944384 723 12422 0 0 6 6 5 3 20 0 15 0 112326532 14407233536 317685 18446744073709551615 4194304 4196468 140724877363728 139896861665968 139897391778434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31629312 140724877367216 140724877370001 140724877370001 140724877373391 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 1270740 KiB

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

[startup+225.046 s]
# the end of solver process 28672 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.322 s, system=0.836264 s

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

Child status: 143
Real time (s): 225.046
CPU time (s): 252.158
CPU user time (s): 251.322
CPU system time (s): 0.836264
CPU usage (%): 112.047
Max. virtual memory (cumulated for all children) (KiB): 14072276
Max. memory (cumulated for all children) (KiB): 1329460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.322
system time used= 0.836264
maximum resident set size= 1331508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27167
involuntary context switches= 751


# summary of solver processes directly reported to runsolver:
#   pid: 28672
#   total CPU time (s): 252.158
#   total CPU user time (s): 251.322
#   total CPU system time (s): 0.836264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31186 second user time and 2.21743 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:11:05
IDJOB=4259578
IDBENCH=122979
IDSOLVER=2646
FILE ID=node133/4259578-1502645113
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-19-019-009.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259578-1502645113/watcher-4259578-1502645113 -o /tmp/evaluation-result-4259578-1502645113/solver-4259578-1502645113 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259578-1502645113.xml

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

MD5SUM BENCH= 3c310f791b76d42f8a4a60c7feb2193f
RANDOM SEED=2002650314

node133.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.17
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.17
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.17
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.17
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:        30350132 kB
MemAvailable:   30987448 kB
Buffers:          237088 kB
Cached:           695640 kB
SwapCached:            0 kB
Active:          1783752 kB
Inactive:         184144 kB
Active(anon):     976332 kB
Inactive(anon):   100820 kB
Active(file):     807420 kB
Inactive(file):    83324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24500 kB
Writeback:             4 kB
AnonPages:       1035200 kB
Mapped:            70876 kB
Shmem:             41660 kB
Slab:             152236 kB
SReclaimable:     124816 kB
SUnreclaim:        27420 kB
KernelStack:        3520 kB
PageTables:         7916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1924644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 19:14:50