Trace number 4302736

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.2-SuperNGSAT (TO)73 252.118 235.536

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22b_c18.xml
MD5SUM7375a72c51daab431b80fe15fe0b37d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark252.107
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints296
Number of domains19
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":49},{"size":3,"count":6},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":43,"count":22}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":64},{"degree":61,"count":8},{"degree":62,"count":6},{"degree":63,"count":4},{"degree":64,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":254},{"arity":23,"count":42}]
Number of extensional constraints0
Number of intensional constraints254
Distribution of constraint types[{"type":"intension","count":254},{"type":"count","count":42}]
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
30.95/19.76	o 98
31.22/19.87	o 97
31.82/20.31	o 96
32.39/20.72	o 94
43.92/31.59	o 92
73.29/60.34	o 91
89.68/75.81	o 89
89.68/75.85	o 88
131.65/117.15	o 84
131.86/117.31	o 83
145.12/130.46	o 81
197.43/181.86	o 79
197.43/181.87	o 75
197.43/181.87	o 74
197.55/181.90	o 73
252.07/235.50	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/235.50		at concrete.MAC.mac(MAC.scala:188)
252.07/235.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/235.50		at scala.util.Try$.apply(Try.scala:209)
252.07/235.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/235.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/235.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/235.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/235.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/235.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/235.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/235.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/235.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/235.50		at concrete.MAC.oneRun(MAC.scala:253)
252.07/235.50		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/235.50		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/235.50		at concrete.Solver.hasNext(Solver.scala:166)
252.07/235.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/235.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/235.50		at concrete.Solver.foreach(Solver.scala:68)
252.07/235.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/235.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/235.50		at scala.util.Success.map(Try.scala:209)
252.07/235.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/235.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/235.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/235.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/235.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/235.50		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/235.50		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/235.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/235.50		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/235.50		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/235.50		at scala.App.main(App.scala:76)
252.07/235.50		at scala.App.main$(App.scala:74)
252.07/235.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/235.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/235.51	v <instantiation cost="73">
252.07/235.51	v       <list>
252.07/235.51	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] np[16] np[17] np[18] np[19] np[20] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] nf[16] nf[17] nf[18] nf[19] nf[20] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] pp[18] pp[19] pp[20] pp[21]
252.07/235.51	v       </list>
252.07/235.51	v       <values>
252.07/235.51	v         -6 2 4 -21 21 -4 -6 8 -2 1 21 -21 8 -4 6 6 20 -4 -8 21 -20 12 0 1 0 3 0 2 0 1 0 0 0 0 0 0 0 0 0 0 0 1 2 1 1 0 1 0 2 0 2 0 0 0 1 0 0 0 0 0 0 0 1 3 6 0 0 8 0 5 6 0 7 0 0 8 0 4 0 0 0 7 10 0 12 0
252.07/235.51	v       </values>
252.07/235.51	v     </instantiation>
252.07/235.51	s SATISFIABLE

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302736-1532897067/watcher-4302736-1532897067 -o /tmp/evaluation-result-4302736-1532897067/solver-4302736-1532897067 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=140880170 -superng HOME/instance-4302736-1532897067.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12247, runsolver pid=12244
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 2.18 2.13 1.90 3/207 12304
/proc/meminfo: memFree=17580796/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=10005480 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 4249 12890 0 0 1 0 5 3 20 0 6 0 107269890 10245611520 4583 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2501370 4583 1931 1 0 2489808 0
[pid=12247/tid=12300] ppid=12244 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 2059 12890 0 0 0 0 5 3 20 0 6 0 107269899 10245611520 4583 33554432000 4194304 4196468 140730874190928 139676750283344 139676778468509 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 6 0 107269900 10245611520 4649 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=10005480 memory=140490007139968 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 6 0 107269900 10245611520 4649 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 6 0 107269900 10245611520 4649 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 6 0 107269900 10245611520 4649 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209991 s]*
/proc/loadavg: 2.18 2.13 1.90 3/216 12313
/proc/meminfo: memFree=17554952/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=10982744 memory=46280 CPUtime=0.26 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 7755 12890 0 0 16 2 5 3 20 0 15 0 107269890 11246329856 11570 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2745686 11570 2947 1 0 2708109 0
[pid=12247/tid=12300] ppid=12244 vsize=10982744 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 4348 12890 0 0 11 1 5 3 20 0 15 0 107269899 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676750245136 139676778458518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=10982744 memory=140490007139968 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=10982744 memory=140490007139968 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 107269901 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 107269902 11246329856 11570 33554432000 4194304 4196468 140730874190928 139675624793504 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269902 11246329856 11570 33554432000 4194304 4196468 140730874190928 139675423466992 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11246329856 11570 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 366 12890 0 0 1 0 5 3 20 0 15 0 107269904 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 246 12890 0 0 0 0 5 3 20 0 15 0 107269904 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=10982744 memory=140490007139968 CPUtime=0.11 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) R 12244 12247 8396 0 -1 4202560 612 12890 0 0 3 0 5 3 20 0 15 0 107269904 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676201167088 139676778467930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11246329856 11570 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=10982744 memory=140490007139968 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269905 11246329856 11570 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46280 KiB

