Trace number 4259828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4SAT (TO)120 252.117 228.649

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark247.562
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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

3.32/2.04	c Concrete v3.4 running
7.32/3.77	o 414
7.64/3.81	o 404
7.64/3.84	o 387
7.64/3.86	o 356
7.64/3.88	o 333
7.93/3.90	o 269
7.93/3.92	o 268
7.93/3.94	o 266
7.93/3.96	o 262
7.93/4.00	o 261
8.25/4.02	o 257
8.25/4.05	o 244
8.25/4.05	o 243
8.25/4.07	o 237
8.25/4.08	o 235
8.25/4.10	o 229
8.59/4.11	o 226
8.59/4.13	o 225
8.59/4.14	o 223
8.59/4.16	o 222
8.59/4.19	o 220
8.87/4.21	o 217
8.87/4.21	o 214
8.87/4.22	o 210
8.87/4.23	o 209
8.87/4.25	o 203
8.87/4.26	o 200
8.87/4.29	o 198
9.19/4.30	o 190
9.19/4.34	o 187
9.19/4.35	o 186
9.19/4.36	o 185
9.19/4.37	o 174
9.19/4.37	o 173
9.51/4.44	o 171
9.81/4.53	o 169
10.11/4.62	o 168
10.11/4.65	o 164
10.11/4.66	o 160
10.42/4.72	o 159
10.42/4.74	o 153
10.42/4.75	o 146
10.42/4.76	o 145
10.72/4.81	o 144
10.72/4.84	o 140
10.72/4.89	o 139
11.68/5.26	o 137
11.99/5.32	o 136
12.75/5.67	o 133
12.86/5.75	o 132
13.36/6.11	o 131
13.36/6.12	o 130
42.92/31.86	o 129
49.16/37.21	o 126
66.69/52.76	o 125
66.69/52.76	o 124
66.69/52.77	o 122
66.83/52.85	o 120
252.05/228.61	java.util.concurrent.TimeoutException
252.05/228.61		at concrete.MAC.mac(MAC.scala:74)
252.05/228.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.05/228.61		at scala.util.Try$.apply(Try.scala:209)
252.05/228.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/228.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/228.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/228.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/228.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.05/228.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/228.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/228.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/228.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/228.61		at concrete.MAC.oneRun(MAC.scala:146)
252.05/228.61		at concrete.MAC.nextSolution(MAC.scala:166)
252.05/228.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.05/228.61		at concrete.ProblemState.map(ProblemState.scala:203)
252.05/228.61		at concrete.ProblemState.map(ProblemState.scala:188)
252.05/228.61		at concrete.MAC.nextSolution(MAC.scala:195)
252.05/228.61		at concrete.Solver.hasNext(Solver.scala:202)
252.05/228.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.05/228.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.05/228.61		at concrete.Solver.toStream(Solver.scala:73)
252.05/228.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.05/228.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.05/228.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.05/228.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.05/228.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.05/228.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/228.61		at scala.util.Success.map(Try.scala:209)
252.05/228.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.05/228.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.05/228.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.05/228.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.05/228.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.05/228.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/228.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/228.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/228.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/228.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/228.61		at scala.App.main(App.scala:76)
252.05/228.61		at scala.App.main$(App.scala:74)
252.05/228.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.05/228.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/228.63	v <instantiation cost="120">
252.05/228.63	v       <list>
252.05/228.63	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] c[15] c[16] c[17] c[18] c[19] 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] d[15] d[16] d[17] d[18] d[19]
252.05/228.63	v       </list>
252.05/228.63	v       <values>
252.05/228.63	v         8 9 7 1 0 2 5 4 10 16 17 15 18 19 14 13 12 11 6 3 7 3 9 3 2 3 2 5 14 2 5 5 18 10 3 7 4 11 2 5
252.05/228.63	v       </values>
252.05/228.63	v     </instantiation>
252.05/228.63	s SATISFIABLE

Verifier Data

