Trace number 4304679

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)1425 2520.11 2467.53

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
6.59/3.41	o 785
6.59/3.44	o 808
6.59/3.45	o 843
6.59/3.46	o 875
6.59/3.48	o 877
6.59/3.50	o 898
6.59/3.50	o 949
7.00/3.51	o 953
7.00/3.52	o 974
7.00/3.57	o 1015
7.00/3.57	o 1055
7.00/3.58	o 1061
7.00/3.59	o 1079
7.33/3.60	o 1106
7.33/3.61	o 1126
7.33/3.61	o 1166
7.33/3.61	o 1238
7.99/3.84	o 1243
8.31/3.93	o 1259
8.31/3.93	o 1307
8.31/3.93	o 1351
9.23/4.28	o 1357
11.98/5.78	o 1381
18.85/10.66	o 1392
22.07/13.17	o 1405
22.07/13.18	o 1422
483.97/460.96	o 1425
2520.06/2467.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2467.51		at concrete.MAC.mac(MAC.scala:188)
2520.06/2467.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2467.51		at scala.util.Try$.apply(Try.scala:209)
2520.06/2467.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2467.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2467.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2467.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2467.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2467.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2467.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2467.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2467.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2467.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2467.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2467.51		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2467.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2467.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2467.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2467.51		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2467.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2467.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2467.51		at scala.util.Success.map(Try.scala:209)
2520.06/2467.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2467.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2467.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2467.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2467.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2467.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2467.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2467.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2467.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2467.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2467.51		at scala.App.main(App.scala:76)
2520.06/2467.51		at scala.App.main$(App.scala:74)
2520.06/2467.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2467.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2467.52	v <instantiation cost="1425">
2520.06/2467.52	v       <list>
2520.06/2467.52	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69]
2520.06/2467.52	v       </list>
2520.06/2467.52	v       <values>
2520.06/2467.52	v         0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 0 1 0 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1
2520.06/2467.52	v       </values>
2520.06/2467.52	v     </instantiation>
2520.06/2467.52	s SATISFIABLE

Verifier Data

OK	1425

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304679-1534125377/watcher-4304679-1534125377 -o /tmp/evaluation-result-4304679-1534125377/solver-4304679-1534125377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=168136181 HOME/instance-4304679-1534125377.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
solver pid=21785, runsolver pid=21782
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.23 1.41 1.44 3/206 21842
/proc/meminfo: memFree=15587828/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=10005480 memory=16428 CPUtime=0.09 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 4266 13007 0 0 1 0 5 3 20 0 6 0 230100837 10245611520 4107 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2501370 4107 1930 1 0 2489808 0
[pid=21785/tid=21838] ppid=21782 vsize=10005480 memory=4279135704047190413 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 2071 13007 0 0 0 0 5 3 20 0 6 0 230100846 10245611520 4107 33554432000 4194304 4196468 140720618181680 139960441205328 139960469390493 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 6 0 230100847 10245611520 4107 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=10005480 memory=140027464611456 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 6 0 230100847 10245611520 4107 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 6 0 230100847 10245611520 4107 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 6 0 230100847 10245611520 4107 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16428 KiB

[startup+0.209852 s]*
/proc/loadavg: 1.23 1.41 1.44 3/215 21851
/proc/meminfo: memFree=15561072/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=10982696 memory=45836 CPUtime=0.27 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 8309 13007 0 0 17 2 5 3 20 0 15 0 230100837 11246280704 11459 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2745674 11459 2963 1 0 2708109 0
[pid=21785/tid=21838] ppid=21782 vsize=10982696 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 4747 13007 0 0 10 1 5 3 20 0 15 0 230100846 11246280704 11459 33554432000 4194304 4196468 140720618181680 139960441155712 139960452555358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246280704 11459 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=10982696 memory=140027464611456 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246280704 11459 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246280704 11459 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246280704 11459 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=10982696 memory=140027464611456 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100848 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 13 13007 0 0 0 0 5 3 20 0 15 0 230100848 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959240484000 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100849 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959092634352 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11246280704 11459 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 385 13007 0 0 1 0 5 3 20 0 15 0 230100851 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 269 13007 0 0 0 0 5 3 20 0 15 0 230100851 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=10982696 memory=140027464611456 CPUtime=0.11 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 687 13007 0 0 3 0 5 3 20 0 15 0 230100851 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11246280704 11459 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=10982696 memory=140027464611456 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100852 11246280704 11459 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45836 KiB

