Trace number 4396237

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)-898 2520.13 2497.95

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-1.xml
MD5SUM105bb238691d484e064b3a25c3dae36e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark50.1381
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":8},{"size":5,"count":14},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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.75/0.56	c Concrete v3.12.2.1568380929293 running
40.10/27.60	o -10948
40.37/27.74	o -10943
40.50/27.86	o -9938
40.83/28.16	o -8941
43.35/30.51	o -8940
43.35/30.53	o -8938
46.27/33.35	o -8936
47.60/34.69	o -7946
47.71/34.75	o -7945
48.22/35.29	o -7944
49.28/36.21	o -6943
49.28/36.22	o -6939
49.28/36.28	o -6937
114.41/100.41	o -6926
137.85/123.55	o -5927
139.69/125.39	o -5924
140.20/125.85	o -4929
173.50/158.99	o -4919
174.21/159.68	o -4914
175.11/160.58	o -3912
175.63/161.07	o -2913
178.93/164.38	o -2912
179.03/164.47	o -2911
189.52/174.80	o -2910
604.99/590.00	o -2905
1102.01/1086.10	o -2897
1554.70/1536.98	o -2893
1560.86/1543.10	o -1900
1560.96/1543.16	o -1898
1561.05/1543.26	o -1894
2272.70/2251.58	o -1893
2432.14/2410.47	o -898
2520.06/2497.92	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2497.92		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2497.92		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2497.92		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2497.92		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2497.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2497.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2497.92		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2497.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2497.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2497.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2497.92		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2497.92		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2497.92		at scala.Option.map(Option.scala:243)
2520.06/2497.92		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2497.92		at concrete.MAC.mac(MAC.scala:216)
2520.06/2497.92		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2497.92		at scala.util.Try$.apply(Try.scala:212)
2520.06/2497.92		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2497.92		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2497.92		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2497.92		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2497.92		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2497.92		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2497.92		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2497.92		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2497.92		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2497.92		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2497.92		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2497.92		at scala.util.Success.map(Try.scala:264)
2520.06/2497.92		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2497.92		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2497.92		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2497.92		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2497.92		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2497.92		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2497.92		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2497.92		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2497.92		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2497.92		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2497.92		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2497.92		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2497.92		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2497.92		at scala.App.main(App.scala:75)
2520.06/2497.92		at scala.App.main$(App.scala:73)
2520.06/2497.92		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2497.92		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2497.92	v <instantiation
2520.06/2497.92	v         cost = '-898'>
2520.06/2497.92	v       <list>
2520.06/2497.92	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] 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] 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]
2520.06/2497.92	v       </list>
2520.06/2497.92	v       <values>
2520.06/2497.92	v         23 0 8 2 3 4 -1 1 7 10 16 5 -1 14 15 9 17 11 -1 13 19 20 21 22 0 20 17 16 15 14 -1 19 18 9 10 13 -1 6 7 8 11 12 -1 5 4 3 2 1 -1000 6 5 3 -1 8 0 5 7 0 7 7 0 8 8 5 7 6 0 6 6 -4 7 6
2520.06/2497.92	v       </values>
2520.06/2497.92	v     </instantiation>
2520.06/2497.92	s SATISFIABLE

Verifier Data

OK	-898

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396237-1568401476/watcher-4396237-1568401476 -o /tmp/evaluation-result-4396237-1568401476/solver-4396237-1568401476 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1205319357 HOME/instance-4396237-1568401476.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22199, runsolver pid=22194
Current StackSize limit: 8192 KiB


