Trace number 4302359

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)60 252.142 241.741

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.462
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.37/4.35	o 78
9.37/4.36	o 76
10.15/4.62	o 74
10.93/5.11	o 72
10.93/5.15	o 69
11.53/5.40	o 67
11.53/5.48	o 66
11.53/5.49	o 65
11.53/5.50	o 64
12.55/6.24	o 62
13.97/7.46	o 61
13.97/7.46	o 60
252.08/241.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/241.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/241.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/241.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.08/241.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.08/241.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.08/241.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/241.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/241.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/241.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/241.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/241.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/241.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/241.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/241.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/241.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/241.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/241.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/241.70		at scala.Option.map(Option.scala:146)
252.08/241.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/241.70		at concrete.MAC.mac(MAC.scala:203)
252.08/241.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/241.70		at scala.util.Try$.apply(Try.scala:209)
252.08/241.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/241.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/241.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/241.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/241.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/241.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/241.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/241.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/241.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/241.70		at concrete.MAC.oneRun(MAC.scala:253)
252.08/241.70		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/241.70		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/241.70		at concrete.Solver.hasNext(Solver.scala:166)
252.08/241.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/241.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/241.70		at concrete.Solver.foreach(Solver.scala:68)
252.08/241.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/241.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/241.70		at scala.util.Success.map(Try.scala:209)
252.08/241.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/241.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/241.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/241.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/241.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/241.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/241.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/241.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/241.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/241.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/241.71		at scala.App.main(App.scala:76)
252.08/241.71		at scala.App.main$(App.scala:74)
252.08/241.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/241.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/241.71	v <instantiation cost="60">
252.08/241.71	v       <list>
252.08/241.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
252.08/241.71	v       </list>
252.08/241.71	v       <values>
252.08/241.71	v         0 4 9 24 31 43 49 57 59 60 4 9 24 31 43 49 57 59 60 5 20 27 39 45 53 55 56 15 22 34 40 48 50 51 7 19 25 33 35 36 12 18 26 28 29 6 14 16 17 8 10 11 2 3 1
252.08/241.71	v       </values>
252.08/241.71	v     </instantiation>
252.08/241.71	s SATISFIABLE

Verifier Data

OK	60

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302359-1532897142/watcher-4302359-1532897142 -o /tmp/evaluation-result-4302359-1532897142/solver-4302359-1532897142 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1036597721 HOME/instance-4302359-1532897142.xml 

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

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


[startup+0.100123 s]*
/proc/loadavg: 1.22 1.77 1.87 3/206 19553
/proc/meminfo: memFree=23565168/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=10005480 memory=17076 CPUtime=0.08 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 4402 12859 0 0 1 0 5 2 20 0 6 0 107277367 10245611520 4269 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2501370 4269 1935 1 0 2489808 0
[pid=19496/tid=19549] ppid=19493 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 2245 12859 0 0 1 0 5 2 20 0 6 0 107277376 10245611520 4269 33554432000 4194304 4196468 140737214858656 139723403620944 139723424462197 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 6 0 107277377 10245611520 4269 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=10005480 memory=140162939430528 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 6 0 107277377 10245611520 4269 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 6 0 107277377 10245611520 4269 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 6 0 107277377 10245611520 4269 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209992 s]*
/proc/loadavg: 1.22 1.77 1.87 3/215 19562
/proc/meminfo: memFree=23543924/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=10982744 memory=45196 CPUtime=0.26 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 8011 12859 0 0 17 2 5 2 20 0 15 0 107277367 11246329856 11299 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2745686 11299 2955 1 0 2708109 0
[pid=19496/tid=19549] ppid=19493 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 4663 12859 0 0 10 1 5 2 20 0 15 0 107277376 11246329856 11365 33554432000 4194304 4196468 140737214858656 139723403580200 139723431806109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246329856 11365 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=10982744 memory=140162939430528 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246329856 11365 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246329856 11365 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246329856 11365 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=10982744 memory=140162939430528 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277378 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 13 12859 0 0 0 0 5 2 20 0 15 0 107277379 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722211976224 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277379 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722064126832 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246329856 11365 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 363 12859 0 0 1 0 5 2 20 0 15 0 107277382 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 255 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=10982744 memory=140162939430528 CPUtime=0.1 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) R 19493 19496 12183 0 -1 4202560 598 12859 0 0 3 0 5 2 20 0 15 0 107277382 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722853644912 139723431805530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246329856 11365 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=10982744 memory=140162939430528 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246329856 11365 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45196 KiB

