Trace number 4295394

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)1465 2520.1 2475.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.99/0.75	c Concrete v3.8.1528841891564 running
6.39/3.33	o 647
6.39/3.36	o 669
6.39/3.37	o 736
6.39/3.38	o 761
6.70/3.42	o 767
6.70/3.45	o 771
7.05/3.50	o 799
7.05/3.51	o 815
7.05/3.52	o 820
7.05/3.52	o 843
7.05/3.53	o 872
7.05/3.54	o 935
7.05/3.55	o 938
7.05/3.58	o 945
7.42/3.61	o 1001
7.42/3.61	o 1035
7.42/3.61	o 1076
7.42/3.62	o 1088
7.42/3.63	o 1125
7.42/3.63	o 1146
7.42/3.63	o 1169
7.42/3.63	o 1179
7.42/3.64	o 1216
7.77/3.72	o 1230
7.77/3.74	o 1233
7.77/3.74	o 1242
7.77/3.77	o 1243
7.77/3.77	o 1244
7.77/3.78	o 1251
7.77/3.78	o 1256
9.32/4.28	o 1257
9.32/4.28	o 1286
9.62/4.30	o 1287
9.62/4.31	o 1289
9.62/4.32	o 1313
9.62/4.33	o 1325
9.62/4.33	o 1339
9.62/4.33	o 1350
9.62/4.34	o 1373
9.62/4.36	o 1396
11.54/5.17	o 1411
11.54/5.17	o 1418
11.54/5.17	o 1429
11.54/5.18	o 1430
11.54/5.19	o 1436
11.54/5.19	o 1438
11.78/5.29	o 1441
12.05/5.40	o 1446
13.21/6.30	o 1450
13.21/6.32	o 1458
28.98/19.76	o 1465
2520.05/2475.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2475.12		at concrete.MAC.mac(MAC.scala:188)
2520.05/2475.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2475.12		at scala.util.Try$.apply(Try.scala:209)
2520.05/2475.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2475.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2475.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2475.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2475.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2475.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2475.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2475.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2475.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2475.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2475.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2475.12		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2475.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2475.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2475.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2475.12		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2475.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2475.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2475.12		at scala.util.Success.map(Try.scala:209)
2520.05/2475.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2475.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2475.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2475.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2475.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2475.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2475.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2475.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2475.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2475.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2475.12		at scala.App.main(App.scala:76)
2520.05/2475.12		at scala.App.main$(App.scala:74)
2520.05/2475.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2475.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2475.13	v <instantiation cost="1465">
2520.05/2475.13	v       <list>
2520.05/2475.13	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.05/2475.13	v       </list>
2520.05/2475.13	v       <values>
2520.05/2475.13	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 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0
2520.05/2475.13	v       </values>
2520.05/2475.13	v     </instantiation>
2520.05/2475.13	s SATISFIABLE

Verifier Data

OK	1465

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295394-1532552417/watcher-4295394-1532552417 -o /tmp/evaluation-result-4295394-1532552417/solver-4295394-1532552417 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1209351350 -superng HOME/instance-4295394-1532552417.xml 

running on 4 cores: 0,2,4,6

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=29738, runsolver pid=29735


[startup+0.10009 s]*
/proc/loadavg: 1.68 1.44 1.38 3/202 29791
/proc/meminfo: memFree=11834560/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=9972712 memory=16428 CPUtime=0.09 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 4249 12957 0 0 1 0 5 3 20 0 6 0 72804858 10212057088 4107 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2493178 4107 1930 1 0 2481616 0
[pid=29738/tid=29791] ppid=29735 vsize=9972712 memory=4279135704047190413 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 2056 12957 0 0 0 0 5 3 20 0 6 0 72804868 10212057088 4107 33554432000 4194304 4196468 140731554342288 139879067599440 139879095786269 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 6 0 72804868 10212057088 4107 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=9972712 memory=140204936570496 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 6 0 72804868 10212057088 4107 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 6 0 72804868 10212057088 4107 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 6 0 72804868 10212057088 4107 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16428 KiB