[startup+0.310408 s]*
/proc/loadavg: 1.23 1.41 1.44 3/215 21851
/proc/meminfo: memFree=15549660/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=10983192 memory=57192 CPUtime=0.39 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 10350 13007 0 0 29 2 5 3 20 0 15 0 230100837 11246788608 14298 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2745798 14298 3095 1 0 2708109 0
[pid=21785/tid=21838] ppid=21782 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 6761 13007 0 0 20 1 5 3 20 0 15 0 230100846 11246788608 14298 33554432000 4194304 4196468 140720618181680 139960441180576 139960455049269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 14298 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 14298 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 14298 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 14298 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100848 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 13 13007 0 0 0 0 5 3 20 0 15 0 230100848 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959240484000 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100849 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959092634352 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11246788608 14298 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 392 13007 0 0 2 0 5 3 20 0 15 0 230100851 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 272 13007 0 0 1 0 5 3 20 0 15 0 230100851 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 710 13007 0 0 5 0 5 3 20 0 15 0 230100851 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11246788608 14298 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100852 11246788608 14298 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57192 KiB

[startup+0.700792 s]
/proc/loadavg: 1.23 1.41 1.44 4/215 21851
/proc/meminfo: memFree=15537288/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=10983192 memory=90496 CPUtime=1 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 16734 13007 0 0 88 4 5 3 20 0 15 0 230100837 11246788608 22624 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2745798 22624 3237 1 0 2708109 0
[pid=21785/tid=21838] ppid=21782 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 12045 13007 0 0 56 2 5 3 20 0 15 0 230100846 11246788608 22624 33554432000 4194304 4196468 140720618181680 139960441189392 139960453449054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 22624 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=10983192 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 22624 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 22624 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100847 11246788608 22624 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 5 13007 0 0 0 0 5 3 20 0 15 0 230100848 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 13 13007 0 0 0 0 5 3 20 0 15 0 230100848 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959240484000 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100849 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959092634352 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11246788608 22624 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=10983192 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 1027 13007 0 0 10 0 5 3 20 0 15 0 230100851 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 571 13007 0 0 6 0 5 3 20 0 15 0 230100851 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 871 13007 0 0 13 0 5 3 20 0 15 0 230100851 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11246788608 22624 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100852 11246788608 22624 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90496 KiB