[startup+0.310453 s]*
/proc/loadavg: 1.22 1.77 1.87 3/215 19562
/proc/meminfo: memFree=23532480/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=10983192 memory=56180 CPUtime=0.38 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 10595 12859 0 0 28 3 5 2 20 0 15 0 107277367 11246788608 14045 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2745798 14045 3074 1 0 2708109 0
[pid=19496/tid=19549] ppid=19493 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 7155 12859 0 0 19 2 5 2 20 0 15 0 107277376 11246788608 14045 33554432000 4194304 4196468 140737214858656 139723403596192 139723415864670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=10983192 memory=7012755875661107280 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 14045 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 14045 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 14045 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 14045 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277378 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 13 12859 0 0 0 0 5 2 20 0 15 0 107277379 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722211976224 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277379 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722064126832 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246788608 14045 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 365 12859 0 0 1 0 5 2 20 0 15 0 107277382 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 258 12859 0 0 1 0 5 2 20 0 15 0 107277382 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 604 12859 0 0 5 0 5 2 20 0 15 0 107277382 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246788608 14045 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246788608 14045 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56180 KiB

[startup+0.700797 s]
/proc/loadavg: 1.22 1.77 1.87 3/215 19562
/proc/meminfo: memFree=23521440/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=10983192 memory=88592 CPUtime=0.99 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 16746 12859 0 0 88 4 5 2 20 0 15 0 107277367 11246788608 22148 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2745798 22148 3237 1 0 2708109 0
[pid=19496/tid=19549] ppid=19493 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 12244 12859 0 0 56 3 5 2 20 0 15 0 107277376 11246788608 22148 33554432000 4194304 4196468 140737214858656 139723403605008 139723413347739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 22148 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 22148 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 22148 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 2 12859 0 0 0 0 5 2 20 0 15 0 107277377 11246788608 22148 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 5 12859 0 0 0 0 5 2 20 0 15 0 107277378 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 13 12859 0 0 0 0 5 2 20 0 15 0 107277379 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722211976224 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277379 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722064126832 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246788608 22148 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 974 12859 0 0 11 0 5 2 20 0 15 0 107277382 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=10983192 memory=15460 CPUtime=0.13 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 633 12859 0 0 6 0 5 2 20 0 15 0 107277382 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 672 12859 0 0 13 0 5 2 20 0 15 0 107277382 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246788608 22148 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277382 11246788608 22148 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88592 KiB

[startup+1.50082 s]
/proc/loadavg: 1.20 1.76 1.87 4/215 19562
/proc/meminfo: memFree=23475728/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=10998092 memory=179640 CPUtime=2.27 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 24040 12859 0 0 211 9 5 2 20 0 15 0 107277367 11262046208 44910 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2749523 44910 3467 1 0 2711181 0
[pid=19496/tid=19549] ppid=19493 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 17933 12859 0 0 130 6 5 2 20 0 15 0 107277376 11262046208 44910 33554432000 4194304 4196468 140737214858656 139723403600848 139723431806109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 232 12859 0 0 1 0 5 2 20 0 15 0 107277377 11262046208 44910 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 23 12859 0 0 1 0 5 2 20 0 15 0 107277377 11262046208 44910 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 30 12859 0 0 1 0 5 2 20 0 15 0 107277377 11262046208 44910 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 64 12859 0 0 1 0 5 2 20 0 15 0 107277377 11262046208 44910 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 48 12859 0 0 1 0 5 2 20 0 15 0 107277378 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=10998092 memory=280325670381824 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 13 12859 0 0 0 0 5 2 20 0 15 0 107277379 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722211976288 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277379 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722064126848 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=10998092 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11262046208 44910 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=10998092 memory=1232 CPUtime=0.3 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 1427 12859 0 0 23 0 5 2 20 0 15 0 107277382 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=10998092 memory=8560 CPUtime=0.25 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 856 12859 0 0 18 0 5 2 20 0 15 0 107277382 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=10998092 memory=1712 CPUtime=0.38 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 1214 12859 0 0 31 0 5 2 20 0 15 0 107277382 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=10998092 memory=5412 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11262046208 44910 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=10998092 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 1 12859 0 0 0 0 5 2 20 0 15 0 107277382 11262046208 44910 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 52963 12859 0 0 10126 25 5 2 20 0 15 0 107277376 11343855616 279111 33554432000 4194304 4196468 140737214858656 139723403618976 139722965913415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=11077984 memory=6791534058613427641 CPUtime=0.35 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1535 12859 0 0 25 3 5 2 20 0 15 0 107277377 11343855616 279111 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=11077984 memory=2400 CPUtime=0.35 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 2724 12859 0 0 25 3 5 2 20 0 15 0 107277377 11343855616 279111 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=11077984 memory=1836 CPUtime=0.35 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 2839 12859 0 0 25 3 5 2 20 0 15 0 107277377 11343855616 279111 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=11077984 memory=13044 CPUtime=0.35 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 951 12859 0 0 24 4 5 2 20 0 15 0 107277377 11343855616 279111 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=11077984 memory=792 CPUtime=0.33 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 3134 12859 0 0 25 1 5 2 20 0 15 0 107277378 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=11077984 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 15 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722211976352 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=11077984 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 8 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722064126848 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=11077984 memory=8560 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279111 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=11077984 memory=1712 CPUtime=3.07 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 13763 12859 0 0 298 2 5 2 20 0 15 0 107277382 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=11077984 memory=5412 CPUtime=3.17 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 15318 12859 0 0 307 3 5 2 20 0 15 0 107277382 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=11077984 memory=4612 CPUtime=1.66 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 9922 12859 0 0 156 3 5 2 20 0 15 0 107277382 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=11077984 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279111 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=11077984 memory=1436 CPUtime=0.12 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 141 12859 0 0 2 3 5 2 20 0 15 0 107277382 11343855616 279111 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 110.82 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1116444 KiB

