Trace number 4302283

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.9.2SAT (TO)1681 252.104 234.638

General information on the benchmark

NameKnapsack/
Knapsack-90-400-01_c18.xml
MD5SUM21e6319225d06eb46c107a9c6e1ffb4f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681
Best CPU time to get the best result obtained on this benchmark248.932
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
6.39/3.37	o 820
6.74/3.40	o 827
6.74/3.41	o 844
6.74/3.42	o 870
6.74/3.43	o 948
6.74/3.44	o 965
6.74/3.45	o 1047
6.74/3.48	o 1078
6.74/3.48	o 1087
6.74/3.49	o 1108
6.74/3.49	o 1116
7.10/3.50	o 1156
7.10/3.50	o 1181
7.10/3.51	o 1190
7.10/3.51	o 1195
7.10/3.52	o 1223
7.10/3.52	o 1230
7.10/3.52	o 1239
7.45/3.61	o 1242
7.45/3.61	o 1283
7.45/3.61	o 1285
7.45/3.67	o 1299
7.45/3.68	o 1307
7.45/3.68	o 1313
7.45/3.69	o 1320
7.45/3.69	o 1328
7.80/3.71	o 1330
7.80/3.74	o 1364
7.80/3.74	o 1385
7.80/3.74	o 1414
7.80/3.74	o 1420
7.80/3.75	o 1423
7.80/3.75	o 1431
7.80/3.76	o 1432
7.80/3.77	o 1460
7.80/3.78	o 1466
7.80/3.78	o 1469
7.80/3.79	o 1476
7.80/3.79	o 1502
7.80/3.80	o 1509
8.12/3.80	o 1511
8.12/3.89	o 1522
8.43/3.90	o 1532
8.43/3.90	o 1541
8.43/3.91	o 1549
8.78/4.06	o 1559
8.78/4.06	o 1566
9.11/4.12	o 1575
9.33/4.29	o 1613
10.94/4.98	o 1616
13.49/6.70	o 1618
13.49/6.73	o 1620
13.49/6.73	o 1632
33.41/22.54	o 1640
42.93/29.89	o 1645
42.93/29.89	o 1680
55.57/40.40	o 1681
252.05/234.60	Exception in thread "main" java.util.concurrent.TimeoutException
252.05/234.60		at concrete.MAC.mac(MAC.scala:188)
252.05/234.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/234.60		at scala.util.Try$.apply(Try.scala:209)
252.05/234.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/234.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/234.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/234.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/234.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/234.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/234.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/234.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/234.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/234.60		at concrete.MAC.oneRun(MAC.scala:253)
252.05/234.60		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/234.60		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/234.60		at concrete.Solver.hasNext(Solver.scala:166)
252.05/234.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/234.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/234.61		at concrete.Solver.foreach(Solver.scala:68)
252.05/234.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/234.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/234.61		at scala.util.Success.map(Try.scala:209)
252.05/234.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/234.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/234.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/234.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/234.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/234.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/234.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/234.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/234.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/234.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/234.61		at scala.App.main(App.scala:76)
252.05/234.61		at scala.App.main$(App.scala:74)
252.05/234.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/234.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/234.61	v <instantiation cost="1681">
252.05/234.61	v       <list>
252.05/234.61	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]
252.05/234.61	v       </list>
252.05/234.61	v       <values>
252.05/234.61	v         0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0
252.05/234.61	v       </values>
252.05/234.61	v     </instantiation>
252.05/234.62	s SATISFIABLE

Verifier Data

OK	1681

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302283-1532898029/watcher-4302283-1532898029 -o /tmp/evaluation-result-4302283-1532898029/solver-4302283-1532898029 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1614975529 HOME/instance-4302283-1532898029.xml 

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

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