[startup+0.100926 s]*
/proc/loadavg: 0.67 0.73 0.98 3/208 22314
/proc/meminfo: memFree=27068136/32770624 swapFree=67020672/67108860
[pid=22199] ppid=22194 vsize=9972712 memory=18956 CPUtime=0.08 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 4474 13372 0 0 1 0 5 2 20 0 6 0 416420208 10212057088 4739 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2493178 4739 1935 1 0 2481616 0
[pid=22199/tid=22307] ppid=22194 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 2276 13372 0 0 1 0 5 2 20 0 6 0 416420217 10212057088 4739 33554432000 4194304 4196468 140737067872800 139697148351056 139697161637232 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 416420218 10212057088 4739 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=9972712 memory=140117086684800 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 416420218 10212057088 4739 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 6 0 416420218 10212057088 4739 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 6 0 416420218 10212057088 4739 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18956 KiB

[startup+0.21037 s]*
/proc/loadavg: 0.67 0.73 0.98 4/228 22334
/proc/meminfo: memFree=27029724/32770624 swapFree=67020672/67108860
[pid=22199] ppid=22194 vsize=10819664 memory=38888 CPUtime=0.25 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 7076 13372 0 0 17 1 5 2 20 0 15 0 416420208 11079335936 9722 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2704916 9722 3164 1 0 2667149 0
[pid=22199/tid=22307] ppid=22194 vsize=10819664 memory=-5504934085814682416 CPUtime=0.18 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 3552 13372 0 0 10 1 5 2 20 0 15 0 416420217 11079335936 9722 33554432000 4194304 4196468 140737067872800 139697148346832 139697162582414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079335936 9722 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10819664 memory=140117086684800 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079335936 9722 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079335936 9722 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079335936 9722 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10819664 memory=140117086684800 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416420219 11079335936 9722 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416420220 11079335936 9722 33554432000 4194304 4196468 140737067872800 139696092997024 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420220 11079335936 10234 33554432000 4194304 4196468 140737067872800 139695958779376 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079335936 10234 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 599 13372 0 0 1 0 5 2 20 0 15 0 416420223 11079335936 10234 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 66 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079335936 10234 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10819664 memory=140117086684800 CPUtime=0.1 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) R 22194 22199 22142 0 -1 4202560 623 13372 0 0 3 0 5 2 20 0 15 0 416420223 11079335936 10234 33554432000 4194304 4196468 140737067872800 139696700008688 139697155648791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079335936 10234 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10819664 memory=140117086684800 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079335936 10234 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38888 KiB

[startup+0.31039 s]*
/proc/loadavg: 0.67 0.73 0.98 5/228 22334
/proc/meminfo: memFree=27004132/32770624 swapFree=67020672/67108860
[pid=22199] ppid=22194 vsize=10820148 memory=50272 CPUtime=0.4 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 10792 13372 0 0 30 3 5 2 20 0 15 0 416420208 11079831552 12568 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2705037 12568 3316 1 0 2667149 0
[pid=22199/tid=22307] ppid=22194 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 7240 13372 0 0 19 2 5 2 20 0 15 0 416420217 11079831552 12633 33554432000 4194304 4196468 140737067872800 139697148314208 139697159013360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10820148 memory=8025788835569559914 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079831552 12633 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10820148 memory=5787233549803348032 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079831552 12633 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10820148 memory=7649539514166364354 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416420218 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416420219 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416420220 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696092997024 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420220 11079831552 12633 33554432000 4194304 4196468 140737067872800 139695958779376 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079831552 12633 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) R 22194 22199 22142 0 -1 1077944384 599 13372 0 0 2 0 5 2 20 0 15 0 416420223 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 76 13372 0 0 2 0 5 2 20 0 15 0 416420223 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 645 13372 0 0 5 0 5 2 20 0 15 0 416420223 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079831552 12633 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420223 11079831552 12633 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50272 KiB

