Trace number 4304733

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)656 2520.1 2485.52

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-75-50-00_c18.xml
MD5SUM7fcf74bccc1d4f399a3457b4fd80f100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark357
Best CPU time to get the best result obtained on this benchmark2519.91
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size59
Maximum domain size75
Distribution of domain sizes[{"size":59,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.9.2.1532736233296 running
19.55/12.42	o 887
19.55/12.45	o 884
19.55/12.48	o 883
19.55/12.49	o 869
25.08/16.68	o 780
25.08/16.69	o 777
31.79/22.82	o 775
31.79/22.82	o 774
31.79/22.83	o 771
34.62/25.52	o 761
34.62/25.53	o 759
34.62/25.54	o 756
36.98/27.85	o 718
36.98/27.85	o 712
36.98/27.85	o 702
36.98/27.87	o 692
37.14/27.91	o 691
65.91/55.48	o 682
257.34/244.24	o 680
257.34/244.25	o 679
257.34/244.26	o 677
257.34/244.28	o 674
257.34/244.29	o 673
257.48/244.30	o 671
257.84/244.69	o 670
1099.13/1075.86	o 668
1099.13/1075.86	o 661
1099.34/1076.07	o 660
1103.62/1080.23	o 656
2520.07/2485.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2485.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.07/2485.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.07/2485.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.07/2485.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2485.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2485.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.07/2485.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2485.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.07/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2485.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2485.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2485.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.07/2485.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.07/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.07/2485.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.07/2485.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2485.50		at scala.Option.map(Option.scala:146)
2520.07/2485.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2485.50		at concrete.MAC.mac(MAC.scala:203)
2520.07/2485.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2485.50		at scala.util.Try$.apply(Try.scala:209)
2520.07/2485.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2485.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2485.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2485.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2485.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2485.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2485.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2485.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2485.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2485.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2485.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2485.51		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2485.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2485.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2485.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2485.51		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2485.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2485.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2485.51		at scala.util.Success.map(Try.scala:209)
2520.07/2485.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2485.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2485.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2485.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2485.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2485.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2485.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2485.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2485.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2485.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2485.51		at scala.App.main(App.scala:76)
2520.07/2485.51		at scala.App.main$(App.scala:74)
2520.07/2485.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2485.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2485.51	v <instantiation cost="656">
2520.07/2485.51	v       <list>
2520.07/2485.51	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74]
2520.07/2485.51	v       </list>
2520.07/2485.51	v       <values>
2520.07/2485.51	v         20 38 34 4 21 74 69 56 51 32 42 64 73 50 35 30 26 45 59 0 1 5 7 25 36 55 54 52 46 31 57 72 65 66 67 68 62 58 47 53 63 60 71 70 61 49 48 44 28 29 17 24 27 37 33 23 22 10 6 2 3 8 11 12 13 9 14 16 19 18 15 41 40 39 43 10 1 21 14 38 6 8 3 12 4 13 13 14 10 3 14 12 23 37 7 24 6 13 7 13 1 5 3 29 17 10 6 2 3 5 9 4 5 4 6 3 9 3 6 6 1 4 9 1 17 6 5 6 1 13 1 8 4 4 1 4 7 7 2 4 1 5 3 4 5 43 1 9 2 16
2520.07/2485.51	v       </values>
2520.07/2485.51	v     </instantiation>
2520.07/2485.51	s SATISFIABLE

Verifier Data

OK	656

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304733-1534144285/watcher-4304733-1534144285 -o /tmp/evaluation-result-4304733-1534144285/solver-4304733-1534144285 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2524 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=472418590 HOME/instance-4304733-1534144285.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=3916, runsolver pid=3913

[startup+0.100138 s]*
/proc/loadavg: 1.32 1.34 1.34 3/206 3973
/proc/meminfo: memFree=28272540/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=10005480 memory=16544 CPUtime=0.09 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 4306 13095 0 0 1 0 5 3 20 0 6 0 231991656 10245611520 4136 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2501370 4136 1932 1 0 2489808 0
[pid=3916/tid=3969] ppid=3913 vsize=10005480 memory=-8745273339715829699 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 2161 13095 0 0 0 0 5 3 20 0 6 0 231991665 10245611520 4202 33554432000 4194304 4196468 140724832265344 139969716093520 139969728337246 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 231991666 10245611520 4202 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=10005480 memory=140327969699456 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 231991666 10245611520 4202 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 231991666 10245611520 4202 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 6 0 231991666 10245611520 4202 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16544 KiB

[startup+0.209967 s]*
/proc/loadavg: 1.32 1.34 1.34 3/215 3982
/proc/meminfo: memFree=28248696/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=10982744 memory=43668 CPUtime=0.26 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 7621 13095 0 0 17 1 5 3 20 0 15 0 231991656 11246329856 10917 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2745686 10917 2946 1 0 2708109 0
[pid=3916/tid=3969] ppid=3913 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 4404 13095 0 0 10 1 5 3 20 0 15 0 231991665 11246329856 11115 33554432000 4194304 4196468 140724832265344 139969716078560 139969724532480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246329856 11115 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=10982744 memory=288370704121411200 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246329856 11115 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=10982744 memory=140327969699456 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 14 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246329856 11181 33554432000 4194304 4196468 140724832265344 139968501507616 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246329856 11181 33554432000 4194304 4196468 140724832265344 139968353658224 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246329856 11181 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 435 13095 0 0 1 0 5 3 20 0 15 0 231991671 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 186 13095 0 0 1 0 5 3 20 0 15 0 231991671 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=10982744 memory=140327969699456 CPUtime=0.11 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 604 13095 0 0 3 0 5 3 20 0 15 0 231991671 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246329856 11181 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=10982744 memory=140327969699456 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246329856 11181 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43668 KiB

[startup+0.310278 s]*
/proc/loadavg: 1.32 1.34 1.34 3/215 3982
/proc/meminfo: memFree=28235920/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=10983192 memory=56452 CPUtime=0.39 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 10669 13095 0 0 28 3 5 3 20 0 15 0 231991656 11246788608 14113 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2745798 14113 3065 1 0 2708109 0
[pid=3916/tid=3969] ppid=3913 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 7216 13095 0 0 19 2 5 3 20 0 15 0 231991665 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969716068768 139969724532089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 14 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246788608 14113 33554432000 4194304 4196468 140724832265344 139968501507616 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246788608 14113 33554432000 4194304 4196468 140724832265344 139968353658224 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246788608 14113 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 435 13095 0 0 1 0 5 3 20 0 15 0 231991671 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 187 13095 0 0 1 0 5 3 20 0 15 0 231991671 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=10983192 memory=140327969699456 CPUtime=0.12 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 614 13095 0 0 4 0 5 3 20 0 15 0 231991671 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246788608 14113 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=10983192 memory=140327969699456 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246788608 14113 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56452 KiB

[startup+0.700766 s]
/proc/loadavg: 1.32 1.34 1.34 3/215 3982
/proc/meminfo: memFree=28225252/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=10983192 memory=88564 CPUtime=0.99 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 16781 13095 0 0 87 4 5 3 20 0 15 0 231991656 11246788608 22141 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2745798 22141 3240 1 0 2708109 0
[pid=3916/tid=3969] ppid=3913 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 12319 13095 0 0 55 3 5 3 20 0 15 0 231991665 11246788608 22141 33554432000 4194304 4196468 140724832265344 139969716077584 139969744278685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 22141 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 22141 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 22141 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 231991666 11246788608 22141 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 5 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246788608 22141 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 14 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246788608 22141 33554432000 4194304 4196468 140724832265344 139968501507616 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=10983192 memory=140327855993616 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991668 11246788608 22205 33554432000 4194304 4196468 140724832265344 139968353658224 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=10983192 memory=140329466462793 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246788608 22205 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=10983192 memory=752 CPUtime=0.18 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 996 13095 0 0 10 0 5 3 20 0 15 0 231991671 11246788608 22205 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=10983192 memory=7014751519650764113 CPUtime=0.15 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 582 13095 0 0 7 0 5 3 20 0 15 0 231991671 11246788608 22205 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=10983192 memory=6082220498109819240 CPUtime=0.21 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) R 3913 3916 1776 0 -1 4202560 664 13095 0 0 13 0 5 3 20 0 15 0 231991671 11246788608 22205 33554432000 4194304 4196468 140724832265344 139969234192496 139969744268694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=10983192 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246788608 22205 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991671 11246788608 22205 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88564 KiB

