Trace number 4403069

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.12.3SAT (TO)-933 2400.11 2382.05

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-5.xml
MD5SUMa365ee41b1fa653da2199bfa573a8fac
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark62.0919
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":9},{"size":5,"count":7},{"size":6,"count":7},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
31.06/22.16	o -4964
31.06/22.17	o -2960
31.21/22.27	o -1963
31.21/22.29	o -1959
32.40/23.20	o -1958
32.40/23.26	o -1957
41.67/31.96	o -1950
62.85/52.66	o -936
66.31/56.08	o -933
2400.05/2382.02	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2382.02		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2382.02		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.05/2382.02		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.05/2382.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.05/2382.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.05/2382.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.05/2382.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.05/2382.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2382.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2382.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2382.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2382.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2382.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2382.02		at scala.Option.map(Option.scala:242)
2400.05/2382.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2382.02		at concrete.MAC.mac(MAC.scala:216)
2400.05/2382.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2382.02		at scala.util.Try$.apply(Try.scala:210)
2400.05/2382.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2382.03		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2382.03		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2382.03		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2382.03		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2382.03		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2382.03		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2382.03		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2382.03		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2382.03		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2382.03		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2382.03		at scala.util.Success.map(Try.scala:262)
2400.05/2382.03		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2382.03		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2382.03		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2382.03		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2382.03		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2382.03		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2382.03		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2382.03		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2382.03		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2382.03		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2382.03		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2382.03		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2382.03		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2382.03		at scala.App.main(App.scala:73)
2400.05/2382.03		at scala.App.main$(App.scala:71)
2400.05/2382.03		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2382.03		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2382.04	v <instantiation
2400.05/2382.04	v         cost = '-933'>
2400.05/2382.04	v       <list>
2400.05/2382.04	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24]
2400.05/2382.04	v       </list>
2400.05/2382.04	v       <values>
2400.05/2382.04	v         5 0 1 2 3 6 11 -1 9 4 -1 16 -1 8 13 -1 24 18 19 14 -1 -1 17 22 23 0 18 17 16 15 1 2 -1 13 14 -1 3 -1 12 11 -1 4 8 9 10 -1 -1 7 6 5 -7 6 8 8 -3 4 1 0 3 3 0 6 0 6 3 0 -1000 8 3 3 0 0 1 9 5
2400.05/2382.04	v       </values>
2400.05/2382.04	v     </instantiation>
2400.05/2382.04	s SATISFIABLE

Verifier Data

OK	-933

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403069-1568975003/watcher-4403069-1568975003 -o /var/tmp/evaluation-result-4403069-1568975003/solver-4403069-1568975003 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403069-1568975003.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=22130, runsolver pid=22127
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.70 1.39 1.40 3/219 22187
/proc/meminfo: memFree=3809328/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=9972712 memory=19116 CPUtime=0.09 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 4512 12999 0 0 1 0 5 3 20 0 6 0 473748941 10212057088 4779 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2493178 4779 1935 1 0 2481616 0
[pid=22130/tid=22183] ppid=22127 vsize=9972712 memory=4279135704013569680 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 2306 12999 0 0 1 0 5 3 20 0 6 0 473748950 10212057088 4779 33554432000 4194304 4196468 140726677943616 139866874651216 139866887844688 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=9976824 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 6 0 473748951 10216267776 4779 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=9983652 memory=140439218161280 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 6 0 473748951 10223259648 4779 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 6 0 473748951 10228523008 4779 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 6 0 473748951 10228523008 4779 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19116 KiB

