Trace number 4304389

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)2721 2520.04 2468.53

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had18_c18.xml
MD5SUM2bd2b017ef1b8aef080ffc7cd9cfea3a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2679
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints154
Number of domains2
Minimum domain size11
Maximum domain size18
Distribution of domain sizes[{"size":11,"count":153},{"size":18,"count":18}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":153},{"degree":18,"count":18}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":153},{"arity":18,"count":1}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
10.23/4.43	o 2935
10.23/4.46	o 2925
10.23/4.49	o 2915
10.94/4.62	o 2914
10.94/4.63	o 2913
10.94/4.65	o 2910
10.94/4.66	o 2876
11.25/4.73	o 2860
11.25/4.78	o 2858
11.25/4.79	o 2829
11.58/4.86	o 2819
11.90/4.96	o 2811
11.90/4.98	o 2810
12.24/5.02	o 2802
12.24/5.05	o 2794
12.24/5.07	o 2793
13.06/5.35	o 2787
13.06/5.36	o 2782
13.06/5.39	o 2766
13.06/5.40	o 2764
15.15/6.71	o 2763
16.12/7.32	o 2757
16.67/7.79	o 2756
23.06/12.93	o 2755
23.06/12.94	o 2729
23.06/12.97	o 2725
42.10/31.13	o 2723
45.16/34.19	o 2721
2520.01/2468.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2468.50		at concrete.MAC.mac(MAC.scala:188)
2520.01/2468.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2468.50		at scala.util.Try$.apply(Try.scala:209)
2520.01/2468.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2468.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2468.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2468.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2468.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2468.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2468.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2468.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2468.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2468.50		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2468.50		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2468.50		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2468.50		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2468.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2468.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2468.50		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2468.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2468.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2468.50		at scala.util.Success.map(Try.scala:209)
2520.01/2468.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2468.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2468.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2468.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2468.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2468.50		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2468.50		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2468.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2468.50		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2468.50		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2468.50		at scala.App.main(App.scala:76)
2520.01/2468.50		at scala.App.main$(App.scala:74)
2520.01/2468.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2468.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2468.51	v <instantiation cost="2721">
2520.01/2468.51	v       <list>
2520.01/2468.51	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[13][14] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
2520.01/2468.51	v       </list>
2520.01/2468.51	v       <values>
2520.01/2468.51	v         2 17 16 9 4 15 11 1 14 10 6 0 5 3 13 8 12 7 7 5 6 6 6 6 6 2 3 4 4 4 2 6 2 5 4 3 10 4 8 6 6 6 3 6 8 3 2 4 7 2 4 6 4 6 4 6 5 5 7 6 3 3 2 4 5 4 7 5 7 7 5 7 4 1 5 4 6 4 5 5 3 7 7 3 6 3 8 4 5 3 5 7 4 5 2 8 8 6 5 4 8 3 5 4 4 7 4 9 7 6 5 6 5 2 6 3 3 4 9 3 9 3 6 2 9 2 1 5 4 5 7 5 4 7 9 6 4 7 3 5 5 6 5 6 8 3 8 8 1 6 5 6 5 5 1 6 5 8 5 1 5 4 9 3 3 5 5 5 4 1 7
2520.01/2468.51	v       </values>
2520.01/2468.51	v     </instantiation>
2520.01/2468.51	s SATISFIABLE

Verifier Data

OK	2721

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304389-1534074586/watcher-4304389-1534074586 -o /tmp/evaluation-result-4304389-1534074586/solver-4304389-1534074586 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20600 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=404139440 HOME/instance-4304389-1534074586.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=22619, runsolver pid=22616

