Trace number 4387216

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.10SAT (TO)-3941 2520.13 2492.63

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6299
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"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.72/0.55	c Concrete v3.10.1560635388952 running
118.80/108.07	o -16007
118.80/108.09	o -15007
118.80/108.09	o -14007
118.95/108.13	o -13994
118.95/108.14	o -13988
119.06/108.29	o -13986
119.69/108.85	o -13975
121.56/110.68	o -12985
121.70/110.79	o -12984
124.05/113.07	o -11986
124.27/113.26	o -11978
130.03/118.54	o -11973
130.03/118.55	o -10970
142.37/130.03	o -9972
142.48/130.15	o -8975
143.24/130.84	o -8973
156.76/143.63	o -8961
214.41/199.42	o -7966
288.50/273.12	o -6962
1211.56/1191.13	o -6955
1223.43/1202.97	o -6954
1505.94/1484.09	o -5960
1563.13/1540.87	o -4980
1564.35/1542.03	o -4976
1566.70/1544.26	o -4974
1721.21/1697.86	o -4963
1725.63/1702.24	o -4958
2152.41/2126.91	o -4955
2153.93/2128.49	o -4954
2157.86/2132.33	o -4947
2158.37/2132.88	o -4945
2158.58/2133.07	o -3941
2520.09/2492.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2492.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.09/2492.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.09/2492.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.09/2492.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2492.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2492.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2492.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2492.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2492.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2492.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.09/2492.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.09/2492.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.09/2492.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2492.60		at scala.Option.map(Option.scala:243)
2520.09/2492.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2492.60		at concrete.MAC.mac(MAC.scala:204)
2520.09/2492.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.09/2492.60		at scala.util.Try$.apply(Try.scala:212)
2520.09/2492.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2492.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2492.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2492.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2492.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2492.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2492.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2492.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2492.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2492.60		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2492.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.09/2492.60		at scala.util.Success.map(Try.scala:264)
2520.09/2492.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.09/2492.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2492.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2492.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2492.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2492.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2492.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2492.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2492.60		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2492.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2492.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2492.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2492.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2492.60		at scala.App.main(App.scala:75)
2520.09/2492.60		at scala.App.main$(App.scala:73)
2520.09/2492.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2492.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2492.61	v <instantiation
2520.09/2492.61	v         cost = '-3941'>
2520.09/2492.61	v       <list>
2520.09/2492.61	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.09/2492.61	v       </list>
2520.09/2492.61	v       <values>
2520.09/2492.61	v         6 0 8 2 3 11 12 1 7 15 16 10 18 -1 9 5 22 -1 21 -1 14 20 23 4 0 20 17 16 15 9 1 19 18 7 11 10 2 -1 6 8 12 -1 3 -1 5 4 13 14 -3 5 3 8 8 3 3 -3 7 4 6 -3 3 0 -1000 -1000 0 0 -1000 0 6 7 5 -1000
2520.09/2492.61	v       </values>
2520.09/2492.61	v     </instantiation>
2520.09/2492.62	s SATISFIABLE

Verifier Data

OK	-3941

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387216-1568295016/watcher-4387216-1568295016 -o /tmp/evaluation-result-4387216-1568295016/solver-4387216-1568295016 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=482540618 HOME/instance-4387216-1568295016.xml 

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

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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=9767, runsolver pid=9764
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.56 1.41 1.36 3/218 9824
/proc/meminfo: memFree=21712260/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 4499 12998 0 0 1 1 5 3 20 0 6 0 405758934 10212057088 4269 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2493178 4269 1935 1 0 2481616 0
[pid=9767/tid=9820] ppid=9764 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 2329 12998 0 0 1 0 5 3 20 0 6 0 405758943 10212057088 4269 33554432000 4194304 4196468 140723892211760 139897135252048 139897148538224 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 405758943 10212057088 4269 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=9972712 memory=15676779263088280 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 405758943 10212057088 4269 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 6 0 405758943 10212057088 4269 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 6 0 405758943 10212057088 4269 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210671 s]*
/proc/loadavg: 1.56 1.41 1.36 3/227 9833
/proc/meminfo: memFree=21692144/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10818940 memory=39032 CPUtime=0.27 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 7076 12998 0 0 17 2 5 3 20 0 15 0 405758934 11078594560 9758 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2704735 9758 2981 1 0 2667149 0
[pid=9767/tid=9820] ppid=9764 vsize=10818940 memory=729618466009055537 CPUtime=0.2 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 3578 12998 0 0 11 1 5 3 20 0 15 0 405758943 11078594560 9758 33554432000 4194304 4196468 140723892211760 139897135230968 139897147495774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11078594560 9758 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10818940 memory=15676779263088280 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11078594560 9758 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11078594560 9758 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 405758943 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 405758945 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 405758945 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896077411744 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758945 11078594560 9758 33554432000 4194304 4196468 140723892211760 139895943194096 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11078594560 9758 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 353 12998 0 0 1 0 5 3 20 0 15 0 405758948 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 287 12998 0 0 1 0 5 3 20 0 15 0 405758948 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10818940 memory=140451372783232 CPUtime=0.11 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 625 12998 0 0 3 0 5 3 20 0 15 0 405758948 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11078594560 9758 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10818940 memory=140451372783232 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758949 11078594560 9758 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39032 KiB