[startup+0.100126 s]*
/proc/loadavg: 1.71 1.79 1.79 3/207 22265
/proc/meminfo: memFree=25851040/32770624 swapFree=67028840/67108860
[pid=22208] ppid=22205 vsize=10005480 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 4376 12996 0 0 1 0 5 3 20 0 6 0 107366037 10245611520 4204 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2501370 4204 1935 1 0 2489808 0
[pid=22208/tid=22261] ppid=22205 vsize=10005480 memory=4279135704013571469 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 2196 12996 0 0 1 0 5 3 20 0 6 0 107366046 10245611520 4270 33554432000 4194304 4196468 140732011305232 140349078495824 140349090739550 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 107366047 10245611520 4270 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=10005480 memory=139672857564800 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 107366047 10245611520 4270 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 107366047 10245611520 4270 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 107366047 10245611520 4270 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210007 s]*
/proc/loadavg: 1.71 1.79 1.79 3/216 22274
/proc/meminfo: memFree=25825992/32770624 swapFree=67028840/67108860
[pid=22208] ppid=22205 vsize=10982744 memory=45784 CPUtime=0.26 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 8096 12996 0 0 17 1 5 3 20 0 15 0 107366037 11246329856 11446 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2745686 11446 2980 1 0 2708109 0
[pid=22208/tid=22261] ppid=22205 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 4675 12996 0 0 11 0 5 3 20 0 15 0 107366046 11246329856 11446 33554432000 4194304 4196468 140732011305232 140349078477304 140349106670998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246329856 11446 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=10982744 memory=139672858205480 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=10982744 memory=139672857564800 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107366048 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 107366049 11246329856 11446 33554432000 4194304 4196468 140732011305232 140347988501536 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11246329856 11446 33554432000 4194304 4196468 140732011305232 140347787174768 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246329856 11446 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 481 12996 0 0 1 0 5 3 20 0 15 0 107366052 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) R 22205 22208 10029 0 -1 1077944384 132 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=10982744 memory=139672857564800 CPUtime=0.11 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) R 22205 22208 10029 0 -1 4202560 604 12996 0 0 3 0 5 3 20 0 15 0 107366052 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348596533872 140349085215570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246329856 11446 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=10982744 memory=139672857564800 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246329856 11446 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45784 KiB

[startup+0.310284 s]*
/proc/loadavg: 1.71 1.79 1.79 3/216 22274
/proc/meminfo: memFree=25813276/32770624 swapFree=67028840/67108860
[pid=22208] ppid=22205 vsize=10983192 memory=57524 CPUtime=0.38 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 10358 12996 0 0 28 2 5 3 20 0 15 0 107366037 11246788608 14381 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2745798 14381 3099 1 0 2708109 0
[pid=22208/tid=22261] ppid=22205 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 6914 12996 0 0 19 2 5 3 20 0 15 0 107366046 11246788608 14381 33554432000 4194304 4196468 140732011305232 140349078471072 140349106680989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 14381 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107366048 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 107366049 11246788608 14381 33554432000 4194304 4196468 140732011305232 140347988501536 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11246788608 14381 33554432000 4194304 4196468 140732011305232 140347787174768 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246788608 14381 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 482 12996 0 0 2 0 5 3 20 0 15 0 107366052 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 132 12996 0 0 1 0 5 3 20 0 15 0 107366052 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=10983192 memory=139672857564800 CPUtime=0.12 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) S 22205 22208 10029 0 -1 1077944384 612 12996 0 0 4 0 5 3 20 0 15 0 107366052 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246788608 14381 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=10983192 memory=139672857564800 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246788608 14381 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57524 KiB

[startup+0.700836 s]
/proc/loadavg: 1.71 1.79 1.79 3/216 22274
/proc/meminfo: memFree=25802420/32770624 swapFree=67028840/67108860
[pid=22208] ppid=22205 vsize=10983192 memory=89732 CPUtime=1 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 16522 12996 0 0 88 4 5 3 20 0 15 0 107366037 11246788608 22433 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2745798 22433 3238 1 0 2708109 0
[pid=22208/tid=22261] ppid=22205 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 12047 12996 0 0 56 3 5 3 20 0 15 0 107366046 11246788608 22433 33554432000 4194304 4196468 140732011305232 140349078479888 140349088222615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 22433 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107366047 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 5 12996 0 0 0 0 5 3 20 0 15 0 107366048 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 107366049 11246788608 22433 33554432000 4194304 4196468 140732011305232 140347988501536 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=10983192 memory=139672739263248 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11246788608 22433 33554432000 4194304 4196468 140732011305232 140347787174768 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=10983192 memory=139676631433801 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246788608 22433 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=10983192 memory=796 CPUtime=0.15 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 833 12996 0 0 7 0 5 3 20 0 15 0 107366052 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=10983192 memory=7014751519650764113 CPUtime=0.17 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 741 12996 0 0 9 0 5 3 20 0 15 0 107366052 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=10983192 memory=7597123233646858610 CPUtime=0.21 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) S 22205 22208 10029 0 -1 1077944384 679 12996 0 0 13 0 5 3 20 0 15 0 107366052 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=10983192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246788608 22433 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366052 11246788608 22433 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89732 KiB