[startup+1.50073 s]
/proc/loadavg: 1.32 1.34 1.34 4/215 3982
/proc/meminfo: memFree=28179044/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=10998092 memory=188048 CPUtime=2.44 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 24162 13095 0 0 227 9 5 3 20 0 15 0 231991656 11262046208 47012 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2749523 47012 3475 1 0 2711181 0
[pid=3916/tid=3969] ppid=3913 vsize=10998092 memory=9169 CPUtime=1.43 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 17572 13095 0 0 129 6 5 3 20 0 15 0 231991665 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969716079840 139969728337246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=10998092 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 18 13095 0 0 1 0 5 3 20 0 15 0 231991666 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=10998092 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 24 13095 0 0 1 0 5 3 20 0 15 0 231991666 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=10998092 memory=2968 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 55 13095 0 0 1 0 5 3 20 0 15 0 231991666 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=10998092 memory=88564 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 179 13095 0 0 1 0 5 3 20 0 15 0 231991666 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 59 13095 0 0 1 0 5 3 20 0 15 0 231991668 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 14 13095 0 0 0 0 5 3 20 0 15 0 231991668 11262046208 47012 33554432000 4194304 4196468 140724832265344 139968501507680 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 231991668 11262046208 47012 33554432000 4194304 4196468 140724832265344 139968353658240 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=10998092 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11262046208 47012 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=10998092 memory=4638778398332698720 CPUtime=0.34 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 1406 13095 0 0 26 0 5 3 20 0 15 0 231991671 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=10998092 memory=280655712263040 CPUtime=0.38 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 1308 13095 0 0 30 0 5 3 20 0 15 0 231991671 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=10998092 memory=6944656425123290226 CPUtime=0.42 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 1330 13095 0 0 34 0 5 3 20 0 15 0 231991671 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=10998092 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11262046208 47012 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 231991671 11262046208 47012 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 81518 13095 0 0 236965 28 5 3 20 0 15 0 231991665 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969716082080 139969326027283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=11080032 memory=335656 CPUtime=5.29 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 11333 13095 0 0 492 29 5 3 20 0 15 0 231991666 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=11080032 memory=335656 CPUtime=5.33 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 8147 13095 0 0 497 28 5 3 20 0 15 0 231991666 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=11080032 memory=335656 CPUtime=5.33 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 13463 13095 0 0 500 25 5 3 20 0 15 0 231991666 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=11080032 memory=280655712842720 CPUtime=5.33 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 10410 13095 0 0 497 28 5 3 20 0 15 0 231991666 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=11080032 memory=335656 CPUtime=4.92 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 13763 13095 0 0 458 26 5 3 20 0 15 0 231991668 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=11080032 memory=335656 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 28 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 83914 33554432000 4194304 4196468 140724832265344 139968501507680 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=11080032 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 24 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 83914 33554432000 4194304 4196468 140724832265344 139968353658240 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=11080032 memory=1684 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 83914 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=11080032 memory=3544 CPUtime=8.11 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 53634 13095 0 0 796 7 5 3 20 0 15 0 231991671 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=11080032 memory=33 CPUtime=7.85 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 58023 13095 0 0 771 6 5 3 20 0 15 0 231991671 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=11080032 memory=335656 CPUtime=3.49 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 51294 13095 0 0 335 6 5 3 20 0 15 0 231991671 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=11080032 memory=335656 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 83914 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=11080032 memory=335620 CPUtime=1.08 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1178 13095 0 0 46 54 5 3 20 0 15 0 231991671 11345952768 83914 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 2416.14 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 335656 KiB

