Trace number 4396195

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.12.2SAT (TO)91 2520.06 2475.04

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9097
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.91/0.61	c Concrete v3.12.2.1568380929293 running
8.05/3.68	o 159
8.37/3.73	o 157
8.37/3.74	o 154
9.02/3.92	o 148
9.40/4.09	o 147
9.40/4.10	o 127
9.69/4.13	o 122
9.69/4.14	o 121
9.69/4.14	o 116
9.69/4.15	o 115
9.99/4.23	o 113
11.59/4.76	o 109
11.59/4.76	o 107
14.03/5.89	o 106
14.24/5.91	o 105
14.24/5.92	o 99
14.24/5.96	o 91
2520.01/2475.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2475.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2475.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2475.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2475.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2475.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2475.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2475.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2475.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2475.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2475.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2475.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2475.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2475.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2475.02		at scala.Option.map(Option.scala:243)
2520.01/2475.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2475.02		at concrete.MAC.mac(MAC.scala:216)
2520.01/2475.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2475.02		at scala.util.Try$.apply(Try.scala:212)
2520.01/2475.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2475.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2475.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2475.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2475.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2475.02		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2475.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2475.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2475.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2475.02		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2475.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2475.02		at scala.util.Success.map(Try.scala:264)
2520.01/2475.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2475.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2475.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2475.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2475.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2475.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2475.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2475.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2475.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2475.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2475.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2475.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2475.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2475.02		at scala.App.main(App.scala:75)
2520.01/2475.02		at scala.App.main$(App.scala:73)
2520.01/2475.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2475.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2475.02	v <instantiation
2520.01/2475.02	v         cost = '91'>
2520.01/2475.02	v       <list>
2520.01/2475.02	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2520.01/2475.02	v       </list>
2520.01/2475.02	v       <values>
2520.01/2475.02	v         11 10 12 14 13 9 8 7 4 3 1 2 5 0 6 7 4 7 1 6 2 2 9 2 2 5 6 15 8 15
2520.01/2475.02	v       </values>
2520.01/2475.02	v     </instantiation>
2520.01/2475.03	s SATISFIABLE

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396195-1568409046/watcher-4396195-1568409046 -o /tmp/evaluation-result-4396195-1568409046/solver-4396195-1568409046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323922682-7338 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=539801411 HOME/instance-4396195-1568409046.xml 

running on 4 cores: 0-3

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=7639, runsolver pid=7636
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.32 1.27 1.17 2/215 7692
/proc/meminfo: memFree=27787268/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=9972712 memory=15320 CPUtime=0.09 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 4074 13006 0 0 1 0 5 3 20 0 6 0 416910972 10212057088 3830 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2493178 3830 1721 1 0 2481616 0
[pid=7639/tid=7692] ppid=7636 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 2057 13006 0 0 0 0 5 3 20 0 6 0 416910981 10212057088 4028 33554432000 4194304 4196468 140729766450928 139955247669840 139955257228285 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 416910982 10212057088 4028 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=9972712 memory=139746011534976 CPUtime=0.08 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 416910982 10212057088 4028 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 6 0 416910982 10212057088 4028 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 6 0 416910982 10212057088 4028 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15320 KiB

[startup+0.215146 s]*
/proc/loadavg: 1.32 1.27 1.17 4/228 7705
/proc/meminfo: memFree=27762420/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10819664 memory=39452 CPUtime=0.26 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 7153 13006 0 0 17 1 5 3 20 0 15 0 416910972 11079335936 9863 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2704916 9863 3172 1 0 2667149 0
[pid=7639/tid=7692] ppid=7636 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 3690 13006 0 0 11 0 5 3 20 0 15 0 416910981 11079335936 9863 33554432000 4194304 4196468 140729766450928 139955247663240 139955259913566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10819664 memory=364 CPUtime=0.08 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910982 11079335936 9863 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10819664 memory=139746011542868 CPUtime=0.08 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910982 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910982 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910982 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10819664 memory=139746011534976 CPUtime=0.08 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910984 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416910984 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954730558880 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910985 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954126579184 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11079335936 9863 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10819664 memory=0 CPUtime=0.09 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 621 13006 0 0 1 0 5 3 20 0 15 0 416910988 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 34 13006 0 0 0 0 5 3 20 0 15 0 416910988 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10819664 memory=139746011534976 CPUtime=0.11 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 602 13006 0 0 3 0 5 3 20 0 15 0 416910988 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11079335936 9863 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10819664 memory=139746011534976 CPUtime=0.08 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910988 11079335936 9863 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39452 KiB

