Trace number 4295393

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 2018-06-13SAT (TO)1464 2520.06 2469.14

General information on the benchmark

NameKnapsack/
Knapsack-70-300-01_c18.xml
MD5SUM140f8f4c33ce7e414b2f0aa2389f8c03
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1465
Best CPU time to get the best result obtained on this benchmark2288.75
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":70}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":70}]
Minimum constraint arity70
Maximum constraint arity70
Distribution of constraint arities[{"arity":70,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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
6.15/3.24	o 374
6.15/3.27	o 378
6.15/3.28	o 450
6.15/3.29	o 518
6.15/3.30	o 556
6.47/3.31	o 644
6.47/3.33	o 645
6.47/3.33	o 702
6.47/3.34	o 703
6.47/3.35	o 705
6.47/3.35	o 738
6.47/3.39	o 743
6.85/3.41	o 805
6.85/3.41	o 877
6.85/3.42	o 878
6.85/3.42	o 881
6.85/3.43	o 913
6.85/3.43	o 950
6.85/3.48	o 965
6.85/3.48	o 966
6.85/3.50	o 973
6.85/3.50	o 1029
6.85/3.50	o 1047
6.85/3.50	o 1064
6.85/3.50	o 1097
7.20/3.51	o 1130
7.20/3.52	o 1170
7.20/3.54	o 1212
7.20/3.55	o 1221
7.20/3.55	o 1226
7.53/3.67	o 1231
7.53/3.67	o 1254
7.53/3.68	o 1268
7.53/3.68	o 1300
7.83/3.78	o 1317
8.14/3.81	o 1353
8.14/3.81	o 1356
8.14/3.84	o 1386
8.44/3.94	o 1409
8.44/3.94	o 1418
10.71/4.80	o 1423
10.71/4.81	o 1464
2520.02/2469.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2469.11		at concrete.MAC.mac(MAC.scala:188)
2520.02/2469.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2469.11		at scala.util.Try$.apply(Try.scala:209)
2520.02/2469.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2469.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2469.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2469.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2469.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2469.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2469.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2469.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2469.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2469.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2469.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2469.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2469.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2469.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2469.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2469.11		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2469.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2469.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2469.11		at scala.util.Success.map(Try.scala:209)
2520.02/2469.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2469.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2469.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2469.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2469.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2469.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2469.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2469.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2469.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2469.11		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2469.11		at scala.App.main(App.scala:76)
2520.02/2469.11		at scala.App.main$(App.scala:74)
2520.02/2469.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2469.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2469.12	v <instantiation cost="1464">
2520.02/2469.12	v       <list>
2520.02/2469.12	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69]
2520.02/2469.12	v       </list>
2520.02/2469.12	v       <values>
2520.02/2469.12	v         0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 0 0 1 1 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 0
2520.02/2469.12	v       </values>
2520.02/2469.12	v     </instantiation>
2520.02/2469.12	s SATISFIABLE

Verifier Data

OK	1464

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295393-1532546853/watcher-4295393-1532546853 -o /tmp/evaluation-result-4295393-1532546853/solver-4295393-1532546853 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1762529917 HOME/instance-4295393-1532546853.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
solver pid=29803, runsolver pid=29800
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.06 1.30 1.35 3/206 29860
/proc/meminfo: memFree=20642580/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=9972712 memory=16812 CPUtime=0.08 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 4385 12861 0 0 1 0 5 2 20 0 6 0 72248492 10212057088 4203 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2493178 4203 1934 1 0 2481616 0
[pid=29803/tid=29856] ppid=29800 vsize=9972712 memory=4279135703946462605 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 2193 12861 0 0 0 0 5 2 20 0 6 0 72248501 10212057088 4203 33554432000 4194304 4196468 140731386840464 139636099560016 139636109116989 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 6 0 72248501 10212057088 4269 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=9972712 memory=140076145272448 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 6 0 72248501 10212057088 4269 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 6 0 72248501 10212057088 4269 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 2 12861 0 0 0 0 5 2 20 0 6 0 72248501 10212057088 4269 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210026 s]*
/proc/loadavg: 1.06 1.30 1.35 3/215 29869
/proc/meminfo: memFree=20619128/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10818856 memory=42588 CPUtime=0.26 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 8541 12861 0 0 16 3 5 2 20 0 15 0 72248492 11078508544 10647 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2704714 10647 2935 1 0 2667149 0
[pid=29803/tid=29856] ppid=29800 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 5087 12861 0 0 9 2 5 2 20 0 15 0 72248501 11078508544 10647 33554432000 4194304 4196468 140731386840464 139636099520912 139636107998558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10818856 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11078508544 10647 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10818856 memory=288370452296984192 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 2 12861 0 0 0 0 5 2 20 0 15 0 72248501 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10818856 memory=140076145272448 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 2 12861 0 0 0 0 5 2 20 0 15 0 72248503 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 13 12861 0 0 0 0 5 2 20 0 15 0 72248503 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635493692320 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11078508544 10647 33554432000 4194304 4196468 140731386840464 139634889712624 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11078508544 10647 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 365 12861 0 0 1 0 5 2 20 0 15 0 72248506 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 245 12861 0 0 0 0 5 2 20 0 15 0 72248506 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10818856 memory=140076145272448 CPUtime=0.1 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 623 12861 0 0 3 0 5 2 20 0 15 0 72248506 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11078508544 10647 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10818856 memory=140076145272448 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248507 11078508544 10647 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42588 KiB

