Trace number 4295369

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)1551 2520.12 2467.33

General information on the benchmark

NameKnapsack/
Knapsack-90-400-00_c18.xml
MD5SUM7b27ea70d39fcd1b1790f87791ea7535
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1551
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"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
7.13/3.50	o 645
7.13/3.55	o 713
7.13/3.56	o 755
7.13/3.58	o 776
7.13/3.58	o 855
7.13/3.59	o 871
7.13/3.60	o 913
7.51/3.61	o 943
7.51/3.62	o 949
7.51/3.63	o 965
7.51/3.64	o 1018
7.51/3.64	o 1034
7.51/3.65	o 1044
7.51/3.66	o 1062
7.85/3.74	o 1072
7.85/3.77	o 1126
7.85/3.77	o 1129
8.21/3.82	o 1147
8.21/3.83	o 1206
8.21/3.89	o 1216
8.54/3.90	o 1249
8.54/3.95	o 1267
8.54/3.95	o 1272
8.86/4.07	o 1311
8.86/4.08	o 1320
8.86/4.08	o 1341
8.86/4.10	o 1360
9.45/4.21	o 1373
9.45/4.21	o 1380
9.45/4.22	o 1394
10.36/4.57	o 1400
11.21/4.89	o 1421
11.60/5.13	o 1436
17.38/9.45	o 1448
17.38/9.46	o 1451
17.59/9.50	o 1459
17.59/9.50	o 1474
17.59/9.51	o 1510
17.59/9.51	o 1522
17.59/9.53	o 1539
715.36/688.92	o 1540
715.36/689.00	o 1543
836.56/808.35	o 1551
2520.07/2467.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2467.30		at concrete.MAC.mac(MAC.scala:188)
2520.07/2467.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2467.30		at scala.util.Try$.apply(Try.scala:209)
2520.07/2467.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2467.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2467.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2467.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2467.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2467.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2467.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2467.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2467.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2467.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2467.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2467.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2467.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2467.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2467.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2467.31		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2467.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2467.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2467.31		at scala.util.Success.map(Try.scala:209)
2520.07/2467.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2467.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2467.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2467.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2467.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2467.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2467.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2467.31		at scala.App.main(App.scala:76)
2520.07/2467.31		at scala.App.main$(App.scala:74)
2520.07/2467.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2467.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2467.31	v <instantiation cost="1551">
2520.07/2467.31	v       <list>
2520.07/2467.31	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] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89]
2520.07/2467.31	v       </list>
2520.07/2467.31	v       <values>
2520.07/2467.31	v         0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1
2520.07/2467.31	v       </values>
2520.07/2467.31	v     </instantiation>
2520.07/2467.32	s SATISFIABLE

Verifier Data

OK	1551

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295369-1532544385/watcher-4295369-1532544385 -o /tmp/evaluation-result-4295369-1532544385/solver-4295369-1532544385 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=173764331 HOME/instance-4295369-1532544385.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=29193, runsolver pid=29190

[startup+0.100147 s]*
/proc/loadavg: 1.33 1.43 1.45 3/206 29250
/proc/meminfo: memFree=20735944/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 4372 12847 0 0 1 0 5 2 20 0 6 0 72001660 10212057088 4715 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2493178 4715 1934 1 0 2481616 0
[pid=29193/tid=29246] ppid=29190 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 2178 12847 0 0 1 0 5 2 20 0 6 0 72001669 10212057088 4715 33554432000 4194304 4196468 140728785602208 140503536763472 140503550609203 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 6 0 72001670 10212057088 4715 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=9972712 memory=140021823071872 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 6 0 72001670 10212057088 4715 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 6 0 72001670 10212057088 4715 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 6 0 72001670 10212057088 4715 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209861 s]*
/proc/loadavg: 1.33 1.43 1.45 3/215 29259
/proc/meminfo: memFree=20713984/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10818904 memory=42700 CPUtime=0.25 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 7916 12847 0 0 17 1 5 2 20 0 15 0 72001660 11078557696 10675 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2704726 10675 2955 1 0 2667149 0
[pid=29193/tid=29246] ppid=29190 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 4482 12847 0 0 11 1 5 2 20 0 15 0 72001669 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503536747808 140503564948637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10818904 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001670 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10818904 memory=140021823456337 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001670 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001670 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001670 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10818904 memory=140021823071872 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001671 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 13 12847 0 0 0 0 5 2 20 0 15 0 72001672 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503009977504 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001672 11078557696 10675 33554432000 4194304 4196468 140728785602208 140502405997296 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11078557696 10675 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 370 12847 0 0 1 0 5 2 20 0 15 0 72001675 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 245 12847 0 0 1 0 5 2 20 0 15 0 72001675 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10818904 memory=140021823071872 CPUtime=0.1 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) R 29190 29193 24385 0 -1 4202560 600 12847 0 0 3 0 5 2 20 0 15 0 72001675 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503088364016 140503564948058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11078557696 10675 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10818904 memory=140021823071872 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001675 11078557696 10675 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42700 KiB

