Trace number 4396530

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.2SAT (TO)65 2400.07 2376.65

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-9.xml
MD5SUM01e24d77724351f9fbbc9dc0447b7ef7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark75.5771
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":15},{"size":5,"count":6},{"size":6,"count":4},{"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.78/0.56	c Concrete v3.12.2.1568380929293 running
36.76/26.04	o -5967
36.89/26.18	o -5952
37.08/26.24	o -5948
37.26/26.34	o -5947
39.80/28.41	o -4959
39.92/28.52	o -4958
42.17/30.64	o -3966
43.89/32.27	o -3963
43.99/32.32	o -3962
43.99/32.37	o -3956
44.10/32.49	o -3950
44.31/32.68	o -3946
45.03/33.35	o -3944
46.35/34.66	o -3941
50.18/38.42	o -3938
62.06/49.86	o -3936
367.22/353.62	o -2947
448.86/435.17	o -1992
448.95/435.22	o -1985
449.36/435.60	o -1978
449.36/435.62	o -1976
450.36/436.62	o -1970
450.66/436.92	o -1969
450.97/437.23	o -1953
478.60/464.72	o -1950
478.60/464.77	o -1945
493.61/479.73	o -1941
599.98/586.01	o -1940
601.98/587.99	o -1936
602.19/588.18	o -1934
608.20/594.11	o -1930
630.14/616.03	o -1928
636.64/622.56	o -1927
636.74/622.61	o -1926
657.49/643.32	o -1925
657.99/643.81	o -1922
693.06/678.72	o -1921
1330.97/1313.56	o -931
1506.51/1488.08	o -927
1948.00/1927.19	o 28
1948.09/1927.20	o 31
1956.38/1935.41	o 33
1956.48/1935.52	o 42
1956.48/1935.59	o 56
1972.89/1951.87	o 59
2052.23/2030.70	o 64
2259.51/2236.85	o 65
2400.00/2376.63	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2376.63		at concrete.MAC.mac(MAC.scala:192)
2400.00/2376.63		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2376.63		at scala.util.Try$.apply(Try.scala:212)
2400.00/2376.63		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2376.63		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2376.63		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2376.63		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2376.63		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2376.63		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2376.63		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2376.63		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2376.63		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2376.63		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2376.63		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2376.63		at scala.util.Success.map(Try.scala:264)
2400.00/2376.63		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2376.63		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2376.63		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2376.63		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2376.63		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2376.63		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2376.63		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2376.63		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2376.63		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2376.63		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2376.63		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2376.63		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2376.63		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2376.63		at scala.App.main(App.scala:75)
2400.00/2376.63		at scala.App.main$(App.scala:73)
2400.00/2376.63		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2376.63		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2376.64	v <instantiation
2400.00/2376.64	v         cost = '65'>
2400.00/2376.64	v       <list>
2400.00/2376.64	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.00/2376.64	v       </list>
2400.00/2376.64	v       <values>
2400.00/2376.64	v         1 6 -1 4 9 0 7 8 3 14 5 16 11 18 13 10 15 12 23 -1 -1 -1 17 22 -1 0 1 -1 5 6 19 2 3 4 7 18 15 14 9 8 17 16 13 10 -1 -1 -1 12 11 -1 1 1 0 8 -4 5 8 6 6 7 -2 4 4 6 4 0 2 4 -2 0 0 0 0 7 0
2400.00/2376.64	v       </values>
2400.00/2376.64	v     </instantiation>
2400.00/2376.64	s SATISFIABLE

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396530-1568401237/watcher-4396530-1568401237 -o /tmp/evaluation-result-4396530-1568401237/solver-4396530-1568401237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1953484614 HOME/instance-4396530-1568401237.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=16696, runsolver pid=16692
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 0.41 0.67 0.90 3/201 16805
/proc/meminfo: memFree=26721664/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=9972712 memory=14648 CPUtime=0.09 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 4422 13273 0 0 1 0 5 3 20 0 6 0 416038599 10212057088 3662 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2493178 3662 1933 1 0 2481616 0
[pid=16696/tid=16805] ppid=16692 vsize=9972712 memory=7822038051842263955 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 2227 13273 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3662 33554432000 4194304 4196468 140725540102752 140346015859280 140346029705045 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3662 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=9972712 memory=140024787347072 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3662 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3662 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3662 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14648 KiB