[startup+0.311496 s]*
/proc/loadavg: 1.32 1.27 1.17 3/228 7705
/proc/meminfo: memFree=27750856/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10820148 memory=50640 CPUtime=0.4 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 10720 13006 0 0 29 3 5 3 20 0 15 0 416910972 11079831552 12660 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2705037 12660 3301 1 0 2667149 0
[pid=7639/tid=7692] ppid=7636 vsize=10820148 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 1077944384 7269 13006 0 0 19 2 5 3 20 0 15 0 416910981 11079831552 12664 33554432000 4194304 4196468 140729766450928 139955247632992 139955268512301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910982 11080880128 12664 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910982 11080880128 12664 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910982 11080880128 12664 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910982 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910984 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10820148 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416910984 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954730558880 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910985 11080880128 12664 33554432000 4194304 4196468 140729766450928 139954126579184 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11080880128 12664 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10820148 memory=0 CPUtime=0.1 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 631 13006 0 0 2 0 5 3 20 0 15 0 416910988 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10820148 memory=-1 CPUtime=0.09 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 34 13006 0 0 1 0 5 3 20 0 15 0 416910988 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10820148 memory=139746011534976 CPUtime=0.13 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 614 13006 0 0 5 0 5 3 20 0 15 0 416910988 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10820148 memory=-1 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11079831552 12664 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10820148 memory=139746011534976 CPUtime=0.08 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910988 11079831552 12664 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50640 KiB

[startup+0.70164 s]
/proc/loadavg: 1.32 1.27 1.17 4/228 7705
/proc/meminfo: memFree=27737920/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10822312 memory=77604 CPUtime=1.1 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 14644 13006 0 0 97 5 5 3 20 0 15 0 416910972 11082047488 19401 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2705578 19401 3490 1 0 2667661 0
[pid=7639/tid=7692] ppid=7636 vsize=10822312 memory=0 CPUtime=0.67 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 9873 13006 0 0 55 4 5 3 20 0 15 0 416910981 11082047488 19401 33554432000 4194304 4196468 140729766450928 139955247649504 139955259913566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910982 11082047488 19401 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910982 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10822312 memory=139745887927827 CPUtime=0.08 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910982 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10822312 memory=139745887816619 CPUtime=0.08 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910982 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10822312 memory=279491775646256 CPUtime=0.08 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 416910984 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10822312 memory=68 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 416910984 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954730558880 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910985 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954126579184 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11082047488 19401 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10822312 memory=0 CPUtime=0.22 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) R 7636 7639 7307 0 -1 4202560 1279 13006 0 0 14 0 5 3 20 0 15 0 416910988 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954801449088 139955255085004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10822312 memory=0 CPUtime=0.17 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) R 7636 7639 7307 0 -1 4202560 409 13006 0 0 9 0 5 3 20 0 15 0 416910988 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954800391136 139955257022803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10822312 memory=0 CPUtime=0.25 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 847 13006 0 0 17 0 5 3 20 0 15 0 416910988 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11082047488 19401 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910988 11082047488 19401 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77604 KiB