[startup+0.310383 s]*
/proc/loadavg: 2.18 2.13 1.90 3/216 12313
/proc/meminfo: memFree=17543788/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=10983192 memory=56964 CPUtime=0.39 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 10292 12890 0 0 28 3 5 3 20 0 15 0 107269890 11246788608 14241 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2745798 14241 3066 1 0 2708109 0
[pid=12247/tid=12300] ppid=12244 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 6841 12890 0 0 20 1 5 3 20 0 15 0 107269899 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676750258592 139676762527070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=10983192 memory=5937803012634333265 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 107269901 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 107269902 11246788608 14241 33554432000 4194304 4196468 140730874190928 139675624793504 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269902 11246788608 14241 33554432000 4194304 4196468 140730874190928 139675423466992 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11246788608 14241 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 366 12890 0 0 1 0 5 3 20 0 15 0 107269904 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 253 12890 0 0 1 0 5 3 20 0 15 0 107269904 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 618 12890 0 0 4 0 5 3 20 0 15 0 107269904 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11246788608 14241 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269905 11246788608 14241 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56964 KiB

[startup+0.700845 s]
/proc/loadavg: 2.18 2.13 1.90 3/216 12313
/proc/meminfo: memFree=17533120/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=10983192 memory=89416 CPUtime=1 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 16414 12890 0 0 88 4 5 3 20 0 15 0 107269890 11246788608 22354 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2745798 22354 3247 1 0 2708109 0
[pid=12247/tid=12300] ppid=12244 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 11873 12890 0 0 56 2 5 3 20 0 15 0 107269899 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676750267408 139676778460447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 2 12890 0 0 0 0 5 3 20 0 15 0 107269900 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 107269901 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 13 12890 0 0 0 0 5 3 20 0 15 0 107269902 11246788608 22354 33554432000 4194304 4196468 140730874190928 139675624793504 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269902 11246788608 22354 33554432000 4194304 4196468 140730874190928 139675423466992 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11246788608 22354 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 730 12890 0 0 6 0 5 3 20 0 15 0 107269904 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 913 12890 0 0 10 0 5 3 20 0 15 0 107269904 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 673 12890 0 0 13 0 5 3 20 0 15 0 107269904 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11246788608 22354 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269905 11246788608 22354 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89416 KiB

[startup+1.50074 s]
/proc/loadavg: 2.32 2.16 1.91 3/216 12313
/proc/meminfo: memFree=17487568/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=10998092 memory=179844 CPUtime=2.34 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 23396 12890 0 0 216 10 5 3 20 0 15 0 107269890 11262046208 44961 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2749523 44961 3468 1 0 2711181 0
[pid=12247/tid=12300] ppid=12244 vsize=10998092 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 17194 12890 0 0 130 6 5 3 20 0 15 0 107269899 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676750277984 139676762527070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 187 12890 0 0 1 0 5 3 20 0 15 0 107269900 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 28 12890 0 0 1 0 5 3 20 0 15 0 107269900 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=10998092 memory=4051323354130624818 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 21 12890 0 0 1 0 5 3 20 0 15 0 107269900 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 60 12890 0 0 1 0 5 3 20 0 15 0 107269900 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 47 12890 0 0 1 0 5 3 20 0 15 0 107269901 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=10998092 memory=280979713370368 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 14 12890 0 0 0 0 5 3 20 0 15 0 107269902 11262046208 44961 33554432000 4194304 4196468 140730874190928 139675624793568 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269902 11262046208 44961 33554432000 4194304 4196468 140730874190928 139675423467008 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=10998092 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11262046208 44961 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=10998092 memory=5788 CPUtime=0.3 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 1216 12890 0 0 21 1 5 3 20 0 15 0 107269904 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=10998092 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 1081 12890 0 0 20 0 5 3 20 0 15 0 107269904 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=10998092 memory=12032 CPUtime=0.44 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 1346 12890 0 0 36 0 5 3 20 0 15 0 107269904 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=10998092 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11262046208 44961 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=10998092 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 1 12890 0 0 0 0 5 3 20 0 15 0 107269905 11262046208 44961 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10998092 KiB

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