[startup+0.310414 s]*
/proc/loadavg: 1.06 1.30 1.35 3/215 29869
/proc/meminfo: memFree=20609576/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10819352 memory=53928 CPUtime=0.38 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 10561 12861 0 0 27 4 5 2 20 0 15 0 72248492 11079016448 13482 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2704838 13482 3066 1 0 2667149 0
[pid=29803/tid=29856] ppid=29800 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 7101 12861 0 0 18 3 5 2 20 0 15 0 72248501 11079016448 13482 33554432000 4194304 4196468 140731386840464 139636099535264 139636109286830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 13482 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 2 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 2 12861 0 0 0 0 5 2 20 0 15 0 72248503 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 13 12861 0 0 0 0 5 2 20 0 15 0 72248503 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635493692320 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11079016448 13482 33554432000 4194304 4196468 140731386840464 139634889712624 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11079016448 13482 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 366 12861 0 0 2 0 5 2 20 0 15 0 72248506 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 245 12861 0 0 1 0 5 2 20 0 15 0 72248506 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10819352 memory=140076145272448 CPUtime=0.12 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 628 12861 0 0 5 0 5 2 20 0 15 0 72248506 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11079016448 13482 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10819352 memory=140076145272448 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248507 11079016448 13482 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53928 KiB

[startup+0.700745 s]
/proc/loadavg: 1.06 1.30 1.35 3/215 29869
/proc/meminfo: memFree=20597584/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10819352 memory=86812 CPUtime=0.98 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 16847 12861 0 0 86 5 5 2 20 0 15 0 72248492 11079016448 21703 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2704838 21703 3237 1 0 2667149 0
[pid=29803/tid=29856] ppid=29800 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 12405 12861 0 0 55 4 5 2 20 0 15 0 72248501 11079016448 21703 33554432000 4194304 4196468 140731386840464 139636099544080 139636109286864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 21703 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10819352 memory=140075996427024 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10819352 memory=140076063392340 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 2 12861 0 0 0 0 5 2 20 0 15 0 72248501 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 6 12861 0 0 0 0 5 2 20 0 15 0 72248503 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 13 12861 0 0 0 0 5 2 20 0 15 0 72248503 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635493692320 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11079016448 21703 33554432000 4194304 4196468 140731386840464 139634889712624 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11079016448 21703 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10819352 memory=12900 CPUtime=0.17 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 1037 12861 0 0 10 0 5 2 20 0 15 0 72248506 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10819352 memory=4008 CPUtime=0.13 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 490 12861 0 0 6 0 5 2 20 0 15 0 72248506 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 690 12861 0 0 13 0 5 2 20 0 15 0 72248506 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11079016448 21703 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248507 11079016448 21703 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86812 KiB