[startup+0.700747 s]
/proc/loadavg: 0.67 0.73 0.98 4/228 22334
/proc/meminfo: memFree=26973976/32770624 swapFree=67020672/67108860
[pid=22199] ppid=22194 vsize=10824360 memory=83512 CPUtime=1.08 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 15074 13372 0 0 97 4 5 2 20 0 15 0 416420208 11084144640 20878 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2706090 20878 3503 1 0 2668173 0
[pid=22199/tid=22307] ppid=22194 vsize=10824360 memory=2241 CPUtime=0.65 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 10306 13372 0 0 55 3 5 2 20 0 15 0 416420217 11084144640 20878 33554432000 4194304 4196468 140737067872800 139697148327008 139697176536221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11084144640 20878 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11084144640 20878 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420218 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416420218 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 5 13372 0 0 0 0 5 2 20 0 15 0 416420219 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416420220 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696092997024 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420220 11084144640 20878 33554432000 4194304 4196468 140737067872800 139695958779376 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11084144640 20878 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10824360 memory=140116932724560 CPUtime=0.19 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 1013 13372 0 0 12 0 5 2 20 0 15 0 416420223 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10824360 memory=24964 CPUtime=0.19 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 643 13372 0 0 12 0 5 2 20 0 15 0 416420223 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10824360 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 872 13372 0 0 17 0 5 2 20 0 15 0 416420223 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10824360 memory=140116932722032 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11084144640 20878 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420223 11084144640 20878 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83512 KiB

[startup+1.50072 s]
/proc/loadavg: 0.78 0.75 0.99 9/228 22334
/proc/meminfo: memFree=26830224/32770624 swapFree=67020672/67108860
[pid=22199] ppid=22194 vsize=10832628 memory=220912 CPUtime=2.9 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 23823 13372 0 0 273 10 5 2 20 0 15 0 416420208 11092611072 55228 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2708157 55228 3579 1 0 2670221 0
[pid=22199/tid=22307] ppid=22194 vsize=10832628 memory=24 CPUtime=1.41 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 15418 13372 0 0 129 5 5 2 20 0 15 0 416420217 11092611072 55228 33554432000 4194304 4196468 140737067872800 139697148343024 139697176536221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10832628 memory=29 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 61 13372 0 0 1 0 5 2 20 0 15 0 416420218 11092611072 55228 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 32 13372 0 0 1 0 5 2 20 0 15 0 416420218 11092611072 55228 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10832628 memory=105556 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 89 13372 0 0 1 0 5 2 20 0 15 0 416420218 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 305 13372 0 0 1 0 5 2 20 0 15 0 416420218 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10832628 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 138 13372 0 0 1 0 5 2 20 0 15 0 416420219 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10832628 memory=280233865952672 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 13 13372 0 0 0 0 5 2 20 0 15 0 416420220 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696092997088 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10832628 memory=280233866116112 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 2 13372 0 0 0 0 5 2 20 0 15 0 416420220 11092611072 55228 33554432000 4194304 4196468 140737067872800 139695958779392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10832628 memory=3472468395980806000 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11092611072 55228 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10832628 memory=6943526294502006880 CPUtime=0.55 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 2004 13372 0 0 48 0 5 2 20 0 15 0 416420223 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10832628 memory=6944652177228980320 CPUtime=0.56 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 2107 13372 0 0 49 0 5 2 20 0 15 0 416420223 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10832628 memory=6944656592455359580 CPUtime=0.44 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 1437 13372 0 0 37 0 5 2 20 0 15 0 416420223 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10832628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11092611072 55228 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10832628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 1 13372 0 0 0 0 5 2 20 0 15 0 416420223 11092611072 55228 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10832628 KiB

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