[startup+162.301 s]
/proc/loadavg: 1.51 1.64 1.80 3/215 19692
/proc/meminfo: memFree=22583308/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=11077984 memory=1116620 CPUtime=171.6 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 114336 12859 0 0 17093 60 5 2 20 0 15 0 107277367 11343855616 279155 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2769496 279155 3520 1 0 2731149 0
[pid=19496/tid=19549] ppid=19493 vsize=11077984 memory=4140 CPUtime=160.96 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 54768 12859 0 0 16063 26 5 2 20 0 15 0 107277376 11343855616 279155 33554432000 4194304 4196468 140737214858656 139723403618592 139722965606829 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=11077984 memory=6791534058613427641 CPUtime=0.63 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1583 12859 0 0 51 5 5 2 20 0 15 0 107277377 11343855616 279155 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=11077984 memory=952 CPUtime=0.62 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 2864 12859 0 0 50 5 5 2 20 0 15 0 107277377 11343855616 279155 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=11077984 memory=1232 CPUtime=0.61 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 4472 12859 0 0 49 5 5 2 20 0 15 0 107277377 11343855616 279155 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=11077984 memory=2340 CPUtime=0.61 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 1120 12859 0 0 49 5 5 2 20 0 15 0 107277377 11343855616 279155 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=11077984 memory=2244 CPUtime=0.58 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 3491 12859 0 0 48 3 5 2 20 0 15 0 107277378 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=11077984 memory=30708 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 15 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722211976352 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=11077984 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 8 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722064126848 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=11077984 memory=2400 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279155 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=11077984 memory=1836 CPUtime=3.1 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 16566 12859 0 0 301 2 5 2 20 0 15 0 107277382 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=11077984 memory=13044 CPUtime=3.19 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 16781 12859 0 0 308 4 5 2 20 0 15 0 107277382 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=11077984 memory=792 CPUtime=1.67 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 10197 12859 0 0 157 3 5 2 20 0 15 0 107277382 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=11077984 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279155 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=11077984 memory=1232 CPUtime=0.16 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 275 12859 0 0 4 5 5 2 20 0 15 0 107277382 11343855616 279155 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 171.6 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1116620 KiB