[startup+0.109907 s]*
/proc/loadavg: 1.15 1.35 1.43 3/206 22676
/proc/meminfo: memFree=12126948/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=10219200 memory=20440 CPUtime=0.11 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 4738 12968 0 0 2 1 5 3 20 0 8 0 225021775 10464460800 5110 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2554800 5110 2076 1 0 2543238 0
[pid=22619/tid=22672] ppid=22616 vsize=10219200 memory=4351193297951031687 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 2529 12968 0 0 1 0 5 3 20 0 8 0 225021784 10464460800 5110 33554432000 4194304 4196468 140737008687072 140097662276016 140097690457245 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=10219200 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 8 0 225021785 10464460800 5110 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=10219200 memory=140236161455744 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 8 0 225021785 10464460800 5110 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=10219200 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 8 0 225021785 10464460800 5110 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=10219200 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 8 0 225021785 10464460800 5110 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=10219200 memory=140236161455744 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 8 0 225021787 10464460800 5110 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=10219200 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 12 12968 0 0 0 0 5 3 20 0 8 0 225021787 10464460800 5110 33554432000 4194304 4196468 140737008687072 140096531586896 140097690445525 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10219200 KiB
Current children cumulated memory: 20440 KiB

[startup+0.209885 s]*
/proc/loadavg: 1.15 1.35 1.43 3/215 22685
/proc/meminfo: memFree=12108128/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=10982744 memory=43920 CPUtime=0.26 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 7688 12968 0 0 17 1 5 3 20 0 15 0 225021775 11246329856 10980 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2745686 10980 2949 1 0 2708109 0
[pid=22619/tid=22672] ppid=22616 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 4292 12968 0 0 10 1 5 3 20 0 15 0 225021784 11246329856 11046 33554432000 4194304 4196468 140737008687072 140097662259008 140097670711079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246329856 11046 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=10982744 memory=288370612313167488 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246329856 11046 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246329856 11046 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246329856 11046 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=10982744 memory=140236161455744 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246329856 11046 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246329856 11046 33554432000 4194304 4196468 140737008687072 140096531588000 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246329856 11046 33554432000 4194304 4196468 140737008687072 140096330261488 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246329856 11046 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 366 12968 0 0 1 0 5 3 20 0 15 0 225021790 11246329856 11046 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 241 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246329856 11046 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=10982744 memory=140236161455744 CPUtime=0.11 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 614 12968 0 0 3 0 5 3 20 0 15 0 225021790 11246329856 11112 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246329856 11112 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=10982744 memory=140236161455744 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246329856 11112 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43920 KiB

[startup+0.310105 s]*
/proc/loadavg: 1.15 1.35 1.43 3/215 22685
/proc/meminfo: memFree=12095724/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=10983192 memory=55944 CPUtime=0.38 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 10541 12968 0 0 28 2 5 3 20 0 15 0 225021775 11246788608 13986 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2745798 13986 3068 1 0 2708109 0
[pid=22619/tid=22672] ppid=22616 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 7088 12968 0 0 19 1 5 3 20 0 15 0 225021784 11246788608 13986 33554432000 4194304 4196468 140737008687072 140097662247328 140097675600979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 13986 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 13986 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 13986 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 13986 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096531588000 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096330261488 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 367 12968 0 0 1 0 5 3 20 0 15 0 225021790 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 241 12968 0 0 1 0 5 3 20 0 15 0 225021790 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=10983192 memory=140236161455744 CPUtime=0.12 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 624 12968 0 0 4 0 5 3 20 0 15 0 225021790 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246788608 13986 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=10983192 memory=140236161455744 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246788608 13986 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55944 KiB

[startup+0.700736 s]
/proc/loadavg: 1.15 1.35 1.43 4/215 22685
/proc/meminfo: memFree=12084436/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=10983192 memory=88320 CPUtime=1 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 16736 12968 0 0 88 4 5 3 20 0 15 0 225021775 11246788608 22080 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2745798 22080 3238 1 0 2708109 0
[pid=22619/tid=22672] ppid=22616 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 12224 12968 0 0 56 2 5 3 20 0 15 0 225021784 11246788608 22080 33554432000 4194304 4196468 140737008687072 140097662245048 140097674515806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 22080 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 22080 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=10983192 memory=140236050965904 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 22080 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=10983192 memory=140239272149568 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 2 12968 0 0 0 0 5 3 20 0 15 0 225021785 11246788608 22080 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=10983192 memory=1836 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 6 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=10983192 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096531588000 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096330261488 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 779 12968 0 0 8 0 5 3 20 0 15 0 225021790 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=10983192 memory=8551153264117193089 CPUtime=0.17 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 805 12968 0 0 9 0 5 3 20 0 15 0 225021790 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 704 12968 0 0 13 0 5 3 20 0 15 0 225021790 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=10983192 memory=140236161458257 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246788608 22080 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=10983192 memory=3872 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021790 11246788608 22080 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88320 KiB