[startup+1.50076 s]
/proc/loadavg: 1.32 1.27 1.17 3/228 7705
/proc/meminfo: memFree=27701764/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10834676 memory=169448 CPUtime=2.39 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 21362 13006 0 0 222 9 5 3 20 0 15 0 416910972 11094708224 42362 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2708669 42362 3576 1 0 2670733 0
[pid=7639/tid=7692] ppid=7636 vsize=10834676 memory=-4266093328290194108 CPUtime=1.43 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 15032 13006 0 0 129 6 5 3 20 0 15 0 416910981 11094708224 42362 33554432000 4194304 4196468 140729766450928 139955247662576 139955275855005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10834676 memory=7679652839247392827 CPUtime=0.09 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 296 13006 0 0 1 0 5 3 20 0 15 0 416910982 11094708224 42362 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10834676 memory=8045567885184454529 CPUtime=0.08 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 27 13006 0 0 0 0 5 3 20 0 15 0 416910982 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10834676 memory=-4266093328290194108 CPUtime=0.09 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 54 13006 0 0 1 0 5 3 20 0 15 0 416910982 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10834676 memory=113152 CPUtime=0.09 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 67 13006 0 0 1 0 5 3 20 0 15 0 416910982 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 148 13006 0 0 1 0 5 3 20 0 15 0 416910984 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10834676 memory=0 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 14 13006 0 0 0 0 5 3 20 0 15 0 416910984 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954730558944 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10834676 memory=279491775627552 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 416910985 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954126579200 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10834676 memory=279491776042496 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11094708224 42362 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10834676 memory=139745887823488 CPUtime=0.34 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 1537 13006 0 0 26 0 5 3 20 0 15 0 416910988 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10834676 memory=0 CPUtime=0.32 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 625 13006 0 0 24 0 5 3 20 0 15 0 416910988 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10834676 memory=980 CPUtime=0.41 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 1347 13006 0 0 33 0 5 3 20 0 15 0 416910988 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10834676 memory=14008 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11094708224 42362 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10834676 memory=12028 CPUtime=0.08 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 416910988 11094708224 42362 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834676 KiB

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