OK	120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259828-1502648466/watcher-4259828-1502648466 -o /tmp/evaluation-result-4259828-1502648466/solver-4259828-1502648466 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312 bin/concrete HOME/instance-4259828-1502648466.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=12625, runsolver pid=12622
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.80 1.82 1.84 3/206 12679
/proc/meminfo: memFree=26848788/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=13379040 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 4384 12269 0 0 1 1 5 2 20 0 6 0 97927500 13700136960 4270 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3344760 4270 1968 1 0 3333198 0
[pid=12625/tid=12675] ppid=12622 vsize=13445604 memory=4279135703913364878 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 2247 12269 0 0 0 0 5 2 20 0 7 0 97927508 13768298496 4270 33554432000 4194304 4196468 140723405345840 139986119535376 139986100976150 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 7 0 97927509 13768298496 4336 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=13445604 memory=139775481345664 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 7 0 97927509 13768298496 4336 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=13445604 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 7 0 97927509 13768298496 4336 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=13445604 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 7 0 97927509 13768298496 4336 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=13445604 memory=139775481345664 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 7 0 97927511 13768298496 4336 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13379040 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209827 s]*
/proc/loadavg: 1.80 1.82 1.84 3/215 12688
/proc/meminfo: memFree=26829344/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=13978600 memory=37128 CPUtime=0.25 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 8213 12269 0 0 16 2 5 2 20 0 15 0 97927500 14314086400 9282 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3494650 9282 2964 1 0 3482967 0
[pid=12625/tid=12675] ppid=12622 vsize=13978600 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 4698 12269 0 0 10 1 5 2 20 0 15 0 97927508 14314086400 9282 33554432000 4194304 4196468 140723405345840 139986119468304 139986100458591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=13978600 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314086400 9282 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=13978600 memory=139775482067440 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=13978600 memory=139775481345664 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 33 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985116136608 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 21 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985115083504 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=13978600 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 636 12269 0 0 1 0 5 2 20 0 15 0 97927514 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 138 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=13978600 memory=139775481345664 CPUtime=0.1 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 526 12269 0 0 3 0 5 2 20 0 15 0 97927514 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=13978600 memory=139775481345664 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314086400 9282 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 37128 KiB

[startup+0.310123 s]*
/proc/loadavg: 1.80 1.82 1.84 4/215 12688
/proc/meminfo: memFree=26820512/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=13979028 memory=47728 CPUtime=0.38 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 10473 12269 0 0 27 4 5 2 20 0 15 0 97927500 14314524672 11932 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3494757 11932 3090 1 0 3482967 0
[pid=12625/tid=12675] ppid=12622 vsize=13979028 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 6939 12269 0 0 19 3 5 2 20 0 15 0 97927508 14314524672 11932 33554432000 4194304 4196468 140723405345840 139986119502944 139986100458472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314524672 11932 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 33 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985116136608 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 21 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985115083504 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=13979028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 639 12269 0 0 1 0 5 2 20 0 15 0 97927514 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=13979028 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 139 12269 0 0 1 0 5 2 20 0 15 0 97927514 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=13979028 memory=139775481345664 CPUtime=0.12 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 541 12269 0 0 5 0 5 2 20 0 15 0 97927514 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=13979028 memory=139775481345664 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314524672 11932 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 47728 KiB

