Trace number 4295370

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)1534 2520.12 2476.15

General information on the benchmark

NameKnapsack/
Knapsack-90-400-00_c18.xml
MD5SUM7b27ea70d39fcd1b1790f87791ea7535
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1551
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
7.22/3.55	o 781
7.22/3.59	o 837
7.48/3.60	o 840
7.48/3.64	o 848
7.85/3.71	o 850
7.85/3.72	o 892
7.85/3.75	o 953
7.85/3.77	o 973
8.22/3.84	o 1005
8.22/3.85	o 1021
8.22/3.86	o 1036
8.56/3.96	o 1038
8.56/3.96	o 1050
8.56/3.97	o 1059
8.56/3.97	o 1068
8.56/3.98	o 1094
8.56/3.98	o 1102
8.56/3.98	o 1123
8.56/3.99	o 1132
9.20/4.15	o 1152
9.20/4.15	o 1156
9.20/4.16	o 1164
9.20/4.17	o 1172
9.20/4.17	o 1182
9.20/4.19	o 1186
9.48/4.24	o 1199
9.48/4.25	o 1208
9.48/4.26	o 1230
9.48/4.26	o 1247
9.48/4.28	o 1255
10.10/4.48	o 1267
10.10/4.49	o 1274
10.41/4.52	o 1294
10.71/4.67	o 1306
10.71/4.68	o 1309
11.87/5.07	o 1318
11.87/5.07	o 1323
11.87/5.08	o 1337
11.87/5.10	o 1358
11.87/5.10	o 1388
12.17/5.12	o 1410
12.17/5.17	o 1417
17.32/9.56	o 1418
17.32/9.56	o 1421
18.46/10.60	o 1437
18.57/10.63	o 1444
19.77/11.51	o 1447
19.77/11.51	o 1464
19.91/11.61	o 1471
19.91/11.65	o 1478
25.03/16.20	o 1479
67.84/55.79	o 1480
77.68/64.95	o 1481
77.68/64.95	o 1488
77.90/65.12	o 1506
78.87/66.01	o 1516
81.67/68.63	o 1527
921.02/892.92	o 1534
2520.07/2476.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2476.12		at concrete.MAC.mac(MAC.scala:188)
2520.07/2476.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2476.12		at scala.util.Try$.apply(Try.scala:209)
2520.07/2476.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2476.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2476.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2476.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2476.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2476.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2476.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2476.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2476.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2476.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2476.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2476.12		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2476.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2476.12		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2476.12		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2476.12		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2476.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2476.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2476.12		at scala.util.Success.map(Try.scala:209)
2520.07/2476.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2476.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2476.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2476.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2476.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2476.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2476.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2476.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2476.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2476.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2476.12		at scala.App.main(App.scala:76)
2520.07/2476.12		at scala.App.main$(App.scala:74)
2520.07/2476.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2476.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2476.13	v <instantiation cost="1534">
2520.07/2476.13	v       <list>
2520.07/2476.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] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89]
2520.07/2476.13	v       </list>
2520.07/2476.13	v       <values>
2520.07/2476.13	v         0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0
2520.07/2476.13	v       </values>
2520.07/2476.13	v     </instantiation>
2520.07/2476.13	s SATISFIABLE

Verifier Data

OK	1534

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295370-1532549566/watcher-4295370-1532549566 -o /tmp/evaluation-result-4295370-1532549566/solver-4295370-1532549566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=272987597 -superng HOME/instance-4295370-1532549566.xml 

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

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

solver pid=1045, runsolver pid=1042

[startup+0.110785 s]*
/proc/loadavg: 1.21 1.27 1.34 3/207 1104
/proc/meminfo: memFree=12265612/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10153664 memory=21788 CPUtime=0.1 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 4621 13139 0 0 1 1 5 3 20 0 8 0 72519762 10397351936 5447 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2538416 5447 2045 1 0 2526854 0
[pid=1045/tid=1099] ppid=1042 vsize=10355560 memory=-6517102902069810590 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 2475 13139 0 0 1 0 5 3 20 0 9 0 72519771 10604093440 6051 33554432000 4194304 4196468 140724137310768 139738285444976 139738313630877 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 9 0 72519771 10604093440 6051 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10355560 memory=139663119722112 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 9 0 72519771 10604093440 6051 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 9 0 72519771 10604093440 6051 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 9 0 72519771 10604093440 6051 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10355560 memory=139663119722112 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 9 0 72519773 10604093440 6051 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 13 13139 0 0 0 0 5 3 20 0 9 0 72519773 10604093440 6051 33554432000 4194304 4196468 140724137310768 139737767601824 139738313619157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 9 0 72519773 10604093440 6051 33554432000 4194304 4196468 140724137310768 139737633383728 139738313619157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 21788 KiB