/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 60417 12890 0 0 10147 24 5 3 20 0 15 0 107269899 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676750281136 139676331506740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=11080032 memory=13566020217053334 CPUtime=0.29 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 1586 12890 0 0 17 4 5 3 20 0 15 0 107269900 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=11080032 memory=7510432583741839257 CPUtime=0.3 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 2913 12890 0 0 18 4 5 3 20 0 15 0 107269900 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=11080032 memory=-7595754389018307680 CPUtime=0.3 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 897 12890 0 0 18 4 5 3 20 0 15 0 107269900 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=11080032 memory=-4059589565078923626 CPUtime=0.3 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 2877 12890 0 0 17 5 5 3 20 0 15 0 107269900 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=11080032 memory=8562125494162282060 CPUtime=0.25 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 8431 12890 0 0 15 2 5 3 20 0 15 0 107269901 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=11080032 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 17 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 263423 33554432000 4194304 4196468 140730874190928 139675624793632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=11080032 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 263423 33554432000 4194304 4196468 140730874190928 139675423467008 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=11080032 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11345952768 263423 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=11080032 memory=6944656592455359580 CPUtime=5.88 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 20584 12890 0 0 577 3 5 3 20 0 15 0 107269904 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=11080032 memory=4206186544037388384 CPUtime=5.67 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 15979 12890 0 0 556 3 5 3 20 0 15 0 107269904 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=11080032 memory=-7591204619952635796 CPUtime=2.3 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 15297 12890 0 0 218 4 5 3 20 0 15 0 107269904 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=11080032 memory=2532 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11345952768 263423 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=11080032 memory=4294967295 CPUtime=0.14 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 323 12890 0 0 3 3 5 3 20 0 15 0 107269905 11345952768 263423 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 116.59 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1053692 KiB

[startup+162.301 s]
/proc/loadavg: 1.61 1.95 1.87 3/215 12829
/proc/meminfo: memFree=17747600/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=11080032 memory=1055816 CPUtime=177.58 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 150058 12890 0 0 17687 63 5 3 20 0 15 0 107269890 11345952768 263954 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2770008 263954 3530 1 0 2731661 0
[pid=12247/tid=12300] ppid=12244 vsize=11080032 memory=288230596050944315 CPUtime=161.22 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 62991 12890 0 0 16088 26 5 3 20 0 15 0 107269899 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676750281936 139676330759502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=11080032 memory=14691911432671120 CPUtime=0.53 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 1702 12890 0 0 40 5 5 3 20 0 15 0 107269900 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=11080032 memory=30436 CPUtime=0.55 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 4653 12890 0 0 42 5 5 3 20 0 15 0 107269900 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=11080032 memory=1296 CPUtime=0.55 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1662 12890 0 0 42 5 5 3 20 0 15 0 107269900 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=11080032 memory=2412 CPUtime=0.55 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 3018 12890 0 0 41 6 5 3 20 0 15 0 107269900 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=11080032 memory=1724 CPUtime=0.47 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 9073 12890 0 0 36 3 5 3 20 0 15 0 107269901 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=11080032 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 17 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 263954 33554432000 4194304 4196468 140730874190928 139675624793632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=11080032 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 263954 33554432000 4194304 4196468 140730874190928 139675423467008 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=11080032 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11345952768 263954 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=11080032 memory=5788 CPUtime=6.03 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 23808 12890 0 0 591 4 5 3 20 0 15 0 107269904 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=11080032 memory=4616 CPUtime=5.79 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 20596 12890 0 0 568 3 5 3 20 0 15 0 107269904 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=11080032 memory=1408 CPUtime=2.36 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 19890 12890 0 0 224 4 5 3 20 0 15 0 107269904 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=11080032 memory=3040 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11345952768 263954 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=11080032 memory=7090988413287425906 CPUtime=0.17 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 443 12890 0 0 4 5 5 3 20 0 15 0 107269905 11345952768 263954 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 177.58 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1055816 KiB