[startup+0.701688 s]
/proc/loadavg: 1.80 1.82 1.84 5/215 12688
/proc/meminfo: memFree=26811208/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=13979412 memory=83456 CPUtime=0.98 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 17033 12269 0 0 85 6 5 2 20 0 15 0 97927500 14314917888 20864 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3494853 20864 3310 1 0 3482967 0
[pid=12625/tid=12675] ppid=12622 vsize=13979412 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 12681 12269 0 0 55 4 5 2 20 0 15 0 97927508 14314917888 20864 33554432000 4194304 4196468 140723405345840 139986119502704 139986099373406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=13979412 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314917888 20864 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=13979412 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=13979412 memory=139775348720240 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=13979412 memory=139775415681636 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2 12269 0 0 0 0 5 2 20 0 15 0 97927509 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=13979412 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 5 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=13979412 memory=7014751519583131217 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 33 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985116136608 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=13979412 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 21 12269 0 0 0 0 5 2 20 0 15 0 97927511 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985115083504 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=13979412 memory=16960 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=13979412 memory=4048 CPUtime=0.14 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 935 12269 0 0 7 0 5 2 20 0 15 0 97927514 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=13979412 memory=1792 CPUtime=0.16 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 561 12269 0 0 9 0 5 2 20 0 15 0 97927514 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=13979412 memory=648 CPUtime=0.2 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 640 12269 0 0 13 0 5 2 20 0 15 0 97927514 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=13979412 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=13979412 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 1 12269 0 0 0 0 5 2 20 0 15 0 97927514 14314917888 20864 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13979412 KiB
Current children cumulated memory: 83456 KiB

[startup+1.50187 s]
/proc/loadavg: 1.81 1.82 1.84 3/215 12688
/proc/meminfo: memFree=26753312/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=13991700 memory=172676 CPUtime=2.2 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 26966 12269 0 0 203 10 5 2 20 0 15 0 97927500 14327500800 43169 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3497925 43169 3401 1 0 3486039 0
[pid=12625/tid=12675] ppid=12622 vsize=13991700 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 19398 12269 0 0 129 7 5 2 20 0 15 0 97927508 14327500800 43169 33554432000 4194304 4196468 140723405345840 139986119526816 139986115304854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=13991700 memory=279550697488832 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 38 12269 0 0 1 0 5 2 20 0 15 0 97927509 14327500800 43169 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=13991700 memory=279550697498144 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 49 12269 0 0 1 0 5 2 20 0 15 0 97927509 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=13991700 memory=139775348754928 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 41 12269 0 0 1 0 5 2 20 0 15 0 97927509 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 197 12269 0 0 1 0 5 2 20 0 15 0 97927509 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 1269 12269 0 0 1 0 5 2 20 0 15 0 97927511 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 55 12269 0 0 0 0 5 2 20 0 15 0 97927511 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985116136672 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=13991700 memory=8026941097143250998 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 45 12269 0 0 0 0 5 2 20 0 15 0 97927511 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985115083520 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=13991700 memory=8026941098018885740 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=13991700 memory=-9034923846474767733 CPUtime=0.23 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 1164 12269 0 0 16 0 5 2 20 0 15 0 97927514 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=13991700 memory=7018127119098471509 CPUtime=0.25 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) R 12622 12625 3242 0 -1 1077944384 779 12269 0 0 18 0 5 2 20 0 15 0 97927514 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=13991700 memory=6655300316396806240 CPUtime=0.39 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) R 12622 12625 3242 0 -1 4202560 1776 12269 0 0 32 0 5 2 20 0 15 0 97927514 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=13991700 memory=7445976754628026987 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=13991700 memory=7450479258921166677 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14327500800 43169 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0

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

/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 54206 12269 0 0 10114 25 5 2 20 0 15 0 97927508 14411579392 256378 33554432000 4194304 4196468 140723405345840 139986119526272 139985752756271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=14073808 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 2168 12269 0 0 33 5 5 2 20 0 15 0 97927509 14411579392 256378 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=14073808 memory=1296 CPUtime=0.44 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 2187 12269 0 0 33 4 5 2 20 0 15 0 97927509 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=14073808 memory=2408 CPUtime=0.43 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 551 12269 0 0 32 4 5 2 20 0 15 0 97927509 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=14073808 memory=12032 CPUtime=0.45 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 1856 12269 0 0 34 4 5 2 20 0 15 0 97927509 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=14073808 memory=5792 CPUtime=0.33 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 3765 12269 0 0 23 3 5 2 20 0 15 0 97927511 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=14073808 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 68 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985116136672 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=14073808 memory=7897517683652307531 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 45 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985115083520 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=14073808 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=14073808 memory=1012 CPUtime=7.85 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 15919 12269 0 0 774 4 5 2 20 0 15 0 97927514 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=14073808 memory=1029104 CPUtime=7.86 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 17686 12269 0 0 775 4 5 2 20 0 15 0 97927514 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=14073808 memory=1030640 CPUtime=2.74 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 13922 12269 0 0 263 4 5 2 20 0 15 0 97927514 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=14073808 memory=1076192 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=14073808 memory=1048516 CPUtime=0.11 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 433 12269 0 0 2 2 5 2 20 0 15 0 97927514 14411579392 256378 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 121.64 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 1025512 KiB