[startup+0.310699 s]*
/proc/loadavg: 1.56 1.41 1.36 4/227 9833
/proc/meminfo: memFree=21680704/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10820096 memory=51340 CPUtime=0.4 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 10435 12998 0 0 28 4 5 3 20 0 15 0 405758934 11079778304 12835 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2705024 12835 3232 1 0 2667149 0
[pid=9767/tid=9820] ppid=9764 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 6920 12998 0 0 18 3 5 3 20 0 15 0 405758943 11079778304 12835 33554432000 4194304 4196468 140723892211760 139897135229800 139896765397338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11079778304 12835 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11079778304 12835 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11079778304 12835 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 405758943 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10820096 memory=140451372783231 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 405758945 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 405758945 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896077411744 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758945 11079778304 12835 33554432000 4194304 4196468 140723892211760 139895943194096 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11079778304 12835 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 354 12998 0 0 1 0 5 3 20 0 15 0 405758948 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 288 12998 0 0 1 0 5 3 20 0 15 0 405758948 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10820096 memory=140451372783232 CPUtime=0.13 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 635 12998 0 0 5 0 5 3 20 0 15 0 405758948 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11079778304 12835 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10820096 memory=140451372783232 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758949 11079778304 12835 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51340 KiB

[startup+0.700728 s]
/proc/loadavg: 1.56 1.41 1.36 6/227 9833
/proc/meminfo: memFree=21668724/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10824340 memory=81372 CPUtime=1.14 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 14580 12998 0 0 100 6 5 3 20 0 15 0 405758934 11084124160 20343 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2706085 20343 3506 1 0 2668173 0
[pid=9767/tid=9820] ppid=9764 vsize=10824340 memory=7810487918915055718 CPUtime=0.67 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 10255 12998 0 0 55 4 5 3 20 0 15 0 405758943 11084124160 20343 33554432000 4194304 4196468 140723892211760 139897135244864 139897147495774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10824340 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11084124160 20343 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10824340 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11084124160 20343 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758943 11084124160 20343 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 2 12998 0 0 0 0 5 3 20 0 15 0 405758943 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 5 12998 0 0 0 0 5 3 20 0 15 0 405758945 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 13 12998 0 0 0 0 5 3 20 0 15 0 405758945 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896077411744 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758945 11084124160 20343 33554432000 4194304 4196468 140723892211760 139895943194096 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11084124160 20343 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 710 12998 0 0 14 0 5 3 20 0 15 0 405758948 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) R 9764 9767 5836 0 -1 4202560 548 12998 0 0 12 0 5 3 20 0 15 0 405758948 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896687880304 139897142663178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 828 12998 0 0 17 0 5 3 20 0 15 0 405758948 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11084124160 20343 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10824340 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758949 11084124160 20343 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81372 KiB

[startup+1.50071 s]
/proc/loadavg: 1.56 1.41 1.36 5/227 9833
/proc/meminfo: memFree=21597932/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10832608 memory=219992 CPUtime=3.01 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 24375 12998 0 0 281 12 5 3 20 0 15 0 405758934 11092590592 54998 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2708152 54998 3572 1 0 2670221 0
[pid=9767/tid=9820] ppid=9764 vsize=10832608 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 15075 12998 0 0 129 6 5 3 20 0 15 0 405758943 11092590592 54998 33554432000 4194304 4196468 140723892211760 139897135246112 139897163437213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10832608 memory=-7531822216213012384 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 33 12998 0 0 1 0 5 3 20 0 15 0 405758943 11092590592 54998 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10832608 memory=7014751519683926118 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 84 12998 0 0 1 0 5 3 20 0 15 0 405758943 11092590592 54998 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10832608 memory=7157462687363327065 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 277 12998 0 0 1 0 5 3 20 0 15 0 405758943 11092590592 54998 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10832608 memory=280902538537312 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 64 12998 0 0 1 0 5 3 20 0 15 0 405758943 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10832608 memory=182385786244237 CPUtime=0.09 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 118 12998 0 0 1 0 5 3 20 0 15 0 405758945 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10832608 memory=182385786244238 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 14 12998 0 0 0 0 5 3 20 0 15 0 405758945 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896077411808 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10832608 memory=182385786244239 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758945 11092590592 54998 33554432000 4194304 4196468 140723892211760 139895943194112 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10832608 memory=182385786244240 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11092590592 54998 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10832608 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 2125 12998 0 0 54 0 5 3 20 0 15 0 405758948 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10832608 memory=280902538131376 CPUtime=0.61 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 2686 12998 0 0 53 0 5 3 20 0 15 0 405758948 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10832608 memory=280902538129520 CPUtime=0.44 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) R 9764 9767 5836 0 -1 4202560 1681 12998 0 0 36 0 5 3 20 0 15 0 405758948 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896686827760 139897147658858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10832608 memory=280902538129584 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11092590592 54998 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10832608 memory=280902538577104 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 1 12998 0 0 0 0 5 3 20 0 15 0 405758949 11092590592 54998 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832608 KiB

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