[startup+1.50116 s]
/proc/loadavg: 1.06 1.30 1.35 3/215 29869
/proc/meminfo: memFree=20550880/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10834252 memory=177608 CPUtime=2.22 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 24011 12861 0 0 205 10 5 2 20 0 15 0 72248492 11094274048 44402 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2708563 44402 3468 1 0 2670221 0
[pid=29803/tid=29856] ppid=29800 vsize=10834252 memory=63280 CPUtime=1.43 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 18107 12861 0 0 129 7 5 2 20 0 15 0 72248501 11094274048 44402 33554432000 4194304 4196468 140731386840464 139636099530560 139636113166672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 22 12861 0 0 1 0 5 2 20 0 15 0 72248501 11094274048 44402 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10834252 memory=280151992885408 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 300 12861 0 0 1 0 5 2 20 0 15 0 72248501 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 31 12861 0 0 1 0 5 2 20 0 15 0 72248501 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 82 12861 0 0 1 0 5 2 20 0 15 0 72248501 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 62 12861 0 0 1 0 5 2 20 0 15 0 72248503 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 14 12861 0 0 0 0 5 2 20 0 15 0 72248503 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635493692384 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11094274048 44402 33554432000 4194304 4196468 140731386840464 139634889712640 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11094274048 44402 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 1501 12861 0 0 24 0 5 2 20 0 15 0 72248506 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10834252 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 622 12861 0 0 16 0 5 2 20 0 15 0 72248506 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10834252 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 1069 12861 0 0 28 0 5 2 20 0 15 0 72248506 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11094274048 44402 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10834252 memory=280151993129856 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248507 11094274048 44402 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10834252 KiB

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

/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 84510 12861 0 0 235327 58 5 2 20 0 15 0 72248501 11176083456 204141 33554432000 4194304 4196468 140731386840464 139636099558080 139635724422944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10914144 memory=816564 CPUtime=12.14 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 13001 12861 0 0 1144 63 5 2 20 0 15 0 72248501 11176083456 204141 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10914144 memory=280151992987216 CPUtime=12.11 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 10616 12861 0 0 1138 66 5 2 20 0 15 0 72248501 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10914144 memory=816564 CPUtime=12.14 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 17411 12861 0 0 1146 61 5 2 20 0 15 0 72248501 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10914144 memory=816532 CPUtime=12.16 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 9830 12861 0 0 1145 64 5 2 20 0 15 0 72248501 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10914144 memory=816564 CPUtime=11.91 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 14978 12861 0 0 1122 62 5 2 20 0 15 0 72248503 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10914144 memory=816532 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 14 12861 0 0 0 0 5 2 20 0 15 0 72248503 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635493692448 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10914144 memory=816532 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11176083456 204141 33554432000 4194304 4196468 140731386840464 139634889712640 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10914144 memory=816564 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204141 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10914144 memory=816564 CPUtime=7.02 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 16636 12861 0 0 689 6 5 2 20 0 15 0 72248506 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10914144 memory=816564 CPUtime=6.47 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 11595 12861 0 0 636 4 5 2 20 0 15 0 72248506 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10914144 memory=3192 CPUtime=2.96 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 16388 12861 0 0 283 6 5 2 20 0 15 0 72248506 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10914144 memory=816564 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204141 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10914144 memory=0 CPUtime=1.61 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 794 12861 0 0 68 86 5 2 20 0 15 0 72248507 11176083456 204141 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 2431.93 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 816564 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.47 1.43 3/215 30092
/proc/meminfo: memFree=19882612/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10914144 memory=816652 CPUtime=2492.8 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 199393 12861 0 0 248873 400 5 2 20 0 15 0 72248492 11176083456 204163 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2728536 204163 3517 1 0 2690189 0
[pid=29803/tid=29856] ppid=29800 vsize=10914144 memory=816652 CPUtime=2413.17 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 85247 12861 0 0 241251 59 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139636099558400 139635724326944 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10914144 memory=816640 CPUtime=12.46 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 13297 12861 0 0 1175 64 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.43 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 10652 12861 0 0 1169 67 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10914144 memory=816640 CPUtime=12.46 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 17507 12861 0 0 1177 62 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.48 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 9870 12861 0 0 1175 66 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.22 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 15179 12861 0 0 1151 64 5 2 20 0 15 0 72248503 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 14 12861 0 0 0 0 5 2 20 0 15 0 72248503 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635493692448 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634889712640 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10914144 memory=816640 CPUtime=7.02 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 16638 12861 0 0 689 6 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10914144 memory=816652 CPUtime=6.47 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 11597 12861 0 0 636 4 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10914144 memory=816652 CPUtime=2.96 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 16390 12861 0 0 283 6 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10914144 memory=816652 CPUtime=1.65 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 802 12861 0 0 70 88 5 2 20 0 15 0 72248507 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 2492.8 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 816652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.11 s]
/proc/loadavg: 1.26 1.44 1.41 3/215 30092
/proc/meminfo: memFree=19882948/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10914144 memory=816652 CPUtime=2520.02 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 199819 12861 0 0 251589 406 5 2 20 0 15 0 72248492 11176083456 204163 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2728536 204163 3517 1 0 2690189 0
[pid=29803/tid=29856] ppid=29800 vsize=10914144 memory=816652 CPUtime=2439.63 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 85544 12861 0 0 243896 60 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139636099558496 139635724224975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.61 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 13306 12861 0 0 1189 65 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.57 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 10663 12861 0 0 1182 68 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.61 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 17528 12861 0 0 1191 63 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.63 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 9899 12861 0 0 1189 67 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.37 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 15226 12861 0 0 1164 66 5 2 20 0 15 0 72248503 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 14 12861 0 0 0 0 5 2 20 0 15 0 72248503 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635493692448 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634889712640 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10914144 memory=814364 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10914144 memory=840 CPUtime=7.02 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 16638 12861 0 0 689 6 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10914144 memory=816652 CPUtime=6.47 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 11597 12861 0 0 636 4 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10914144 memory=816652 CPUtime=2.96 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 16390 12861 0 0 283 6 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10914144 memory=816652 CPUtime=1.66 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 814 12861 0 0 70 89 5 2 20 0 15 0 72248507 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 816652 KiB

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