[startup+0.210088 s]*
/proc/loadavg: 1.68 1.44 1.38 3/215 29804
/proc/meminfo: memFree=11811376/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10818856 memory=39784 CPUtime=0.26 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 8352 12957 0 0 16 2 5 3 20 0 15 0 72804858 11078508544 9946 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2704714 9946 2954 1 0 2667149 0
[pid=29738/tid=29791] ppid=29735 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 4896 12957 0 0 10 1 5 3 20 0 15 0 72804868 11078508544 9946 33554432000 4194304 4196468 140731554342288 139879067560336 139879077326235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10818856 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11078508544 9946 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10818856 memory=140204936956041 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 72804868 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10818856 memory=140204936570496 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 72804870 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 33 12957 0 0 0 0 5 3 20 0 15 0 72804870 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878553576224 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11078508544 9946 33554432000 4194304 4196468 140731554342288 139877958018160 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11078508544 9946 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 516 12957 0 0 1 0 5 3 20 0 15 0 72804873 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 99 12957 0 0 1 0 5 3 20 0 15 0 72804873 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10818856 memory=140204936570496 CPUtime=0.11 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 605 12957 0 0 3 0 5 3 20 0 15 0 72804873 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11078508544 9946 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10818856 memory=140204936570496 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804874 11078508544 9946 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39784 KiB

[startup+0.310254 s]*
/proc/loadavg: 1.68 1.44 1.38 3/215 29804
/proc/meminfo: memFree=11802444/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10819352 memory=51132 CPUtime=0.39 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 10384 12957 0 0 28 3 5 3 20 0 15 0 72804858 11079016448 12783 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2704838 12783 3085 1 0 2667149 0
[pid=29738/tid=29791] ppid=29735 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 6896 12957 0 0 19 2 5 3 20 0 15 0 72804868 11079016448 12783 33554432000 4194304 4196468 140731554342288 139879067574688 139879077326208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 12783 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 72804870 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 33 12957 0 0 0 0 5 3 20 0 15 0 72804870 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878553576224 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11079016448 12783 33554432000 4194304 4196468 140731554342288 139877958018160 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11079016448 12783 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 521 12957 0 0 1 0 5 3 20 0 15 0 72804873 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 102 12957 0 0 1 0 5 3 20 0 15 0 72804873 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10819352 memory=140204936570496 CPUtime=0.13 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 629 12957 0 0 5 0 5 3 20 0 15 0 72804873 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11079016448 12783 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10819352 memory=140204936570496 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804874 11079016448 12783 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51132 KiB

[startup+0.700747 s]
/proc/loadavg: 1.68 1.44 1.38 3/215 29804
/proc/meminfo: memFree=11790536/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10819352 memory=84048 CPUtime=0.99 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 16723 12957 0 0 86 5 5 3 20 0 15 0 72804858 11079016448 21012 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2704838 21012 3237 1 0 2667149 0
[pid=29738/tid=29791] ppid=29735 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 12193 12957 0 0 55 3 5 3 20 0 15 0 72804868 11079016448 21012 33554432000 4194304 4196468 140731554342288 139879067563240 139879076038568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 21012 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10819352 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 2 12957 0 0 0 0 5 3 20 0 15 0 72804868 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 5 12957 0 0 0 0 5 3 20 0 15 0 72804870 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10819352 memory=140204778336976 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 33 12957 0 0 0 0 5 3 20 0 15 0 72804870 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878553576224 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10819352 memory=140204912411235 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11079016448 21012 33554432000 4194304 4196468 140731554342288 139877958018160 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10819352 memory=10592 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11079016448 21012 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10819352 memory=7234564758908855872 CPUtime=0.14 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 759 12957 0 0 6 0 5 3 20 0 15 0 72804873 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10819352 memory=7597685182856913236 CPUtime=0.18 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 744 12957 0 0 10 0 5 3 20 0 15 0 72804873 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10819352 memory=5787221545506525541 CPUtime=0.21 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 788 12957 0 0 13 0 5 3 20 0 15 0 72804873 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10819352 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11079016448 21012 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804874 11079016448 21012 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84048 KiB