[startup+0.310152 s]*
/proc/loadavg: 1.33 1.43 1.45 3/215 29259
/proc/meminfo: memFree=20702820/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10819352 memory=53416 CPUtime=0.38 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 10412 12847 0 0 29 2 5 2 20 0 15 0 72001660 11079016448 13354 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2704838 13354 3074 1 0 2667149 0
[pid=29193/tid=29246] ppid=29190 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 6968 12847 0 0 19 1 5 2 20 0 15 0 72001669 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503536738720 140503564948637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001671 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 13 12847 0 0 0 0 5 2 20 0 15 0 72001672 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503009977504 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001672 11079016448 13354 33554432000 4194304 4196468 140728785602208 140502405997296 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11079016448 13354 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 371 12847 0 0 1 0 5 2 20 0 15 0 72001675 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 248 12847 0 0 1 0 5 2 20 0 15 0 72001675 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10819352 memory=140021823071872 CPUtime=0.11 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) S 29190 29193 24385 0 -1 1077944384 606 12847 0 0 4 0 5 2 20 0 15 0 72001675 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503088364016 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11079016448 13354 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10819352 memory=140021823071872 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001675 11079016448 13354 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53416 KiB

[startup+0.700718 s]
/proc/loadavg: 1.33 1.43 1.45 4/215 29259
/proc/meminfo: memFree=20691408/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10819352 memory=86700 CPUtime=0.98 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 16755 12847 0 0 88 3 5 2 20 0 15 0 72001660 11079016448 21675 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2704838 21675 3246 1 0 2667149 0
[pid=29193/tid=29246] ppid=29190 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 12214 12847 0 0 56 2 5 2 20 0 15 0 72001669 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503536747536 140503550092350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10819352 memory=140021705356048 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10819352 memory=140024523784788 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 2 12847 0 0 0 0 5 2 20 0 15 0 72001670 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 5 12847 0 0 0 0 5 2 20 0 15 0 72001671 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 13 12847 0 0 0 0 5 2 20 0 15 0 72001672 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503009977504 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001672 11079016448 21675 33554432000 4194304 4196468 140728785602208 140502405997296 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11079016448 21675 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10819352 memory=12868 CPUtime=0.17 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 960 12847 0 0 10 0 5 2 20 0 15 0 72001675 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10819352 memory=4008 CPUtime=0.14 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 668 12847 0 0 7 0 5 2 20 0 15 0 72001675 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) S 29190 29193 24385 0 -1 1077944384 691 12847 0 0 13 0 5 2 20 0 15 0 72001675 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503088364016 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11079016448 21675 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001675 11079016448 21675 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86700 KiB

[startup+1.50082 s]
/proc/loadavg: 1.33 1.43 1.45 4/215 29259
/proc/meminfo: memFree=20644696/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10834252 memory=177412 CPUtime=2.23 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 23962 12847 0 0 208 8 5 2 20 0 15 0 72001660 11094274048 44353 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2708563 44353 3468 1 0 2670221 0
[pid=29193/tid=29246] ppid=29190 vsize=10834252 memory=63148 CPUtime=1.42 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 17873 12847 0 0 130 5 5 2 20 0 15 0 72001669 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503536758224 140503564938646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 38 12847 0 0 1 0 5 2 20 0 15 0 72001670 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10834252 memory=280043410743456 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 28 12847 0 0 1 0 5 2 20 0 15 0 72001670 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 254 12847 0 0 1 0 5 2 20 0 15 0 72001670 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 81 12847 0 0 0 0 5 2 20 0 15 0 72001670 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 60 12847 0 0 1 0 5 2 20 0 15 0 72001671 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 14 12847 0 0 0 0 5 2 20 0 15 0 72001672 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503009977568 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001672 11094274048 44353 33554432000 4194304 4196468 140728785602208 140502405997296 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11094274048 44353 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 1422 12847 0 0 24 0 5 2 20 0 15 0 72001675 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10834252 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) R 29190 29193 24385 0 -1 1077944384 867 12847 0 0 17 0 5 2 20 0 15 0 72001675 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10834252 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) R 29190 29193 24385 0 -1 4202560 1128 12847 0 0 29 0 5 2 20 0 15 0 72001675 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503088364016 140503558023444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11094274048 44353 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10834252 memory=280043410987904 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1 12847 0 0 0 0 5 2 20 0 15 0 72001675 11094274048 44353 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 85917 12847 0 0 235402 56 5 2 20 0 15 0 72001669 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503536761504 140503174608329 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10914144 memory=4140 CPUtime=12.12 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 14055 12847 0 0 1139 66 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.14 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 9351 12847 0 0 1147 60 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.17 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 14311 12847 0 0 1147 63 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.15 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 9235 12847 0 0 1141 67 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10914144 memory=844696 CPUtime=11.6 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 13214 12847 0 0 1094 59 5 2 20 0 15 0 72001671 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 18 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503009977568 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502405997312 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.52 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 24367 12847 0 0 740 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.3 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 13967 12847 0 0 719 4 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10914144 memory=125666448143019 CPUtime=3.14 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) S 29190 29193 24385 0 -1 1077944384 15147 12847 0 0 302 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503088364016 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10914144 memory=21828 CPUtime=1.54 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1068 12847 0 0 67 80 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 2433.81 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 844696 KiB