[startup+222.301 s]
/proc/loadavg: 1.38 1.59 1.77 3/215 19693
/proc/meminfo: memFree=22583172/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=11077984 memory=1116912 CPUtime=232.4 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 120906 12859 0 0 23164 69 5 2 20 0 15 0 107277367 11343855616 279228 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2769496 279228 3520 1 0 2731149 0
[pid=19496/tid=19549] ppid=19493 vsize=11077984 memory=1232 CPUtime=220.3 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 55868 12859 0 0 21997 26 5 2 20 0 15 0 107277376 11343855616 279228 33554432000 4194304 4196468 140737214858656 139723403618576 139722966462757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=11077984 memory=8560 CPUtime=0.9 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1655 12859 0 0 78 5 5 2 20 0 15 0 107277377 11343855616 279228 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=11077984 memory=1712 CPUtime=0.9 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 4099 12859 0 0 76 7 5 2 20 0 15 0 107277377 11343855616 279228 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=11077984 memory=1796 CPUtime=0.89 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 4571 12859 0 0 76 6 5 2 20 0 15 0 107277377 11343855616 279228 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=11077984 memory=640 CPUtime=0.9 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 1689 12859 0 0 76 7 5 2 20 0 15 0 107277377 11343855616 279228 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=11077984 memory=952 CPUtime=0.85 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 3840 12859 0 0 74 4 5 2 20 0 15 0 107277378 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=11077984 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 15 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722211976352 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=11077984 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 8 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722064126848 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=11077984 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279228 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=11077984 memory=932 CPUtime=3.1 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 17721 12859 0 0 301 2 5 2 20 0 15 0 107277382 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=11077984 memory=1584 CPUtime=3.21 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 17596 12859 0 0 310 4 5 2 20 0 15 0 107277382 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=11077984 memory=4124 CPUtime=1.67 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 11348 12859 0 0 157 3 5 2 20 0 15 0 107277382 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=11077984 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279228 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=11077984 memory=4872558044660077418 CPUtime=0.2 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 300 12859 0 0 5 8 5 2 20 0 15 0 107277382 11343855616 279228 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 232.4 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1116912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.701 s]
/proc/loadavg: 1.26 1.55 1.76 3/215 19693
/proc/meminfo: memFree=22578704/32770624 swapFree=67108860/67108860
[pid=19496] ppid=19493 vsize=11077984 memory=1119024 CPUtime=252.08 cores=0,2,4,6
/proc/19496/stat : 19496 (java) S 19493 19496 12183 0 -1 1077944320 122803 12859 0 0 25129 72 5 2 20 0 15 0 107277367 11343855616 279756 33554432000 4194304 4196468 140737214858656 140737214841200 139723431784183 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
/proc/19496/statm: 2769496 279756 3520 1 0 2731149 0
[pid=19496/tid=19549] ppid=19493 vsize=11077984 memory=6791534058613427641 CPUtime=239.49 cores=0,2,4,6
/proc/19496/task/19549/stat : 19549 (java) R 19493 19496 12183 0 -1 4202560 56469 12859 0 0 23916 26 5 2 20 0 15 0 107277376 11343855616 279756 33554432000 4194304 4196468 140737214858656 139723403618896 139722965336957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19550] ppid=19493 vsize=11077984 memory=2696 CPUtime=1 cores=0,2,4,6
/proc/19496/task/19550/stat : 19550 (java) S 19493 19496 12183 0 -1 1077944384 1721 12859 0 0 87 6 5 2 20 0 15 0 107277377 11343855616 279756 33554432000 4194304 4196468 140737214858656 139723436027024 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19551] ppid=19493 vsize=11077984 memory=4104 CPUtime=0.99 cores=0,2,4,6
/proc/19496/task/19551/stat : 19551 (java) S 19493 19496 12183 0 -1 1077944384 4126 12859 0 0 84 8 5 2 20 0 15 0 107277377 11343855616 279756 33554432000 4194304 4196468 140737214858656 139723290745872 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19552] ppid=19493 vsize=11077984 memory=1408 CPUtime=0.99 cores=0,2,4,6
/proc/19496/task/19552/stat : 19552 (java) S 19493 19496 12183 0 -1 1077944384 4617 12859 0 0 85 7 5 2 20 0 15 0 107277377 11343855616 279756 33554432000 4194304 4196468 140737214858656 139723289693072 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19553] ppid=19493 vsize=11077984 memory=3060 CPUtime=0.99 cores=0,2,4,6
/proc/19496/task/19553/stat : 19553 (java) S 19493 19496 12183 0 -1 1077944384 2789 12859 0 0 84 8 5 2 20 0 15 0 107277377 11343855616 279756 33554432000 4194304 4196468 140737214858656 139723288640272 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19554] ppid=19493 vsize=11077984 memory=1119024 CPUtime=0.93 cores=0,2,4,6
/proc/19496/task/19554/stat : 19554 (java) S 19493 19496 12183 0 -1 1077944384 3897 12859 0 0 82 4 5 2 20 0 15 0 107277378 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722856802672 139723431795330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19555] ppid=19493 vsize=11077984 memory=7288 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19555/stat : 19555 (java) S 19493 19496 12183 0 -1 1077944384 15 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722211976352 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19556] ppid=19493 vsize=11077984 memory=840 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19556/stat : 19556 (java) S 19493 19496 12183 0 -1 1077944384 8 12859 0 0 0 0 5 2 20 0 15 0 107277379 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722064126848 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19557] ppid=19493 vsize=11077984 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19557/stat : 19557 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279756 33554432000 4194304 4196468 140737214858656 139721756727120 139723431802779 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19558] ppid=19493 vsize=11077984 memory=920 CPUtime=3.1 cores=0,2,4,6
/proc/19496/task/19558/stat : 19558 (java) S 19493 19496 12183 0 -1 1077944384 17721 12859 0 0 301 2 5 2 20 0 15 0 107277382 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722855750512 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19559] ppid=19493 vsize=11077984 memory=3852 CPUtime=3.22 cores=0,2,4,6
/proc/19496/task/19559/stat : 19559 (java) S 19493 19496 12183 0 -1 1077944384 17596 12859 0 0 311 4 5 2 20 0 15 0 107277382 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722854697712 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19560] ppid=19493 vsize=11077984 memory=2872 CPUtime=1.67 cores=0,2,4,6
/proc/19496/task/19560/stat : 19560 (java) S 19493 19496 12183 0 -1 1077944384 11348 12859 0 0 157 3 5 2 20 0 15 0 107277382 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722853644912 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19561] ppid=19493 vsize=11077984 memory=2696 CPUtime=0.07 cores=0,2,4,6
/proc/19496/task/19561/stat : 19561 (java) S 19493 19496 12183 0 -1 1077944384 3 12859 0 0 0 0 5 2 20 0 15 0 107277382 11343855616 279756 33554432000 4194304 4196468 140737214858656 139721325931232 139723431794389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
[pid=19496/tid=19562] ppid=19493 vsize=11077984 memory=4104 CPUtime=0.21 cores=0,2,4,6
/proc/19496/task/19562/stat : 19562 (java) S 19493 19496 12183 0 -1 1077944384 300 12859 0 0 5 9 5 2 20 0 15 0 107277382 11343855616 279756 33554432000 4194304 4196468 140737214858656 139722852592304 139723431795330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12337152 140737214859889 140737214862689 140737214862689 140737214865359 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1119024 KiB

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