[startup+0.210109 s]*
/proc/loadavg: 1.70 1.39 1.40 4/228 22196
/proc/meminfo: memFree=3789728/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10820196 memory=43696 CPUtime=0.28 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 7365 12999 0 0 18 2 5 3 20 0 15 0 473748941 11079880704 10924 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2705049 10924 3291 1 0 2667149 0
[pid=22130/tid=22183] ppid=22127 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 3881 12999 0 0 11 1 5 3 20 0 15 0 473748950 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866874632880 139866886894942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10820196 memory=140439218161280 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10820196 memory=140439218161280 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 473748952 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11079880704 10990 33554432000 4194304 4196468 140726677943616 139865811313440 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748953 11079880704 10990 33554432000 4194304 4196468 140726677943616 139865677096048 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11079880704 10990 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 472 12999 0 0 1 0 5 3 20 0 15 0 473748956 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 188 12999 0 0 1 0 5 3 20 0 15 0 473748956 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10820196 memory=140439218161280 CPUtime=0.11 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 600 12999 0 0 3 0 5 3 20 0 15 0 473748956 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11079880704 10990 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10820196 memory=140439218161280 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748956 11079880704 10990 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43696 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.70 1.39 1.40 3/228 22196
/proc/meminfo: memFree=3777900/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10820196 memory=52264 CPUtime=0.41 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 10740 12999 0 0 29 4 5 3 20 0 15 0 473748941 11079880704 13066 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2705049 13066 3311 1 0 2667149 0
[pid=22130/tid=22183] ppid=22127 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 7231 12999 0 0 19 2 5 3 20 0 15 0 473748950 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866874623376 139866886007175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10820196 memory=4123401283169797999 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 473748951 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 473748952 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11079880704 13066 33554432000 4194304 4196468 140726677943616 139865811313440 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748953 11079880704 13066 33554432000 4194304 4196468 140726677943616 139865677096048 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11079880704 13066 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 472 12999 0 0 1 0 5 3 20 0 15 0 473748956 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 189 12999 0 0 2 0 5 3 20 0 15 0 473748956 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 620 12999 0 0 5 0 5 3 20 0 15 0 473748956 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11079880704 13066 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748956 11079880704 13066 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52264 KiB

[startup+0.703583 s]
/proc/loadavg: 1.70 1.39 1.40 7/228 22196
/proc/meminfo: memFree=3741608/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10825388 memory=86084 CPUtime=1.17 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 15143 12999 0 0 103 6 5 3 20 0 15 0 473748941 11085197312 21456 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2706347 21456 3514 1 0 2668429 0
[pid=22130/tid=22183] ppid=22127 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 10508 12999 0 0 56 4 5 3 20 0 15 0 473748950 11084148736 21495 33554432000 4194304 4196468 140726677943616 139866874632384 139866895493677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10824364 memory=827 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11084148736 21495 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10824364 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11084148736 21495 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748951 11085197312 21495 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 473748951 11085197312 21495 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10825388 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 5 12999 0 0 0 0 5 3 20 0 15 0 473748952 11085197312 21495 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10825388 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11085197312 21495 33554432000 4194304 4196468 140726677943616 139865811313440 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748953 11084148736 21495 33554432000 4194304 4196468 140726677943616 139865677096048 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11084148736 21495 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10824364 memory=13252 CPUtime=0.24 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 959 12999 0 0 16 0 5 3 20 0 15 0 473748956 11084148736 21495 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10825388 memory=15460 CPUtime=0.21 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 649 12999 0 0 13 0 5 3 20 0 15 0 473748956 11085197312 21495 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10825388 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 826 12999 0 0 17 0 5 3 20 0 15 0 473748956 11085197312 21495 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10825388 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11085197312 21495 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10825388 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748956 11085197312 21495 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 86084 KiB

[startup+1.5053 s]
/proc/loadavg: 1.70 1.39 1.40 8/228 22196
/proc/meminfo: memFree=3646628/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10834680 memory=226444 CPUtime=2.83 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 21904 12999 0 0 263 12 5 3 20 0 15 0 473748941 11094712320 56611 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2708670 56611 3587 1 0 2670733 0
[pid=22130/tid=22183] ppid=22127 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 15214 12999 0 0 129 7 5 3 20 0 15 0 473748950 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866874622864 139866886894942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 25 12999 0 0 1 0 5 3 20 0 15 0 473748951 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 314 12999 0 0 0 1 5 3 20 0 15 0 473748951 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 62 12999 0 0 1 0 5 3 20 0 15 0 473748951 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 107 12999 0 0 1 0 5 3 20 0 15 0 473748951 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 127 12999 0 0 1 0 5 3 20 0 15 0 473748952 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10834680 memory=280878110550272 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 14 12999 0 0 0 0 5 3 20 0 15 0 473748953 11094712320 56611 33554432000 4194304 4196468 140726677943616 139865811313504 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748953 11094712320 56611 33554432000 4194304 4196468 140726677943616 139865677096048 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10834680 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11094712320 56611 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10834680 memory=10600 CPUtime=0.55 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 1487 12999 0 0 47 0 5 3 20 0 15 0 473748956 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10834680 memory=1736 CPUtime=0.48 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 962 12999 0 0 40 0 5 3 20 0 15 0 473748956 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10834680 memory=6068 CPUtime=0.46 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 1384 12999 0 0 38 0 5 3 20 0 15 0 473748956 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10834680 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11094712320 56611 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10834680 memory=2836 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 473748956 11094712320 56611 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10834680 KiB

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