/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 122781 13372 0 0 237748 60 5 2 20 0 15 0 416420217 11109408768 577267 33554432000 4194304 4196468 140737067872800 139697148324528 139696794332359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10849032 memory=2309036 CPUtime=2.08 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 27688 13372 0 0 189 12 5 2 20 0 15 0 416420218 11109408768 577267 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10849032 memory=2309036 CPUtime=2.1 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 22459 13372 0 0 191 12 5 2 20 0 15 0 416420218 11109408768 577267 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10849032 memory=2309068 CPUtime=2.08 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 24787 13372 0 0 190 11 5 2 20 0 15 0 416420218 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10849032 memory=2309068 CPUtime=2.09 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 20996 13372 0 0 189 13 5 2 20 0 15 0 416420218 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10849032 memory=2309068 CPUtime=1.53 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 24270 13372 0 0 135 11 5 2 20 0 15 0 416420219 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10849032 memory=2309068 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 24 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696092997152 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10849032 memory=2309068 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 32 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577267 33554432000 4194304 4196468 140737067872800 139695958779552 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10849032 memory=4120 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577267 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10849032 memory=2309068 CPUtime=6.36 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 38526 13372 0 0 624 5 5 2 20 0 15 0 416420223 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10849032 memory=288230583166042426 CPUtime=6.62 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 36538 13372 0 0 649 6 5 2 20 0 15 0 416420223 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10849032 memory=2309068 CPUtime=2.11 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 32825 13372 0 0 199 5 5 2 20 0 15 0 416420223 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10849032 memory=4120 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577267 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10849032 memory=2309068 CPUtime=1.37 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 2698 13372 0 0 58 72 5 2 20 0 15 0 416420223 11109408768 577267 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 2403.96 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2309068 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.46 1.46 3/228 22556
/proc/meminfo: memFree=22240116/32770624 swapFree=67020720/67108860
[pid=22199] ppid=22194 vsize=10849032 memory=2311196 CPUtime=2464.23 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 359506 13372 0 0 246223 193 5 2 20 0 15 0 416420208 11109408768 577799 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2712258 577799 3631 1 0 2674317 0
[pid=22199/tid=22307] ppid=22194 vsize=10849032 memory=2311180 CPUtime=2437.97 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 124107 13372 0 0 243730 60 5 2 20 0 15 0 416420217 11109408768 577799 33554432000 4194304 4196468 140737067872800 139697148350112 139696794333040 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10849032 memory=2309116 CPUtime=2.17 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 28061 13372 0 0 198 12 5 2 20 0 15 0 416420218 11109408768 577799 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10849032 memory=2309084 CPUtime=2.19 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 22911 13372 0 0 199 13 5 2 20 0 15 0 416420218 11109408768 577799 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10849032 memory=2311172 CPUtime=2.17 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 25229 13372 0 0 198 12 5 2 20 0 15 0 416420218 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10849032 memory=2311180 CPUtime=2.17 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 21342 13372 0 0 197 13 5 2 20 0 15 0 416420218 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10849032 memory=2311180 CPUtime=1.59 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 24695 13372 0 0 141 11 5 2 20 0 15 0 416420219 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10849032 memory=4120 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 24 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696092997152 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10849032 memory=2311196 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 32 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577799 33554432000 4194304 4196468 140737067872800 139695958779552 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10849032 memory=2311196 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577799 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10849032 memory=2309084 CPUtime=6.36 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 38531 13372 0 0 624 5 5 2 20 0 15 0 416420223 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10849032 memory=2311180 CPUtime=6.62 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 36542 13372 0 0 649 6 5 2 20 0 15 0 416420223 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10849032 memory=2311180 CPUtime=2.11 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 33075 13372 0 0 199 5 5 2 20 0 15 0 416420223 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10849032 memory=2311180 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577799 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10849032 memory=2311196 CPUtime=1.4 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 2741 13372 0 0 60 73 5 2 20 0 15 0 416420223 11109408768 577799 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 2464.23 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2311196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.9 s]
/proc/loadavg: 1.56 1.49 1.47 3/227 22819
/proc/meminfo: memFree=24602248/32770624 swapFree=67020720/67108860
[pid=22199] ppid=22194 vsize=10849032 memory=2311280 CPUtime=2520.06 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 362140 13372 0 0 251802 197 5 2 20 0 15 0 416420208 11109408768 577820 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2712258 577820 3631 1 0 2674317 0
[pid=22199/tid=22307] ppid=22194 vsize=10849032 memory=2311252 CPUtime=2493.38 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 125018 13372 0 0 249270 61 5 2 20 0 15 0 416420217 11109408768 577820 33554432000 4194304 4196468 140737067872800 139697148349200 139696794331792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10849032 memory=2311252 CPUtime=2.25 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 28442 13372 0 0 206 12 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10849032 memory=2311252 CPUtime=2.27 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 23198 13372 0 0 207 13 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10849032 memory=2311220 CPUtime=2.25 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 25479 13372 0 0 206 12 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10849032 memory=2311280 CPUtime=2.26 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 21678 13372 0 0 205 14 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10849032 memory=2311280 CPUtime=1.66 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 25120 13372 0 0 147 12 5 2 20 0 15 0 416420219 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10849032 memory=2311280 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 24 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696092997152 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10849032 memory=2311280 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 32 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577820 33554432000 4194304 4196468 140737067872800 139695958779552 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10849032 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10849032 memory=2184 CPUtime=6.36 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 38535 13372 0 0 624 5 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10849032 memory=2311280 CPUtime=6.62 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 36546 13372 0 0 649 6 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10849032 memory=2311280 CPUtime=2.11 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 33079 13372 0 0 199 5 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10849032 memory=1364 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10849032 memory=1836 CPUtime=1.42 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 2773 13372 0 0 61 74 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2311280 KiB

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

