Trace number 4293090

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)20 2520.04 2468.64

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-9x9_c18.xml
MD5SUMcd5af6f5844e22b939db4ffe1efd4e73
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.916551
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints81
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":81}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":28},{"degree":6,"count":49}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":28},{"arity":5,"count":49}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":81}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
8.67/4.04	o 26
8.67/4.06	o 25
9.34/4.29	o 24
10.61/4.64	o 23
21.66/12.84	o 22
23.23/14.27	o 21
501.70/479.97	o 20
2520.00/2468.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2468.61		at concrete.MAC.mac(MAC.scala:188)
2520.00/2468.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2468.61		at scala.util.Try$.apply(Try.scala:209)
2520.00/2468.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2468.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2468.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2468.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2468.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2468.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2468.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2468.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2468.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2468.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2468.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2468.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2468.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2468.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2468.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2468.61		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2468.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2468.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2468.61		at scala.util.Success.map(Try.scala:209)
2520.00/2468.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2468.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2468.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2468.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2468.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2468.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2468.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2468.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2468.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2468.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2468.61		at scala.App.main(App.scala:76)
2520.00/2468.61		at scala.App.main$(App.scala:74)
2520.00/2468.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2468.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2468.62	v <instantiation cost="20">
2520.00/2468.62	v       <list>
2520.00/2468.62	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] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80]
2520.00/2468.62	v       </list>
2520.00/2468.62	v       <values>
2520.00/2468.62	v         0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0
2520.00/2468.62	v       </values>
2520.00/2468.62	v     </instantiation>
2520.00/2468.62	s SATISFIABLE

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293090-1532306885/watcher-4293090-1532306885 -o /tmp/evaluation-result-4293090-1532306885/solver-4293090-1532306885 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532297041-4849 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=610230471 -superng HOME/instance-4293090-1532306885.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
solver pid=6723, runsolver pid=6720
Current StackSize limit: 8192 KiB


[startup+0.101078 s]*
/proc/loadavg: 1.12 1.34 1.49 2/206 6780
/proc/meminfo: memFree=20411524/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=9972712 memory=18312 CPUtime=0.09 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 4212 12898 0 0 1 0 5 3 20 0 6 0 48251815 10212057088 4578 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2493178 4578 1932 1 0 2481616 0
[pid=6723/tid=6776] ppid=6720 vsize=9972712 memory=-8962006872759779269 CPUtime=0.09 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 2042 12898 0 0 1 0 5 3 20 0 6 0 48251824 10212057088 4578 33554432000 4194304 4196468 140725358022256 140526528492112 140526556678941 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 6 0 48251825 10212057088 4578 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=9972712 memory=139966094018176 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 6 0 48251825 10212057088 4578 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 6 0 48251825 10212057088 4578 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 2 12898 0 0 0 0 5 3 20 0 6 0 48251825 10212057088 4578 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18312 KiB

[startup+0.209816 s]*
/proc/loadavg: 1.12 1.34 1.49 3/215 6789
/proc/meminfo: memFree=20394880/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10818936 memory=44488 CPUtime=0.26 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 9048 12898 0 0 17 1 5 3 20 0 15 0 48251815 11078590464 11122 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2704734 11122 2931 1 0 2667157 0
[pid=6723/tid=6776] ppid=6720 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 5681 12898 0 0 10 1 5 3 20 0 15 0 48251824 11078557696 11122 33554432000 4194304 4196468 140725358022256 140526528480160 140526549372455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11078557696 11122 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10818904 memory=139966094027485 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11078557696 11122 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11078557696 11122 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 2 12898 0 0 0 0 5 3 20 0 15 0 48251825 11078557696 11122 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10818904 memory=139966094018176 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 2 12898 0 0 0 0 5 3 20 0 15 0 48251827 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 33 12898 0 0 0 0 5 3 20 0 15 0 48251827 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525880415136 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525424337904 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 518 12898 0 0 1 0 5 3 20 0 15 0 48251830 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 56 12898 0 0 0 0 5 3 20 0 15 0 48251830 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10818904 memory=139966094018176 CPUtime=0.11 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) R 6720 6723 4818 0 -1 4202560 565 12898 0 0 3 0 5 3 20 0 15 0 48251830 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525844753136 140526556676698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10818904 memory=139966094018176 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251830 11078557696 11122 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44488 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.12 1.34 1.49 3/215 6789
/proc/meminfo: memFree=20380856/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10819352 memory=52364 CPUtime=0.4 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 10251 12898 0 0 29 3 5 3 20 0 15 0 48251815 11079016448 13091 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2704838 13091 3050 1 0 2667149 0
[pid=6723/tid=6776] ppid=6720 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 6871 12898 0 0 19 2 5 3 20 0 15 0 48251824 11079016448 13091 33554432000 4194304 4196468 140725358022256 140526528467360 140526540735838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 13091 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 13091 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 13091 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 2 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 13091 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 2 12898 0 0 0 0 5 3 20 0 15 0 48251827 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 33 12898 0 0 0 0 5 3 20 0 15 0 48251827 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525880415136 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525424337904 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 518 12898 0 0 1 0 5 3 20 0 15 0 48251830 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 57 12898 0 0 1 0 5 3 20 0 15 0 48251830 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10819352 memory=139966094018176 CPUtime=0.13 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 572 12898 0 0 5 0 5 3 20 0 15 0 48251830 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10819352 memory=139966094018176 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251830 11079016448 13091 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52364 KiB