[startup+222.301 s]
/proc/loadavg: 1.67 1.90 1.86 3/215 12830
/proc/meminfo: memFree=15505076/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=11080032 memory=1055904 CPUtime=238.65 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 162958 12890 0 0 23785 72 5 3 20 0 15 0 107269890 11345952768 263976 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2770008 263976 3530 1 0 2731661 0
[pid=12247/tid=12300] ppid=12244 vsize=11080032 memory=1428 CPUtime=220.61 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 65270 12890 0 0 22026 27 5 3 20 0 15 0 107269899 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676750281232 139676331506740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=11080032 memory=33 CPUtime=0.8 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 2911 12890 0 0 66 6 5 3 20 0 15 0 107269900 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=11080032 memory=6791534058613427641 CPUtime=0.83 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 4691 12890 0 0 69 6 5 3 20 0 15 0 107269900 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=11080032 memory=288230596050944315 CPUtime=0.83 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1828 12890 0 0 69 6 5 3 20 0 15 0 107269900 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=11080032 memory=14691911432671120 CPUtime=0.82 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 3653 12890 0 0 67 7 5 3 20 0 15 0 107269900 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=11080032 memory=7392 CPUtime=0.73 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 9430 12890 0 0 61 4 5 3 20 0 15 0 107269901 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=11080032 memory=840 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 17 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 263976 33554432000 4194304 4196468 140730874190928 139675624793632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=11080032 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 263976 33554432000 4194304 4196468 140730874190928 139675423467008 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=11080032 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11345952768 263976 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=11080032 memory=3848 CPUtime=6.13 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 25800 12890 0 0 601 4 5 3 20 0 15 0 107269904 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=11080032 memory=4104 CPUtime=5.89 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 22943 12890 0 0 578 3 5 3 20 0 15 0 107269904 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=11080032 memory=1796 CPUtime=2.42 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 23737 12890 0 0 230 4 5 3 20 0 15 0 107269904 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=11080032 memory=6297838035405723492 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11345952768 263976 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=11080032 memory=8027477681084322410 CPUtime=0.21 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 473 12890 0 0 6 7 5 3 20 0 15 0 107269905 11345952768 263976 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 238.65 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1055904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.501 s]
/proc/loadavg: 1.65 1.89 1.85 3/215 12830
/proc/meminfo: memFree=15281100/32770624 swapFree=67108860/67108860
[pid=12247] ppid=12244 vsize=11080032 memory=1057952 CPUtime=252.07 cores=0,2,4,6
/proc/12247/stat : 12247 (java) S 12244 12247 8396 0 -1 1077944320 163129 12890 0 0 25126 73 5 3 20 0 15 0 107269890 11345952768 264488 33554432000 4194304 4196468 140730874190928 140730874173472 139676778446583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
/proc/12247/statm: 2770008 264488 3530 1 0 2731661 0
[pid=12247/tid=12300] ppid=12244 vsize=11080032 memory=18484 CPUtime=233.66 cores=0,2,4,6
/proc/12247/task/12300/stat : 12300 (java) R 12244 12247 8396 0 -1 4202560 65384 12890 0 0 23331 27 5 3 20 0 15 0 107269899 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676750281328 139676317416038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12301] ppid=12244 vsize=11080032 memory=6791534058613427641 CPUtime=0.87 cores=0,2,4,6
/proc/12247/task/12301/stat : 12301 (java) S 12244 12247 8396 0 -1 1077944384 2915 12890 0 0 73 6 5 3 20 0 15 0 107269900 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676782688528 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12302] ppid=12244 vsize=11080032 memory=1008 CPUtime=0.89 cores=0,2,4,6
/proc/12247/task/12302/stat : 12302 (java) S 12244 12247 8396 0 -1 1077944384 4695 12890 0 0 75 6 5 3 20 0 15 0 107269900 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676637407632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12303] ppid=12244 vsize=11080032 memory=792 CPUtime=0.9 cores=0,2,4,6
/proc/12247/task/12303/stat : 12303 (java) S 12244 12247 8396 0 -1 1077944384 1829 12890 0 0 75 7 5 3 20 0 15 0 107269900 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676636355088 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12304] ppid=12244 vsize=11080032 memory=1716 CPUtime=0.88 cores=0,2,4,6
/proc/12247/task/12304/stat : 12304 (java) S 12244 12247 8396 0 -1 1077944384 3656 12890 0 0 73 7 5 3 20 0 15 0 107269900 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676635302544 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12305] ppid=12244 vsize=11080032 memory=1952 CPUtime=0.78 cores=0,2,4,6
/proc/12247/task/12305/stat : 12305 (java) S 12244 12247 8396 0 -1 1077944384 9431 12890 0 0 66 4 5 3 20 0 15 0 107269901 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676204325360 139676778457730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12306] ppid=12244 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12306/stat : 12306 (java) S 12244 12247 8396 0 -1 1077944384 17 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 264488 33554432000 4194304 4196468 140730874190928 139675624793632 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12307] ppid=12244 vsize=11080032 memory=30436 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12307/stat : 12307 (java) S 12244 12247 8396 0 -1 1077944384 5 12890 0 0 0 0 5 3 20 0 15 0 107269902 11345952768 264488 33554432000 4194304 4196468 140730874190928 139675423467008 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12308] ppid=12244 vsize=11080032 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12308/stat : 12308 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269904 11345952768 264488 33554432000 4194304 4196468 140730874190928 139675116067536 139676778465179 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12309] ppid=12244 vsize=11080032 memory=2412 CPUtime=6.14 cores=0,2,4,6
/proc/12247/task/12309/stat : 12309 (java) S 12244 12247 8396 0 -1 1077944384 25824 12890 0 0 602 4 5 3 20 0 15 0 107269904 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676203272176 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12310] ppid=12244 vsize=11080032 memory=1724 CPUtime=5.91 cores=0,2,4,6
/proc/12247/task/12310/stat : 12310 (java) S 12244 12247 8396 0 -1 1077944384 22950 12890 0 0 580 3 5 3 20 0 15 0 107269904 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676202219632 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12311] ppid=12244 vsize=11080032 memory=1228 CPUtime=2.43 cores=0,2,4,6
/proc/12247/task/12311/stat : 12311 (java) S 12244 12247 8396 0 -1 1077944384 23750 12890 0 0 231 4 5 3 20 0 15 0 107269904 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676201167088 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12312] ppid=12244 vsize=11080032 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/12247/task/12312/stat : 12312 (java) S 12244 12247 8396 0 -1 1077944384 3 12890 0 0 0 0 5 3 20 0 15 0 107269905 11345952768 264488 33554432000 4194304 4196468 140730874190928 139674685270624 139676778456789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
[pid=12247/tid=12313] ppid=12244 vsize=11080032 memory=1196 CPUtime=0.21 cores=0,2,4,6
/proc/12247/task/12313/stat : 12313 (java) S 12244 12247 8396 0 -1 1077944384 473 12890 0 0 6 7 5 3 20 0 15 0 107269905 11345952768 264488 33554432000 4194304 4196468 140730874190928 139676200114992 139676778457730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24334336 140730874194537 140730874197345 140730874197345 140730874200015 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1057952 KiB

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