[startup+1.50073 s]
/proc/loadavg: 1.23 1.41 1.44 5/215 21851
/proc/meminfo: memFree=15489892/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=10998092 memory=180468 CPUtime=2.25 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 23734 13007 0 0 208 9 5 3 20 0 15 0 230100837 11262046208 45117 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2749523 45117 3465 1 0 2711181 0
[pid=21785/tid=21838] ppid=21782 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 17552 13007 0 0 130 5 5 3 20 0 15 0 230100846 11262046208 45117 33554432000 4194304 4196468 140720618181680 139960441200176 139960453476440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 260 13007 0 0 1 0 5 3 20 0 15 0 230100847 11262046208 45117 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 59 13007 0 0 1 0 5 3 20 0 15 0 230100847 11262046208 45117 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=10998092 memory=3539892194917298225 CPUtime=0.09 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 18 13007 0 0 1 0 5 3 20 0 15 0 230100847 11262046208 45117 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 43 13007 0 0 0 0 5 3 20 0 15 0 230100847 11262046208 45117 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 50 13007 0 0 1 0 5 3 20 0 15 0 230100848 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=10998092 memory=280054684788992 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 13 13007 0 0 0 0 5 3 20 0 15 0 230100848 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959240484064 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100849 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959092634368 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=10998092 memory=4552 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11262046208 45117 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=10998092 memory=3732 CPUtime=0.32 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 1479 13007 0 0 24 0 5 3 20 0 15 0 230100851 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=10998092 memory=1228 CPUtime=0.24 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 735 13007 0 0 16 0 5 3 20 0 15 0 230100851 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=10998092 memory=10624 CPUtime=0.37 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 1324 13007 0 0 29 0 5 3 20 0 15 0 230100851 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=10998092 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11262046208 45117 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=10998092 memory=6776 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1 13007 0 0 0 0 5 3 20 0 15 0 230100852 11262046208 45117 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 90588 13007 0 0 235499 56 5 3 20 0 15 0 230100846 11343855616 211621 33554432000 4194304 4196468 140720618181680 139960441203920 139960040485824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=11077984 memory=846484 CPUtime=11.97 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 9760 13007 0 0 1125 64 5 3 20 0 15 0 230100847 11343855616 211621 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=11077984 memory=846484 CPUtime=11.98 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 10711 13007 0 0 1127 63 5 3 20 0 15 0 230100847 11343855616 211621 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=11077984 memory=846484 CPUtime=11.99 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 11774 13007 0 0 1131 60 5 3 20 0 15 0 230100847 11343855616 211621 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=11077984 memory=846484 CPUtime=11.96 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 14271 13007 0 0 1121 67 5 3 20 0 15 0 230100847 11343855616 211621 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=11077984 memory=846484 CPUtime=11.47 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 13442 13007 0 0 1079 60 5 3 20 0 15 0 230100848 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=11077984 memory=846484 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 15 13007 0 0 0 0 5 3 20 0 15 0 230100848 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959240484064 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=11077984 memory=846484 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100849 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959092634368 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=11077984 memory=846484 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11343855616 211621 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=11077984 memory=846484 CPUtime=7.57 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 20945 13007 0 0 744 5 5 3 20 0 15 0 230100851 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=11077984 memory=235536 CPUtime=6.95 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 15437 13007 0 0 682 5 5 3 20 0 15 0 230100851 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=11077984 memory=846484 CPUtime=3.13 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 17224 13007 0 0 300 5 5 3 20 0 15 0 230100851 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=11077984 memory=846484 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11343855616 211621 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=11077984 memory=846484 CPUtime=1.52 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1074 13007 0 0 67 77 5 3 20 0 15 0 230100852 11343855616 211621 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 2433.56 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 846484 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.25 1.34 4/215 22076
/proc/meminfo: memFree=14459396/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=11077984 memory=848532 CPUtime=2494.48 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 208863 13007 0 0 249048 392 5 3 20 0 15 0 230100837 11343855616 212133 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2769496 212133 3518 1 0 2731149 0
[pid=21785/tid=21838] ppid=21782 vsize=11077984 memory=848532 CPUtime=2414.91 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 91290 13007 0 0 241426 57 5 3 20 0 15 0 230100846 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960441203968 139960049827788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=11077984 memory=846484 CPUtime=12.29 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 9845 13007 0 0 1156 65 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=11077984 memory=846484 CPUtime=12.31 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 10755 13007 0 0 1157 66 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=11077984 memory=846484 CPUtime=12.31 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 12074 13007 0 0 1161 62 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=11077984 memory=846484 CPUtime=12.29 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 14338 13007 0 0 1152 69 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=11077984 memory=848532 CPUtime=11.77 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 13643 13007 0 0 1108 61 5 3 20 0 15 0 230100848 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=11077984 memory=848532 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 15 13007 0 0 0 0 5 3 20 0 15 0 230100848 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959240484064 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=11077984 memory=848532 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100849 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959092634368 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=11077984 memory=846484 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=11077984 memory=848532 CPUtime=7.57 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 20947 13007 0 0 744 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=11077984 memory=846484 CPUtime=6.95 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 15439 13007 0 0 682 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=11077984 memory=846484 CPUtime=3.13 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 17226 13007 0 0 300 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=11077984 memory=846484 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11343855616 212133 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=11077984 memory=848532 CPUtime=1.57 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1091 13007 0 0 69 80 5 3 20 0 15 0 230100852 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 2494.48 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 848532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.5 s]
/proc/loadavg: 1.22 1.25 1.33 4/215 22076
/proc/meminfo: memFree=14464044/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=11077984 memory=848532 CPUtime=2520.06 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 209528 13007 0 0 251602 396 5 3 20 0 15 0 230100837 11343855616 212133 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2769496 212133 3518 1 0 2731149 0
[pid=21785/tid=21838] ppid=21782 vsize=11077984 memory=848532 CPUtime=2439.82 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 91641 13007 0 0 243916 58 5 3 20 0 15 0 230100846 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960441203888 139960051697936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=11077984 memory=876 CPUtime=12.43 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 9894 13007 0 0 1169 66 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=11077984 memory=848532 CPUtime=12.43 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 10763 13007 0 0 1169 66 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=11077984 memory=848532 CPUtime=12.45 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 12133 13007 0 0 1174 63 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=11077984 memory=848532 CPUtime=12.43 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 14347 13007 0 0 1165 70 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=11077984 memory=0 CPUtime=11.91 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 13813 13007 0 0 1120 63 5 3 20 0 15 0 230100848 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=11077984 memory=848532 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 15 13007 0 0 0 0 5 3 20 0 15 0 230100848 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959240484064 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=11077984 memory=848532 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100849 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959092634368 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=11077984 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=11077984 memory=280054685688544 CPUtime=7.57 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 20949 13007 0 0 744 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=11077984 memory=848532 CPUtime=6.95 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 15441 13007 0 0 682 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=11077984 memory=3472328296227679473 CPUtime=3.13 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 17228 13007 0 0 300 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=11077984 memory=1116 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11343855616 212133 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=11077984 memory=2144 CPUtime=1.58 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1104 13007 0 0 69 81 5 3 20 0 15 0 230100852 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 848532 KiB

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

