Trace number 4295405

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)1564 2520.1 2467.14

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
6.83/3.44	o 674
6.83/3.47	o 705
6.83/3.48	o 747
6.83/3.49	o 749
7.17/3.51	o 766
7.17/3.51	o 791
7.17/3.52	o 862
7.17/3.53	o 878
7.17/3.54	o 898
7.50/3.63	o 913
7.50/3.66	o 935
7.50/3.67	o 959
7.86/3.70	o 980
7.86/3.71	o 1071
7.86/3.72	o 1091
7.86/3.72	o 1098
7.86/3.72	o 1121
7.86/3.73	o 1144
7.86/3.73	o 1181
7.86/3.73	o 1199
7.86/3.74	o 1208
7.86/3.75	o 1212
7.86/3.79	o 1238
7.86/3.79	o 1258
7.86/3.79	o 1280
8.20/3.80	o 1297
8.20/3.89	o 1321
8.20/3.89	o 1337
9.72/4.39	o 1347
10.03/4.40	o 1352
10.03/4.43	o 1369
10.03/4.49	o 1400
10.93/4.72	o 1405
10.93/4.72	o 1419
10.93/4.78	o 1433
11.49/4.96	o 1454
11.49/4.96	o 1465
11.49/4.96	o 1472
11.49/4.97	o 1492
11.49/4.97	o 1541
12.69/5.60	o 1545
13.49/6.30	o 1546
16.51/8.22	o 1564
2520.06/2467.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2467.11		at concrete.MAC.mac(MAC.scala:188)
2520.06/2467.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2467.11		at scala.util.Try$.apply(Try.scala:209)
2520.06/2467.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2467.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2467.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2467.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2467.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2467.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2467.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2467.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2467.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2467.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2467.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2467.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2467.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2467.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2467.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2467.11		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2467.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2467.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2467.11		at scala.util.Success.map(Try.scala:209)
2520.06/2467.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2467.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2467.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2467.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2467.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2467.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2467.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2467.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2467.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2467.11		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2467.11		at scala.App.main(App.scala:76)
2520.06/2467.11		at scala.App.main$(App.scala:74)
2520.06/2467.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2467.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2467.12	v <instantiation cost="1564">
2520.06/2467.12	v       <list>
2520.06/2467.12	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79]
2520.06/2467.12	v       </list>
2520.06/2467.12	v       <values>
2520.06/2467.12	v         1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0
2520.06/2467.12	v       </values>
2520.06/2467.12	v     </instantiation>
2520.06/2467.12	s SATISFIABLE

Verifier Data

OK	1564

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295405-1532547982/watcher-4295405-1532547982 -o /tmp/evaluation-result-4295405-1532547982/solver-4295405-1532547982 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=853912172 HOME/instance-4295405-1532547982.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=30023, runsolver pid=30020

[startup+0.100552 s]*
/proc/loadavg: 1.53 1.42 1.39 2/206 30080
/proc/meminfo: memFree=16761148/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 4424 13120 0 0 1 1 5 2 20 0 6 0 72361368 10212057088 4269 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2493178 4269 1934 1 0 2481616 0
[pid=30023/tid=30076] ppid=30020 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 2250 13120 0 0 0 0 5 2 20 0 6 0 72361377 10212057088 4269 33554432000 4194304 4196468 140735764679296 139956814627408 139956827913584 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=9972712 memory=5793855359381023161 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 6 0 72361378 10212057088 4269 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=9972712 memory=140108371129984 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 6 0 72361378 10212057088 4269 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 6 0 72361378 10212057088 4269 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 2 13120 0 0 0 0 5 2 20 0 6 0 72361378 10212057088 4269 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209714 s]*
/proc/loadavg: 1.53 1.42 1.39 3/215 30090
/proc/meminfo: memFree=16740500/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10818904 memory=43400 CPUtime=0.26 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 8095 13120 0 0 16 3 5 2 20 0 15 0 72361368 11078557696 10850 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2704726 10850 2951 1 0 2667149 0
[pid=30023/tid=30076] ppid=30020 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 4652 13120 0 0 10 1 5 2 20 0 15 0 72361377 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956814614528 139956828484113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10818904 memory=4211973834575920522 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10818904 memory=140108371129984 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 2 13120 0 0 0 0 5 2 20 0 15 0 72361378 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 2 13120 0 0 0 0 5 2 20 0 15 0 72361380 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 13 13120 0 0 0 0 5 2 20 0 15 0 72361380 11078557696 10850 33554432000 4194304 4196468 140735764679296 139955737191840 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361380 11078557696 10850 33554432000 4194304 4196468 140735764679296 139955602974192 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11078557696 10850 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 424 13120 0 0 1 0 5 2 20 0 15 0 72361383 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 195 13120 0 0 0 0 5 2 20 0 15 0 72361383 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10818904 memory=140108371129984 CPUtime=0.1 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 610 13120 0 0 3 0 5 2 20 0 15 0 72361383 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11078557696 10850 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10818904 memory=140108371129984 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361383 11078557696 10850 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43400 KiB