[startup+2442.3 s]
/proc/loadavg: 1.64 1.31 1.28 3/216 4184
/proc/meminfo: memFree=26558528/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=11080032 memory=335712 CPUtime=2476.55 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 305682 13095 0 0 247436 211 5 3 20 0 15 0 231991656 11345952768 83928 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2770008 83928 3526 1 0 2731661 0
[pid=3916/tid=3969] ppid=3913 vsize=11080032 memory=335712 CPUtime=2429.7 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 81800 13095 0 0 242933 29 5 3 20 0 15 0 231991665 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969716073920 139969324619748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=11080032 memory=335712 CPUtime=5.43 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 11353 13095 0 0 505 30 5 3 20 0 15 0 231991666 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=11080032 memory=335712 CPUtime=5.48 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 8159 13095 0 0 511 29 5 3 20 0 15 0 231991666 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=11080032 memory=335712 CPUtime=5.47 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 13478 13095 0 0 514 25 5 3 20 0 15 0 231991666 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=11080032 memory=335656 CPUtime=5.47 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 10723 13095 0 0 510 29 5 3 20 0 15 0 231991666 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=11080032 memory=1684 CPUtime=5.06 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 13790 13095 0 0 471 27 5 3 20 0 15 0 231991668 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=11080032 memory=335712 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 28 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 83928 33554432000 4194304 4196468 140724832265344 139968501507680 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=11080032 memory=335712 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 24 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 83928 33554432000 4194304 4196468 140724832265344 139968353658240 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=11080032 memory=335712 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 83928 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=11080032 memory=1156 CPUtime=8.11 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 53634 13095 0 0 796 7 5 3 20 0 15 0 231991671 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=11080032 memory=335712 CPUtime=7.85 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 58023 13095 0 0 771 6 5 3 20 0 15 0 231991671 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=11080032 memory=335712 CPUtime=3.49 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 51294 13095 0 0 335 6 5 3 20 0 15 0 231991671 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=11080032 memory=335660 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 83928 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=11080032 memory=335712 CPUtime=1.12 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1182 13095 0 0 48 56 5 3 20 0 15 0 231991671 11345952768 83928 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 2476.55 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 335712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.5 s]
/proc/loadavg: 1.77 1.39 1.31 3/216 4185
/proc/meminfo: memFree=25586840/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=11080032 memory=337768 CPUtime=2520.07 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 306315 13095 0 0 251784 215 5 3 20 0 15 0 231991656 11345952768 84442 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2770008 84442 3526 1 0 2731661 0
[pid=3916/tid=3969] ppid=3913 vsize=11080032 memory=337768 CPUtime=2472.65 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 82090 13095 0 0 247228 29 5 3 20 0 15 0 231991665 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969716074304 139969318789381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=11080032 memory=335712 CPUtime=5.54 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 11409 13095 0 0 515 31 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=11080032 memory=337768 CPUtime=5.58 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 8171 13095 0 0 521 29 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=11080032 memory=0 CPUtime=5.58 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 13495 13095 0 0 524 26 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=11080032 memory=337768 CPUtime=5.59 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 10783 13095 0 0 521 30 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=11080032 memory=337768 CPUtime=5.15 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 13967 13095 0 0 480 27 5 3 20 0 15 0 231991668 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=11080032 memory=280655712896160 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 28 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 84442 33554432000 4194304 4196468 140724832265344 139968501507680 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=11080032 memory=337768 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 24 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 84442 33554432000 4194304 4196468 140724832265344 139968353658240 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=11080032 memory=337768 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=11080032 memory=337768 CPUtime=8.11 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 53636 13095 0 0 796 7 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=11080032 memory=337768 CPUtime=7.85 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 58025 13095 0 0 771 6 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=11080032 memory=768 CPUtime=3.49 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 51296 13095 0 0 335 6 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=11080032 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=11080032 memory=61164 CPUtime=1.14 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1197 13095 0 0 49 57 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 337768 KiB

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