[startup+0.210127 s]*
/proc/loadavg: 1.21 1.27 1.34 3/215 1112
/proc/meminfo: memFree=12245052/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10821524 memory=47900 CPUtime=0.27 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 8211 13139 0 0 16 3 5 3 20 0 15 0 72519762 11081240576 11975 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2705381 11975 2925 1 0 2667804 0
[pid=1045/tid=1099] ppid=1042 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 5879 13139 0 0 10 1 5 3 20 0 15 0 72519771 11078557696 12342 33554432000 4194304 4196468 140724137310768 139738285433760 139738297689438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11078557696 12342 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10818904 memory=139663119722112 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11078557696 12342 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519771 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10818904 memory=139663119722112 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519773 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 13 13139 0 0 0 0 5 3 20 0 15 0 72519773 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737767601824 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737633383664 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 524 13139 0 0 1 0 5 3 20 0 15 0 72519776 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 55 13139 0 0 0 0 5 3 20 0 15 0 72519776 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10818904 memory=139663119722112 CPUtime=0.11 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) R 1042 1045 31421 0 -1 4202560 579 13139 0 0 3 0 5 3 20 0 15 0 72519776 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737837123568 139738297689438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11078557696 12342 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10818904 memory=139663119722112 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519777 11078557696 12342 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 47900 KiB

[startup+0.310307 s]*
/proc/loadavg: 1.21 1.27 1.34 3/215 1112
/proc/meminfo: memFree=12231520/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10819352 memory=57504 CPUtime=0.39 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 10462 13139 0 0 28 3 5 3 20 0 15 0 72519762 11079016448 14376 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2704838 14376 3060 1 0 2667149 0
[pid=1045/tid=1099] ppid=1042 vsize=10819352 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 7070 13139 0 0 19 2 5 3 20 0 15 0 72519771 11079016448 14376 33554432000 4194304 4196468 140724137310768 139738285420960 139738295172503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 14376 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10819352 memory=139667414689407 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 14376 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10819352 memory=2272 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10819352 memory=139667414689407 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519773 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10819352 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 13 13139 0 0 0 0 5 3 20 0 15 0 72519773 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737767601824 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10819352 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737633383664 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 524 13139 0 0 2 0 5 3 20 0 15 0 72519776 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 56 13139 0 0 1 0 5 3 20 0 15 0 72519776 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10819352 memory=139663119722112 CPUtime=0.13 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 597 13139 0 0 5 0 5 3 20 0 15 0 72519776 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11079016448 14376 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10819352 memory=139663119722112 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519777 11079016448 14376 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57504 KiB

[startup+0.700796 s]
/proc/loadavg: 1.21 1.27 1.34 3/215 1112
/proc/meminfo: memFree=12222092/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10819352 memory=90584 CPUtime=1 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 16770 13139 0 0 87 5 5 3 20 0 15 0 72519762 11079016448 22646 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2704838 22646 3238 1 0 2667149 0
[pid=1045/tid=1099] ppid=1042 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 12326 13139 0 0 55 3 5 3 20 0 15 0 72519771 11079016448 22646 33554432000 4194304 4196468 140724137310768 139738285429776 139738293884738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10819352 memory=14555601434844200 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 22646 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 22646 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519771 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 5 13139 0 0 0 0 5 3 20 0 15 0 72519773 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10819352 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 13 13139 0 0 0 0 5 3 20 0 15 0 72519773 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737767601824 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737633383664 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10819352 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10819352 memory=279326016718080 CPUtime=0.16 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 897 13139 0 0 8 0 5 3 20 0 15 0 72519776 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10819352 memory=11076 CPUtime=0.17 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 638 13139 0 0 9 0 5 3 20 0 15 0 72519776 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10819352 memory=139663008363664 CPUtime=0.21 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 686 13139 0 0 13 0 5 3 20 0 15 0 72519776 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11079016448 22646 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519777 11079016448 22646 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90584 KiB