[startup+1.50078 s]
/proc/loadavg: 1.68 1.44 1.38 3/215 29804
/proc/meminfo: memFree=11745568/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10834252 memory=175588 CPUtime=2.23 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 24211 12957 0 0 206 9 5 3 20 0 15 0 72804858 11094274048 43897 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2708563 43897 3470 1 0 2670221 0
[pid=29738/tid=29791] ppid=29735 vsize=10834252 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 17792 12957 0 0 130 5 5 3 20 0 15 0 72804868 11094274048 43897 33554432000 4194304 4196468 140731554342288 139879067594288 139879076038493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 54 12957 0 0 0 0 5 3 20 0 15 0 72804868 11094274048 43897 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 26 12957 0 0 1 0 5 3 20 0 15 0 72804868 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10834252 memory=1283 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 29 12957 0 0 1 0 5 3 20 0 15 0 72804868 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10834252 memory=84048 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 291 12957 0 0 0 0 5 3 20 0 15 0 72804868 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 425 12957 0 0 1 0 5 3 20 0 15 0 72804870 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10834252 memory=280409556615664 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 34 12957 0 0 0 0 5 3 20 0 15 0 72804870 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878553576288 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10834252 memory=280409556666464 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11094274048 43897 33554432000 4194304 4196468 140731554342288 139877958018176 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11094274048 43897 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10834252 memory=4638778398332698720 CPUtime=0.25 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 896 12957 0 0 17 0 5 3 20 0 15 0 72804873 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10834252 memory=280409556949888 CPUtime=0.3 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 1211 12957 0 0 22 0 5 3 20 0 15 0 72804873 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10834252 memory=-7531822216213012384 CPUtime=0.37 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 1257 12957 0 0 29 0 5 3 20 0 15 0 72804873 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10834252 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11094274048 43897 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10834252 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804874 11094274048 43897 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 79782 12957 0 0 236016 42 5 3 20 0 15 0 72804868 11176083456 181913 33554432000 4194304 4196468 140731554342288 139879067598096 139878703955568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10914144 memory=727500 CPUtime=9.48 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 11356 12957 0 0 896 44 5 3 20 0 15 0 72804868 11176083456 181913 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10914144 memory=727652 CPUtime=9.49 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 9589 12957 0 0 895 46 5 3 20 0 15 0 72804868 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10914144 memory=727652 CPUtime=9.47 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 7268 12957 0 0 889 50 5 3 20 0 15 0 72804868 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10914144 memory=4128 CPUtime=9.45 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 6998 12957 0 0 886 51 5 3 20 0 15 0 72804868 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10914144 memory=1232 CPUtime=8.91 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 11187 12957 0 0 836 47 5 3 20 0 15 0 72804870 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10914144 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 72804870 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878553576352 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10914144 memory=727404 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11176083456 181913 33554432000 4194304 4196468 140731554342288 139877958018176 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10914144 memory=727652 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 181913 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10914144 memory=727652 CPUtime=7.55 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 28361 12957 0 0 739 8 5 3 20 0 15 0 72804873 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10914144 memory=4128 CPUtime=7.14 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 24843 12957 0 0 702 4 5 3 20 0 15 0 72804873 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10914144 memory=21916 CPUtime=3.15 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 26590 12957 0 0 300 7 5 3 20 0 15 0 72804873 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10914144 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 181913 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10914144 memory=21916 CPUtime=1.54 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 887 12957 0 0 75 71 5 3 20 0 15 0 72804874 11176083456 181913 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 2426.23 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 727652 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.18 1.29 3/216 30029
/proc/meminfo: memFree=11125424/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10914144 memory=728104 CPUtime=2486.89 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 209931 12957 0 0 248369 312 5 3 20 0 15 0 72804858 11176083456 182026 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2728536 182026 3522 1 0 2690189 0
[pid=29738/tid=29791] ppid=29735 vsize=10914144 memory=693256 CPUtime=2420.12 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 80285 12957 0 0 241962 42 5 3 20 0 15 0 72804868 11176083456 182026 33554432000 4194304 4196468 140731554342288 139879067598528 139878703955547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10914144 memory=728104 CPUtime=9.71 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 11366 12957 0 0 918 45 5 3 20 0 15 0 72804868 11176083456 182026 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10914144 memory=727660 CPUtime=9.73 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 9672 12957 0 0 918 47 5 3 20 0 15 0 72804868 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10914144 memory=728104 CPUtime=9.7 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 7279 12957 0 0 911 51 5 3 20 0 15 0 72804868 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10914144 memory=728104 CPUtime=9.69 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 7018 12957 0 0 909 52 5 3 20 0 15 0 72804868 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10914144 memory=728104 CPUtime=9.12 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 11374 12957 0 0 856 48 5 3 20 0 15 0 72804870 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10914144 memory=728104 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 72804870 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878553576352 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10914144 memory=728104 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11176083456 182026 33554432000 4194304 4196468 140731554342288 139877958018176 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 182026 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10914144 memory=4124 CPUtime=7.55 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 28363 12957 0 0 739 8 5 3 20 0 15 0 72804873 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10914144 memory=728104 CPUtime=7.14 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 24845 12957 0 0 702 4 5 3 20 0 15 0 72804873 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10914144 memory=728104 CPUtime=3.15 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 26592 12957 0 0 300 7 5 3 20 0 15 0 72804873 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10914144 memory=728104 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 182026 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10914144 memory=728104 CPUtime=1.58 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 903 12957 0 0 77 73 5 3 20 0 15 0 72804874 11176083456 182026 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 2486.89 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 728104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.11 s]
/proc/loadavg: 1.29 1.21 1.30 3/216 30029
/proc/meminfo: memFree=11126292/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10914144 memory=728128 CPUtime=2520.05 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 210455 12957 0 0 251682 315 5 3 20 0 15 0 72804858 11176083456 182032 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2728536 182032 3522 1 0 2690189 0
[pid=29738/tid=29791] ppid=29735 vsize=10914144 memory=728128 CPUtime=2452.63 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 80526 12957 0 0 245213 42 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139879067597984 139878711618977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.84 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 11609 12957 0 0 930 46 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.86 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 9682 12957 0 0 931 47 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.83 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 7287 12957 0 0 923 52 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.81 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 7025 12957 0 0 920 53 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.25 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 11385 12957 0 0 868 49 5 3 20 0 15 0 72804870 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10914144 memory=728128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 72804870 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878553576352 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11176083456 182032 33554432000 4194304 4196468 140731554342288 139877958018176 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10914144 memory=728128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10914144 memory=728128 CPUtime=7.55 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 28363 12957 0 0 739 8 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10914144 memory=728128 CPUtime=7.14 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 24845 12957 0 0 702 4 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10914144 memory=728128 CPUtime=3.15 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 26592 12957 0 0 300 7 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10914144 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10914144 memory=21920 CPUtime=1.6 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 907 12957 0 0 78 74 5 3 20 0 15 0 72804874 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 728128 KiB

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