[startup+2485.52 s]
# the end of solver process 3916 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.91 s, system=2.1912 s

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

[startup+2485.5 s]
/proc/loadavg: 1.77 1.39 1.31 3/216 4185
/proc/meminfo: memFree=25586840/32770624 swapFree=67030660/67108860
[pid=3916] ppid=3913 vsize=11080032 memory=337768 CPUtime=2520.07 cores=1,3,5,7
/proc/3916/stat : 3916 (java) S 3913 3916 1776 0 -1 1077944320 306315 13095 0 0 251784 215 5 3 20 0 15 0 231991656 11345952768 84442 33554432000 4194304 4196468 140724832265344 140724832247888 139969744256759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
/proc/3916/statm: 2770008 84442 3526 1 0 2731661 0
[pid=3916/tid=3969] ppid=3913 vsize=11080032 memory=337768 CPUtime=2472.65 cores=1,3,5,7
/proc/3916/task/3969/stat : 3969 (java) R 3913 3916 1776 0 -1 4202560 82090 13095 0 0 247228 29 5 3 20 0 15 0 231991665 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969716074304 139969318789381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3970] ppid=3913 vsize=11080032 memory=335712 CPUtime=5.54 cores=1,3,5,7
/proc/3916/task/3970/stat : 3970 (java) S 3913 3916 1776 0 -1 1077944384 11409 13095 0 0 515 31 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969748499088 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3971] ppid=3913 vsize=11080032 memory=337768 CPUtime=5.58 cores=1,3,5,7
/proc/3916/task/3971/stat : 3971 (java) S 3913 3916 1776 0 -1 1077944384 8171 13095 0 0 521 29 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969283414544 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3972] ppid=3913 vsize=11080032 memory=0 CPUtime=5.58 cores=1,3,5,7
/proc/3916/task/3972/stat : 3972 (java) S 3913 3916 1776 0 -1 1077944384 13495 13095 0 0 524 26 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969282361744 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3973] ppid=3913 vsize=11080032 memory=337768 CPUtime=5.59 cores=1,3,5,7
/proc/3916/task/3973/stat : 3973 (java) S 3913 3916 1776 0 -1 1077944384 10783 13095 0 0 521 30 5 3 20 0 15 0 231991666 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969281308944 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3974] ppid=3913 vsize=11080032 memory=337768 CPUtime=5.15 cores=1,3,5,7
/proc/3916/task/3974/stat : 3974 (java) S 3913 3916 1776 0 -1 1077944384 13967 13095 0 0 480 27 5 3 20 0 15 0 231991668 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969237351280 139969744267906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3975] ppid=3913 vsize=11080032 memory=280655712896160 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3975/stat : 3975 (java) S 3913 3916 1776 0 -1 1077944384 28 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 84442 33554432000 4194304 4196468 140724832265344 139968501507680 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3976] ppid=3913 vsize=11080032 memory=337768 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3976/stat : 3976 (java) S 3913 3916 1776 0 -1 1077944384 24 13095 0 0 0 0 5 3 20 0 15 0 231991668 11345952768 84442 33554432000 4194304 4196468 140724832265344 139968353658240 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3977] ppid=3913 vsize=11080032 memory=337768 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3977/stat : 3977 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139968046258512 139969744275355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3978] ppid=3913 vsize=11080032 memory=337768 CPUtime=8.11 cores=1,3,5,7
/proc/3916/task/3978/stat : 3978 (java) S 3913 3916 1776 0 -1 1077944384 53636 13095 0 0 796 7 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969236298096 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3979] ppid=3913 vsize=11080032 memory=337768 CPUtime=7.85 cores=1,3,5,7
/proc/3916/task/3979/stat : 3979 (java) S 3913 3916 1776 0 -1 1077944384 58025 13095 0 0 771 6 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969235245296 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3980] ppid=3913 vsize=11080032 memory=768 CPUtime=3.49 cores=1,3,5,7
/proc/3916/task/3980/stat : 3980 (java) S 3913 3916 1776 0 -1 1077944384 51296 13095 0 0 335 6 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969234192496 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3981] ppid=3913 vsize=11080032 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/3916/task/3981/stat : 3981 (java) S 3913 3916 1776 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139967615461600 139969744266965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
[pid=3916/tid=3982] ppid=3913 vsize=11080032 memory=61164 CPUtime=1.14 cores=1,3,5,7
/proc/3916/task/3982/stat : 3982 (java) S 3913 3916 1776 0 -1 1077944384 1197 13095 0 0 49 57 5 3 20 0 15 0 231991671 11345952768 84442 33554432000 4194304 4196468 140724832265344 139969233140912 139969744267906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39391232 140724832266861 140724832269660 140724832269660 140724832272335 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 337768 KiB