[startup+0.310103 s]*
/proc/loadavg: 1.53 1.42 1.39 3/215 30090
/proc/meminfo: memFree=16728344/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10819352 memory=54072 CPUtime=0.38 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 10611 13120 0 0 27 4 5 2 20 0 15 0 72361368 11079016448 13518 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2704838 13518 3070 1 0 2667149 0
[pid=30023/tid=30076] ppid=30020 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 7154 13120 0 0 19 2 5 2 20 0 15 0 72361377 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956814602656 139956842812573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 2 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10819352 memory=140108371129983 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 2 13120 0 0 0 0 5 2 20 0 15 0 72361380 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 13 13120 0 0 0 0 5 2 20 0 15 0 72361380 11079016448 13518 33554432000 4194304 4196468 140735764679296 139955737191840 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10819352 memory=140108371129984 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361380 11079016448 13518 33554432000 4194304 4196468 140735764679296 139955602974192 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11079016448 13518 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 427 13120 0 0 1 0 5 2 20 0 15 0 72361383 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 197 13120 0 0 1 0 5 2 20 0 15 0 72361383 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) R 30020 30023 23703 0 -1 4202560 616 13120 0 0 4 0 5 2 20 0 15 0 72361383 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956298963184 139956842811994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11079016448 13518 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361383 11079016448 13518 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54072 KiB

[startup+0.700775 s]
/proc/loadavg: 1.53 1.42 1.39 3/215 30090
/proc/meminfo: memFree=16718048/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10819352 memory=86736 CPUtime=0.99 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 16759 13120 0 0 87 5 5 2 20 0 15 0 72361368 11079016448 21684 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2704838 21684 3238 1 0 2667149 0
[pid=30023/tid=30076] ppid=30020 vsize=10819352 memory=21692 CPUtime=0.66 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 12226 13120 0 0 55 4 5 2 20 0 15 0 72361377 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956814611472 139956823065803 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10819352 memory=288230583132496621 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10819352 memory=15823278816102057 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 2 13120 0 0 0 0 5 2 20 0 15 0 72361378 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 5 13120 0 0 0 0 5 2 20 0 15 0 72361380 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10819352 memory=140108208841312 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 13 13120 0 0 0 0 5 2 20 0 15 0 72361380 11079016448 21684 33554432000 4194304 4196468 140735764679296 139955737191840 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10819352 memory=140110423131184 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361380 11079016448 21684 33554432000 4194304 4196468 140735764679296 139955602974192 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10819352 memory=4072 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11079016448 21684 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10819352 memory=7448488012996504144 CPUtime=0.16 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 999 13120 0 0 9 0 5 2 20 0 15 0 72361383 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10819352 memory=7380106142448641386 CPUtime=0.14 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 622 13120 0 0 7 0 5 2 20 0 15 0 72361383 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10819352 memory=6935651454918152272 CPUtime=0.2 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 692 13120 0 0 13 0 5 2 20 0 15 0 72361383 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10819352 memory=5450909908396308010 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11079016448 21684 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361383 11079016448 21684 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86736 KiB