[startup+2469.14 s]
# the end of solver process 29803 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.09851 s

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

[startup+2469.11 s]
/proc/loadavg: 1.26 1.44 1.41 3/215 30092
/proc/meminfo: memFree=19882948/32770624 swapFree=67108860/67108860
[pid=29803] ppid=29800 vsize=10914144 memory=816652 CPUtime=2520.02 cores=1,3,5,7
/proc/29803/stat : 29803 (java) S 29800 29803 24385 0 -1 1077944320 199819 12861 0 0 251589 406 5 2 20 0 15 0 72248492 11176083456 204163 33554432000 4194304 4196468 140731386840464 140731386823008 139636127723255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
/proc/29803/statm: 2728536 204163 3517 1 0 2690189 0
[pid=29803/tid=29856] ppid=29800 vsize=10914144 memory=816652 CPUtime=2439.63 cores=1,3,5,7
/proc/29803/task/29856/stat : 29856 (java) R 29800 29803 24385 0 -1 4202560 85544 12861 0 0 243896 60 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139636099558496 139635724224975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29857] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.61 cores=1,3,5,7
/proc/29803/task/29857/stat : 29857 (java) S 29800 29803 24385 0 -1 1077944384 13306 12861 0 0 1189 65 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139636131965712 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29858] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.57 cores=1,3,5,7
/proc/29803/task/29858/stat : 29858 (java) S 29800 29803 24385 0 -1 1077944384 10663 12861 0 0 1182 68 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635701181328 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29859] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.61 cores=1,3,5,7
/proc/29803/task/29859/stat : 29859 (java) S 29800 29803 24385 0 -1 1077944384 17528 12861 0 0 1191 63 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635700128784 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29860] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.63 cores=1,3,5,7
/proc/29803/task/29860/stat : 29860 (java) S 29800 29803 24385 0 -1 1077944384 9899 12861 0 0 1189 67 5 2 20 0 15 0 72248501 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635699076240 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29861] ppid=29800 vsize=10914144 memory=816652 CPUtime=12.37 cores=1,3,5,7
/proc/29803/task/29861/stat : 29861 (java) S 29800 29803 24385 0 -1 1077944384 15226 12861 0 0 1164 66 5 2 20 0 15 0 72248503 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635587213296 139636127734402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29862] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29862/stat : 29862 (java) S 29800 29803 24385 0 -1 1077944384 14 12861 0 0 0 0 5 2 20 0 15 0 72248503 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635493692448 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29863] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29863/stat : 29863 (java) S 29800 29803 24385 0 -1 1077944384 1 12861 0 0 0 0 5 2 20 0 15 0 72248504 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634889712640 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29864] ppid=29800 vsize=10914144 memory=814364 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29864/stat : 29864 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634649422032 139636127741851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29865] ppid=29800 vsize=10914144 memory=840 CPUtime=7.02 cores=1,3,5,7
/proc/29803/task/29865/stat : 29865 (java) S 29800 29803 24385 0 -1 1077944384 16638 12861 0 0 689 6 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635586161136 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29866] ppid=29800 vsize=10914144 memory=816652 CPUtime=6.47 cores=1,3,5,7
/proc/29803/task/29866/stat : 29866 (java) S 29800 29803 24385 0 -1 1077944384 11597 12861 0 0 636 4 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635585108592 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29867] ppid=29800 vsize=10914144 memory=816652 CPUtime=2.96 cores=1,3,5,7
/proc/29803/task/29867/stat : 29867 (java) S 29800 29803 24385 0 -1 1077944384 16390 12861 0 0 283 6 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635584056048 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29868] ppid=29800 vsize=10914144 memory=816652 CPUtime=0.07 cores=1,3,5,7
/proc/29803/task/29868/stat : 29868 (java) S 29800 29803 24385 0 -1 1077944384 3 12861 0 0 0 0 5 2 20 0 15 0 72248506 11176083456 204163 33554432000 4194304 4196468 140731386840464 139634615864416 139636127733461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
[pid=29803/tid=29869] ppid=29800 vsize=10914144 memory=816652 CPUtime=1.66 cores=1,3,5,7
/proc/29803/task/29869/stat : 29869 (java) S 29800 29803 24385 0 -1 1077944384 814 12861 0 0 70 89 5 2 20 0 15 0 72248507 11176083456 204163 33554432000 4194304 4196468 140731386840464 139635583002928 139636127734402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15110144 140731386845806 140731386848604 140731386848604 140731386851279 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 816652 KiB