[startup+1.50176 s]
/proc/loadavg: 1.71 1.79 1.79 4/216 22274
/proc/meminfo: memFree=25756708/32770624 swapFree=67028840/67108860
[pid=22208] ppid=22205 vsize=10998092 memory=180476 CPUtime=2.24 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 23778 12996 0 0 207 9 5 3 20 0 15 0 107366037 11262046208 45119 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2749523 45119 3469 1 0 2711181 0
[pid=22208/tid=22261] ppid=22205 vsize=10998092 memory=9169 CPUtime=1.43 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 17760 12996 0 0 130 5 5 3 20 0 15 0 107366046 11262046208 45119 33554432000 4194304 4196468 140732011305232 140349078490072 140349106670998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 277 12996 0 0 1 0 5 3 20 0 15 0 107366047 11262046208 45119 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 38 12996 0 0 1 0 5 3 20 0 15 0 107366047 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=10998092 memory=2888 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 18 12996 0 0 1 0 5 3 20 0 15 0 107366047 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=10998092 memory=89732 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 95 12996 0 0 0 0 5 3 20 0 15 0 107366047 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 69 12996 0 0 1 0 5 3 20 0 15 0 107366048 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 14 12996 0 0 0 0 5 3 20 0 15 0 107366049 11262046208 45119 33554432000 4194304 4196468 140732011305232 140347988501600 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11262046208 45119 33554432000 4194304 4196468 140732011305232 140347787174784 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11262046208 45119 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=10998092 memory=4638778398332698720 CPUtime=0.25 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 1033 12996 0 0 17 0 5 3 20 0 15 0 107366052 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=10998092 memory=279345478802304 CPUtime=0.32 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 1200 12996 0 0 23 1 5 3 20 0 15 0 107366052 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=10998092 memory=6944656592452807323 CPUtime=0.37 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) R 22205 22208 10029 0 -1 4202560 1075 12996 0 0 29 0 5 3 20 0 15 0 107366052 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11262046208 45119 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366052 11262046208 45119 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 47419 12996 0 0 10135 21 5 3 20 0 15 0 107366046 11343855616 201698 33554432000 4194304 4196468 140732011305232 140349078493632 140348688691454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=11077984 memory=11770 CPUtime=0.34 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 1633 12996 0 0 23 3 5 3 20 0 15 0 107366047 11343855616 201698 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=11077984 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 1832 12996 0 0 23 3 5 3 20 0 15 0 107366047 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=11077984 memory=806792 CPUtime=0.33 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 2232 12996 0 0 22 3 5 3 20 0 15 0 107366047 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=11077984 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 1958 12996 0 0 23 3 5 3 20 0 15 0 107366047 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=11077984 memory=3544 CPUtime=0.31 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 2919 12996 0 0 22 1 5 3 20 0 15 0 107366048 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=11077984 memory=27308 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 16 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201698 33554432000 4194304 4196468 140732011305232 140347988501600 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=11077984 memory=806792 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201698 33554432000 4194304 4196468 140732011305232 140347787174784 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=11077984 memory=1664 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201698 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=11077984 memory=806792 CPUtime=6.01 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 17189 12996 0 0 589 4 5 3 20 0 15 0 107366052 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=11077984 memory=6004539005157928040 CPUtime=6.09 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 11817 12996 0 0 596 5 5 3 20 0 15 0 107366052 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=11077984 memory=806792 CPUtime=3.07 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) S 22205 22208 10029 0 -1 1077944384 11514 12996 0 0 294 5 5 3 20 0 15 0 107366052 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=11077984 memory=806792 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201698 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=11077984 memory=1828 CPUtime=0.13 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 461 12996 0 0 3 2 5 3 20 0 15 0 107366052 11343855616 201698 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 117.98 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 806792 KiB