Child status: 143
Real time (s): 2485.52
CPU time (s): 2520.1
CPU user time (s): 2517.91
CPU system time (s): 2.1912
CPU usage (%): 101.391
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 538192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.91
system time used= 2.1912
maximum resident set size= 544340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169458
involuntary context switches= 5575


# summary of solver processes directly reported to runsolver:
#   pid: 3916
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.91
#   total CPU system time (s): 2.1912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9175 second user time and 23.9389 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 09:11:25
IDJOB=4304733
IDBENCH=141625
IDSOLVER=2780
FILE ID=node102/4304733-1534144285
RUNJOBID= node102-1534136767-2524
PBS_JOBID= 21037015
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-75-50-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304733-1534144285/watcher-4304733-1534144285 -o /tmp/evaluation-result-4304733-1534144285/solver-4304733-1534144285 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2524 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=472418590 HOME/instance-4304733-1534144285.xml

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

MD5SUM BENCH= 7fcf74bccc1d4f399a3457b4fd80f100
RANDOM SEED=472418590

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28278724 kB
MemAvailable:   31295668 kB
Buffers:          166688 kB
Cached:          3097864 kB
SwapCached:        51244 kB
Active:          2255148 kB
Inactive:        1671632 kB
Active(anon):     586760 kB
Inactive(anon):   126908 kB
Active(file):    1668388 kB
Inactive(file):  1544724 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26444 kB
Writeback:             0 kB
AnonPages:        600100 kB
Mapped:            64104 kB
Shmem:             48984 kB
Slab:             261400 kB
SReclaimable:     232292 kB
SUnreclaim:        29108 kB
KernelStack:        3808 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1839736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38420 MiB
End job on node102 at 2018-08-13 09:52:51