Child status: 143
Real time (s): 2469.14
CPU time (s): 2520.06
CPU user time (s): 2515.96
CPU system time (s): 4.09851
CPU usage (%): 102.063
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 816652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.09851
maximum resident set size= 820868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325566
involuntary context switches= 7920


# summary of solver processes directly reported to runsolver:
#   pid: 29803
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.09851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9723 second user time and 22.5901 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 21:27:33
IDJOB=4295393
IDBENCH=141537
IDSOLVER=2750
FILE ID=node136/4295393-1532546853
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-70-300-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295393-1532546853/watcher-4295393-1532546853 -o /tmp/evaluation-result-4295393-1532546853/solver-4295393-1532546853 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1762529917 HOME/instance-4295393-1532546853.xml

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

MD5SUM BENCH= 140f8f4c33ce7e414b2f0aa2389f8c03
RANDOM SEED=1762529917

node136.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.50
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.50
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.50
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.50
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:        20648296 kB
MemAvailable:   31093152 kB
Buffers:          219948 kB
Cached:         10455560 kB
SwapCached:            0 kB
Active:          3410008 kB
Inactive:        8156680 kB
Active(anon):     842416 kB
Inactive(anon):    76688 kB
Active(file):    2567592 kB
Inactive(file):  8079992 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:        898544 kB
Mapped:            52980 kB
Shmem:             25228 kB
Slab:             253072 kB
SReclaimable:     225732 kB
SUnreclaim:        27340 kB
KernelStack:        3488 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1902172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 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= 55888 MiB
End job on node136 at 2018-07-25 22:08:42