Trace number 4295983

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)224 2520.12 2487.33

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-40-30-00_c18.xml
MD5SUMcd8c3cb9db38dc1b01c6d50a781e959c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark170
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size33
Maximum domain size40
Distribution of domain sizes[{"size":33,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"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.98/0.74	c Concrete v3.8.1528841891564 running
10.10/4.57	o 344
10.10/4.60	o 343
10.44/4.62	o 332
10.44/4.66	o 331
10.76/4.72	o 329
13.01/5.51	o 323
13.01/5.52	o 319
13.01/5.53	o 318
13.26/5.60	o 317
14.16/6.24	o 314
14.34/6.39	o 312
14.47/6.40	o 311
14.78/6.69	o 308
14.95/6.71	o 307
14.95/6.74	o 305
16.06/7.58	o 303
16.16/7.62	o 301
16.16/7.64	o 295
16.16/7.64	o 291
16.90/8.25	o 289
16.90/8.25	o 275
20.01/10.91	o 272
20.01/10.91	o 269
20.01/10.92	o 267
20.01/10.92	o 266
20.24/11.16	o 262
150.45/138.29	o 260
150.56/138.31	o 259
209.41/196.12	o 258
209.41/196.16	o 256
209.52/196.28	o 254
691.16/673.38	o 252
695.51/677.61	o 248
699.76/681.88	o 245
736.20/717.88	o 244
751.68/733.12	o 238
751.68/733.13	o 236
752.10/733.58	o 234
753.51/735.00	o 233
766.23/747.50	o 231
1106.78/1084.70	o 229
2462.51/2430.13	o 228
2467.34/2434.98	o 226
2500.54/2467.98	o 225
2502.67/2470.01	o 224
2520.08/2487.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2487.30		at concrete.MAC.mac(MAC.scala:188)
2520.08/2487.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2487.30		at scala.util.Try$.apply(Try.scala:209)
2520.08/2487.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2487.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2487.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2487.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2487.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2487.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2487.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2487.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2487.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2487.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2487.30		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2487.30		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2487.30		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2487.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2487.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2487.30		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2487.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2487.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2487.31		at scala.util.Success.map(Try.scala:209)
2520.08/2487.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2487.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2487.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2487.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2487.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2487.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2487.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2487.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2487.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2487.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2487.31		at scala.App.main(App.scala:76)
2520.08/2487.31		at scala.App.main$(App.scala:74)
2520.08/2487.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2487.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2487.32	v <instantiation cost="224">
2520.08/2487.32	v       <list>
2520.08/2487.32	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] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] 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] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39]
2520.08/2487.32	v       </list>
2520.08/2487.32	v       <values>
2520.08/2487.32	v         17 18 34 21 10 11 15 14 13 4 7 8 3 9 16 20 19 24 32 33 22 25 36 26 27 28 38 37 39 35 31 30 29 23 5 0 2 1 6 12 2 14 17 8 10 6 3 1 4 6 1 4 3 4 4 4 4 8 1 9 10 13 7 5 2 9 3 7 6 3 2 1 5 13 4 2 8 4 4 3
2520.08/2487.32	v       </values>
2520.08/2487.32	v     </instantiation>
2520.08/2487.32	s SATISFIABLE

Verifier Data

OK	224

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295983-1532603282/watcher-4295983-1532603282 -o /tmp/evaluation-result-4295983-1532603282/solver-4295983-1532603282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1563964844 -superng HOME/instance-4295983-1532603282.xml 

running on 4 cores: 1,3,5,7

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

solver pid=3907, runsolver pid=3904