/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 60961 13006 0 0 229642 47 5 3 20 0 15 0 416910981 11109421056 200510 33554432000 4194304 4196468 140729766450928 139955247668864 139954891644775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10849044 memory=802040 CPUtime=10.73 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 9356 13006 0 0 1012 53 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10849044 memory=799992 CPUtime=10.69 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 9228 13006 0 0 1006 55 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10849044 memory=799992 CPUtime=10.71 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 11468 13006 0 0 1008 55 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10849044 memory=799992 CPUtime=10.72 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 8215 13006 0 0 1014 50 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10849044 memory=2394 CPUtime=10.54 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 11776 13006 0 0 996 50 5 3 20 0 15 0 416910984 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10849044 memory=799992 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416910984 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954730558944 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10849044 memory=799992 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 416910985 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954126579200 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10849044 memory=799992 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10849044 memory=799992 CPUtime=5.16 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 27985 13006 0 0 503 5 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10849044 memory=799992 CPUtime=4.82 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 20471 13006 0 0 470 4 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10849044 memory=802040 CPUtime=4.16 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 26685 13006 0 0 402 6 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10849044 memory=8112282956445269571 CPUtime=1.39 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1063 13006 0 0 69 62 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 2365.27 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802040 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.58 1.50 3/228 8079
/proc/meminfo: memFree=22859716/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10849044 memory=802040 CPUtime=2426.04 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 190968 13006 0 0 242260 336 5 3 20 0 15 0 416910972 11109421056 200510 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2712261 200510 3627 1 0 2674317 0
[pid=7639/tid=7692] ppid=7636 vsize=10849044 memory=802040 CPUtime=2356.35 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 61677 13006 0 0 235580 47 5 3 20 0 15 0 416910981 11109421056 200510 33554432000 4194304 4196468 140729766450928 139955247667840 139955261042466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10849044 memory=802040 CPUtime=11 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 9372 13006 0 0 1037 55 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10849044 memory=802040 CPUtime=10.97 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 9546 13006 0 0 1033 56 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10849044 memory=802040 CPUtime=10.99 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 11625 13006 0 0 1035 56 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10849044 memory=802040 CPUtime=10.99 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 8286 13006 0 0 1040 51 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10849044 memory=802040 CPUtime=10.79 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 12000 13006 0 0 1020 51 5 3 20 0 15 0 416910984 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416910984 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954730558944 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 416910985 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954126579200 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10849044 memory=1432 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10849044 memory=240824 CPUtime=5.16 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 27987 13006 0 0 503 5 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10849044 memory=802040 CPUtime=4.82 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 20473 13006 0 0 470 4 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10849044 memory=3624 CPUtime=4.16 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 26687 13006 0 0 402 6 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10849044 memory=3624 CPUtime=1.42 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1079 13006 0 0 70 64 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 2426.04 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802040 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.61 1.52 3/228 8085
/proc/meminfo: memFree=22859080/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10849044 memory=802040 CPUtime=2486.85 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 192482 13006 0 0 248334 343 5 3 20 0 15 0 416910972 11109421056 200510 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2712261 200510 3627 1 0 2674317 0
[pid=7639/tid=7692] ppid=7636 vsize=10849044 memory=802040 CPUtime=2415.72 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 62359 13006 0 0 241517 47 5 3 20 0 15 0 416910981 11109421056 200510 33554432000 4194304 4196468 140729766450928 139955247667312 139954892592269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10849044 memory=802040 CPUtime=11.28 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 9599 13006 0 0 1064 56 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10849044 memory=802040 CPUtime=11.24 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 9823 13006 0 0 1059 57 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10849044 memory=802040 CPUtime=11.27 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 11674 13006 0 0 1062 57 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10849044 memory=9588 CPUtime=11.29 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 8310 13006 0 0 1068 53 5 3 20 0 15 0 416910982 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10849044 memory=802040 CPUtime=11.06 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 12232 13006 0 0 1046 52 5 3 20 0 15 0 416910984 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416910984 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954730558944 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 416910985 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954126579200 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10849044 memory=802040 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10849044 memory=802040 CPUtime=5.16 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 27989 13006 0 0 503 5 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10849044 memory=802040 CPUtime=4.82 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 20475 13006 0 0 470 4 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10849044 memory=1964 CPUtime=4.16 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 26689 13006 0 0 402 6 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10849044 memory=2776 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10849044 memory=802040 CPUtime=1.45 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1096 13006 0 0 72 65 5 3 20 0 15 0 416910988 11109421056 200510 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 2486.85 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475 s]*
/proc/loadavg: 1.72 1.62 1.52 3/228 8085
/proc/meminfo: memFree=22853216/32770688 swapFree=66919992/67108860
[pid=7639] ppid=7636 vsize=10849044 memory=804088 CPUtime=2520.01 cores=0-3
/proc/7639/stat : 7639 (java) S 7636 7639 7307 0 -1 1077944320 192753 13006 0 0 251645 348 5 3 20 0 15 0 416910972 11109421056 201022 33554432000 4194304 4196468 140729766450928 140729766433472 139955275833079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
/proc/7639/statm: 2712261 201022 3627 1 0 2674317 0
[pid=7639/tid=7692] ppid=7636 vsize=10849044 memory=1398722017469774279 CPUtime=2448.07 cores=0-3
/proc/7639/task/7692/stat : 7692 (java) R 7636 7639 7307 0 -1 4202560 62596 13006 0 0 244751 48 5 3 20 0 15 0 416910981 11109421056 201022 33554432000 4194304 4196468 140729766450928 139955247667728 139954891096398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7693] ppid=7636 vsize=10849044 memory=4126316290023845779 CPUtime=11.45 cores=0-3
/proc/7639/task/7693/stat : 7693 (java) S 7636 7639 7307 0 -1 1077944384 9601 13006 0 0 1079 58 5 3 20 0 15 0 416910982 11109421056 201022 33554432000 4194304 4196468 140729766450928 139955280075024 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7694] ppid=7636 vsize=10849044 memory=288293272527387389 CPUtime=11.4 cores=0-3
/proc/7639/task/7694/stat : 7694 (java) S 7636 7639 7307 0 -1 1077944384 9845 13006 0 0 1074 58 5 3 20 0 15 0 416910982 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954848868752 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7695] ppid=7636 vsize=10849044 memory=3833748767738247712 CPUtime=11.44 cores=0-3
/proc/7639/task/7695/stat : 7695 (java) S 7636 7639 7307 0 -1 1077944384 11675 13006 0 0 1078 58 5 3 20 0 15 0 416910982 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954847816208 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7696] ppid=7636 vsize=10849044 memory=3847312549489828896 CPUtime=11.44 cores=0-3
/proc/7639/task/7696/stat : 7696 (java) S 7636 7639 7307 0 -1 1077944384 8313 13006 0 0 1083 53 5 3 20 0 15 0 416910982 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954846763664 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7697] ppid=7636 vsize=10849044 memory=-7025452035940392864 CPUtime=11.22 cores=0-3
/proc/7639/task/7697/stat : 7697 (java) S 7636 7639 7307 0 -1 1077944384 12235 13006 0 0 1061 53 5 3 20 0 15 0 416910984 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954802510320 139955275844226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7698] ppid=7636 vsize=10849044 memory=1399094042734925955 CPUtime=0.08 cores=0-3
/proc/7639/task/7698/stat : 7698 (java) S 7636 7639 7307 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 416910984 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954730558944 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7699] ppid=7636 vsize=10849044 memory=6944613755328037012 CPUtime=0.08 cores=0-3
/proc/7639/task/7699/stat : 7699 (java) S 7636 7639 7307 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 416910985 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954126579200 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7700] ppid=7636 vsize=10849044 memory=-9181546051567709026 CPUtime=0.08 cores=0-3
/proc/7639/task/7700/stat : 7700 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 201022 33554432000 4194304 4196468 140729766450928 139953819179728 139955275851675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7701] ppid=7636 vsize=10849044 memory=-8106870202734290464 CPUtime=5.16 cores=0-3
/proc/7639/task/7701/stat : 7701 (java) S 7636 7639 7307 0 -1 1077944384 27989 13006 0 0 503 5 5 3 20 0 15 0 416910988 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954801457136 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7702] ppid=7636 vsize=10849044 memory=6944614814654832533 CPUtime=4.82 cores=0-3
/proc/7639/task/7702/stat : 7702 (java) S 7636 7639 7307 0 -1 1077944384 20476 13006 0 0 470 4 5 3 20 0 15 0 416910988 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954800404592 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7703] ppid=7636 vsize=10849044 memory=6655300316396806240 CPUtime=4.16 cores=0-3
/proc/7639/task/7703/stat : 7703 (java) S 7636 7639 7307 0 -1 1077944384 26689 13006 0 0 402 6 5 3 20 0 15 0 416910988 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954799352048 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7704] ppid=7636 vsize=10849044 memory=6944656592387989600 CPUtime=0.08 cores=0-3
/proc/7639/task/7704/stat : 7704 (java) S 7636 7639 7307 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 416910988 11109421056 201022 33554432000 4194304 4196468 140729766450928 139953785621088 139955275843285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
[pid=7639/tid=7705] ppid=7636 vsize=10849044 memory=6944656592455097440 CPUtime=1.47 cores=0-3
/proc/7639/task/7705/stat : 7705 (java) S 7636 7639 7307 0 -1 1077944384 1098 13006 0 0 73 66 5 3 20 0 15 0 416910988 11109421056 201022 33554432000 4194304 4196468 140729766450928 139954697001776 139955275844226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32854016 140729766451952 140729766454469 140729766454469 140729766457295 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 804088 KiB

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