[startup+1.50076 s]
/proc/loadavg: 1.15 1.35 1.43 3/215 22685
/proc/meminfo: memFree=12040360/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=10998092 memory=181620 CPUtime=2.85 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 27424 12968 0 0 268 9 5 3 20 0 15 0 225021775 11262046208 45405 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2749523 45405 3469 1 0 2711181 0
[pid=22619/tid=22672] ppid=22616 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 17739 12968 0 0 129 5 5 3 20 0 15 0 225021784 11262046208 45405 33554432000 4194304 4196468 140737008687072 140097662264512 140097675805227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=10998092 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 181 12968 0 0 1 0 5 3 20 0 15 0 225021785 11262046208 45405 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 35 12968 0 0 0 0 5 3 20 0 15 0 225021785 11262046208 45405 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=10998092 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 5 12968 0 0 0 0 5 3 20 0 15 0 225021785 11262046208 45405 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=10998092 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 93 12968 0 0 1 0 5 3 20 0 15 0 225021785 11262046208 45405 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=10998092 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 64 12968 0 0 1 0 5 3 20 0 15 0 225021787 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=10998092 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 13 12968 0 0 0 0 5 3 20 0 15 0 225021787 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096531588000 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096330261504 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=10998092 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 3060 12968 0 0 49 0 5 3 20 0 15 0 225021790 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=10998092 memory=8551153264117193089 CPUtime=0.54 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 2609 12968 0 0 46 0 5 3 20 0 15 0 225021790 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=10998092 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 1425 12968 0 0 34 0 5 3 20 0 15 0 225021790 11262046208 45405 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=10998092 memory=140236161458257 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11262046208 45405 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0

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

/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 92147 12968 0 0 235582 50 5 3 20 0 15 0 225021784 11345952768 223984 33554432000 4194304 4196468 140737008687072 140097662268992 140097234455623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.64 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 15972 12968 0 0 1098 58 5 3 20 0 15 0 225021785 11345952768 223984 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.59 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 13365 12968 0 0 1095 56 5 3 20 0 15 0 225021785 11345952768 223984 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.62 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 13194 12968 0 0 1102 52 5 3 20 0 15 0 225021785 11345952768 223984 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.64 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 10781 12968 0 0 1099 57 5 3 20 0 15 0 225021785 11345952768 223984 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=11080032 memory=895936 CPUtime=11 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 12811 12968 0 0 1039 53 5 3 20 0 15 0 225021787 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 15 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096531588128 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=11080032 memory=3872 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096330261504 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=11080032 memory=60952 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=11080032 memory=895936 CPUtime=7.57 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 34011 12968 0 0 742 7 5 3 20 0 15 0 225021790 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=11080032 memory=1224 CPUtime=6.85 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 37901 12968 0 0 671 6 5 3 20 0 15 0 225021790 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=11080032 memory=14204 CPUtime=3.44 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 30084 12968 0 0 329 7 5 3 20 0 15 0 225021790 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=11080032 memory=34260 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 223984 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=11080032 memory=1180 CPUtime=1.37 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1268 12968 0 0 67 62 5 3 20 0 15 0 225021790 11345952768 223984 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 2432.52 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 895936 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.26 1.31 3/216 22923
/proc/meminfo: memFree=11055312/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=11080032 memory=897984 CPUtime=2493.41 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 264925 12968 0 0 248977 356 5 3 20 0 15 0 225021775 11345952768 224496 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2770008 224496 3529 1 0 2731661 0
[pid=22619/tid=22672] ppid=22616 vsize=11080032 memory=897984 CPUtime=2415.72 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 92794 12968 0 0 241512 52 5 3 20 0 15 0 225021784 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097662269840 140097235446286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=11080032 memory=897984 CPUtime=11.95 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 16051 12968 0 0 1127 60 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.9 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 13387 12968 0 0 1125 57 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.93 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 13225 12968 0 0 1131 54 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.95 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 11137 12968 0 0 1129 58 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=11080032 memory=895936 CPUtime=11.28 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 12842 12968 0 0 1066 54 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=11080032 memory=895936 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 15 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096531588128 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=11080032 memory=895936 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096330261504 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=11080032 memory=897984 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=11080032 memory=897984 CPUtime=7.57 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 34013 12968 0 0 742 7 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=11080032 memory=897984 CPUtime=6.85 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 37903 12968 0 0 671 6 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=11080032 memory=897984 CPUtime=3.44 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 30086 12968 0 0 329 7 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=11080032 memory=895936 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=11080032 memory=897984 CPUtime=1.41 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1273 12968 0 0 69 64 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 2493.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 897984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.5 s]
/proc/loadavg: 1.18 1.23 1.30 3/216 22923
/proc/meminfo: memFree=11055584/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=11080032 memory=897984 CPUtime=2520.01 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 265593 12968 0 0 251633 360 5 3 20 0 15 0 225021775 11345952768 224496 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2770008 224496 3529 1 0 2731661 0
[pid=22619/tid=22672] ppid=22616 vsize=11080032 memory=897984 CPUtime=2441.6 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 93152 12968 0 0 244100 52 5 3 20 0 15 0 225021784 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097662270896 140097236296391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.1 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 16078 12968 0 0 1141 61 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.04 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 13403 12968 0 0 1138 58 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.07 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 13292 12968 0 0 1144 55 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.1 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 11147 12968 0 0 1143 59 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=11080032 memory=897984 CPUtime=11.42 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 13019 12968 0 0 1079 55 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=11080032 memory=897984 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 15 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096531588128 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096330261504 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=11080032 memory=897984 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=11080032 memory=928 CPUtime=7.57 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 34013 12968 0 0 742 7 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=11080032 memory=6791534058613427641 CPUtime=6.85 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 37903 12968 0 0 671 6 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=11080032 memory=34260 CPUtime=3.44 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 30086 12968 0 0 329 7 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=11080032 memory=19139 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=11080032 memory=664970774370825018 CPUtime=1.42 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1286 12968 0 0 70 64 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 897984 KiB

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