[startup+1.50076 s]
/proc/loadavg: 1.53 1.42 1.39 3/215 30090
/proc/meminfo: memFree=16671768/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10834252 memory=177356 CPUtime=2.24 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 23950 13120 0 0 206 11 5 2 20 0 15 0 72361368 11094274048 44339 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2708563 44339 3471 1 0 2670221 0
[pid=30023/tid=30076] ppid=30020 vsize=10834252 memory=7161100971102200658 CPUtime=1.43 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 17891 13120 0 0 129 7 5 2 20 0 15 0 72361377 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956814625248 139956827956291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10834252 memory=7737578168955595094 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 36 13120 0 0 1 0 5 2 20 0 15 0 72361378 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10834252 memory=7373632205319007084 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 24 13120 0 0 1 0 5 2 20 0 15 0 72361378 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 304 13120 0 0 1 0 5 2 20 0 15 0 72361378 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10834252 memory=269305119845280 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 80 13120 0 0 0 0 5 2 20 0 15 0 72361378 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10834252 memory=297290490211296509 CPUtime=0.08 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 50 13120 0 0 1 0 5 2 20 0 15 0 72361380 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10834252 memory=4638778406923096400 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 14 13120 0 0 0 0 5 2 20 0 15 0 72361380 11094274048 44339 33554432000 4194304 4196468 140735764679296 139955737191904 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361380 11094274048 44339 33554432000 4194304 4196468 140735764679296 139955602974192 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10834252 memory=280216417075440 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11094274048 44339 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10834252 memory=6935649255759568960 CPUtime=0.29 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 1455 13120 0 0 22 0 5 2 20 0 15 0 72361383 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10834252 memory=-6725944105836374626 CPUtime=0.25 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 821 13120 0 0 18 0 5 2 20 0 15 0 72361383 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10834252 memory=6944656575208382560 CPUtime=0.36 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 1079 13120 0 0 29 0 5 2 20 0 15 0 72361383 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11094274048 44339 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10834252 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1 13120 0 0 0 0 5 2 20 0 15 0 72361383 11094274048 44339 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB

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