[startup+162.301 s]
/proc/loadavg: 1.83 1.79 1.83 3/215 12818
/proc/meminfo: memFree=24487252/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=14073808 memory=913024 CPUtime=184.73 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 123761 12269 0 0 18392 74 5 2 20 0 15 0 97927500 14411579392 228256 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3518452 228256 3509 1 0 3506007 0
[pid=12625/tid=12675] ppid=12622 vsize=14073808 memory=915076 CPUtime=160.9 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 55562 12269 0 0 16056 27 5 2 20 0 15 0 97927508 14411579392 228256 33554432000 4194304 4196468 140723405345840 139986119526624 139985764936732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=14073808 memory=914048 CPUtime=0.75 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 2351 12269 0 0 62 6 5 2 20 0 15 0 97927509 14411579392 228256 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=14073808 memory=8026378139037887085 CPUtime=0.75 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 3280 12269 0 0 62 6 5 2 20 0 15 0 97927509 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=14073808 memory=2308 CPUtime=0.74 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 673 12269 0 0 61 6 5 2 20 0 15 0 97927509 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=14073808 memory=279550697832688 CPUtime=0.76 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2417 12269 0 0 63 6 5 2 20 0 15 0 97927509 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=14073808 memory=920724 CPUtime=0.55 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 3917 12269 0 0 43 5 5 2 20 0 15 0 97927511 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=14073808 memory=4144 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 68 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985116136672 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=14073808 memory=28628 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 45 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985115083520 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=14073808 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=14073808 memory=2340 CPUtime=8.73 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 17888 12269 0 0 861 5 5 2 20 0 15 0 97927514 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=14073808 memory=932 CPUtime=8.73 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 18900 12269 0 0 861 5 5 2 20 0 15 0 97927514 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=14073808 memory=916616 CPUtime=3.23 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 16045 12269 0 0 311 5 5 2 20 0 15 0 97927514 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=14073808 memory=916616 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=14073808 memory=1692 CPUtime=0.15 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 463 12269 0 0 4 4 5 2 20 0 15 0 97927514 14411579392 228256 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 184.73 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 913024 KiB