[startup+0.101296 s]*
/proc/loadavg: 1.58 1.44 1.39 2/206 3964
/proc/meminfo: memFree=16972448/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=9972712 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 4255 12867 0 0 1 0 5 2 20 0 6 0 77891425 10212057088 4582 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2493178 4582 1930 1 0 2481616 0
[pid=3907/tid=3960] ppid=3904 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 2094 12867 0 0 1 0 5 2 20 0 6 0 77891434 10212057088 4648 33554432000 4194304 4196468 140736439360736 139865028321872 139865041757968 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 6 0 77891435 10212057088 4648 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=9972712 memory=139810412959360 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 6 0 77891435 10212057088 4648 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 6 0 77891435 10212057088 4648 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 6 0 77891435 10212057088 4648 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210099 s]*
/proc/loadavg: 1.58 1.44 1.39 3/215 3973
/proc/meminfo: memFree=16954360/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10818936 memory=44352 CPUtime=0.25 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 8968 12867 0 0 16 2 5 2 20 0 15 0 77891425 11078590464 11088 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2704734 11088 2958 1 0 2667157 0
[pid=3907/tid=3960] ppid=3904 vsize=10818904 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 5768 12867 0 0 10 1 5 2 20 0 15 0 77891434 11078557696 11273 33554432000 4194304 4196468 140736439360736 139865028309920 139865056497046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891435 11078557696 11273 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10818904 memory=139810412959360 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891435 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891435 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891435 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10818904 memory=139810412959360 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891437 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 33 12867 0 0 0 0 5 2 20 0 15 0 77891437 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864514171808 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891437 11078557696 11273 33554432000 4194304 4196468 140736439360736 139863932265456 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11078557696 11273 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 111 12867 0 0 1 0 5 2 20 0 15 0 77891440 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 468 12867 0 0 1 0 5 2 20 0 15 0 77891440 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10818904 memory=139810412959360 CPUtime=0.1 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) R 3904 3907 32560 0 -1 4202560 559 12867 0 0 3 0 5 2 20 0 15 0 77891440 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864478509808 139865056506458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11078557696 11273 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10818904 memory=139810412959360 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891440 11078557696 11273 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44352 KiB

[startup+0.310313 s]*
/proc/loadavg: 1.58 1.44 1.39 3/215 3973
/proc/meminfo: memFree=16940840/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10819352 memory=52968 CPUtime=0.39 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 10350 12867 0 0 29 3 5 2 20 0 15 0 77891425 11079016448 13242 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2704838 13242 3077 1 0 2667149 0
[pid=3907/tid=3960] ppid=3904 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 6960 12867 0 0 19 2 5 2 20 0 15 0 77891434 11079016448 13242 33554432000 4194304 4196468 140736439360736 139865028297120 139865038048663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 13242 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891437 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 33 12867 0 0 0 0 5 2 20 0 15 0 77891437 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864514171808 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891437 11079016448 13242 33554432000 4194304 4196468 140736439360736 139863932265456 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11079016448 13242 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 112 12867 0 0 2 0 5 2 20 0 15 0 77891440 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 468 12867 0 0 1 0 5 2 20 0 15 0 77891440 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 567 12867 0 0 5 0 5 2 20 0 15 0 77891440 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11079016448 13242 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891440 11079016448 13242 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52968 KiB

[startup+0.700718 s]
/proc/loadavg: 1.58 1.44 1.39 3/215 3973
/proc/meminfo: memFree=16932316/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10819352 memory=85344 CPUtime=0.98 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 16436 12867 0 0 87 4 5 2 20 0 15 0 77891425 11079016448 21336 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2704838 21336 3248 1 0 2667149 0
[pid=3907/tid=3960] ppid=3904 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 12040 12867 0 0 56 3 5 2 20 0 15 0 77891434 11079016448 21336 33554432000 4194304 4196468 140736439360736 139865028305936 139865041650783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 21336 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10819352 memory=7886766292050524213 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10819352 memory=5860705218891763792 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10819352 memory=6226596351323422817 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891435 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 6 12867 0 0 0 0 5 2 20 0 15 0 77891437 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 33 12867 0 0 0 0 5 2 20 0 15 0 77891437 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864514171808 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10819352 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891437 11079016448 21336 33554432000 4194304 4196468 140736439360736 139863932265456 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11079016448 21336 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10819352 memory=2244 CPUtime=0.17 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 667 12867 0 0 10 0 5 2 20 0 15 0 77891440 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 865 12867 0 0 7 0 5 2 20 0 15 0 77891440 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 617 12867 0 0 13 0 5 2 20 0 15 0 77891440 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11079016448 21336 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891440 11079016448 21336 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85344 KiB