[startup+2497.95 s]
# the end of solver process 22199 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.11 s, system=2.02459 s

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

[startup+2497.9 s]
/proc/loadavg: 1.56 1.49 1.47 3/227 22819
/proc/meminfo: memFree=24602248/32770624 swapFree=67020720/67108860
[pid=22199] ppid=22194 vsize=10849032 memory=2311280 CPUtime=2520.06 cores=1,3,5,7
/proc/22199/stat : 22199 (java) S 22194 22199 22142 0 -1 1077944320 362140 13372 0 0 251802 197 5 2 20 0 15 0 416420208 11109408768 577820 33554432000 4194304 4196468 140737067872800 140737067855344 139697176514295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
/proc/22199/statm: 2712258 577820 3631 1 0 2674317 0
[pid=22199/tid=22307] ppid=22194 vsize=10849032 memory=2311252 CPUtime=2493.38 cores=1,3,5,7
/proc/22199/task/22307/stat : 22307 (java) R 22194 22199 22142 0 -1 4202560 125018 13372 0 0 249270 61 5 2 20 0 15 0 416420217 11109408768 577820 33554432000 4194304 4196468 140737067872800 139697148349200 139696794331792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22309] ppid=22194 vsize=10849032 memory=2311252 CPUtime=2.25 cores=1,3,5,7
/proc/22199/task/22309/stat : 22309 (java) S 22194 22199 22142 0 -1 1077944384 28442 13372 0 0 206 12 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139697180756240 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22310] ppid=22194 vsize=10849032 memory=2311252 CPUtime=2.27 cores=1,3,5,7
/proc/22199/task/22310/stat : 22310 (java) S 22194 22199 22142 0 -1 1077944384 23198 13372 0 0 207 13 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139697101715856 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22311] ppid=22194 vsize=10849032 memory=2311220 CPUtime=2.25 cores=1,3,5,7
/proc/22199/task/22311/stat : 22311 (java) S 22194 22199 22142 0 -1 1077944384 25479 13372 0 0 206 12 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696748177936 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22312] ppid=22194 vsize=10849032 memory=2311280 CPUtime=2.26 cores=1,3,5,7
/proc/22199/task/22312/stat : 22312 (java) S 22194 22199 22142 0 -1 1077944384 21678 13372 0 0 205 14 5 2 20 0 15 0 416420218 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696747125392 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22317] ppid=22194 vsize=10849032 memory=2311280 CPUtime=1.66 cores=1,3,5,7
/proc/22199/task/22317/stat : 22317 (java) S 22194 22199 22142 0 -1 1077944384 25120 13372 0 0 147 12 5 2 20 0 15 0 416420219 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696703166960 139697176525442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22319] ppid=22194 vsize=10849032 memory=2311280 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22319/stat : 22319 (java) S 22194 22199 22142 0 -1 1077944384 24 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696092997152 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22320] ppid=22194 vsize=10849032 memory=2311280 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22320/stat : 22320 (java) S 22194 22199 22142 0 -1 1077944384 32 13372 0 0 0 0 5 2 20 0 15 0 416420220 11109408768 577820 33554432000 4194304 4196468 140737067872800 139695958779552 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22323] ppid=22194 vsize=10849032 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22323/stat : 22323 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139695718488784 139697176532891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22324] ppid=22194 vsize=10849032 memory=2184 CPUtime=6.36 cores=1,3,5,7
/proc/22199/task/22324/stat : 22324 (java) S 22194 22199 22142 0 -1 1077944384 38535 13372 0 0 624 5 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696702113776 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22325] ppid=22194 vsize=10849032 memory=2311280 CPUtime=6.62 cores=1,3,5,7
/proc/22199/task/22325/stat : 22325 (java) S 22194 22199 22142 0 -1 1077944384 36546 13372 0 0 649 6 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696701061232 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22326] ppid=22194 vsize=10849032 memory=2311280 CPUtime=2.11 cores=1,3,5,7
/proc/22199/task/22326/stat : 22326 (java) S 22194 22199 22142 0 -1 1077944384 33079 13372 0 0 199 5 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696700008688 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22327] ppid=22194 vsize=10849032 memory=1364 CPUtime=0.07 cores=1,3,5,7
/proc/22199/task/22327/stat : 22327 (java) S 22194 22199 22142 0 -1 1077944384 3 13372 0 0 0 0 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139695684930144 139697176524501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
[pid=22199/tid=22332] ppid=22194 vsize=10849032 memory=1836 CPUtime=1.42 cores=1,3,5,7
/proc/22199/task/22332/stat : 22332 (java) S 22194 22199 22142 0 -1 1077944384 2773 13372 0 0 61 74 5 2 20 0 15 0 416420223 11109408768 577820 33554432000 4194304 4196468 140737067872800 139696698956592 139697176525442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29073408 140737067879151 140737067881669 140737067881669 140737067884495 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2311280 KiB