[startup+2468.53 s]
# the end of solver process 22619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.64179 s

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

[startup+2468.5 s]
/proc/loadavg: 1.18 1.23 1.30 3/216 22923
/proc/meminfo: memFree=11055584/32770624 swapFree=67108496/67108860
[pid=22619] ppid=22616 vsize=11080032 memory=897984 CPUtime=2520.01 cores=0,2,4,6
/proc/22619/stat : 22619 (java) S 22616 22619 20569 0 -1 1077944320 265593 12968 0 0 251633 360 5 3 20 0 15 0 225021775 11345952768 224496 33554432000 4194304 4196468 140737008687072 140737008669616 140097690435319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
/proc/22619/statm: 2770008 224496 3529 1 0 2731661 0
[pid=22619/tid=22672] ppid=22616 vsize=11080032 memory=897984 CPUtime=2441.6 cores=0,2,4,6
/proc/22619/task/22672/stat : 22672 (java) R 22616 22619 20569 0 -1 4202560 93152 12968 0 0 244100 52 5 3 20 0 15 0 225021784 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097662270896 140097236296391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22673] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.1 cores=0,2,4,6
/proc/22619/task/22673/stat : 22673 (java) S 22616 22619 20569 0 -1 1077944384 16078 12968 0 0 1141 61 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097694677776 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22674] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.04 cores=0,2,4,6
/proc/22619/task/22674/stat : 22674 (java) S 22616 22619 20569 0 -1 1077944384 13403 12968 0 0 1138 58 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097549396880 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22675] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.07 cores=0,2,4,6
/proc/22619/task/22675/stat : 22675 (java) S 22616 22619 20569 0 -1 1077944384 13292 12968 0 0 1144 55 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097548344336 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22676] ppid=22616 vsize=11080032 memory=897984 CPUtime=12.1 cores=0,2,4,6
/proc/22619/task/22676/stat : 22676 (java) S 22616 22619 20569 0 -1 1077944384 11147 12968 0 0 1143 59 5 3 20 0 15 0 225021785 11345952768 224496 33554432000 4194304 4196468 140737008687072 140097547291792 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22677] ppid=22616 vsize=11080032 memory=897984 CPUtime=11.42 cores=0,2,4,6
/proc/22619/task/22677/stat : 22677 (java) S 22616 22619 20569 0 -1 1077944384 13019 12968 0 0 1079 55 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096658438128 140097690446466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22678] ppid=22616 vsize=11080032 memory=897984 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22678/stat : 22678 (java) S 22616 22619 20569 0 -1 1077944384 15 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096531588128 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22679] ppid=22616 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22679/stat : 22679 (java) S 22616 22619 20569 0 -1 1077944384 1 12968 0 0 0 0 5 3 20 0 15 0 225021787 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096330261504 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22680] ppid=22616 vsize=11080032 memory=897984 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22680/stat : 22680 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096022862032 140097690453915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22681] ppid=22616 vsize=11080032 memory=928 CPUtime=7.57 cores=0,2,4,6
/proc/22619/task/22681/stat : 22681 (java) S 22616 22619 20569 0 -1 1077944384 34013 12968 0 0 742 7 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096657385968 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22682] ppid=22616 vsize=11080032 memory=6791534058613427641 CPUtime=6.85 cores=0,2,4,6
/proc/22619/task/22682/stat : 22682 (java) S 22616 22619 20569 0 -1 1077944384 37903 12968 0 0 671 6 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096656333424 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22683] ppid=22616 vsize=11080032 memory=34260 CPUtime=3.44 cores=0,2,4,6
/proc/22619/task/22683/stat : 22683 (java) S 22616 22619 20569 0 -1 1077944384 30086 12968 0 0 329 7 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096655280880 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22684] ppid=22616 vsize=11080032 memory=19139 CPUtime=0.08 cores=0,2,4,6
/proc/22619/task/22684/stat : 22684 (java) S 22616 22619 20569 0 -1 1077944384 3 12968 0 0 0 0 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140095592066144 140097690445525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
[pid=22619/tid=22685] ppid=22616 vsize=11080032 memory=664970774370825018 CPUtime=1.42 cores=0,2,4,6
/proc/22619/task/22685/stat : 22685 (java) S 22616 22619 20569 0 -1 1077944384 1286 12968 0 0 70 64 5 3 20 0 15 0 225021790 11345952768 224496 33554432000 4194304 4196468 140737008687072 140096654227760 140097690446466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14073856 140737008695917 140737008698716 140737008698716 140737008701391 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 897984 KiB