/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 109398 12999 0 0 219852 79 5 3 20 0 15 0 473748950 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866874649536 139866514037141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10849036 memory=1660784 CPUtime=1.79 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 22565 12999 0 0 157 14 5 3 20 0 15 0 473748951 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10849036 memory=1660776 CPUtime=1.79 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 20436 12999 0 0 157 14 5 3 20 0 15 0 473748951 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10849036 memory=1416 CPUtime=1.82 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 40982 12999 0 0 160 14 5 3 20 0 15 0 473748951 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10849036 memory=1660776 CPUtime=1.79 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 27788 12999 0 0 158 13 5 3 20 0 15 0 473748951 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10849036 memory=1660784 CPUtime=1.27 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 23221 12999 0 0 109 10 5 3 20 0 15 0 473748952 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10849036 memory=1658680 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 19 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415196 33554432000 4194304 4196468 140726677943616 139865811313568 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10849036 memory=1660760 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415196 33554432000 4194304 4196468 140726677943616 139865677096064 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10849036 memory=10600 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415196 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10849036 memory=1660776 CPUtime=4.33 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 36780 12999 0 0 420 5 5 3 20 0 15 0 473748956 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10849036 memory=1656 CPUtime=4.88 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 45114 12999 0 0 475 5 5 3 20 0 15 0 473748956 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10849036 memory=1660784 CPUtime=2.01 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 31930 12999 0 0 189 4 5 3 20 0 15 0 473748956 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10849036 memory=3540 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415196 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10849036 memory=3616 CPUtime=1.27 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 2139 12999 0 0 59 60 5 3 20 0 15 0 473748956 11109412864 415196 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 2219.72 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1660784 KiB