[startup+222.301 s]
/proc/loadavg: 1.67 1.76 1.81 3/215 12826
/proc/meminfo: memFree=21430392/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=14073808 memory=815524 CPUtime=245.66 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 128191 12269 0 0 24475 84 5 2 20 0 15 0 97927500 14411579392 203881 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3518452 203881 3509 1 0 3506007 0
[pid=12625/tid=12675] ppid=12622 vsize=14073808 memory=845604 CPUtime=220.28 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 56636 12269 0 0 21994 27 5 2 20 0 15 0 97927508 14411579392 203881 33554432000 4194304 4196468 140723405345840 139986119527152 139985764369519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=14073808 memory=836976 CPUtime=1.07 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 3050 12269 0 0 92 8 5 2 20 0 15 0 97927509 14411579392 203881 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=14073808 memory=837584 CPUtime=1.06 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 3512 12269 0 0 92 7 5 2 20 0 15 0 97927509 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=14073808 memory=823732 CPUtime=1.06 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 935 12269 0 0 92 7 5 2 20 0 15 0 97927509 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=14073808 memory=818088 CPUtime=1.07 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2634 12269 0 0 93 7 5 2 20 0 15 0 97927509 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=14073808 memory=815524 CPUtime=0.76 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 4214 12269 0 0 61 8 5 2 20 0 15 0 97927511 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=14073808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 68 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985116136672 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=14073808 memory=816036 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 45 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985115083520 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=14073808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=14073808 memory=10 CPUtime=8.73 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 18957 12269 0 0 861 5 5 2 20 0 15 0 97927514 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=14073808 memory=816036 CPUtime=8.75 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 19455 12269 0 0 863 5 5 2 20 0 15 0 97927514 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=14073808 memory=1224 CPUtime=3.23 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 16048 12269 0 0 311 5 5 2 20 0 15 0 97927514 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=14073808 memory=12032 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=14073808 memory=5792 CPUtime=0.17 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 485 12269 0 0 5 5 5 2 20 0 15 0 97927514 14411579392 203881 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 245.66 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 815524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+228.601 s]
/proc/loadavg: 1.69 1.76 1.81 3/215 12826
/proc/meminfo: memFree=21433616/32770624 swapFree=67108860/67108860
[pid=12625] ppid=12622 vsize=14073808 memory=813096 CPUtime=252.05 cores=0,2,4,6
/proc/12625/stat : 12625 (java) S 12622 12625 3242 0 -1 1077944320 129753 12269 0 0 25113 85 5 2 20 0 15 0 97927500 14411579392 203274 33554432000 4194304 4196468 140723405345840 140723405328384 139986115292919 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
/proc/12625/statm: 3518452 203274 3509 1 0 3506007 0
[pid=12625/tid=12675] ppid=12622 vsize=14073808 memory=18476 CPUtime=226.5 cores=0,2,4,6
/proc/12625/task/12675/stat : 12675 (java) R 12622 12625 3242 0 -1 4202560 56799 12269 0 0 22616 27 5 2 20 0 15 0 97927508 14411579392 203274 33554432000 4194304 4196468 140723405345840 139986119527056 139985762428160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12676] ppid=12622 vsize=14073808 memory=16976 CPUtime=1.1 cores=0,2,4,6
/proc/12625/task/12676/stat : 12676 (java) S 12622 12625 3242 0 -1 1077944384 3061 12269 0 0 95 8 5 2 20 0 15 0 97927509 14411579392 203274 33554432000 4194304 4196468 140723405345840 139986071845904 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12677] ppid=12622 vsize=14073808 memory=4048 CPUtime=1.09 cores=0,2,4,6
/proc/12625/task/12677/stat : 12677 (java) S 12622 12625 3242 0 -1 1077944384 3546 12269 0 0 95 7 5 2 20 0 15 0 97927509 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985710148752 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12678] ppid=12622 vsize=14073808 memory=1792 CPUtime=1.09 cores=0,2,4,6
/proc/12625/task/12678/stat : 12678 (java) S 12622 12625 3242 0 -1 1077944384 1964 12269 0 0 95 7 5 2 20 0 15 0 97927509 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985709095696 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12679] ppid=12622 vsize=14073808 memory=6791534058613427641 CPUtime=1.1 cores=0,2,4,6
/proc/12625/task/12679/stat : 12679 (java) S 12622 12625 3242 0 -1 1077944384 2779 12269 0 0 96 7 5 2 20 0 15 0 97927509 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985708043152 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12680] ppid=12622 vsize=14073808 memory=288230621803970871 CPUtime=0.8 cores=0,2,4,6
/proc/12625/task/12680/stat : 12680 (java) S 12622 12625 3242 0 -1 1077944384 4386 12269 0 0 64 9 5 2 20 0 15 0 97927511 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985117190384 139986115304066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12681] ppid=12622 vsize=14073808 memory=15262532197681591 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12681/stat : 12681 (java) S 12622 12625 3242 0 -1 1077944384 68 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985116136672 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12682] ppid=12622 vsize=14073808 memory=279550698597472 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12682/stat : 12682 (java) S 12622 12625 3242 0 -1 1077944384 45 12269 0 0 0 0 5 2 20 0 15 0 97927511 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985115083520 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12683] ppid=12622 vsize=14073808 memory=7594030376191737956 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12683/stat : 12683 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985114032080 139986115311515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12684] ppid=12622 vsize=14073808 memory=7594030376191737956 CPUtime=8.73 cores=0,2,4,6
/proc/12625/task/12684/stat : 12684 (java) S 12622 12625 3242 0 -1 1077944384 18959 12269 0 0 861 5 5 2 20 0 15 0 97927514 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985112980208 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12685] ppid=12622 vsize=14073808 memory=3047711566422646390 CPUtime=8.75 cores=0,2,4,6
/proc/12625/task/12685/stat : 12685 (java) S 12622 12625 3242 0 -1 1077944384 19457 12269 0 0 863 5 5 2 20 0 15 0 97927514 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985111927664 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12686] ppid=12622 vsize=14073808 memory=7234862829691037525 CPUtime=3.23 cores=0,2,4,6
/proc/12625/task/12686/stat : 12686 (java) S 12622 12625 3242 0 -1 1077944384 16050 12269 0 0 311 5 5 2 20 0 15 0 97927514 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985110874608 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12687] ppid=12622 vsize=14073808 memory=7810458159103700332 CPUtime=0.07 cores=0,2,4,6
/proc/12625/task/12687/stat : 12687 (java) S 12622 12625 3242 0 -1 1077944384 3 12269 0 0 0 0 5 2 20 0 15 0 97927514 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985109822304 139986115303125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
[pid=12625/tid=12688] ppid=12622 vsize=14073808 memory=7584172172082901604 CPUtime=0.18 cores=0,2,4,6
/proc/12625/task/12688/stat : 12688 (java) S 12622 12625 3242 0 -1 1077944384 487 12269 0 0 5 6 5 2 20 0 15 0 97927514 14411579392 203274 33554432000 4194304 4196468 140723405345840 139985108769328 139986115304066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30547968 140723405351574 140723405354359 140723405354359 140723405357007 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 813096 KiB

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