Child status: 143
Real time (s): 2468.53
CPU time (s): 2520.04
CPU user time (s): 2516.4
CPU system time (s): 3.64179
CPU usage (%): 102.087
Max. virtual memory (cumulated for all children) (KiB): 11080748
Max. memory (cumulated for all children) (KiB): 897984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.6418
maximum resident set size= 900288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298507
involuntary context switches= 8953


# summary of solver processes directly reported to runsolver:
#   pid: 22619
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.64179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4744 second user time and 22.2824 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 13:49:46
IDJOB=4304389
IDBENCH=141243
IDSOLVER=2780
FILE ID=node149/4304389-1534074586
RUNJOBID= node149-1534063810-20600
PBS_JOBID= 21036989
Free space on /tmp= 39136 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304389-1534074586/watcher-4304389-1534074586 -o /tmp/evaluation-result-4304389-1534074586/solver-4304389-1534074586 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20600 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=404139440 HOME/instance-4304389-1534074586.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=404139440

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12137536 kB
MemAvailable:   30973720 kB
Buffers:          190132 kB
Cached:         18678288 kB
SwapCached:           28 kB
Active:          8622680 kB
Inactive:       11230968 kB
Active(anon):     934428 kB
Inactive(anon):   103080 kB
Active(file):    7688252 kB
Inactive(file): 11127888 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:        992840 kB
Mapped:            67236 kB
Shmem:             49616 kB
Slab:             476968 kB
SReclaimable:     448504 kB
SUnreclaim:        28464 kB
KernelStack:        3488 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2122664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39112 MiB
End job on node149 at 2018-08-12 14:30:54