/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 91966 12998 0 0 231539 49 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897135250624 139896768418735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.01 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 20836 12998 0 0 273 20 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.02 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 20785 12998 0 0 275 19 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.03 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 20583 12998 0 0 278 17 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.02 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 15472 12998 0 0 277 17 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2.34 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 21436 12998 0 0 211 15 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896077411872 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 39 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895943194112 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10849012 memory=704 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10849012 memory=1056 CPUtime=6.76 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 72295 12998 0 0 660 8 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10849012 memory=1869604 CPUtime=6.96 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 71478 12998 0 0 678 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10849012 memory=3616 CPUtime=4.01 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 62569 12998 0 0 383 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10849012 memory=1869604 CPUtime=1.4 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 2483 12998 0 0 66 66 5 3 20 0 15 0 405758949 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 2348.87 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1869604 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.45 1.54 3/226 10184
/proc/meminfo: memFree=18700264/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2409.22 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 405186 12998 0 0 240706 208 5 3 20 0 15 0 405758934 11109388288 467401 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2712253 467401 3623 1 0 2674317 0
[pid=9767/tid=9820] ppid=9764 vsize=10849012 memory=8112282956445269571 CPUtime=2375.76 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 92761 12998 0 0 237518 50 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897135250560 139896768421009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.1 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 21181 12998 0 0 282 20 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.11 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 21165 12998 0 0 284 19 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.12 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 20703 12998 0 0 287 17 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.13 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 15689 12998 0 0 287 18 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2.41 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 21590 12998 0 0 218 15 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10849012 memory=140451269176448 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896077411872 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 39 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895943194112 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10849012 memory=1869604 CPUtime=6.78 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 72787 12998 0 0 662 8 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10849012 memory=1869604 CPUtime=6.96 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 71646 12998 0 0 678 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10849012 memory=3616 CPUtime=4.01 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 62869 12998 0 0 383 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10849012 memory=37684 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10849012 memory=1869604 CPUtime=1.43 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 2504 12998 0 0 68 67 5 3 20 0 15 0 405758949 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 2409.22 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1869604 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.43 1.53 3/228 10198
/proc/meminfo: memFree=18699264/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2469.51 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 407411 12998 0 0 246732 211 5 3 20 0 15 0 405758934 11109388288 467401 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2712253 467401 3623 1 0 2674317 0
[pid=9767/tid=9820] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2435.57 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 93377 12998 0 0 243499 50 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897135251248 139896768419417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.19 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 21205 12998 0 0 291 20 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.2 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 21540 12998 0 0 292 20 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.22 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 20740 12998 0 0 296 18 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10849012 memory=1869604 CPUtime=3.21 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 15808 12998 0 0 295 18 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2.49 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 21728 12998 0 0 225 16 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896077411872 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 39 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895943194112 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10849012 memory=3616 CPUtime=6.8 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 73168 12998 0 0 663 9 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10849012 memory=8112282956445269571 CPUtime=6.97 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 71877 12998 0 0 679 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10849012 memory=1804 CPUtime=4.02 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 63145 12998 0 0 384 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10849012 memory=1869604 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10849012 memory=1869604 CPUtime=1.47 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 2532 12998 0 0 70 69 5 3 20 0 15 0 405758949 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 2469.51 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1869604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.6 s]
/proc/loadavg: 1.42 1.43 1.52 3/228 10225
/proc/meminfo: memFree=18699628/32770624 swapFree=66977604/67108860
[pid=9767] ppid=9764 vsize=10849012 memory=1869604 CPUtime=2520.09 cores=0,2,4,6
/proc/9767/stat : 9767 (java) S 9764 9767 5836 0 -1 1077944320 410502 12998 0 0 251786 215 5 3 20 0 15 0 405758934 11109388288 467401 33554432000 4194304 4196468 140723892211760 140723892194304 139897163415287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
/proc/9767/statm: 2712253 467401 3623 1 0 2674317 0
[pid=9767/tid=9820] ppid=9764 vsize=10849012 memory=288230617509003574 CPUtime=2485.7 cores=0,2,4,6
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5836 0 -1 4202560 94126 12998 0 0 248512 50 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897135223072 139896768415360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9821] ppid=9764 vsize=10849012 memory=13851858779244951 CPUtime=3.28 cores=0,2,4,6
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5836 0 -1 1077944384 21424 12998 0 0 299 21 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897167649040 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9822] ppid=9764 vsize=10849012 memory=2832 CPUtime=3.29 cores=0,2,4,6
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5836 0 -1 1077944384 21757 12998 0 0 300 21 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897086409104 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9823] ppid=9764 vsize=10849012 memory=8112282956445269571 CPUtime=3.29 cores=0,2,4,6
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5836 0 -1 1077944384 21178 12998 0 0 303 18 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139897085356560 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9824] ppid=9764 vsize=10849012 memory=912 CPUtime=3.29 cores=0,2,4,6
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5836 0 -1 1077944384 16002 12998 0 0 303 18 5 3 20 0 15 0 405758943 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896734800528 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9825] ppid=9764 vsize=10849012 memory=1984 CPUtime=2.55 cores=0,2,4,6
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5836 0 -1 1077944384 21877 12998 0 0 231 16 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896689986032 139897163426434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9826] ppid=9764 vsize=10849012 memory=2480 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5836 0 -1 1077944384 36 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896077411872 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9827] ppid=9764 vsize=10849012 memory=1768 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5836 0 -1 1077944384 39 12998 0 0 0 0 5 3 20 0 15 0 405758945 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895943194112 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9828] ppid=9764 vsize=10849012 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895702903504 139897163433883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9829] ppid=9764 vsize=10849012 memory=280902538968944 CPUtime=6.81 cores=0,2,4,6
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5836 0 -1 1077944384 73691 12998 0 0 664 9 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896688932848 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9830] ppid=9764 vsize=10849012 memory=-8486080722631693414 CPUtime=6.98 cores=0,2,4,6
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5836 0 -1 1077944384 72072 12998 0 0 680 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896687880304 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9831] ppid=9764 vsize=10849012 memory=-8412652152092201843 CPUtime=4.02 cores=0,2,4,6
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5836 0 -1 1077944384 63534 12998 0 0 384 10 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896686827760 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9832] ppid=9764 vsize=10849012 memory=-7023579799431922829 CPUtime=0.08 cores=0,2,4,6
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5836 0 -1 1077944384 3 12998 0 0 0 0 5 3 20 0 15 0 405758948 11109388288 467401 33554432000 4194304 4196468 140723892211760 139895669344864 139897163425493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
[pid=9767/tid=9833] ppid=9764 vsize=10849012 memory=1728 CPUtime=1.5 cores=0,2,4,6
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5836 0 -1 1077944384 2550 12998 0 0 71 71 5 3 20 0 15 0 405758949 11109388288 467401 33554432000 4194304 4196468 140723892211760 139896685775664 139897163426434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13721600 140723892214518 140723892217029 140723892217029 140723892219855 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1869604 KiB

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