[startup+2262.3 s]
/proc/loadavg: 1.47 1.59 1.58 3/228 22410
/proc/meminfo: memFree=1170216/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10849036 memory=1660840 CPUtime=2279.98 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 368041 12999 0 0 227785 205 5 3 20 0 15 0 473748941 11109412864 415210 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2712259 415210 3627 1 0 2674317 0
[pid=22130/tid=22183] ppid=22127 vsize=10849036 memory=1660840 CPUtime=2259.25 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 110831 12999 0 0 225838 79 5 3 20 0 15 0 473748950 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866874626336 139866514037729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10849036 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 22769 12999 0 0 164 14 5 3 20 0 15 0 473748951 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10849036 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 21048 12999 0 0 164 14 5 3 20 0 15 0 473748951 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10849036 memory=1660820 CPUtime=1.9 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 42279 12999 0 0 167 15 5 3 20 0 15 0 473748951 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10849036 memory=1660840 CPUtime=1.87 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 29096 12999 0 0 165 14 5 3 20 0 15 0 473748951 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10849036 memory=1660840 CPUtime=1.33 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 23743 12999 0 0 115 10 5 3 20 0 15 0 473748952 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10849036 memory=1660840 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 19 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415210 33554432000 4194304 4196468 140726677943616 139865811313568 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10849036 memory=1660820 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415210 33554432000 4194304 4196468 140726677943616 139865677096064 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10849036 memory=1660840 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415210 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10849036 memory=3616 CPUtime=4.33 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 36784 12999 0 0 420 5 5 3 20 0 15 0 473748956 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10849036 memory=54996 CPUtime=4.88 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 45118 12999 0 0 475 5 5 3 20 0 15 0 473748956 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10849036 memory=988 CPUtime=2.01 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 31937 12999 0 0 189 4 5 3 20 0 15 0 473748956 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10849036 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415210 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10849036 memory=1660840 CPUtime=1.3 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 2196 12999 0 0 60 62 5 3 20 0 15 0 473748956 11109412864 415210 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 2279.98 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1660840 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.53 1.56 6/230 22439
/proc/meminfo: memFree=1169268/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10849036 memory=1660872 CPUtime=2340.15 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 374058 12999 0 0 233800 207 5 3 20 0 15 0 473748941 11109412864 415218 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2712259 415218 3627 1 0 2674317 0
[pid=22130/tid=22183] ppid=22127 vsize=10849036 memory=1660864 CPUtime=2319.17 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 112123 12999 0 0 231829 80 5 3 20 0 15 0 473748950 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866874649712 139866514036391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10849036 memory=1660864 CPUtime=1.9 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 24579 12999 0 0 168 14 5 3 20 0 15 0 473748951 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10849036 memory=1660868 CPUtime=1.91 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 21106 12999 0 0 168 15 5 3 20 0 15 0 473748951 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10849036 memory=1660868 CPUtime=1.94 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 44253 12999 0 0 171 15 5 3 20 0 15 0 473748951 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10849036 memory=1660868 CPUtime=1.91 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 29281 12999 0 0 169 14 5 3 20 0 15 0 473748951 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10849036 memory=1764 CPUtime=1.36 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 24400 12999 0 0 118 10 5 3 20 0 15 0 473748952 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10849036 memory=1660864 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 19 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415218 33554432000 4194304 4196468 140726677943616 139865811313568 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10849036 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415218 33554432000 4194304 4196468 140726677943616 139865677096064 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10849036 memory=1660868 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415218 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10849036 memory=3616 CPUtime=4.33 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 36787 12999 0 0 420 5 5 3 20 0 15 0 473748956 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10849036 memory=1660864 CPUtime=4.88 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 45122 12999 0 0 475 5 5 3 20 0 15 0 473748956 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10849036 memory=1660852 CPUtime=2.01 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 31946 12999 0 0 189 4 5 3 20 0 15 0 473748956 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10849036 memory=3540 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415218 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10849036 memory=1220 CPUtime=1.34 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 2221 12999 0 0 62 64 5 3 20 0 15 0 473748956 11109412864 415218 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 2340.15 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1660872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382 s]*
/proc/loadavg: 1.55 1.56 1.57 3/229 22571
/proc/meminfo: memFree=2072920/32770624 swapFree=67002224/67108860
[pid=22130] ppid=22127 vsize=10849036 memory=1660924 CPUtime=2400.05 cores=1,3,5,7
/proc/22130/stat : 22130 (java) S 22127 22130 19335 0 -1 1077944320 378669 12999 0 0 239787 210 5 3 20 0 15 0 473748941 11109412864 415231 33554432000 4194304 4196468 140726677943616 140726677926160 139866902814455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
/proc/22130/statm: 2712259 415231 3627 1 0 2674317 0
[pid=22130/tid=22183] ppid=22127 vsize=10849036 memory=6791534058613427641 CPUtime=2378.79 cores=1,3,5,7
/proc/22130/task/22183/stat : 22183 (java) R 22127 22130 19335 0 -1 4202560 113499 12999 0 0 237791 80 5 3 20 0 15 0 473748950 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866874626448 139866514037432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22184] ppid=22127 vsize=10849036 memory=4126316290023845779 CPUtime=1.96 cores=1,3,5,7
/proc/22130/task/22184/stat : 22184 (java) S 22127 22130 19335 0 -1 1077944384 24620 12999 0 0 173 15 5 3 20 0 15 0 473748951 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866907057040 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22185] ppid=22127 vsize=10849036 memory=1660916 CPUtime=1.96 cores=1,3,5,7
/proc/22130/task/22185/stat : 22185 (java) S 22127 22130 19335 0 -1 1077944384 21869 12999 0 0 173 15 5 3 20 0 15 0 473748951 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866821876496 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22186] ppid=22127 vsize=10849036 memory=1660924 CPUtime=2 cores=1,3,5,7
/proc/22130/task/22186/stat : 22186 (java) S 22127 22130 19335 0 -1 1077944384 46063 12999 0 0 177 15 5 3 20 0 15 0 473748951 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866820824208 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22187] ppid=22127 vsize=10849036 memory=6791534058613427641 CPUtime=1.96 cores=1,3,5,7
/proc/22130/task/22187/stat : 22187 (java) S 22127 22130 19335 0 -1 1077944384 29314 12999 0 0 174 14 5 3 20 0 15 0 473748951 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866819771408 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22188] ppid=22127 vsize=10849036 memory=288230621803970871 CPUtime=1.4 cores=1,3,5,7
/proc/22130/task/22188/stat : 22188 (java) S 22127 22130 19335 0 -1 1077944384 24919 12999 0 0 122 10 5 3 20 0 15 0 473748952 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866429433968 139866902825602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22189] ppid=22127 vsize=10849036 memory=14126740981156277 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22189/stat : 22189 (java) S 22127 22130 19335 0 -1 1077944384 19 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415231 33554432000 4194304 4196468 140726677943616 139865811313568 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22190] ppid=22127 vsize=10849036 memory=2836 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22190/stat : 22190 (java) S 22127 22130 19335 0 -1 1077944384 13 12999 0 0 0 0 5 3 20 0 15 0 473748953 11109412864 415231 33554432000 4194304 4196468 140726677943616 139865677096064 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22191] ppid=22127 vsize=10849036 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22191/stat : 22191 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415231 33554432000 4194304 4196468 140726677943616 139865436805200 139866902833051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22192] ppid=22127 vsize=10849036 memory=1568 CPUtime=4.33 cores=1,3,5,7
/proc/22130/task/22192/stat : 22192 (java) S 22127 22130 19335 0 -1 1077944384 36791 12999 0 0 420 5 5 3 20 0 15 0 473748956 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866428381808 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22193] ppid=22127 vsize=10849036 memory=1048 CPUtime=4.88 cores=1,3,5,7
/proc/22130/task/22193/stat : 22193 (java) S 22127 22130 19335 0 -1 1077944384 45126 12999 0 0 475 5 5 3 20 0 15 0 473748956 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866427329008 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22194] ppid=22127 vsize=10849036 memory=14008 CPUtime=2.01 cores=1,3,5,7
/proc/22130/task/22194/stat : 22194 (java) S 22127 22130 19335 0 -1 1077944384 31952 12999 0 0 189 4 5 3 20 0 15 0 473748956 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866426276720 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22195] ppid=22127 vsize=10849036 memory=12040 CPUtime=0.08 cores=1,3,5,7
/proc/22130/task/22195/stat : 22195 (java) S 22127 22130 19335 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 473748956 11109412864 415231 33554432000 4194304 4196468 140726677943616 139865403247584 139866902824661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
[pid=22130/tid=22196] ppid=22127 vsize=10849036 memory=2120 CPUtime=1.38 cores=1,3,5,7
/proc/22130/task/22196/stat : 22196 (java) S 22127 22130 19335 0 -1 1077944384 2276 12999 0 0 64 66 5 3 20 0 15 0 473748956 11109412864 415231 33554432000 4194304 4196468 140726677943616 139866425223600 139866902825602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34275328 140726677944933 140726677947573 140726677947573 140726677950415 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1660924 KiB

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