[startup+0.210194 s]*
/proc/loadavg: 0.41 0.67 0.90 4/227 16831
/proc/meminfo: memFree=26673904/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10819664 memory=42056 CPUtime=0.26 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 7316 13273 0 0 16 2 5 3 20 0 15 0 416038599 11079335936 10514 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2704916 10514 3171 1 0 2667149 0
[pid=16696/tid=16805] ppid=16692 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 3798 13273 0 0 10 1 5 3 20 0 15 0 416038609 11079335936 10514 33554432000 4194304 4196468 140725540102752 140346015812512 140346028103006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10819664 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 10514 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10819664 memory=288370400939058816 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10819664 memory=140024787347072 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038611 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 33 13273 0 0 0 0 5 3 20 0 15 0 416038611 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345502315552 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038611 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345371255664 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11079335936 10514 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 499 13273 0 0 1 0 5 3 20 0 15 0 416038614 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 154 13273 0 0 0 0 5 3 20 0 15 0 416038614 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10819664 memory=140024787347072 CPUtime=0.11 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 607 13273 0 0 3 0 5 3 20 0 15 0 416038614 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11079335936 10514 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10819664 memory=140024787347072 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038615 11079335936 10514 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42056 KiB

[startup+0.310352 s]*
/proc/loadavg: 0.41 0.67 0.90 4/227 16831
/proc/meminfo: memFree=26646960/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10820148 memory=53196 CPUtime=0.4 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 11011 13273 0 0 28 4 5 3 20 0 15 0 416038599 11079831552 13299 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2705037 13299 3303 1 0 2667149 0
[pid=16696/tid=16805] ppid=16692 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 7473 13273 0 0 18 3 5 3 20 0 15 0 416038609 11079831552 13299 33554432000 4194304 4196468 140725540102752 140346015835840 140346044044445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 13299 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038611 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 33 13273 0 0 0 0 5 3 20 0 15 0 416038611 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345502315552 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038611 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345371255664 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11079831552 13299 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 500 13273 0 0 2 0 5 3 20 0 15 0 416038614 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 164 13273 0 0 1 0 5 3 20 0 15 0 416038614 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 616 13273 0 0 5 0 5 3 20 0 15 0 416038614 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11079831552 13299 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038615 11079831552 13299 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53196 KiB

[startup+0.703199 s]
/proc/loadavg: 0.41 0.67 0.90 3/227 16831
/proc/meminfo: memFree=26620780/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10824360 memory=85508 CPUtime=1.11 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 15075 13273 0 0 97 6 5 3 20 0 15 0 416038599 11084144640 21377 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2706090 21377 3505 1 0 2668173 0
[pid=16696/tid=16805] ppid=16692 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 10365 13273 0 0 54 4 5 3 20 0 15 0 416038609 11084144640 21377 33554432000 4194304 4196468 140725540102752 140346015838432 140346023553749 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10824360 memory=8458433173656909621 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 21377 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10824360 memory=4640204508266714475 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10824360 memory=5788930165031592000 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10824360 memory=140024787345937 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 5 13273 0 0 0 0 5 3 20 0 15 0 416038611 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 33 13273 0 0 0 0 5 3 20 0 15 0 416038611 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345502315552 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038611 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345371255664 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11084144640 21377 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 948 13273 0 0 13 0 5 3 20 0 15 0 416038614 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 745 13273 0 0 11 0 5 3 20 0 15 0 416038614 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 755 13273 0 0 17 0 5 3 20 0 15 0 416038614 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11084144640 21377 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038615 11084144640 21377 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85508 KiB

[startup+1.50073 s]
/proc/loadavg: 0.69 0.73 0.92 8/227 16831
/proc/meminfo: memFree=26499892/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10834676 memory=227396 CPUtime=2.83 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 23313 13273 0 0 264 11 5 3 20 0 15 0 416038599 11094708224 56849 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2708669 56849 3590 1 0 2670733 0
[pid=16696/tid=16805] ppid=16692 vsize=10834676 memory=1620 CPUtime=1.43 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 15455 13273 0 0 128 7 5 3 20 0 15 0 416038609 11094708224 56849 33554432000 4194304 4196468 140725540102752 140346015853712 140346028103006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 111 13273 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 56849 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10834676 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 73 13273 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10834676 memory=7976406965554101975 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 21 13273 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 292 13273 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10834676 memory=7230341642340415040 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 881 13273 0 0 1 0 5 3 20 0 15 0 416038611 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10834676 memory=7018124791326728256 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 34 13273 0 0 0 0 5 3 20 0 15 0 416038611 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345502315552 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10834676 memory=7813578577347570538 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038611 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345371255664 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10834676 memory=7007715736170356817 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11094708224 56849 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10834676 memory=280049316008800 CPUtime=0.55 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 1624 13273 0 0 47 0 5 3 20 0 15 0 416038614 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10834676 memory=10748 CPUtime=0.5 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 1285 13273 0 0 42 0 5 3 20 0 15 0 416038614 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10834676 memory=24210 CPUtime=0.45 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) R 16692 16696 16639 0 -1 4202560 1320 13273 0 0 37 0 5 3 20 0 15 0 416038614 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345466653296 140346022512192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11094708224 56849 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1 13273 0 0 0 0 5 3 20 0 15 0 416038615 11094708224 56849 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10834676 KiB

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