[startup+2475.04 s]
# the end of solver process 7639 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.53 s, system=3.52471 s

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

Child status: 143
Real time (s): 2475.04
CPU time (s): 2520.06
CPU user time (s): 2516.53
CPU system time (s): 3.52471
CPU usage (%): 101.819
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 804088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.53
system time used= 3.52471
maximum resident set size= 808296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206974
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 283528
involuntary context switches= 13078


# summary of solver processes directly reported to runsolver:
#   pid: 7639
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.53
#   total CPU system time (s): 3.52471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7478 second user time and 26.8828 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 05:31:09
IDJOB=4396195
IDBENCH=135747
IDSOLVER=2846
FILE ID=node120/4396195-1568409046
RUNJOBID= node120-1323922682-7338
PBS_JOBID= 21702191
Free space on /tmp= 61616 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396195-1568409046/watcher-4396195-1568409046 -o /tmp/evaluation-result-4396195-1568409046/solver-4396195-1568409046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323922682-7338 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=539801411 HOME/instance-4396195-1568409046.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=539801411

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27788368 kB
MemAvailable:   31295536 kB
Buffers:          186320 kB
Cached:          3625544 kB
SwapCached:        77548 kB
Active:          1605580 kB
Inactive:        2820948 kB
Active(anon):     537248 kB
Inactive(anon):   127064 kB
Active(file):    1068332 kB
Inactive(file):  2693884 kB
Unevictable:      108056 kB
Mlocked:          108056 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             35648 kB
Writeback:            28 kB
AnonPages:        646520 kB
Mapped:            61888 kB
Shmem:             41008 kB
Slab:             150284 kB
SReclaimable:     121572 kB
SUnreclaim:        28712 kB
KernelStack:        3824 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1832564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61580 MiB
End job on node120 at 2011-12-15 06:12:24