[startup+2475.14 s]
# the end of solver process 29738 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.9 s, system=3.19915 s

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

[startup+2475.11 s]
/proc/loadavg: 1.29 1.21 1.30 3/216 30029
/proc/meminfo: memFree=11126292/32770624 swapFree=67108860/67108860
[pid=29738] ppid=29735 vsize=10914144 memory=728128 CPUtime=2520.05 cores=0,2,4,6
/proc/29738/stat : 29738 (java) S 29735 29738 26438 0 -1 1077944320 210455 12957 0 0 251682 315 5 3 20 0 15 0 72804858 11176083456 182032 33554432000 4194304 4196468 140731554342288 140731554324832 139879095762679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
/proc/29738/statm: 2728536 182032 3522 1 0 2690189 0
[pid=29738/tid=29791] ppid=29735 vsize=10914144 memory=728128 CPUtime=2452.63 cores=0,2,4,6
/proc/29738/task/29791/stat : 29791 (java) R 29735 29738 26438 0 -1 4202560 80526 12957 0 0 245213 42 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139879067597984 139878711618977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29792] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.84 cores=0,2,4,6
/proc/29738/task/29792/stat : 29792 (java) S 29735 29738 26438 0 -1 1077944384 11609 12957 0 0 930 46 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139879100005264 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29793] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.86 cores=0,2,4,6
/proc/29738/task/29793/stat : 29793 (java) S 29735 29738 26438 0 -1 1077944384 9682 12957 0 0 931 47 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878669355792 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29794] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.83 cores=0,2,4,6
/proc/29738/task/29794/stat : 29794 (java) S 29735 29738 26438 0 -1 1077944384 7287 12957 0 0 923 52 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878668303504 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29795] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.81 cores=0,2,4,6
/proc/29738/task/29795/stat : 29795 (java) S 29735 29738 26438 0 -1 1077944384 7025 12957 0 0 920 53 5 3 20 0 15 0 72804868 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878667250704 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29796] ppid=29735 vsize=10914144 memory=728128 CPUtime=9.25 cores=0,2,4,6
/proc/29738/task/29796/stat : 29796 (java) S 29735 29738 26438 0 -1 1077944384 11385 12957 0 0 868 49 5 3 20 0 15 0 72804870 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878554630256 139879095773826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29797] ppid=29735 vsize=10914144 memory=728128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29797/stat : 29797 (java) S 29735 29738 26438 0 -1 1077944384 39 12957 0 0 0 0 5 3 20 0 15 0 72804870 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878553576352 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29798] ppid=29735 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29798/stat : 29798 (java) S 29735 29738 26438 0 -1 1077944384 1 12957 0 0 0 0 5 3 20 0 15 0 72804871 11176083456 182032 33554432000 4194304 4196468 140731554342288 139877958018176 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29799] ppid=29735 vsize=10914144 memory=728128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29799/stat : 29799 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139877650618448 139879095781275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29800] ppid=29735 vsize=10914144 memory=728128 CPUtime=7.55 cores=0,2,4,6
/proc/29738/task/29800/stat : 29800 (java) S 29735 29738 26438 0 -1 1077944384 28363 12957 0 0 739 8 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878520019568 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29801] ppid=29735 vsize=10914144 memory=728128 CPUtime=7.14 cores=0,2,4,6
/proc/29738/task/29801/stat : 29801 (java) S 29735 29738 26438 0 -1 1077944384 24845 12957 0 0 702 4 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878518966768 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29802] ppid=29735 vsize=10914144 memory=728128 CPUtime=3.15 cores=0,2,4,6
/proc/29738/task/29802/stat : 29802 (java) S 29735 29738 26438 0 -1 1077944384 26592 12957 0 0 300 7 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878517914480 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29803] ppid=29735 vsize=10914144 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/29738/task/29803/stat : 29803 (java) S 29735 29738 26438 0 -1 1077944384 3 12957 0 0 0 0 5 3 20 0 15 0 72804873 11176083456 182032 33554432000 4194304 4196468 140731554342288 139877617060832 139879095772885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
[pid=29738/tid=29804] ppid=29735 vsize=10914144 memory=21920 CPUtime=1.6 cores=0,2,4,6
/proc/29738/task/29804/stat : 29804 (java) S 29735 29738 26438 0 -1 1077944384 907 12957 0 0 78 74 5 3 20 0 15 0 72804874 11176083456 182032 33554432000 4194304 4196468 140731554342288 139878516861360 139879095773826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31551488 140731554347179 140731554350428 140731554350428 140731554353103 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 728128 KiB