[startup+2442.3 s]
/proc/loadavg: 1.03 1.31 1.35 3/215 29741
/proc/meminfo: memFree=19813708/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10914144 memory=844696 CPUtime=2494.68 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 204258 12847 0 0 249063 398 5 2 20 0 15 0 72001660 11176083456 211174 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2728536 211174 3522 1 0 2690189 0
[pid=29193/tid=29246] ppid=29190 vsize=10914144 memory=844696 CPUtime=2413.91 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 86627 12847 0 0 241327 57 5 2 20 0 15 0 72001669 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503536761856 140503165033591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.44 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 14139 12847 0 0 1169 68 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.46 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 9656 12847 0 0 1177 62 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.49 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 14344 12847 0 0 1177 65 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10914144 memory=280043411573232 CPUtime=12.47 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 9299 12847 0 0 1172 68 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10914144 memory=844696 CPUtime=11.91 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 13405 12847 0 0 1124 60 5 2 20 0 15 0 72001671 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 18 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503009977568 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502405997312 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.52 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 24369 12847 0 0 740 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.3 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 13969 12847 0 0 719 4 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10914144 memory=844696 CPUtime=3.14 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) S 29190 29193 24385 0 -1 1077944384 15149 12847 0 0 302 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503088364016 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10914144 memory=844696 CPUtime=1.57 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1084 12847 0 0 68 82 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 2494.68 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 844696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.3 s]
/proc/loadavg: 1.06 1.30 1.35 3/215 29741
/proc/meminfo: memFree=19813972/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10914144 memory=844696 CPUtime=2520.07 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 204722 12847 0 0 251599 401 5 2 20 0 15 0 72001660 11176083456 211174 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2728536 211174 3522 1 0 2690189 0
[pid=29193/tid=29246] ppid=29190 vsize=10914144 memory=844696 CPUtime=2438.59 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 86858 12847 0 0 243795 57 5 2 20 0 15 0 72001669 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503536761936 140503174326284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.58 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 14145 12847 0 0 1182 69 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.6 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 9670 12847 0 0 1190 63 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.62 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 14357 12847 0 0 1190 65 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.61 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 9319 12847 0 0 1185 69 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.04 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 13573 12847 0 0 1136 61 5 2 20 0 15 0 72001671 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 18 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503009977568 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502405997312 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.52 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 24369 12847 0 0 740 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.3 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 13969 12847 0 0 719 4 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10914144 memory=844696 CPUtime=3.14 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) S 29190 29193 24385 0 -1 1077944384 15149 12847 0 0 302 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503088364016 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10914144 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10914144 memory=5520 CPUtime=1.59 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1096 12847 0 0 69 83 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 844696 KiB

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

[startup+2467.33 s]
# the end of solver process 29193 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=4.05458 s

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