[startup+1.50068 s]
/proc/loadavg: 1.58 1.44 1.39 3/215 3973
/proc/meminfo: memFree=16887256/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10834252 memory=176240 CPUtime=2.38 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 23973 12867 0 0 222 9 5 2 20 0 15 0 77891425 11094274048 44060 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2708563 44060 3472 1 0 2670221 0
[pid=3907/tid=3960] ppid=3904 vsize=10834252 memory=124 CPUtime=1.42 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 17390 12867 0 0 130 5 5 2 20 0 15 0 77891434 11094274048 44060 33554432000 4194304 4196468 140736439360736 139865028301824 139865036760246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10834252 memory=79 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 31 12867 0 0 0 0 5 2 20 0 15 0 77891435 11094274048 44060 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 239 12867 0 0 1 0 5 2 20 0 15 0 77891435 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 25 12867 0 0 1 0 5 2 20 0 15 0 77891435 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 58 12867 0 0 1 0 5 2 20 0 15 0 77891435 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 63 12867 0 0 1 0 5 2 20 0 15 0 77891437 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 34 12867 0 0 0 0 5 2 20 0 15 0 77891437 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864514171872 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10834252 memory=-7591201286991560646 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891437 11094274048 44060 33554432000 4194304 4196468 140736439360736 139863932265472 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10834252 memory=-2127762117453438967 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11094274048 44060 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10834252 memory=-2897801490638248331 CPUtime=0.33 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 874 12867 0 0 26 0 5 2 20 0 15 0 77891440 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10834252 memory=-6364248760763181720 CPUtime=0.32 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 1908 12867 0 0 25 0 5 2 20 0 15 0 77891440 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10834252 memory=-2746958450906831519 CPUtime=0.4 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 1149 12867 0 0 33 0 5 2 20 0 15 0 77891440 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10834252 memory=64 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11094274048 44060 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10834252 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 77891440 11094274048 44060 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 86470 12867 0 0 237189 29 5 2 20 0 15 0 77891434 11178180608 136931 33554432000 4194304 4196468 140736439360736 139865028319520 139864635825602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10916192 memory=547724 CPUtime=4.79 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 12497 12867 0 0 446 26 5 2 20 0 15 0 77891435 11178180608 136931 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10916192 memory=547724 CPUtime=4.81 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 10340 12867 0 0 448 26 5 2 20 0 15 0 77891435 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10916192 memory=547724 CPUtime=4.8 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 11815 12867 0 0 446 27 5 2 20 0 15 0 77891435 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10916192 memory=279620626118912 CPUtime=4.8 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 11540 12867 0 0 446 27 5 2 20 0 15 0 77891435 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10916192 memory=547724 CPUtime=3.64 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 10669 12867 0 0 333 24 5 2 20 0 15 0 77891437 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10916192 memory=547724 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 38 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864514171936 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10916192 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 4 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 136931 33554432000 4194304 4196468 140736439360736 139863932265472 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10916192 memory=23068 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 136931 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10916192 memory=1120 CPUtime=7.88 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 60850 12867 0 0 774 7 5 2 20 0 15 0 77891440 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10916192 memory=792 CPUtime=7.19 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 45186 12867 0 0 706 6 5 2 20 0 15 0 77891440 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10916192 memory=547724 CPUtime=3.56 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 55262 12867 0 0 341 8 5 2 20 0 15 0 77891440 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10916192 memory=547724 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 136931 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10916192 memory=547724 CPUtime=1.23 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 979 12867 0 0 56 60 5 2 20 0 15 0 77891440 11178180608 136931 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 2414.44 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 547724 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.48 1.41 3/215 4181
/proc/meminfo: memFree=13259132/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10916192 memory=544212 CPUtime=2474.79 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 310742 12867 0 0 247257 215 5 2 20 0 15 0 77891425 11178180608 136053 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2729048 136053 3529 1 0 2690701 0
[pid=3907/tid=3960] ppid=3904 vsize=10916192 memory=547736 CPUtime=2431.97 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 87569 12867 0 0 243161 29 5 2 20 0 15 0 77891434 11178180608 136053 33554432000 4194304 4196468 140736439360736 139865028319472 139864635965676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10916192 memory=547748 CPUtime=4.92 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 12656 12867 0 0 458 27 5 2 20 0 15 0 77891435 11178180608 136053 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10916192 memory=547736 CPUtime=4.93 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 10418 12867 0 0 460 26 5 2 20 0 15 0 77891435 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10916192 memory=548824 CPUtime=4.93 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 12203 12867 0 0 458 28 5 2 20 0 15 0 77891435 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10916192 memory=545240 CPUtime=4.92 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 11684 12867 0 0 458 27 5 2 20 0 15 0 77891435 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10916192 memory=544724 CPUtime=3.74 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 10864 12867 0 0 342 25 5 2 20 0 15 0 77891437 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10916192 memory=544212 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 38 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864514171936 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10916192 memory=544212 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 4 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 136053 33554432000 4194304 4196468 140736439360736 139863932265472 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10916192 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 136053 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10916192 memory=1040 CPUtime=7.88 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 60852 12867 0 0 774 7 5 2 20 0 15 0 77891440 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10916192 memory=544212 CPUtime=7.19 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 45188 12867 0 0 706 6 5 2 20 0 15 0 77891440 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10916192 memory=544212 CPUtime=3.57 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 56073 12867 0 0 342 8 5 2 20 0 15 0 77891440 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10916192 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 136053 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10916192 memory=1040 CPUtime=1.26 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 993 12867 0 0 57 62 5 2 20 0 15 0 77891440 11178180608 136053 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 2474.79 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 544212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.3 s]
/proc/loadavg: 1.52 1.49 1.42 3/215 4182
/proc/meminfo: memFree=13258604/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10916192 memory=543748 CPUtime=2520.08 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 311769 12867 0 0 251784 217 5 2 20 0 15 0 77891425 11178180608 135937 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2729048 135937 3529 1 0 2690701 0
[pid=3907/tid=3960] ppid=3904 vsize=10916192 memory=543748 CPUtime=2476.78 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 87875 12867 0 0 247641 30 5 2 20 0 15 0 77891434 11178180608 135937 33554432000 4194304 4196468 140736439360736 139865028320416 139864635825578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10916192 memory=543748 CPUtime=5.02 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 12676 12867 0 0 468 27 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10916192 memory=543748 CPUtime=5.03 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 10438 12867 0 0 469 27 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10916192 memory=3788436 CPUtime=5.02 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 12229 12867 0 0 467 28 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10916192 memory=543712 CPUtime=5.02 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 12051 12867 0 0 468 27 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10916192 memory=543724 CPUtime=3.81 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 10890 12867 0 0 349 25 5 2 20 0 15 0 77891437 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 38 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864514171936 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10916192 memory=543748 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 4 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 135937 33554432000 4194304 4196468 140736439360736 139863932265472 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10916192 memory=543748 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10916192 memory=543724 CPUtime=7.88 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 60871 12867 0 0 774 7 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10916192 memory=543748 CPUtime=7.19 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 45242 12867 0 0 706 6 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10916192 memory=7020 CPUtime=3.57 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 56258 12867 0 0 342 8 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10916192 memory=543748 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10916192 memory=543748 CPUtime=1.28 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 997 12867 0 0 58 63 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 543748 KiB

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