Child status: 143
Real time (s): 2475.14
CPU time (s): 2520.1
CPU user time (s): 2516.9
CPU system time (s): 3.19915
CPU usage (%): 101.816
Max. virtual memory (cumulated for all children) (KiB): 10916960
Max. memory (cumulated for all children) (KiB): 732360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 3.19915
maximum resident set size= 733824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259963
involuntary context switches= 9511


# summary of solver processes directly reported to runsolver:
#   pid: 29738
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.9
#   total CPU system time (s): 3.19915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4475 second user time and 24.7581 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 23:00:17
IDJOB=4295394
IDBENCH=141537
IDSOLVER=2751
FILE ID=node139/4295394-1532552417
RUNJOBID= node139-1532535188-26469
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-70-300-01_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295394-1532552417/watcher-4295394-1532552417 -o /tmp/evaluation-result-4295394-1532552417/solver-4295394-1532552417 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1209351350 -superng HOME/instance-4295394-1532552417.xml

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

MD5SUM BENCH= 140f8f4c33ce7e414b2f0aa2389f8c03
RANDOM SEED=1209351350

node139.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.80
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.80
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.80
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.80
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:        11837116 kB
MemAvailable:   31243688 kB
Buffers:          222352 kB
Cached:         19142288 kB
SwapCached:            0 kB
Active:          3541792 kB
Inactive:       16561452 kB
Active(anon):     689156 kB
Inactive(anon):    77500 kB
Active(file):    2852636 kB
Inactive(file): 16483952 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:        739340 kB
Mapped:            53296 kB
Shmem:             25228 kB
Slab:             525976 kB
SReclaimable:     498444 kB
SUnreclaim:        27532 kB
KernelStack:        3808 kB
PageTables:         6536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1741760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 23:41:32