[startup+0.700746 s]
/proc/loadavg: 1.12 1.34 1.49 3/215 6789
/proc/meminfo: memFree=20372544/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10819352 memory=84844 CPUtime=0.99 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 16320 12898 0 0 87 4 5 3 20 0 15 0 48251815 11079016448 21211 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2704838 21211 3241 1 0 2667149 0
[pid=6723/tid=6776] ppid=6720 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 11882 12898 0 0 55 3 5 3 20 0 15 0 48251824 11079016448 21211 33554432000 4194304 4196468 140725358022256 140526528476176 140526556669260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 21211 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 21211 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10819352 memory=139965937890064 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 21211 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10819352 memory=139968689209952 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 2 12898 0 0 0 0 5 3 20 0 15 0 48251825 11079016448 21211 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10819352 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 6 12898 0 0 0 0 5 3 20 0 15 0 48251827 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10819352 memory=4639098309541126758 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 33 12898 0 0 0 0 5 3 20 0 15 0 48251827 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525880415136 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10819352 memory=7885081012184048465 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525424337904 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10819352 memory=18464 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10819352 memory=10480 CPUtime=0.18 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 1152 12898 0 0 10 0 5 3 20 0 15 0 48251830 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10819352 memory=4052 CPUtime=0.14 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 417 12898 0 0 6 0 5 3 20 0 15 0 48251830 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10819352 memory=644 CPUtime=0.21 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 629 12898 0 0 13 0 5 3 20 0 15 0 48251830 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10819352 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10819352 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251830 11079016448 21211 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84844 KiB