Child status: 143
Real time (s): 2497.95
CPU time (s): 2520.13
CPU user time (s): 2518.11
CPU system time (s): 2.02459
CPU usage (%): 100.888
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2460472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.11
system time used= 2.02459
maximum resident set size= 2461580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93381
involuntary context switches= 2947


# summary of solver processes directly reported to runsolver:
#   pid: 22199
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.11
#   total CPU system time (s): 2.02459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1625 second user time and 20.8012 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 21:03:56
IDJOB=4396237
IDBENCH=127972
IDSOLVER=2846
FILE ID=node150/4396237-1568401476
RUNJOBID= node150-1568401436-22174
PBS_JOBID= 21701880
Free space on /tmp= 59356 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396237-1568401476/watcher-4396237-1568401476 -o /tmp/evaluation-result-4396237-1568401476/solver-4396237-1568401476 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1205319357 HOME/instance-4396237-1568401476.xml

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

MD5SUM BENCH= 105bb238691d484e064b3a25c3dae36e
RANDOM SEED=1205319357

node150.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.79
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.79
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.79
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.79
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:        27083696 kB
MemAvailable:   31833024 kB
Buffers:          188076 kB
Cached:          4772904 kB
SwapCached:        13292 kB
Active:          1151208 kB
Inactive:        3854884 kB
Active(anon):      10304 kB
Inactive(anon):    60352 kB
Active(file):    1140904 kB
Inactive(file):  3794532 kB
Unevictable:      109680 kB
Mlocked:          109680 kB
SwapTotal:      67108860 kB
SwapFree:       67020672 kB
Dirty:             72100 kB
Writeback:             0 kB
AnonPages:        142472 kB
Mapped:            38000 kB
Shmem:             16012 kB
Slab:             272328 kB
SReclaimable:     242352 kB
SUnreclaim:        29976 kB
KernelStack:        3296 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501756 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:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 21:45:34