/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 98325 13273 0 0 219713 47 5 3 20 0 15 0 416038609 11109408768 448979 33554432000 4194304 4196468 140725540102752 140346015857616 140345663389722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10849032 memory=1795888 CPUtime=2.81 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 15651 13273 0 0 258 15 5 3 20 0 15 0 416038609 11109408768 448979 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10849032 memory=1795916 CPUtime=2.79 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 25837 13273 0 0 254 17 5 3 20 0 15 0 416038609 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10849032 memory=668 CPUtime=2.78 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 23161 13273 0 0 255 15 5 3 20 0 15 0 416038609 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10849032 memory=1795888 CPUtime=2.78 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 14888 13273 0 0 255 15 5 3 20 0 15 0 416038609 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10849032 memory=1795916 CPUtime=1.69 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 17058 13273 0 0 150 11 5 3 20 0 15 0 416038611 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10849032 memory=1795916 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 53 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345502315680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10849032 memory=1795916 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 36 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345371255680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10849032 memory=1795916 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 448979 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10849032 memory=1795888 CPUtime=5.63 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 36982 13273 0 0 551 4 5 3 20 0 15 0 416038614 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10849032 memory=1795888 CPUtime=5.92 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 36036 13273 0 0 580 4 5 3 20 0 15 0 416038614 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10849032 memory=1795888 CPUtime=2.19 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 33429 13273 0 0 205 6 5 3 20 0 15 0 416038614 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10849032 memory=280049316362240 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 448979 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10849032 memory=1414351094373861289 CPUtime=1.18 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1655 13273 0 0 54 56 5 3 20 0 15 0 416038615 11109408768 448979 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 2224.83 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1795916 KiB

[startup+2262.3 s]
/proc/loadavg: 1.33 1.36 1.39 3/227 17448
/proc/meminfo: memFree=24320500/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10849032 memory=1795952 CPUtime=2285.14 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 307970 13273 0 0 228328 178 5 3 20 0 15 0 416038599 11109408768 448988 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2712258 448988 3630 1 0 2674317 0
[pid=16696/tid=16805] ppid=16692 vsize=10849032 memory=1795952 CPUtime=2257.51 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 99517 13273 0 0 225696 47 5 3 20 0 15 0 416038609 11109408768 448988 33554432000 4194304 4196468 140725540102752 140346015858384 140345663389421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10849032 memory=1795952 CPUtime=2.91 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 15929 13273 0 0 268 15 5 3 20 0 15 0 416038609 11109408768 448988 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10849032 memory=1795952 CPUtime=2.89 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 26143 13273 0 0 263 18 5 3 20 0 15 0 416038609 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10849032 memory=1795952 CPUtime=2.88 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 23215 13273 0 0 264 16 5 3 20 0 15 0 416038609 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10849032 memory=0 CPUtime=2.88 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 15203 13273 0 0 265 15 5 3 20 0 15 0 416038609 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10849032 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 17255 13273 0 0 156 12 5 3 20 0 15 0 416038611 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10849032 memory=1795952 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 53 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345502315680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10849032 memory=1795952 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 36 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345371255680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10849032 memory=1795952 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 448988 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10849032 memory=3504 CPUtime=5.63 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 36986 13273 0 0 551 4 5 3 20 0 15 0 416038614 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10849032 memory=0 CPUtime=5.92 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 36040 13273 0 0 580 4 5 3 20 0 15 0 416038614 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10849032 memory=7003444180457123172 CPUtime=2.19 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 33684 13273 0 0 205 6 5 3 20 0 15 0 416038614 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10849032 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 448988 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10849032 memory=4872558044660077418 CPUtime=1.2 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1695 13273 0 0 54 58 5 3 20 0 15 0 416038615 11109408768 448988 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 2285.14 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1795952 KiB