[startup+1.50082 s]
/proc/loadavg: 1.21 1.27 1.34 3/215 1112
/proc/meminfo: memFree=12176008/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10834252 memory=181916 CPUtime=2.25 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 24107 13139 0 0 206 11 5 3 20 0 15 0 72519762 11094274048 45479 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2708563 45479 3471 1 0 2670221 0
[pid=1045/tid=1099] ppid=1042 vsize=10834252 memory=105164 CPUtime=1.43 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 18064 13139 0 0 129 6 5 3 20 0 15 0 72519771 11094274048 45479 33554432000 4194304 4196468 140724137310768 139738285439616 139738299848194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 38 13139 0 0 1 0 5 3 20 0 15 0 72519771 11094274048 45479 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10834252 memory=7893295687695687954 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 306 13139 0 0 1 0 5 3 20 0 15 0 72519771 11094274048 45479 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10834252 memory=6994781559841273980 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 22 13139 0 0 1 0 5 3 20 0 15 0 72519771 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10834252 memory=4498404016631593314 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 76 13139 0 0 0 0 5 3 20 0 15 0 72519771 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10834252 memory=11151536224 CPUtime=0.09 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 82 13139 0 0 1 0 5 3 20 0 15 0 72519773 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10834252 memory=279326017011424 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 14 13139 0 0 0 0 5 3 20 0 15 0 72519773 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737767601888 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737633383680 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10834252 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10834252 memory=14132238522517333 CPUtime=0.3 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 1451 13139 0 0 22 0 5 3 20 0 15 0 72519776 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10834252 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 793 13139 0 0 19 0 5 3 20 0 15 0 72519776 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10834252 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 1061 13139 0 0 28 0 5 3 20 0 15 0 72519776 11094274048 45479 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0

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

/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 84147 13139 0 0 236273 40 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139738285444240 139737932910146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10914144 memory=0 CPUtime=8.45 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 10895 13139 0 0 793 44 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10914144 memory=8 CPUtime=8.44 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 12188 13139 0 0 792 44 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.46 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 10583 13139 0 0 797 41 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10914144 memory=12944 CPUtime=8.44 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 10908 13139 0 0 794 42 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10914144 memory=1436 CPUtime=7.66 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 12471 13139 0 0 720 38 5 3 20 0 15 0 72519773 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10914144 memory=752924 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 14 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737767601952 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10914144 memory=752860 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737633383680 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10914144 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.46 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 30670 13139 0 0 833 5 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10914144 memory=752924 CPUtime=7.98 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 23523 13139 0 0 784 6 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10914144 memory=2400 CPUtime=3.44 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 24448 13139 0 0 329 7 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10914144 memory=1836 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10914144 memory=752924 CPUtime=1.46 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1379 13139 0 0 62 76 5 3 20 0 15 0 72519777 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 2425.37 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 752924 KiB