[startup+162.301 s]
/proc/loadavg: 1.46 1.70 1.76 3/217 22451
/proc/meminfo: memFree=25040440/32770624 swapFree=67028844/67108860
[pid=22208] ppid=22205 vsize=11077984 memory=806880 CPUtime=178.76 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 109927 12996 0 0 17809 59 5 3 20 0 15 0 107366037 11343855616 201720 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2769496 201720 3523 1 0 2731149 0
[pid=22208/tid=22261] ppid=22205 vsize=11077984 memory=806880 CPUtime=161.05 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 48783 12996 0 0 16074 23 5 3 20 0 15 0 107366046 11343855616 201720 33554432000 4194304 4196468 140732011305232 140349078494544 140348689011012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=11077984 memory=806880 CPUtime=0.6 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 1710 12996 0 0 48 4 5 3 20 0 15 0 107366047 11343855616 201720 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=11077984 memory=806880 CPUtime=0.59 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 3388 12996 0 0 47 4 5 3 20 0 15 0 107366047 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=11077984 memory=806880 CPUtime=0.59 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 2358 12996 0 0 47 4 5 3 20 0 15 0 107366047 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=11077984 memory=806868 CPUtime=0.59 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 2073 12996 0 0 48 3 5 3 20 0 15 0 107366047 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=11077984 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 3265 12996 0 0 46 2 5 3 20 0 15 0 107366048 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=11077984 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 16 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201720 33554432000 4194304 4196468 140732011305232 140347988501600 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=11077984 memory=806880 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201720 33554432000 4194304 4196468 140732011305232 140347787174784 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=11077984 memory=806880 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201720 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=11077984 memory=806880 CPUtime=6.03 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 19283 12996 0 0 591 4 5 3 20 0 15 0 107366052 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=11077984 memory=806880 CPUtime=6.09 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 12690 12996 0 0 596 5 5 3 20 0 15 0 107366052 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=11077984 memory=806880 CPUtime=3.07 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) S 22205 22208 10029 0 -1 1077944384 13671 12996 0 0 294 5 5 3 20 0 15 0 107366052 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=11077984 memory=1664 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201720 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=11077984 memory=806880 CPUtime=0.17 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 492 12996 0 0 5 4 5 3 20 0 15 0 107366052 11343855616 201720 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 178.76 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 806880 KiB

[startup+222.301 s]
/proc/loadavg: 1.47 1.67 1.75 3/217 22452
/proc/meminfo: memFree=25041068/32770624 swapFree=67028844/67108860
[pid=22208] ppid=22205 vsize=11077984 memory=807004 CPUtime=239.58 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 113401 12996 0 0 23883 67 5 3 20 0 15 0 107366037 11343855616 201751 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2769496 201751 3523 1 0 2731149 0
[pid=22208/tid=22261] ppid=22205 vsize=11077984 memory=806976 CPUtime=220.42 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 49983 12996 0 0 22010 24 5 3 20 0 15 0 107366046 11343855616 201751 33554432000 4194304 4196468 140732011305232 140349078494144 140348688691511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=11077984 memory=806976 CPUtime=0.88 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 2226 12996 0 0 75 5 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=11077984 memory=806976 CPUtime=0.88 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 3481 12996 0 0 74 6 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.88 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 2455 12996 0 0 75 5 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.88 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 3256 12996 0 0 75 5 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.83 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 3632 12996 0 0 72 3 5 3 20 0 15 0 107366048 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 16 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347988501600 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347787174784 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=11077984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=11077984 memory=807004 CPUtime=6.03 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 19286 12996 0 0 591 4 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=11077984 memory=807004 CPUtime=6.09 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 12692 12996 0 0 596 5 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=11077984 memory=807004 CPUtime=3.07 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) S 22205 22208 10029 0 -1 1077944384 13674 12996 0 0 294 5 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.21 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 502 12996 0 0 7 6 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 239.58 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 807004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.601 s]
/proc/loadavg: 1.32 1.63 1.73 3/217 22453
/proc/meminfo: memFree=25040688/32770624 swapFree=67028844/67108860
[pid=22208] ppid=22205 vsize=11077984 memory=807004 CPUtime=252.05 cores=0,2,4,6
/proc/22208/stat : 22208 (java) S 22205 22208 10029 0 -1 1077944320 113503 12996 0 0 25129 68 5 3 20 0 15 0 107366037 11343855616 201751 33554432000 4194304 4196468 140732011305232 140732011287776 140349106659063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
/proc/22208/statm: 2769496 201751 3523 1 0 2731149 0
[pid=22208/tid=22261] ppid=22205 vsize=11077984 memory=1408 CPUtime=232.58 cores=0,2,4,6
/proc/22208/task/22261/stat : 22261 (java) R 22205 22208 10029 0 -1 4202560 50067 12996 0 0 23226 24 5 3 20 0 15 0 107366046 11343855616 201751 33554432000 4194304 4196468 140732011305232 140349078494784 140348692385289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22262] ppid=22205 vsize=11077984 memory=3000 CPUtime=0.94 cores=0,2,4,6
/proc/22208/task/22262/stat : 22262 (java) S 22205 22208 10029 0 -1 1077944384 2228 12996 0 0 81 5 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140349110901904 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22263] ppid=22205 vsize=11077984 memory=814008 CPUtime=0.94 cores=0,2,4,6
/proc/22208/task/22263/stat : 22263 (java) S 22205 22208 10029 0 -1 1077944384 3482 12996 0 0 80 6 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348645891088 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22264] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.94 cores=0,2,4,6
/proc/22208/task/22264/stat : 22264 (java) S 22205 22208 10029 0 -1 1077944384 2463 12996 0 0 80 6 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348644838288 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22265] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.95 cores=0,2,4,6
/proc/22208/task/22265/stat : 22265 (java) S 22205 22208 10029 0 -1 1077944384 3261 12996 0 0 81 6 5 3 20 0 15 0 107366047 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348643785488 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22266] ppid=22205 vsize=11077984 memory=3140 CPUtime=0.89 cores=0,2,4,6
/proc/22208/task/22266/stat : 22266 (java) S 22205 22208 10029 0 -1 1077944384 3634 12996 0 0 78 3 5 3 20 0 15 0 107366048 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348599691632 140349106670210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22267] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22267/stat : 22267 (java) S 22205 22208 10029 0 -1 1077944384 16 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347988501600 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22268] ppid=22205 vsize=11077984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22268/stat : 22268 (java) S 22205 22208 10029 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107366049 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347787174784 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22269] ppid=22205 vsize=11077984 memory=3000 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22269/stat : 22269 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347479775056 140349106677659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22270] ppid=22205 vsize=11077984 memory=814008 CPUtime=6.03 cores=0,2,4,6
/proc/22208/task/22270/stat : 22270 (java) S 22205 22208 10029 0 -1 1077944384 19286 12996 0 0 591 4 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348598639472 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22271] ppid=22205 vsize=11077984 memory=6791534058613427641 CPUtime=6.09 cores=0,2,4,6
/proc/22208/task/22271/stat : 22271 (java) S 22205 22208 10029 0 -1 1077944384 12692 12996 0 0 596 5 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348597586672 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22272] ppid=22205 vsize=11077984 memory=807004 CPUtime=3.07 cores=0,2,4,6
/proc/22208/task/22272/stat : 22272 (java) S 22205 22208 10029 0 -1 1077944384 13674 12996 0 0 294 5 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348596533872 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22273] ppid=22205 vsize=11077984 memory=807004 CPUtime=0.08 cores=0,2,4,6
/proc/22208/task/22273/stat : 22273 (java) S 22205 22208 10029 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140347048979168 140349106669269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
[pid=22208/tid=22274] ppid=22205 vsize=11077984 memory=3604 CPUtime=0.22 cores=0,2,4,6
/proc/22208/task/22274/stat : 22274 (java) S 22205 22208 10029 0 -1 1077944384 502 12996 0 0 8 6 5 3 20 0 15 0 107366052 11343855616 201751 33554432000 4194304 4196468 140732011305232 140348595481264 140349106670210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 36368384 140732011309681 140732011312481 140732011312481 140732011315151 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 807004 KiB

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