[startup+1.50069 s]
/proc/loadavg: 1.12 1.34 1.49 3/215 6789
/proc/meminfo: memFree=20327660/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10834252 memory=175672 CPUtime=2.26 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 23503 12898 0 0 208 10 5 3 20 0 15 0 48251815 11094274048 43918 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2708563 43918 3474 1 0 2670221 0
[pid=6723/tid=6776] ppid=6720 vsize=10834252 memory=61496 CPUtime=1.42 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 17393 12898 0 0 129 5 5 3 20 0 15 0 48251824 11094274048 43918 33554432000 4194304 4196468 140725358022256 140526528487792 140526556677277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 17 12898 0 0 0 0 5 3 20 0 15 0 48251825 11094274048 43918 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10834252 memory=279931875811488 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 21 12898 0 0 0 0 5 3 20 0 15 0 48251825 11094274048 43918 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 200 12898 0 0 0 0 5 3 20 0 15 0 48251825 11094274048 43918 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 76 12898 0 0 0 0 5 3 20 0 15 0 48251825 11094274048 43918 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 61 12898 0 0 1 0 5 3 20 0 15 0 48251827 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 34 12898 0 0 0 0 5 3 20 0 15 0 48251827 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525880415200 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525424337920 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10834252 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) R 6720 6723 4818 0 -1 1077944384 1369 12898 0 0 20 0 5 3 20 0 15 0 48251830 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10834252 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) R 6720 6723 4818 0 -1 1077944384 939 12898 0 0 20 0 5 3 20 0 15 0 48251830 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10834252 memory=8112282956445269571 CPUtime=0.39 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 1197 12898 0 0 31 0 5 3 20 0 15 0 48251830 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10834252 memory=279931876055936 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251830 11094274048 43918 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 103421 12898 0 0 229587 54 5 3 20 0 15 0 48251824 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526528490864 140526127939293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10914144 memory=1148328 CPUtime=11.72 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 26544 12898 0 0 1105 59 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10914144 memory=1148328 CPUtime=11.69 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 18617 12898 0 0 1105 56 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10914144 memory=1148328 CPUtime=11.74 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 27595 12898 0 0 1109 57 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10914144 memory=1148328 CPUtime=11.69 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 20294 12898 0 0 1104 57 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10914144 memory=1148328 CPUtime=10.81 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 20808 12898 0 0 1019 54 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 38 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525880415264 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525424337920 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10914144 memory=1148328 CPUtime=6.41 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 30204 12898 0 0 626 7 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10914144 memory=1728 CPUtime=6.87 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 34090 12898 0 0 673 6 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10914144 memory=4136 CPUtime=3.32 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 28930 12898 0 0 319 5 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10914144 memory=16100 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10914144 memory=1148328 CPUtime=1.35 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1505 12898 0 0 64 63 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 2371.47 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1148328 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.37 1.33 3/216 7006
/proc/meminfo: memFree=17819540/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10914144 memory=1148328 CPUtime=2432.39 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 317569 12898 0 0 242866 365 5 3 20 0 15 0 48251815 11176083456 287082 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2728536 287082 3521 1 0 2690189 0
[pid=6723/tid=6776] ppid=6720 vsize=10914144 memory=1148328 CPUtime=2355.77 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 104461 12898 0 0 235515 54 5 3 20 0 15 0 48251824 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526528490672 140526126891172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.05 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 27659 12898 0 0 1136 61 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10914144 memory=1146280 CPUtime=12.02 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 18805 12898 0 0 1136 58 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.06 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 28168 12898 0 0 1139 59 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.01 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 20324 12898 0 0 1135 58 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10914144 memory=1148328 CPUtime=11.1 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 21175 12898 0 0 1047 55 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 38 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525880415264 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525424337920 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10914144 memory=1148328 CPUtime=6.41 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 30206 12898 0 0 626 7 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10914144 memory=1148328 CPUtime=6.87 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 34092 12898 0 0 673 6 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10914144 memory=241130 CPUtime=3.32 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 28932 12898 0 0 319 5 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10914144 memory=2436 CPUtime=1.39 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1514 12898 0 0 66 65 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 2432.39 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1148328 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.38 1.33 3/216 7008
/proc/meminfo: memFree=17818920/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10914144 memory=1148328 CPUtime=2493.3 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 322314 12898 0 0 248950 372 5 3 20 0 15 0 48251815 11176083456 287082 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2728536 287082 3521 1 0 2690189 0
[pid=6723/tid=6776] ppid=6720 vsize=10914144 memory=1148328 CPUtime=2415.08 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 105699 12898 0 0 241445 55 5 3 20 0 15 0 48251824 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526528491152 140526129010306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.36 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 27747 12898 0 0 1166 62 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.34 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 20416 12898 0 0 1166 60 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.38 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 28402 12898 0 0 1169 61 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10914144 memory=1148328 CPUtime=12.34 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 21474 12898 0 0 1167 59 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10914144 memory=8112282956445269571 CPUtime=11.4 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 21573 12898 0 0 1076 56 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 38 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525880415264 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525424337920 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10914144 memory=1148328 CPUtime=6.41 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 30210 12898 0 0 626 7 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10914144 memory=1148328 CPUtime=6.87 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 34096 12898 0 0 673 6 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10914144 memory=1148328 CPUtime=3.32 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 28936 12898 0 0 319 5 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10914144 memory=1148328 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10914144 memory=1148328 CPUtime=1.42 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1528 12898 0 0 68 66 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 2493.3 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1148328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.6 s]
/proc/loadavg: 1.58 1.41 1.34 3/216 7008
/proc/meminfo: memFree=17818944/32770624 swapFree=67108860/67108860
[pid=6723] ppid=6720 vsize=10914144 memory=1148328 CPUtime=2520 cores=0,2,4,6
/proc/6723/stat : 6723 (java) S 6720 6723 4818 0 -1 1077944320 323943 12898 0 0 251616 376 5 3 20 0 15 0 48251815 11176083456 287082 33554432000 4194304 4196468 140725358022256 140725358004800 140526556655351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
/proc/6723/statm: 2728536 287082 3521 1 0 2690189 0
[pid=6723/tid=6776] ppid=6720 vsize=10914144 memory=5792 CPUtime=2441.07 cores=0,2,4,6
/proc/6723/task/6776/stat : 6776 (java) R 6720 6723 4818 0 -1 4202560 106341 12898 0 0 244043 56 5 3 20 0 15 0 48251824 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526528490720 140526128453215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6777] ppid=6720 vsize=10914144 memory=4612 CPUtime=12.5 cores=0,2,4,6
/proc/6723/task/6777/stat : 6777 (java) S 6720 6723 4818 0 -1 1077944384 28260 12898 0 0 1179 63 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526560897808 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6778] ppid=6720 vsize=10914144 memory=9920 CPUtime=12.48 cores=0,2,4,6
/proc/6723/task/6778/stat : 6778 (java) S 6720 6723 4818 0 -1 1077944384 20533 12898 0 0 1179 61 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526449171344 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6779] ppid=6720 vsize=10914144 memory=1944 CPUtime=12.52 cores=0,2,4,6
/proc/6723/task/6779/stat : 6779 (java) S 6720 6723 4818 0 -1 1077944384 28415 12898 0 0 1183 61 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526448118800 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6780] ppid=6720 vsize=10914144 memory=1428 CPUtime=12.49 cores=0,2,4,6
/proc/6723/task/6780/stat : 6780 (java) S 6720 6723 4818 0 -1 1077944384 21501 12898 0 0 1180 61 5 3 20 0 15 0 48251825 11176083456 287082 33554432000 4194304 4196468 140725358022256 140526447066256 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6781] ppid=6720 vsize=10914144 memory=8364 CPUtime=11.53 cores=0,2,4,6
/proc/6723/task/6781/stat : 6781 (java) S 6720 6723 4818 0 -1 1077944384 21872 12898 0 0 1088 57 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525881468912 140526556666498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6782] ppid=6720 vsize=10914144 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6782/stat : 6782 (java) S 6720 6723 4818 0 -1 1077944384 38 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525880415264 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6783] ppid=6720 vsize=10914144 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6783/stat : 6783 (java) S 6720 6723 4818 0 -1 1077944384 1 12898 0 0 0 0 5 3 20 0 15 0 48251827 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525424337920 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6784] ppid=6720 vsize=10914144 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6784/stat : 6784 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525116938448 140526556673947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6785] ppid=6720 vsize=10914144 memory=1200 CPUtime=6.41 cores=0,2,4,6
/proc/6723/task/6785/stat : 6785 (java) S 6720 6723 4818 0 -1 1077944384 30210 12898 0 0 626 7 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525846858224 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6786] ppid=6720 vsize=10914144 memory=15876 CPUtime=6.87 cores=0,2,4,6
/proc/6723/task/6786/stat : 6786 (java) S 6720 6723 4818 0 -1 1077944384 34096 12898 0 0 673 6 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525845805680 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6787] ppid=6720 vsize=10914144 memory=18464 CPUtime=3.32 cores=0,2,4,6
/proc/6723/task/6787/stat : 6787 (java) S 6720 6723 4818 0 -1 1077944384 28936 12898 0 0 319 5 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525844753136 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6788] ppid=6720 vsize=10914144 memory=10516 CPUtime=0.08 cores=0,2,4,6
/proc/6723/task/6788/stat : 6788 (java) S 6720 6723 4818 0 -1 1077944384 3 12898 0 0 0 0 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525083380832 140526556665557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
[pid=6723/tid=6789] ppid=6720 vsize=10914144 memory=4052 CPUtime=1.43 cores=0,2,4,6
/proc/6723/task/6789/stat : 6789 (java) S 6720 6723 4818 0 -1 1077944384 1546 12898 0 0 69 66 5 3 20 0 15 0 48251830 11176083456 287082 33554432000 4194304 4196468 140725358022256 140525843700016 140526556666498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12533760 140725358028972 140725358032220 140725358032220 140725358034895 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1148328 KiB

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