[startup+2442.3 s]
/proc/loadavg: 0.86 1.09 1.18 3/215 1332
/proc/meminfo: memFree=11632976/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10914144 memory=752924 CPUtime=2485.94 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 224167 13139 0 0 248292 294 5 3 20 0 15 0 72519762 11176083456 188231 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2728536 188231 3524 1 0 2690189 0
[pid=1045/tid=1099] ppid=1042 vsize=10914144 memory=752924 CPUtime=2422.71 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 84520 13139 0 0 242222 41 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139738285444240 139737932911000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.67 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 11175 13139 0 0 814 45 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.65 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 12205 13139 0 0 812 45 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.67 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 10605 13139 0 0 818 41 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.66 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 10929 13139 0 0 815 43 5 3 20 0 15 0 72519771 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10914144 memory=752924 CPUtime=7.85 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 12497 13139 0 0 738 39 5 3 20 0 15 0 72519773 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10914144 memory=752924 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 14 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737767601952 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10914144 memory=752924 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737633383680 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10914144 memory=752924 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10914144 memory=752924 CPUtime=8.46 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 30670 13139 0 0 833 5 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10914144 memory=752924 CPUtime=7.98 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 23523 13139 0 0 784 6 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10914144 memory=752924 CPUtime=3.44 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 24448 13139 0 0 329 7 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10914144 memory=752924 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188231 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10914144 memory=1296 CPUtime=1.5 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1382 13139 0 0 64 78 5 3 20 0 15 0 72519777 11176083456 188231 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 2485.94 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 752924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.11 s]
/proc/loadavg: 1.05 1.11 1.19 3/215 1332
/proc/meminfo: memFree=11633052/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10914144 memory=753060 CPUtime=2520.07 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 224783 13139 0 0 251701 298 5 3 20 0 15 0 72519762 11176083456 188265 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2728536 188265 3524 1 0 2690189 0
[pid=1045/tid=1099] ppid=1042 vsize=10914144 memory=753060 CPUtime=2456.24 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 84820 13139 0 0 245575 41 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139738285444384 139737930530277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10914144 memory=753060 CPUtime=8.79 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 11228 13139 0 0 825 46 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10914144 memory=753060 CPUtime=8.77 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 12210 13139 0 0 823 46 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10914144 memory=752960 CPUtime=8.78 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 10626 13139 0 0 828 42 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10914144 memory=752960 CPUtime=8.77 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 10960 13139 0 0 826 43 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10914144 memory=783 CPUtime=7.95 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 12682 13139 0 0 748 39 5 3 20 0 15 0 72519773 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10914144 memory=863 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 14 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737767601952 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10914144 memory=753060 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737633383680 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10914144 memory=753060 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10914144 memory=753060 CPUtime=8.46 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 30672 13139 0 0 833 5 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10914144 memory=753060 CPUtime=7.98 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 23525 13139 0 0 784 6 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10914144 memory=753060 CPUtime=3.44 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 24450 13139 0 0 329 7 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10914144 memory=792 CPUtime=1.52 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1397 13139 0 0 65 79 5 3 20 0 15 0 72519777 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 753060 KiB

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

[startup+2476.15 s]
# the end of solver process 1045 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.09 s, system=3.02745 s

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