[startup+235.536 s]
# the end of solver process 12247 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.333 s, system=0.784818 s

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

Child status: 143
Real time (s): 235.536
CPU time (s): 252.118
CPU user time (s): 251.333
CPU system time (s): 0.784818
CPU usage (%): 107.04
Max. virtual memory (cumulated for all children) (KiB): 11082864
Max. memory (cumulated for all children) (KiB): 1100400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.333
system time used= 0.784818
maximum resident set size= 1101456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27652
involuntary context switches= 1069


# summary of solver processes directly reported to runsolver:
#   pid: 12247
#   total CPU time (s): 252.118
#   total CPU user time (s): 251.333
#   total CPU system time (s): 0.784818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6285 second user time and 2.04784 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:44:27
IDJOB=4302736
IDBENCH=141321
IDSOLVER=2777
FILE ID=node103/4302736-1532897067
RUNJOBID= node103-1532895438-9921
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302736-1532897067/watcher-4302736-1532897067 -o /tmp/evaluation-result-4302736-1532897067/solver-4302736-1532897067 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9921 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=140880170 -superng HOME/instance-4302736-1532897067.xml

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

MD5SUM BENCH= 7375a72c51daab431b80fe15fe0b37d4
RANDOM SEED=140880170

node103.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.48
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.48
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.48
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.48
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:        17587152 kB
MemAvailable:   29179236 kB
Buffers:          310468 kB
Cached:         11468932 kB
SwapCached:            0 kB
Active:          6624116 kB
Inactive:        7956620 kB
Active(anon):    2803728 kB
Inactive(anon):    25184 kB
Active(file):    3820388 kB
Inactive(file):  7931436 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26600 kB
Writeback:             4 kB
AnonPages:       2808092 kB
Mapped:            58164 kB
Shmem:             25228 kB
Slab:             296964 kB
SReclaimable:     268720 kB
SUnreclaim:        28244 kB
KernelStack:        3664 kB
PageTables:        10768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3692984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2586624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:48:23