[startup+2322.3 s]
/proc/loadavg: 1.49 1.39 1.40 3/227 17452
/proc/meminfo: memFree=24317836/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10849032 memory=1795988 CPUtime=2345.4 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 310395 13273 0 0 234352 180 5 3 20 0 15 0 416038599 11109408768 448997 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2712258 448997 3630 1 0 2674317 0
[pid=16696/tid=16805] ppid=16692 vsize=10849032 memory=1795988 CPUtime=2317.36 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 100463 13273 0 0 231681 47 5 3 20 0 15 0 416038609 11109408768 448997 33554432000 4194304 4196468 140725540102752 140346015858368 140345663396408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10849032 memory=1795988 CPUtime=2.99 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 16139 13273 0 0 276 15 5 3 20 0 15 0 416038609 11109408768 448997 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10849032 memory=1795980 CPUtime=2.97 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 26241 13273 0 0 271 18 5 3 20 0 15 0 416038609 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10849032 memory=1795988 CPUtime=2.96 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 23582 13273 0 0 272 16 5 3 20 0 15 0 416038609 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10849032 memory=1795988 CPUtime=2.96 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 15755 13273 0 0 273 15 5 3 20 0 15 0 416038609 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10849032 memory=1795988 CPUtime=1.81 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 17452 13273 0 0 161 12 5 3 20 0 15 0 416038611 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10849032 memory=1795988 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 53 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345502315680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10849032 memory=1795988 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 36 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345371255680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10849032 memory=1795988 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 448997 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10849032 memory=1795988 CPUtime=5.63 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 36990 13273 0 0 551 4 5 3 20 0 15 0 416038614 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10849032 memory=1795988 CPUtime=5.92 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 36044 13273 0 0 580 4 5 3 20 0 15 0 416038614 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10849032 memory=1795988 CPUtime=2.19 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 33688 13273 0 0 205 6 5 3 20 0 15 0 416038614 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10849032 memory=1795988 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 448997 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10849032 memory=924 CPUtime=1.23 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1738 13273 0 0 56 59 5 3 20 0 15 0 416038615 11109408768 448997 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 2345.4 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1795988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.6 s]
/proc/loadavg: 1.25 1.34 1.39 3/227 17456
/proc/meminfo: memFree=24316040/32770624 swapFree=66939840/67108860
[pid=16696] ppid=16692 vsize=10849032 memory=1798080 CPUtime=2400 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16692 16696 16639 0 -1 1077944320 312671 13273 0 0 239810 182 5 3 20 0 15 0 416038599 11109408768 449520 33554432000 4194304 4196468 140725540102752 140725540085296 140346044022519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
/proc/16696/statm: 2712258 449520 3630 1 0 2674317 0
[pid=16696/tid=16805] ppid=16692 vsize=10849032 memory=111636 CPUtime=2371.51 cores=1,3,5,7
/proc/16696/task/16805/stat : 16805 (java) R 16692 16696 16639 0 -1 4202560 101269 13273 0 0 237096 47 5 3 20 0 15 0 416038609 11109408768 449520 33554432000 4194304 4196468 140725540102752 140346015857984 140345663387010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16807] ppid=16692 vsize=10849032 memory=808 CPUtime=3.08 cores=1,3,5,7
/proc/16696/task/16807/stat : 16807 (java) S 16692 16696 16639 0 -1 1077944384 16439 13273 0 0 285 15 5 3 20 0 15 0 416038609 11109408768 449520 33554432000 4194304 4196468 140725540102752 140346048265360 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16808] ppid=16692 vsize=10849032 memory=1804 CPUtime=3.06 cores=1,3,5,7
/proc/16696/task/16808/stat : 16808 (java) S 16692 16696 16639 0 -1 1077944384 26355 13273 0 0 280 18 5 3 20 0 15 0 416038609 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345617263632 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16810] ppid=16692 vsize=10849032 memory=920 CPUtime=3.05 cores=1,3,5,7
/proc/16696/task/16810/stat : 16810 (java) S 16692 16696 16639 0 -1 1077944384 24080 13273 0 0 281 16 5 3 20 0 15 0 416038609 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345616210832 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16812] ppid=16692 vsize=10849032 memory=3848 CPUtime=3.05 cores=1,3,5,7
/proc/16696/task/16812/stat : 16812 (java) S 16692 16696 16639 0 -1 1077944384 15836 13273 0 0 281 16 5 3 20 0 15 0 416038609 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345615158032 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16814] ppid=16692 vsize=10849032 memory=2608 CPUtime=1.86 cores=1,3,5,7
/proc/16696/task/16814/stat : 16814 (java) S 16692 16696 16639 0 -1 1077944384 17573 13273 0 0 166 12 5 3 20 0 15 0 416038611 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345503369584 140346044033666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16816] ppid=16692 vsize=10849032 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16816/stat : 16816 (java) S 16692 16696 16639 0 -1 1077944384 53 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345502315680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16818] ppid=16692 vsize=10849032 memory=40100 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16818/stat : 16818 (java) S 16692 16696 16639 0 -1 1077944384 36 13273 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345371255680 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16820] ppid=16692 vsize=10849032 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16820/stat : 16820 (java) S 16692 16696 16639 0 -1 1077944384 2 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 449520 33554432000 4194304 4196468 140725540102752 140344767276880 140346044041115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16821] ppid=16692 vsize=10849032 memory=2008 CPUtime=5.64 cores=1,3,5,7
/proc/16696/task/16821/stat : 16821 (java) S 16692 16696 16639 0 -1 1077944384 37326 13273 0 0 552 4 5 3 20 0 15 0 416038614 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345468758896 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16822] ppid=16692 vsize=10849032 memory=1436 CPUtime=5.92 cores=1,3,5,7
/proc/16696/task/16822/stat : 16822 (java) S 16692 16696 16639 0 -1 1077944384 36046 13273 0 0 580 4 5 3 20 0 15 0 416038614 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345467706096 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16823] ppid=16692 vsize=10849032 memory=4164 CPUtime=2.19 cores=1,3,5,7
/proc/16696/task/16823/stat : 16823 (java) S 16692 16696 16639 0 -1 1077944384 33690 13273 0 0 205 6 5 3 20 0 15 0 416038614 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345466653296 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16828] ppid=16692 vsize=10849032 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16828/stat : 16828 (java) S 16692 16696 16639 0 -1 1077944384 3 13273 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 449520 33554432000 4194304 4196468 140725540102752 140344297515744 140346044032725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
[pid=16696/tid=16830] ppid=16692 vsize=10849032 memory=290763849282617370 CPUtime=1.25 cores=1,3,5,7
/proc/16696/task/16830/stat : 16830 (java) S 16692 16696 16639 0 -1 1077944384 1754 13273 0 0 57 60 5 3 20 0 15 0 416038615 11109408768 449520 33554432000 4194304 4196468 140725540102752 140345465600688 140346044033666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25137152 140725540104943 140725540107461 140725540107461 140725540110287 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1798080 KiB

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