[startup+2382.05 s]
# the end of solver process 22130 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.96 s, system=2.15671 s

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

Child status: 143
Real time (s): 2382.05
CPU time (s): 2400.11
CPU user time (s): 2397.96
CPU system time (s): 2.15671
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1899824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.96
system time used= 2.15671
maximum resident set size= 1901264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85517
involuntary context switches= 2249


# summary of solver processes directly reported to runsolver:
#   pid: 22130
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.96
#   total CPU system time (s): 2.15671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9757 second user time and 22.0501 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 12:22:39
IDJOB=4403069
IDBENCH=127988
IDSOLVER=2862
FILE ID=node136/4403069-1568975003
RUNJOBID= node136-1568967593-19367
PBS_JOBID= 21704619
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403069-1568975003/watcher-4403069-1568975003 -o /var/tmp/evaluation-result-4403069-1568975003/solver-4403069-1568975003 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403069-1568975003.xml

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

MD5SUM BENCH= a365ee41b1fa653da2199bfa573a8fac
RANDOM SEED=48196352

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         3819044 kB
MemAvailable:   31053860 kB
Buffers:          137664 kB
Cached:         27005088 kB
SwapCached:         3532 kB
Active:         14352788 kB
Inactive:       13596968 kB
Active(anon):     804292 kB
Inactive(anon):    51248 kB
Active(file):   13548496 kB
Inactive(file): 13545720 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002224 kB
Dirty:             36108 kB
Writeback:             0 kB
AnonPages:        933608 kB
Mapped:            65400 kB
Shmem:             40180 kB
Slab:             598100 kB
SReclaimable:     569060 kB
SUnreclaim:        29040 kB
KernelStack:        4000 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2158272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    806912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13416 MiB
End job on node136 at 2019-09-20 13:02:21