[startup+2467.53 s]
# the end of solver process 21785 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=4.01056 s

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

[startup+2467.5 s]
/proc/loadavg: 1.22 1.25 1.33 4/215 22076
/proc/meminfo: memFree=14464044/32770624 swapFree=67108504/67108860
[pid=21785] ppid=21782 vsize=11077984 memory=848532 CPUtime=2520.06 cores=1,3,5,7
/proc/21785/stat : 21785 (java) S 21782 21785 15729 0 -1 1077944320 209528 13007 0 0 251602 396 5 3 20 0 15 0 230100837 11343855616 212133 33554432000 4194304 4196468 140720618181680 140720618164224 139960469368567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
/proc/21785/statm: 2769496 212133 3518 1 0 2731149 0
[pid=21785/tid=21838] ppid=21782 vsize=11077984 memory=848532 CPUtime=2439.82 cores=1,3,5,7
/proc/21785/task/21838/stat : 21838 (java) R 21782 21785 15729 0 -1 4202560 91641 13007 0 0 243916 58 5 3 20 0 15 0 230100846 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960441203888 139960051697936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21839] ppid=21782 vsize=11077984 memory=876 CPUtime=12.43 cores=1,3,5,7
/proc/21785/task/21839/stat : 21839 (java) S 21782 21785 15729 0 -1 1077944384 9894 13007 0 0 1169 66 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960473611280 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21840] ppid=21782 vsize=11077984 memory=848532 CPUtime=12.43 cores=1,3,5,7
/proc/21785/task/21840/stat : 21840 (java) S 21782 21785 15729 0 -1 1077944384 10763 13007 0 0 1169 66 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960369814672 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21841] ppid=21782 vsize=11077984 memory=848532 CPUtime=12.45 cores=1,3,5,7
/proc/21785/task/21841/stat : 21841 (java) S 21782 21785 15729 0 -1 1077944384 12133 13007 0 0 1174 63 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960368761616 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21842] ppid=21782 vsize=11077984 memory=848532 CPUtime=12.43 cores=1,3,5,7
/proc/21785/task/21842/stat : 21842 (java) S 21782 21785 15729 0 -1 1077944384 14347 13007 0 0 1165 70 5 3 20 0 15 0 230100847 11343855616 212133 33554432000 4194304 4196468 140720618181680 139960007453584 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21843] ppid=21782 vsize=11077984 memory=0 CPUtime=11.91 cores=1,3,5,7
/proc/21785/task/21843/stat : 21843 (java) S 21782 21785 15729 0 -1 1077944384 13813 13007 0 0 1120 63 5 3 20 0 15 0 230100848 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959894784240 139960469379714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21844] ppid=21782 vsize=11077984 memory=848532 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21844/stat : 21844 (java) S 21782 21785 15729 0 -1 1077944384 15 13007 0 0 0 0 5 3 20 0 15 0 230100848 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959240484064 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21845] ppid=21782 vsize=11077984 memory=848532 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21845/stat : 21845 (java) S 21782 21785 15729 0 -1 1077944384 2 13007 0 0 0 0 5 3 20 0 15 0 230100849 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959092634368 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21846] ppid=21782 vsize=11077984 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21846/stat : 21846 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139958785234896 139960469387163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21847] ppid=21782 vsize=11077984 memory=280054685688544 CPUtime=7.57 cores=1,3,5,7
/proc/21785/task/21847/stat : 21847 (java) S 21782 21785 15729 0 -1 1077944384 20949 13007 0 0 744 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959893732080 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21848] ppid=21782 vsize=11077984 memory=848532 CPUtime=6.95 cores=1,3,5,7
/proc/21785/task/21848/stat : 21848 (java) S 21782 21785 15729 0 -1 1077944384 15441 13007 0 0 682 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959892679536 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21849] ppid=21782 vsize=11077984 memory=3472328296227679473 CPUtime=3.13 cores=1,3,5,7
/proc/21785/task/21849/stat : 21849 (java) S 21782 21785 15729 0 -1 1077944384 17228 13007 0 0 300 5 5 3 20 0 15 0 230100851 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959891626480 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21850] ppid=21782 vsize=11077984 memory=1116 CPUtime=0.08 cores=1,3,5,7
/proc/21785/task/21850/stat : 21850 (java) S 21782 21785 15729 0 -1 1077944384 3 13007 0 0 0 0 5 3 20 0 15 0 230100852 11343855616 212133 33554432000 4194304 4196468 140720618181680 139958354439008 139960469378773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
[pid=21785/tid=21851] ppid=21782 vsize=11077984 memory=2144 CPUtime=1.58 cores=1,3,5,7
/proc/21785/task/21851/stat : 21851 (java) S 21782 21785 15729 0 -1 1077944384 1104 13007 0 0 69 81 5 3 20 0 15 0 230100852 11343855616 212133 33554432000 4194304 4196468 140720618181680 139959890573872 139960469379714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10366976 140720618187373 140720618190172 140720618190172 140720618192847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 848532 KiB