/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 88196 13120 0 0 235453 54 5 2 20 0 15 0 72361377 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956814625712 139956439549523 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10914144 memory=847856 CPUtime=12.11 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 8705 13120 0 0 1141 63 5 2 20 0 15 0 72361378 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10914144 memory=847740 CPUtime=12.11 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 11265 13120 0 0 1139 65 5 2 20 0 15 0 72361378 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10914144 memory=847856 CPUtime=12.13 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 8546 13120 0 0 1144 62 5 2 20 0 15 0 72361378 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10914144 memory=1796 CPUtime=12.07 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 9853 13120 0 0 1136 64 5 2 20 0 15 0 72361378 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10914144 memory=847740 CPUtime=11.74 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 11670 13120 0 0 1101 66 5 2 20 0 15 0 72361380 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10914144 memory=1600 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 16 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211964 33554432000 4194304 4196468 140735764679296 139955737191968 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10914144 memory=847856 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 9 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211964 33554432000 4194304 4196468 140735764679296 139955602974208 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10914144 memory=847856 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211964 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10914144 memory=3708 CPUtime=7.02 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 10912 13120 0 0 690 5 5 2 20 0 15 0 72361383 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10914144 memory=21744 CPUtime=7.56 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 16410 13120 0 0 744 5 5 2 20 0 15 0 72361383 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10914144 memory=847856 CPUtime=3.1 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 9770 13120 0 0 298 5 5 2 20 0 15 0 72361383 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10914144 memory=15044 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211964 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10914144 memory=847856 CPUtime=1.49 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1101 13120 0 0 60 82 5 2 20 0 15 0 72361383 11176083456 211964 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 2433.94 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847856 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.41 1.41 3/215 30571
/proc/meminfo: memFree=15491652/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10914144 memory=847944 CPUtime=2494.87 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 180226 13120 0 0 249082 398 5 2 20 0 15 0 72361368 11176083456 211986 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2728536 211986 3522 1 0 2690189 0
[pid=30023/tid=30076] ppid=30020 vsize=10914144 memory=847944 CPUtime=2414.45 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 89131 13120 0 0 241383 55 5 2 20 0 15 0 72361377 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956814625824 139956431060779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10914144 memory=847888 CPUtime=12.43 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 8731 13120 0 0 1172 64 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10914144 memory=145 CPUtime=12.43 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 11301 13120 0 0 1170 66 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.45 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 8615 13120 0 0 1175 63 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.4 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 10146 13120 0 0 1167 66 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10914144 memory=1120 CPUtime=12.04 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 11864 13120 0 0 1130 67 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10914144 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 16 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955737191968 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10914144 memory=847888 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 9 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955602974208 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10914144 memory=847888 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10914144 memory=847888 CPUtime=7.02 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 10914 13120 0 0 690 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10914144 memory=847888 CPUtime=7.56 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 16413 13120 0 0 744 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10914144 memory=920 CPUtime=3.1 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 9772 13120 0 0 298 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10914144 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10914144 memory=847888 CPUtime=1.53 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1119 13120 0 0 62 84 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 2494.87 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.11 s]
/proc/loadavg: 1.43 1.43 1.41 3/215 30572
/proc/meminfo: memFree=15491468/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10914144 memory=847944 CPUtime=2520.06 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 180756 13120 0 0 251597 402 5 2 20 0 15 0 72361368 11176083456 211986 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2728536 211986 3522 1 0 2690189 0
[pid=30023/tid=30076] ppid=30020 vsize=10914144 memory=7522514862575206507 CPUtime=2438.97 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 89429 13120 0 0 243835 55 5 2 20 0 15 0 72361377 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956814626176 139956439253989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.56 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 8736 13120 0 0 1184 65 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.57 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 11312 13120 0 0 1183 67 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.57 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 8637 13120 0 0 1187 63 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.53 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 10155 13120 0 0 1179 67 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.17 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 12045 13120 0 0 1142 68 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10914144 memory=847944 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 16 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955737191968 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10914144 memory=100 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 9 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955602974208 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10914144 memory=847944 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10914144 memory=847944 CPUtime=7.02 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 10914 13120 0 0 690 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10914144 memory=847944 CPUtime=7.56 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 16413 13120 0 0 744 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10914144 memory=847944 CPUtime=3.1 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 9772 13120 0 0 298 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10914144 memory=847944 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10914144 memory=847944 CPUtime=1.54 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1123 13120 0 0 63 84 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847944 KiB

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

[startup+2467.14 s]
# the end of solver process 30023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.06029 s

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