[startup+2492.63 s]
# the end of solver process 9767 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.93 s, system=2.1977 s

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

Child status: 143
Real time (s): 2492.63
CPU time (s): 2520.13
CPU user time (s): 2517.93
CPU system time (s): 2.1977
CPU usage (%): 101.103
Max. virtual memory (cumulated for all children) (KiB): 10850128
Max. memory (cumulated for all children) (KiB): 1974668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.93
system time used= 2.1977
maximum resident set size= 1976716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121339
involuntary context switches= 4178


# summary of solver processes directly reported to runsolver:
#   pid: 9767
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.93
#   total CPU system time (s): 2.1977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2867 second user time and 23.8849 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 14:19:59
IDJOB=4387216
IDBENCH=127986
IDSOLVER=2823
FILE ID=node104/4387216-1568295016
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387216-1568295016/watcher-4387216-1568295016 -o /tmp/evaluation-result-4387216-1568295016/solver-4387216-1568295016 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=482540618 HOME/instance-4387216-1568295016.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=482540618

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        21717608 kB
MemAvailable:   31098272 kB
Buffers:          121620 kB
Cached:          9431528 kB
SwapCached:        31868 kB
Active:          3075380 kB
Inactive:        7246040 kB
Active(anon):     735780 kB
Inactive(anon):    74116 kB
Active(file):    2339600 kB
Inactive(file):  7171924 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35952 kB
Writeback:             0 kB
AnonPages:        898196 kB
Mapped:            56192 kB
Shmem:             32780 kB
Slab:             327368 kB
SReclaimable:     297600 kB
SUnreclaim:        29768 kB
KernelStack:        4016 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1989860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54160 MiB
End job on node104 at 2019-09-12 15:01:32