[startup+234.638 s]
# the end of solver process 22208 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.369 s, system=0.73497 s

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

Child status: 143
Real time (s): 234.638
CPU time (s): 252.104
CPU user time (s): 251.369
CPU system time (s): 0.73497
CPU usage (%): 107.444
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 821672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.369
system time used= 0.73497
maximum resident set size= 822188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35087
involuntary context switches= 815


# summary of solver processes directly reported to runsolver:
#   pid: 22208
#   total CPU time (s): 252.104
#   total CPU user time (s): 251.369
#   total CPU system time (s): 0.73497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37357 second user time and 2.27849 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 23:00:29
IDJOB=4302283
IDBENCH=141536
IDSOLVER=2776
FILE ID=node102/4302283-1532898029
RUNJOBID= node102-1532894154-16078
PBS_JOBID= 21022526
Free space on /tmp= 52952 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302283-1532898029/watcher-4302283-1532898029 -o /tmp/evaluation-result-4302283-1532898029/solver-4302283-1532898029 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1614975529 HOME/instance-4302283-1532898029.xml

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

MD5SUM BENCH= 21e6319225d06eb46c107a9c6e1ffb4f
RANDOM SEED=1614975529

node102.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.51
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.51
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.51
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.51
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:        25855856 kB
MemAvailable:   31138124 kB
Buffers:          235956 kB
Cached:          5289920 kB
SwapCached:        53012 kB
Active:          2076140 kB
Inactive:        4312240 kB
Active(anon):     788360 kB
Inactive(anon):    99168 kB
Active(file):    1287780 kB
Inactive(file):  4213072 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028840 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:        955640 kB
Mapped:            51144 kB
Shmem:             22604 kB
Slab:             223740 kB
SReclaimable:     194504 kB
SUnreclaim:        29236 kB
KernelStack:        3856 kB
PageTables:         7044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1980760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52928 MiB
End job on node102 at 2018-07-29 23:04:23