[startup+228.649 s]
# the end of solver process 12625 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.219 s, system=0.897766 s

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

Child status: 143
Real time (s): 228.649
CPU time (s): 252.117
CPU user time (s): 251.219
CPU system time (s): 0.897766
CPU usage (%): 110.264
Max. virtual memory (cumulated for all children) (KiB): 14073808
Max. memory (cumulated for all children) (KiB): 1136552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.219
system time used= 0.897766
maximum resident set size= 1138600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34727
involuntary context switches= 1745


# summary of solver processes directly reported to runsolver:
#   pid: 12625
#   total CPU time (s): 252.117
#   total CPU user time (s): 251.219
#   total CPU system time (s): 0.897766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51341 second user time and 1.98196 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:06:47
IDJOB=4259828
IDBENCH=135672
IDSOLVER=2646
FILE ID=node149/4259828-1502648466
RUNJOBID= node149-1502644582-9044
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259828-1502648466/watcher-4259828-1502648466 -o /tmp/evaluation-result-4259828-1502648466/solver-4259828-1502648466 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312  bin/concrete HOME/instance-4259828-1502648466.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=1892031330

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        26855260 kB
MemAvailable:   31014340 kB
Buffers:          271364 kB
Cached:          4161040 kB
SwapCached:            0 kB
Active:          2125736 kB
Inactive:        3318928 kB
Active(anon):    1015356 kB
Inactive(anon):    24944 kB
Active(file):    1110380 kB
Inactive(file):  3293984 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24332 kB
Writeback:             4 kB
AnonPages:       1018552 kB
Mapped:            57032 kB
Shmem:             25224 kB
Slab:             168304 kB
SReclaimable:     141104 kB
SUnreclaim:        27200 kB
KernelStack:        3504 kB
PageTables:         7612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1989836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 20:10:36