[startup+2376.65 s]
# the end of solver process 16696 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.2 s, system=1.87094 s

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

Child status: 143
Real time (s): 2376.65
CPU time (s): 2400.07
CPU user time (s): 2398.2
CPU system time (s): 1.87094
CPU usage (%): 100.985
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2009540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.2
system time used= 1.87094
maximum resident set size= 2011588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94999
involuntary context switches= 1529


# summary of solver processes directly reported to runsolver:
#   pid: 16696
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.2
#   total CPU system time (s): 1.87094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0976 second user time and 21.487 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 20:59:57
IDJOB=4396530
IDBENCH=128013
IDSOLVER=2847
FILE ID=node119/4396530-1568401237
RUNJOBID= node119-1568401197-16671
PBS_JOBID= 21701879
Free space on /tmp= 61504 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396530-1568401237/watcher-4396530-1568401237 -o /tmp/evaluation-result-4396530-1568401237/solver-4396530-1568401237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16671 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1953484614 HOME/instance-4396530-1568401237.xml

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

MD5SUM BENCH= 01e24d77724351f9fbbc9dc0447b7ef7
RANDOM SEED=1953484614

node119.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.47
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.47
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.47
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.47
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:        26728660 kB
MemAvailable:   31824020 kB
Buffers:          193900 kB
Cached:          5168728 kB
SwapCached:        61108 kB
Active:          1908632 kB
Inactive:        3517460 kB
Active(anon):       2888 kB
Inactive(anon):   102440 kB
Active(file):    1905744 kB
Inactive(file):  3415020 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             71924 kB
Writeback:             8 kB
AnonPages:        111864 kB
Mapped:            44184 kB
Shmem:             32816 kB
Slab:             210712 kB
SReclaimable:     180864 kB
SUnreclaim:        29848 kB
KernelStack:        3328 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 21:39:34