[startup+2487.33 s]
# the end of solver process 3907 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.92 s, system=2.20205 s

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

[startup+2487.3 s]
/proc/loadavg: 1.52 1.49 1.42 3/215 4182
/proc/meminfo: memFree=13258604/32770624 swapFree=67108796/67108860
[pid=3907] ppid=3904 vsize=10916192 memory=543748 CPUtime=2520.08 cores=1,3,5,7
/proc/3907/stat : 3907 (java) S 3904 3907 32560 0 -1 1077944320 311769 12867 0 0 251784 217 5 2 20 0 15 0 77891425 11178180608 135937 33554432000 4194304 4196468 140736439360736 140736439343280 139865056485111 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
/proc/3907/statm: 2729048 135937 3529 1 0 2690701 0
[pid=3907/tid=3960] ppid=3904 vsize=10916192 memory=543748 CPUtime=2476.78 cores=1,3,5,7
/proc/3907/task/3960/stat : 3960 (java) R 3904 3907 32560 0 -1 4202560 87875 12867 0 0 247641 30 5 2 20 0 15 0 77891434 11178180608 135937 33554432000 4194304 4196468 140736439360736 139865028320416 139864635825578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3961] ppid=3904 vsize=10916192 memory=543748 CPUtime=5.02 cores=1,3,5,7
/proc/3907/task/3961/stat : 3961 (java) S 3904 3907 32560 0 -1 1077944384 12676 12867 0 0 468 27 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139865060727568 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3962] ppid=3904 vsize=10916192 memory=543748 CPUtime=5.03 cores=1,3,5,7
/proc/3907/task/3962/stat : 3962 (java) S 3904 3907 32560 0 -1 1077944384 10438 12867 0 0 469 27 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864949001104 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3963] ppid=3904 vsize=10916192 memory=3788436 CPUtime=5.02 cores=1,3,5,7
/proc/3907/task/3963/stat : 3963 (java) S 3904 3907 32560 0 -1 1077944384 12229 12867 0 0 467 28 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864947948560 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3964] ppid=3904 vsize=10916192 memory=543712 CPUtime=5.02 cores=1,3,5,7
/proc/3907/task/3964/stat : 3964 (java) S 3904 3907 32560 0 -1 1077944384 12051 12867 0 0 468 27 5 2 20 0 15 0 77891435 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864946896016 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3965] ppid=3904 vsize=10916192 memory=543724 CPUtime=3.81 cores=1,3,5,7
/proc/3907/task/3965/stat : 3965 (java) S 3904 3907 32560 0 -1 1077944384 10890 12867 0 0 349 25 5 2 20 0 15 0 77891437 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864515225584 139865056496258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3966] ppid=3904 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3966/stat : 3966 (java) S 3904 3907 32560 0 -1 1077944384 38 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864514171936 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3967] ppid=3904 vsize=10916192 memory=543748 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3967/stat : 3967 (java) S 3904 3907 32560 0 -1 1077944384 4 12867 0 0 0 0 5 2 20 0 15 0 77891437 11178180608 135937 33554432000 4194304 4196468 140736439360736 139863932265472 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3968] ppid=3904 vsize=10916192 memory=543748 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3968/stat : 3968 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139863624866000 139865056503707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3969] ppid=3904 vsize=10916192 memory=543724 CPUtime=7.88 cores=1,3,5,7
/proc/3907/task/3969/stat : 3969 (java) S 3904 3907 32560 0 -1 1077944384 60871 12867 0 0 774 7 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864480614896 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3970] ppid=3904 vsize=10916192 memory=543748 CPUtime=7.19 cores=1,3,5,7
/proc/3907/task/3970/stat : 3970 (java) S 3904 3907 32560 0 -1 1077944384 45242 12867 0 0 706 6 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864479562352 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3971] ppid=3904 vsize=10916192 memory=7020 CPUtime=3.57 cores=1,3,5,7
/proc/3907/task/3971/stat : 3971 (java) S 3904 3907 32560 0 -1 1077944384 56258 12867 0 0 342 8 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864478509808 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3972] ppid=3904 vsize=10916192 memory=543748 CPUtime=0.07 cores=1,3,5,7
/proc/3907/task/3972/stat : 3972 (java) S 3904 3907 32560 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139863591308384 139865056495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
[pid=3907/tid=3973] ppid=3904 vsize=10916192 memory=543748 CPUtime=1.28 cores=1,3,5,7
/proc/3907/task/3973/stat : 3973 (java) S 3904 3907 32560 0 -1 1077944384 997 12867 0 0 58 63 5 2 20 0 15 0 77891440 11178180608 135937 33554432000 4194304 4196468 140736439360736 139864477456688 139865056496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16515072 140736439363755 140736439367004 140736439367004 140736439369679 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 543748 KiB