[startup+2476.11 s]
/proc/loadavg: 1.05 1.11 1.19 3/215 1332
/proc/meminfo: memFree=11633052/32770624 swapFree=67108860/67108860
[pid=1045] ppid=1042 vsize=10914144 memory=753060 CPUtime=2520.07 cores=1,3,5,7
/proc/1045/stat : 1045 (java) S 1042 1045 31421 0 -1 1077944320 224783 13139 0 0 251701 298 5 3 20 0 15 0 72519762 11176083456 188265 33554432000 4194304 4196468 140724137310768 140724137293312 139738313608951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
/proc/1045/statm: 2728536 188265 3524 1 0 2690189 0
[pid=1045/tid=1099] ppid=1042 vsize=10914144 memory=753060 CPUtime=2456.24 cores=1,3,5,7
/proc/1045/task/1099/stat : 1099 (java) R 1042 1045 31421 0 -1 4202560 84820 13139 0 0 245575 41 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139738285444384 139737930530277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1100] ppid=1042 vsize=10914144 memory=753060 CPUtime=8.79 cores=1,3,5,7
/proc/1045/task/1100/stat : 1100 (java) S 1042 1045 31421 0 -1 1077944384 11228 13139 0 0 825 46 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139738317851152 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1101] ppid=1042 vsize=10914144 memory=753060 CPUtime=8.77 cores=1,3,5,7
/proc/1045/task/1101/stat : 1101 (java) S 1042 1045 31421 0 -1 1077944384 12210 13139 0 0 823 46 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139738238810768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1102] ppid=1042 vsize=10914144 memory=752960 CPUtime=8.78 cores=1,3,5,7
/proc/1045/task/1102/stat : 1102 (java) S 1042 1045 31421 0 -1 1077944384 10626 13139 0 0 828 42 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737885911312 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1103] ppid=1042 vsize=10914144 memory=752960 CPUtime=8.77 cores=1,3,5,7
/proc/1045/task/1103/stat : 1103 (java) S 1042 1045 31421 0 -1 1077944384 10960 13139 0 0 826 43 5 3 20 0 15 0 72519771 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737884858768 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1104] ppid=1042 vsize=10914144 memory=783 CPUtime=7.95 cores=1,3,5,7
/proc/1045/task/1104/stat : 1104 (java) S 1042 1045 31421 0 -1 1077944384 12682 13139 0 0 748 39 5 3 20 0 15 0 72519773 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737840282352 139738313620098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1105] ppid=1042 vsize=10914144 memory=863 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1105/stat : 1105 (java) S 1042 1045 31421 0 -1 1077944384 14 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737767601952 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1106] ppid=1042 vsize=10914144 memory=753060 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1106/stat : 1106 (java) S 1042 1045 31421 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 72519773 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737633383680 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1107] ppid=1042 vsize=10914144 memory=753060 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1107/stat : 1107 (java) S 1042 1045 31421 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737029405136 139738313627547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1108] ppid=1042 vsize=10914144 memory=753060 CPUtime=8.46 cores=1,3,5,7
/proc/1045/task/1108/stat : 1108 (java) S 1042 1045 31421 0 -1 1077944384 30672 13139 0 0 833 5 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737839229168 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1109] ppid=1042 vsize=10914144 memory=753060 CPUtime=7.98 cores=1,3,5,7
/proc/1045/task/1109/stat : 1109 (java) S 1042 1045 31421 0 -1 1077944384 23525 13139 0 0 784 6 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737838176624 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1110] ppid=1042 vsize=10914144 memory=753060 CPUtime=3.44 cores=1,3,5,7
/proc/1045/task/1110/stat : 1110 (java) S 1042 1045 31421 0 -1 1077944384 24450 13139 0 0 329 7 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737837123568 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1111] ppid=1042 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1045/task/1111/stat : 1111 (java) S 1042 1045 31421 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 72519776 11176083456 188265 33554432000 4194304 4196468 140724137310768 139736559642976 139738313619157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
[pid=1045/tid=1112] ppid=1042 vsize=10914144 memory=792 CPUtime=1.52 cores=1,3,5,7
/proc/1045/task/1112/stat : 1112 (java) S 1042 1045 31421 0 -1 1077944384 1397 13139 0 0 65 79 5 3 20 0 15 0 72519777 11176083456 188265 33554432000 4194304 4196468 140724137310768 139737836071984 139738313620098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35393536 140724137318572 140724137321820 140724137321820 140724137324495 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 753060 KiB

Child status: 143
Real time (s): 2476.15
CPU time (s): 2520.12
CPU user time (s): 2517.09
CPU system time (s): 3.02745
CPU usage (%): 101.776
Max. virtual memory (cumulated for all children) (KiB): 10917000
Max. memory (cumulated for all children) (KiB): 776296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.09
system time used= 3.02745
maximum resident set size= 778344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230511
involuntary context switches= 6380


# summary of solver processes directly reported to runsolver:
#   pid: 1045
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.09
#   total CPU system time (s): 3.02745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5731 second user time and 23.478 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 22:12:46
IDJOB=4295370
IDBENCH=141531
IDSOLVER=2751
FILE ID=node107/4295370-1532549566
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295370-1532549566/watcher-4295370-1532549566 -o /tmp/evaluation-result-4295370-1532549566/solver-4295370-1532549566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=272987597 -superng HOME/instance-4295370-1532549566.xml

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

MD5SUM BENCH= 7b27ea70d39fcd1b1790f87791ea7535
RANDOM SEED=272987597

node107.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.40
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.40
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.40
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.40
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:        12277236 kB
MemAvailable:   31195644 kB
Buffers:          285064 kB
Cached:         18753112 kB
SwapCached:            0 kB
Active:          4996664 kB
Inactive:       14830188 kB
Active(anon):     791688 kB
Inactive(anon):    25036 kB
Active(file):    4204976 kB
Inactive(file): 14805152 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:        795928 kB
Mapped:            53116 kB
Shmem:             25228 kB
Slab:             363956 kB
SReclaimable:     336740 kB
SUnreclaim:        27216 kB
KernelStack:        3600 kB
PageTables:         6544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1719776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 22:54:02