[startup+2468.64 s]
# the end of solver process 6723 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.81173 s

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

Child status: 143
Real time (s): 2468.64
CPU time (s): 2520.04
CPU user time (s): 2516.23
CPU system time (s): 3.81173
CPU usage (%): 102.082
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1166300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.81173
maximum resident set size= 1166784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299532
involuntary context switches= 9294


# summary of solver processes directly reported to runsolver:
#   pid: 6723
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.81173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7924 second user time and 23.6395 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 02:48:05
IDJOB=4293090
IDBENCH=141117
IDSOLVER=2751
FILE ID=node150/4293090-1532306885
RUNJOBID= node150-1532297041-4849
PBS_JOBID= 21018991
Free space on /tmp= 57228 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-9x9_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293090-1532306885/watcher-4293090-1532306885 -o /tmp/evaluation-result-4293090-1532306885/solver-4293090-1532306885 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532297041-4849 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=610230471 -superng HOME/instance-4293090-1532306885.xml

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

MD5SUM BENCH= cd5af6f5844e22b939db4ffe1efd4e73
RANDOM SEED=610230471

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20421060 kB
MemAvailable:   29482784 kB
Buffers:          200316 kB
Cached:          9069344 kB
SwapCached:            0 kB
Active:          3611568 kB
Inactive:        8163940 kB
Active(anon):    2464296 kB
Inactive(anon):    61468 kB
Active(file):    1147272 kB
Inactive(file):  8102472 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26728 kB
Writeback:             0 kB
AnonPages:       2615988 kB
Mapped:            49680 kB
Shmem:             17032 kB
Slab:             267240 kB
SReclaimable:     240440 kB
SUnreclaim:        26800 kB
KernelStack:        3840 kB
PageTables:        10476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3333464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2383872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57168 MiB
End job on node150 at 2018-07-23 03:29:14