[startup+241.741 s]
# the end of solver process 19496 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.366 s, system=0.775668 s

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

Child status: 143
Real time (s): 241.741
CPU time (s): 252.142
CPU user time (s): 251.366
CPU system time (s): 0.775668
CPU usage (%): 104.302
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 1121480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.366
system time used= 0.775668
maximum resident set size= 1121512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30330
involuntary context switches= 882


# summary of solver processes directly reported to runsolver:
#   pid: 19496
#   total CPU time (s): 252.142
#   total CPU user time (s): 251.366
#   total CPU system time (s): 0.775668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46117 second user time and 2.31947 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:45:42
IDJOB=4302359
IDBENCH=141365
IDSOLVER=2776
FILE ID=node107/4302359-1532897142
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302359-1532897142/watcher-4302359-1532897142 -o /tmp/evaluation-result-4302359-1532897142/solver-4302359-1532897142 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1036597721 HOME/instance-4302359-1532897142.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=1036597721

node107.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.40
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.40
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.40
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.40
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:        23574672 kB
MemAvailable:   30819384 kB
Buffers:          247916 kB
Cached:          7259952 kB
SwapCached:            0 kB
Active:          4968376 kB
Inactive:        3735184 kB
Active(anon):    1147296 kB
Inactive(anon):    76484 kB
Active(file):    3821080 kB
Inactive(file):  3658700 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26284 kB
Writeback:             0 kB
AnonPages:       1202748 kB
Mapped:            58224 kB
Shmem:             25228 kB
Slab:             189864 kB
SReclaimable:     161532 kB
SUnreclaim:        28332 kB
KernelStack:        3568 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2355672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    970752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 22:49:44