[startup+2467.3 s]
/proc/loadavg: 1.06 1.30 1.35 3/215 29741
/proc/meminfo: memFree=19813972/32770624 swapFree=67108860/67108860
[pid=29193] ppid=29190 vsize=10914144 memory=844696 CPUtime=2520.07 cores=1,3,5,7
/proc/29193/stat : 29193 (java) S 29190 29193 24385 0 -1 1077944320 204722 12847 0 0 251599 401 5 2 20 0 15 0 72001660 11176083456 211174 33554432000 4194304 4196468 140728785602208 140728785584752 140503564926711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
/proc/29193/statm: 2728536 211174 3522 1 0 2690189 0
[pid=29193/tid=29246] ppid=29190 vsize=10914144 memory=844696 CPUtime=2438.59 cores=1,3,5,7
/proc/29193/task/29246/stat : 29246 (java) R 29190 29193 24385 0 -1 4202560 86858 12847 0 0 243795 57 5 2 20 0 15 0 72001669 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503536761936 140503174326284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29247] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.58 cores=1,3,5,7
/proc/29193/task/29247/stat : 29247 (java) S 29190 29193 24385 0 -1 1077944384 14145 12847 0 0 1182 69 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503569169424 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29248] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.6 cores=1,3,5,7
/proc/29193/task/29248/stat : 29248 (java) S 29190 29193 24385 0 -1 1077944384 9670 12847 0 0 1190 63 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503483989136 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29249] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.62 cores=1,3,5,7
/proc/29193/task/29249/stat : 29249 (java) S 29190 29193 24385 0 -1 1077944384 14357 12847 0 0 1190 65 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503482936080 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29250] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.61 cores=1,3,5,7
/proc/29193/task/29250/stat : 29250 (java) S 29190 29193 24385 0 -1 1077944384 9319 12847 0 0 1185 69 5 2 20 0 15 0 72001670 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503481883536 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29251] ppid=29190 vsize=10914144 memory=844696 CPUtime=12.04 cores=1,3,5,7
/proc/29193/task/29251/stat : 29251 (java) S 29190 29193 24385 0 -1 1077944384 13573 12847 0 0 1136 61 5 2 20 0 15 0 72001671 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503091521776 140503564937858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29252] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29252/stat : 29252 (java) S 29190 29193 24385 0 -1 1077944384 18 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503009977568 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29253] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29253/stat : 29253 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001672 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502405997312 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29254] ppid=29190 vsize=10914144 memory=844696 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29254/stat : 29254 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502098597840 140503564945307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29255] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.52 cores=1,3,5,7
/proc/29193/task/29255/stat : 29255 (java) S 29190 29193 24385 0 -1 1077944384 24369 12847 0 0 740 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503090469616 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29256] ppid=29190 vsize=10914144 memory=844696 CPUtime=7.3 cores=1,3,5,7
/proc/29193/task/29256/stat : 29256 (java) S 29190 29193 24385 0 -1 1077944384 13969 12847 0 0 719 4 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503089417072 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29257] ppid=29190 vsize=10914144 memory=844696 CPUtime=3.14 cores=1,3,5,7
/proc/29193/task/29257/stat : 29257 (java) S 29190 29193 24385 0 -1 1077944384 15149 12847 0 0 302 5 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503088364016 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29258] ppid=29190 vsize=10914144 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/29193/task/29258/stat : 29258 (java) S 29190 29193 24385 0 -1 1077944384 3 12847 0 0 0 0 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140502065040224 140503564936917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
[pid=29193/tid=29259] ppid=29190 vsize=10914144 memory=5520 CPUtime=1.59 cores=1,3,5,7
/proc/29193/task/29259/stat : 29259 (java) S 29190 29193 24385 0 -1 1077944384 1096 12847 0 0 69 83 5 2 20 0 15 0 72001675 11176083456 211174 33554432000 4194304 4196468 140728785602208 140503087311408 140503564937858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140728785607279 140728785610076 140728785610076 140728785612751 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 844696 KiB

Child status: 143
Real time (s): 2467.33
CPU time (s): 2520.12
CPU user time (s): 2516.06
CPU system time (s): 4.05458
CPU usage (%): 102.14
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 844696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.05458
maximum resident set size= 848928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319689
involuntary context switches= 7225


# summary of solver processes directly reported to runsolver:
#   pid: 29193
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.05458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8067 second user time and 23.4426 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 20:46:25
IDJOB=4295369
IDBENCH=141531
IDSOLVER=2750
FILE ID=node136/4295369-1532544385
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-90-400-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295369-1532544385/watcher-4295369-1532544385 -o /tmp/evaluation-result-4295369-1532544385/solver-4295369-1532544385 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=173764331 HOME/instance-4295369-1532544385.xml

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

MD5SUM BENCH= 7b27ea70d39fcd1b1790f87791ea7535
RANDOM SEED=173764331

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:        20742944 kB
MemAvailable:   31185568 kB
Buffers:          219092 kB
Cached:         10454404 kB
SwapCached:            0 kB
Active:          3318640 kB
Inactive:        8155376 kB
Active(anon):     751884 kB
Inactive(anon):    76688 kB
Active(file):    2566756 kB
Inactive(file):  8078688 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26484 kB
Writeback:             0 kB
AnonPages:        812328 kB
Mapped:            53036 kB
Shmem:             25228 kB
Slab:             253032 kB
SReclaimable:     225640 kB
SUnreclaim:        27392 kB
KernelStack:        3792 kB
PageTables:         6396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1784332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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 21:27:32