Child status: 143
Real time (s): 2467.53
CPU time (s): 2520.11
CPU user time (s): 2516.1
CPU system time (s): 4.01056
CPU usage (%): 102.131
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 848532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 4.01056
maximum resident set size= 850900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321173
involuntary context switches= 7103


# summary of solver processes directly reported to runsolver:
#   pid: 21785
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 4.01056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9698 second user time and 25.8931 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 03:56:17
IDJOB=4304679
IDBENCH=141535
IDSOLVER=2780
FILE ID=node104/4304679-1534125377
RUNJOBID= node104-1534097917-15761
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-70-300-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304679-1534125377/watcher-4304679-1534125377 -o /tmp/evaluation-result-4304679-1534125377/solver-4304679-1534125377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=168136181 HOME/instance-4304679-1534125377.xml

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

MD5SUM BENCH= d44f39e6a51fbfbb7edc85febdf9cbd2
RANDOM SEED=168136181

node104.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.11
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.11
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.11
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.11
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:        15591756 kB
MemAvailable:   31086744 kB
Buffers:          206728 kB
Cached:         15326072 kB
SwapCached:            8 kB
Active:          8486496 kB
Inactive:        7917924 kB
Active(anon):     822860 kB
Inactive(anon):   100964 kB
Active(file):    7663636 kB
Inactive(file):  7816960 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:        878888 kB
Mapped:            65596 kB
Shmem:             49636 kB
Slab:             471208 kB
SReclaimable:     442852 kB
SUnreclaim:        28356 kB
KernelStack:        3552 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2055976 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 04:37:24