Child status: 143
Real time (s): 2487.33
CPU time (s): 2520.12
CPU user time (s): 2517.92
CPU system time (s): 2.20205
CPU usage (%): 101.319
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 922324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.92
system time used= 2.20205
maximum resident set size= 923368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139368
involuntary context switches= 4684


# summary of solver processes directly reported to runsolver:
#   pid: 3907
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.92
#   total CPU system time (s): 2.20205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0029 second user time and 23.3779 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 13:08:02
IDJOB=4295983
IDBENCH=141628
IDSOLVER=2751
FILE ID=node138/4295983-1532603282
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-40-30-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295983-1532603282/watcher-4295983-1532603282 -o /tmp/evaluation-result-4295983-1532603282/solver-4295983-1532603282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1563964844 -superng HOME/instance-4295983-1532603282.xml

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

MD5SUM BENCH= cd8c3cb9db38dc1b01c6d50a781e959c
RANDOM SEED=1563964844

node138.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.71
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.71
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.71
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.71
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:        16982388 kB
MemAvailable:   31330212 kB
Buffers:          190792 kB
Cached:         14301988 kB
SwapCached:           44 kB
Active:          2997824 kB
Inactive:       12146612 kB
Active(anon):     602456 kB
Inactive(anon):    77320 kB
Active(file):    2395368 kB
Inactive(file): 12069292 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26820 kB
Writeback:             0 kB
AnonPages:        669192 kB
Mapped:            48828 kB
Shmem:             25164 kB
Slab:             340400 kB
SReclaimable:     311624 kB
SUnreclaim:        28776 kB
KernelStack:        3792 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1635032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 13:49:30