[startup+2467.11 s]
/proc/loadavg: 1.43 1.43 1.41 3/215 30572
/proc/meminfo: memFree=15491468/32770624 swapFree=67108796/67108860
[pid=30023] ppid=30020 vsize=10914144 memory=847944 CPUtime=2520.06 cores=1,3,5,7
/proc/30023/stat : 30023 (java) S 30020 30023 23703 0 -1 1077944320 180756 13120 0 0 251597 402 5 2 20 0 15 0 72361368 11176083456 211986 33554432000 4194304 4196468 140735764679296 140735764661840 139956842790647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
/proc/30023/statm: 2728536 211986 3522 1 0 2690189 0
[pid=30023/tid=30076] ppid=30020 vsize=10914144 memory=7522514862575206507 CPUtime=2438.97 cores=1,3,5,7
/proc/30023/task/30076/stat : 30076 (java) R 30020 30023 23703 0 -1 4202560 89429 13120 0 0 243835 55 5 2 20 0 15 0 72361377 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956814626176 139956439253989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30077] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.56 cores=1,3,5,7
/proc/30023/task/30077/stat : 30077 (java) S 30020 30023 23703 0 -1 1077944384 8736 13120 0 0 1184 65 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956847032592 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30078] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.57 cores=1,3,5,7
/proc/30023/task/30078/stat : 30078 (java) S 30020 30023 23703 0 -1 1077944384 11312 13120 0 0 1183 67 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956745922960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30079] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.57 cores=1,3,5,7
/proc/30023/task/30079/stat : 30079 (java) S 30020 30023 23703 0 -1 1077944384 8637 13120 0 0 1187 63 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956414442000 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30080] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.53 cores=1,3,5,7
/proc/30023/task/30080/stat : 30080 (java) S 30020 30023 23703 0 -1 1077944384 10155 13120 0 0 1179 67 5 2 20 0 15 0 72361378 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956413389456 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30081] ppid=30020 vsize=10914144 memory=847944 CPUtime=12.17 cores=1,3,5,7
/proc/30023/task/30081/stat : 30081 (java) S 30020 30023 23703 0 -1 1077944384 12045 13120 0 0 1142 68 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956302121456 139956842801794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30082] ppid=30020 vsize=10914144 memory=847944 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30082/stat : 30082 (java) S 30020 30023 23703 0 -1 1077944384 16 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955737191968 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30083] ppid=30020 vsize=10914144 memory=100 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30083/stat : 30083 (java) S 30020 30023 23703 0 -1 1077944384 9 13120 0 0 0 0 5 2 20 0 15 0 72361380 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955602974208 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30085] ppid=30020 vsize=10914144 memory=847944 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30085/stat : 30085 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955362683600 139956842809243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30086] ppid=30020 vsize=10914144 memory=847944 CPUtime=7.02 cores=1,3,5,7
/proc/30023/task/30086/stat : 30086 (java) S 30020 30023 23703 0 -1 1077944384 10914 13120 0 0 690 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956301068272 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30087] ppid=30020 vsize=10914144 memory=847944 CPUtime=7.56 cores=1,3,5,7
/proc/30023/task/30087/stat : 30087 (java) S 30020 30023 23703 0 -1 1077944384 16413 13120 0 0 744 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956300015728 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30088] ppid=30020 vsize=10914144 memory=847944 CPUtime=3.1 cores=1,3,5,7
/proc/30023/task/30088/stat : 30088 (java) S 30020 30023 23703 0 -1 1077944384 9772 13120 0 0 298 5 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956298963184 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30089] ppid=30020 vsize=10914144 memory=847944 CPUtime=0.07 cores=1,3,5,7
/proc/30023/task/30089/stat : 30089 (java) S 30020 30023 23703 0 -1 1077944384 3 13120 0 0 0 0 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139955329124960 139956842800853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
[pid=30023/tid=30090] ppid=30020 vsize=10914144 memory=847944 CPUtime=1.54 cores=1,3,5,7
/proc/30023/task/30090/stat : 30090 (java) S 30020 30023 23703 0 -1 1077944384 1123 13120 0 0 63 84 5 2 20 0 15 0 72361383 11176083456 211986 33554432000 4194304 4196468 140735764679296 139956297911088 139956842801794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19341312 140735764683375 140735764686172 140735764686172 140735764688847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 847944 KiB

Child status: 143
Real time (s): 2467.14
CPU time (s): 2520.1
CPU user time (s): 2516.04
CPU system time (s): 4.06029
CPU usage (%): 102.147
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 847944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.06029
maximum resident set size= 852160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324117
involuntary context switches= 7928


# summary of solver processes directly reported to runsolver:
#   pid: 30023
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.06029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9039 second user time and 22.7942 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 21:46:22
IDJOB=4295405
IDBENCH=141540
IDSOLVER=2750
FILE ID=node138/4295405-1532547982
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295405-1532547982/watcher-4295405-1532547982 -o /tmp/evaluation-result-4295405-1532547982/solver-4295405-1532547982 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=853912172 HOME/instance-4295405-1532547982.xml

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

MD5SUM BENCH= 1f34f05b99985a85112f7d36079fd716
RANDOM SEED=853912172

node138.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.71
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.71
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.71
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.71
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:        16769012 kB
MemAvailable:   31067700 kB
Buffers:          172020 kB
Cached:         14272588 kB
SwapCached:           44 kB
Active:          3248796 kB
Inactive:       12110820 kB
Active(anon):     865816 kB
Inactive(anon):    77316 kB
Active(file):    2382980 kB
Inactive(file): 12033504 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26428 kB
Writeback:             0 kB
AnonPages:        963432 kB
Mapped:            47692 kB
Shmem:             25164 kB
Slab:             339076 kB
SReclaimable:     310664 kB
SUnreclaim:        28412 kB
KernelStack:        3808 kB
PageTables:         7364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1884676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    862208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 22:27:29