Trace number 4302309

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)7 252.132 235.35

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-07_c18.xml
MD5SUM93689e7972bcd89c8c0248fcf1fc8ef9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark33.3812
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints1002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":98}]
Minimum variable degree20
Maximum variable degree27
Distribution of variable degrees[{"degree":20,"count":24},{"degree":21,"count":24},{"degree":22,"count":16},{"degree":23,"count":16},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":26,"count":1},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity98
Distribution of constraint arities[{"arity":2,"count":1001},{"arity":98,"count":1}]
Number of extensional constraints0
Number of intensional constraints1001
Distribution of constraint types[{"type":"intension","count":1001},{"type":"sum","count":1}]
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.99/0.97	c Concrete v3.9.2.1532736233296 running
18.26/7.42	o 4
18.26/7.47	o 5
18.57/7.51	o 6
25.44/12.80	o 7
252.07/235.31	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/235.31		at concrete.MAC.mac(MAC.scala:188)
252.07/235.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/235.31		at scala.util.Try$.apply(Try.scala:209)
252.07/235.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/235.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/235.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/235.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/235.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/235.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/235.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/235.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/235.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/235.31		at concrete.MAC.oneRun(MAC.scala:253)
252.07/235.31		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/235.31		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/235.31		at concrete.Solver.hasNext(Solver.scala:166)
252.07/235.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/235.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/235.31		at concrete.Solver.foreach(Solver.scala:68)
252.07/235.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/235.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/235.31		at scala.util.Success.map(Try.scala:209)
252.07/235.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/235.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/235.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/235.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/235.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/235.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/235.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/235.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/235.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/235.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/235.31		at scala.App.main(App.scala:76)
252.07/235.31		at scala.App.main$(App.scala:74)
252.07/235.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/235.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/235.32	v <instantiation cost="7">
252.07/235.32	v       <list>
252.07/235.32	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[0][6] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[1][6] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[2][6] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[3][6] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[4][6] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[5][6] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6]
252.07/235.32	v       </list>
252.07/235.32	v       <values>
252.07/235.32	v         0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
252.07/235.32	v       </values>
252.07/235.32	v     </instantiation>
252.07/235.32	s SATISFIABLE

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302309-1532897665/watcher-4302309-1532897665 -o /tmp/evaluation-result-4302309-1532897665/solver-4302309-1532897665 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=730129384 HOME/instance-4302309-1532897665.xml 

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

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

solver pid=7244, runsolver pid=7241

[startup+0.100121 s]*
/proc/loadavg: 1.35 1.43 1.62 3/207 7301
/proc/meminfo: memFree=27171876/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=10005480 memory=17344 CPUtime=0.08 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 4451 13255 0 0 1 0 5 2 20 0 6 0 107329735 10245611520 4270 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2501370 4336 1958 1 0 2489808 0
[pid=7244/tid=7297] ppid=7241 vsize=10088124 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 2387 13255 0 0 1 0 5 2 20 0 7 0 107329743 10330238976 4402 33554432000 4194304 4196468 140726963358480 140717239302928 140717253142357 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=10088124 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 7 0 107329744 10330238976 4402 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=10088124 memory=140192985773696 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 7 0 107329744 10330238976 4402 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 7 0 107329744 10330238976 4402 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 7 0 107329744 10330238976 4468 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=10088124 memory=140192985773696 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 7 0 107329745 10330238976 4468 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17344 KiB

[startup+0.21085 s]*
/proc/loadavg: 1.35 1.43 1.62 3/216 7310
/proc/meminfo: memFree=27149152/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=10983736 memory=45804 CPUtime=0.26 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 8150 13255 0 0 17 2 5 2 20 0 15 0 107329735 11247345664 11451 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2745934 11451 2948 1 0 2708357 0
[pid=7244/tid=7297] ppid=7241 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 5336 13255 0 0 11 1 5 2 20 0 15 0 107329743 11246329856 11445 33554432000 4194304 4196468 140726963358480 140717239284640 140717260139053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=10982776 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246362624 11445 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=10982776 memory=288370569137485440 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246362624 11445 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246362624 11445 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246362624 11445 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=10982776 memory=140192985773696 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 107329745 11246362624 11510 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 107329746 11246362624 11510 33554432000 4194304 4196468 140726963358480 140716027143712 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329746 11246362624 11510 33554432000 4194304 4196468 140726963358480 140715879294320 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246362624 11576 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 357 13255 0 0 1 0 5 2 20 0 15 0 107329749 11246362624 11576 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 245 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246362624 11576 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=10982776 memory=140192985773696 CPUtime=0.1 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 616 13255 0 0 3 0 5 2 20 0 15 0 107329749 11246362624 11642 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246362624 11642 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=10982776 memory=140192985773696 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246362624 11642 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 45804 KiB

[startup+0.310377 s]*
/proc/loadavg: 1.35 1.43 1.62 3/216 7310
/proc/meminfo: memFree=27137368/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=10983192 memory=56240 CPUtime=0.38 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 10605 13255 0 0 28 3 5 2 20 0 15 0 107329735 11246788608 14060 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2745798 14060 3067 1 0 2708109 0
[pid=7244/tid=7297] ppid=7241 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 7179 13255 0 0 19 2 5 2 20 0 15 0 107329743 11246788608 14060 33554432000 4194304 4196468 140726963358480 140717239271840 140717251540318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 14060 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=10983192 memory=6935054825532540783 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 14060 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 14060 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 107329745 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 107329746 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716027143712 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329746 11246788608 14060 33554432000 4194304 4196468 140726963358480 140715879294320 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246788608 14060 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 357 13255 0 0 1 0 5 2 20 0 15 0 107329749 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 248 13255 0 0 1 0 5 2 20 0 15 0 107329749 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) R 7241 7244 22004 0 -1 4202560 622 13255 0 0 4 0 5 2 20 0 15 0 107329749 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716757383280 140717259679108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246788608 14060 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246788608 14060 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56240 KiB

[startup+0.700785 s]
/proc/loadavg: 1.35 1.43 1.62 3/216 7310
/proc/meminfo: memFree=27126956/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=10983192 memory=88644 CPUtime=0.98 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 16789 13255 0 0 87 4 5 2 20 0 15 0 107329735 11246788608 22161 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2745798 22161 3238 1 0 2708109 0
[pid=7244/tid=7297] ppid=7241 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 12286 13255 0 0 56 3 5 2 20 0 15 0 107329743 11246788608 22161 33554432000 4194304 4196468 140726963358480 140717239280656 140717252625399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 22161 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=10983192 memory=8242257093008373557 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 22161 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=10983192 memory=7158860088844767568 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 22161 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=10983192 memory=7588675599774802240 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 107329744 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=10983192 memory=2319389199166351968 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 5 13255 0 0 0 0 5 2 20 0 15 0 107329745 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 107329746 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716027143712 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=10983192 memory=140192985772561 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329746 11246788608 22161 33554432000 4194304 4196468 140726963358480 140715879294320 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246788608 22161 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 956 13255 0 0 10 0 5 2 20 0 15 0 107329749 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 632 13255 0 0 6 0 5 2 20 0 15 0 107329749 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 695 13255 0 0 13 0 5 2 20 0 15 0 107329749 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246788608 22161 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329749 11246788608 22161 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88644 KiB

[startup+1.50075 s]
/proc/loadavg: 1.35 1.43 1.62 3/216 7310
/proc/meminfo: memFree=27091092/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=10993996 memory=131804 CPUtime=2.17 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 21887 13255 0 0 202 8 5 2 20 0 15 0 107329735 11257851904 32951 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2748499 32951 3449 1 0 2710157 0
[pid=7244/tid=7297] ppid=7241 vsize=10993996 memory=114328 CPUtime=1.22 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 15494 13255 0 0 110 5 5 2 20 0 15 0 107329743 11257851904 32951 33554432000 4194304 4196468 140726963358480 140717239283584 140717251540318 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=10993996 memory=288230377057958059 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11257851904 32951 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=10993996 memory=15258134134413744 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11257851904 32951 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329744 11257851904 32951 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=10993996 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 107329744 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=10993996 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 6 13255 0 0 0 0 5 2 20 0 15 0 107329745 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=10993996 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 13 13255 0 0 0 0 5 2 20 0 15 0 107329746 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716027143712 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=10993996 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 107329746 11257851904 32951 33554432000 4194304 4196468 140726963358480 140715879294320 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=10993996 memory=2220 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11257851904 32951 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=10993996 memory=45804 CPUtime=0.35 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 1657 13255 0 0 28 0 5 2 20 0 15 0 107329749 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=10993996 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 1023 13255 0 0 22 0 5 2 20 0 15 0 107329749 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=10993996 memory=140192833063248 CPUtime=0.48 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 1492 13255 0 0 40 1 5 2 20 0 15 0 107329749 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11257851904 32951 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11257851904 32951 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0

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

/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 48410 13255 0 0 16053 36 5 2 20 0 15 0 107329743 11345952768 494294 33554432000 4194304 4196468 140726963358480 140717239295392 140716856155143 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=11080032 memory=1978200 CPUtime=0.63 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 2725 13255 0 0 51 5 5 2 20 0 15 0 107329744 11345952768 494294 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=11080032 memory=8112282956445269571 CPUtime=0.65 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 665 13255 0 0 53 5 5 2 20 0 15 0 107329744 11345952768 494294 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=11080032 memory=1994548 CPUtime=0.65 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 3580 13255 0 0 53 5 5 2 20 0 15 0 107329744 11345952768 494294 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=11080032 memory=1994928 CPUtime=0.64 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 2143 13255 0 0 53 4 5 2 20 0 15 0 107329744 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=11080032 memory=1994048 CPUtime=0.4 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 5464 13255 0 0 30 3 5 2 20 0 15 0 107329745 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=11080032 memory=1985868 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 22 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716027143776 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=11080032 memory=1982788 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 21 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 494294 33554432000 4194304 4196468 140726963358480 140715879294336 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=11080032 memory=1979228 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 494294 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=11080032 memory=1978200 CPUtime=5.79 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 18080 13255 0 0 569 3 5 2 20 0 15 0 107329749 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=11080032 memory=1977688 CPUtime=5.75 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 16618 13255 0 0 565 3 5 2 20 0 15 0 107329749 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=11080032 memory=0 CPUtime=2.6 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 24157 13255 0 0 248 5 5 2 20 0 15 0 107329749 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=11080032 memory=1989968 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 494294 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=11080032 memory=1978200 CPUtime=0.16 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 257 13255 0 0 4 5 5 2 20 0 15 0 107329749 11345952768 494294 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 177.69 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1977176 KiB

[startup+222.301 s]
/proc/loadavg: 1.44 1.50 1.61 3/215 7444
/proc/meminfo: memFree=24552840/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=11080032 memory=1938056 CPUtime=238.82 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 144476 13255 0 0 23793 82 5 2 20 0 15 0 107329735 11345952768 484514 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2770008 484514 3530 1 0 2731661 0
[pid=7244/tid=7297] ppid=7241 vsize=11080032 memory=1938564 CPUtime=220.38 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 50634 13255 0 0 21994 37 5 2 20 0 15 0 107329743 11345952768 484514 33554432000 4194304 4196468 140726963358480 140717239295216 140716845419132 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=11080032 memory=1950328 CPUtime=0.96 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 3098 13255 0 0 83 6 5 2 20 0 15 0 107329744 11345952768 484514 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=11080032 memory=1945712 CPUtime=0.97 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1933 13255 0 0 84 6 5 2 20 0 15 0 107329744 11345952768 484514 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=11080032 memory=1938564 CPUtime=0.98 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 4535 13255 0 0 85 6 5 2 20 0 15 0 107329744 11345952768 484514 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=11080032 memory=1938048 CPUtime=0.97 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 3899 13255 0 0 85 5 5 2 20 0 15 0 107329744 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=11080032 memory=1938056 CPUtime=0.59 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 6092 13255 0 0 48 4 5 2 20 0 15 0 107329745 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=11080032 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 22 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716027143776 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=11080032 memory=2069464 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 21 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 484514 33554432000 4194304 4196468 140726963358480 140715879294336 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=11080032 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 484514 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=11080032 memory=1952764 CPUtime=5.85 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 23295 13255 0 0 575 3 5 2 20 0 15 0 107329749 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=11080032 memory=1938048 CPUtime=5.82 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 20549 13255 0 0 572 3 5 2 20 0 15 0 107329749 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=11080032 memory=1938048 CPUtime=2.64 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 27896 13255 0 0 251 6 5 2 20 0 15 0 107329749 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=11080032 memory=1938056 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 484514 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=11080032 memory=640 CPUtime=0.19 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 307 13255 0 0 5 7 5 2 20 0 15 0 107329749 11345952768 484514 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 238.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1938056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.301 s]
/proc/loadavg: 1.34 1.47 1.60 3/215 7444
/proc/meminfo: memFree=24554100/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=11080032 memory=1937064 CPUtime=252.07 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 146385 13255 0 0 25116 84 5 2 20 0 15 0 107329735 11345952768 484266 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2770008 484266 3530 1 0 2731661 0
[pid=7244/tid=7297] ppid=7241 vsize=11080032 memory=1938088 CPUtime=233.24 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 50872 13255 0 0 23280 37 5 2 20 0 15 0 107329743 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717239295392 140716844753552 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=11080032 memory=1938088 CPUtime=1.03 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 3103 13255 0 0 90 6 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=11080032 memory=1938056 CPUtime=1.05 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1940 13255 0 0 92 6 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=11080032 memory=1938088 CPUtime=1.05 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 4542 13255 0 0 92 6 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=11080032 memory=1938088 CPUtime=1.05 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 3904 13255 0 0 93 5 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=11080032 memory=1938088 CPUtime=0.64 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 6092 13255 0 0 52 5 5 2 20 0 15 0 107329745 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=11080032 memory=1938564 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 22 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716027143776 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=11080032 memory=1938088 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 21 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 484266 33554432000 4194304 4196468 140726963358480 140715879294336 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=11080032 memory=1938088 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=11080032 memory=1937576 CPUtime=5.87 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 23761 13255 0 0 577 3 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=11080032 memory=1938088 CPUtime=5.83 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 20919 13255 0 0 573 3 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=11080032 memory=1938088 CPUtime=2.64 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 28707 13255 0 0 251 6 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=11080032 memory=1937064 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=11080032 memory=18248 CPUtime=0.2 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 307 13255 0 0 5 8 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1937064 KiB

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

[startup+235.349 s]
# the end of solver process 7244 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.24 s, system=0.891568 s

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

[startup+235.301 s]
/proc/loadavg: 1.34 1.47 1.60 3/215 7444
/proc/meminfo: memFree=24554100/32770624 swapFree=67108860/67108860
[pid=7244] ppid=7241 vsize=11080032 memory=1937064 CPUtime=252.07 cores=1,3,5,7
/proc/7244/stat : 7244 (java) S 7241 7244 22004 0 -1 1077944320 146385 13255 0 0 25116 84 5 2 20 0 15 0 107329735 11345952768 484266 33554432000 4194304 4196468 140726963358480 140726963341024 140717267459831 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
/proc/7244/statm: 2770008 484266 3530 1 0 2731661 0
[pid=7244/tid=7297] ppid=7241 vsize=11080032 memory=1938088 CPUtime=233.24 cores=1,3,5,7
/proc/7244/task/7297/stat : 7297 (java) R 7241 7244 22004 0 -1 4202560 50872 13255 0 0 23280 37 5 2 20 0 15 0 107329743 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717239295392 140716844753552 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7298] ppid=7241 vsize=11080032 memory=1938088 CPUtime=1.03 cores=1,3,5,7
/proc/7244/task/7298/stat : 7298 (java) S 7241 7244 22004 0 -1 1077944384 3103 13255 0 0 90 6 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717271702160 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7299] ppid=7241 vsize=11080032 memory=1938056 CPUtime=1.05 cores=1,3,5,7
/proc/7244/task/7299/stat : 7299 (java) S 7241 7244 22004 0 -1 1077944384 1940 13255 0 0 92 6 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717156899344 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7300] ppid=7241 vsize=11080032 memory=1938088 CPUtime=1.05 cores=1,3,5,7
/proc/7244/task/7300/stat : 7300 (java) S 7241 7244 22004 0 -1 1077944384 4542 13255 0 0 92 6 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140717155846544 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7301] ppid=7241 vsize=11080032 memory=1938088 CPUtime=1.05 cores=1,3,5,7
/proc/7244/task/7301/stat : 7301 (java) S 7241 7244 22004 0 -1 1077944384 3904 13255 0 0 93 5 5 2 20 0 15 0 107329744 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716805118224 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7302] ppid=7241 vsize=11080032 memory=1938088 CPUtime=0.64 cores=1,3,5,7
/proc/7244/task/7302/stat : 7302 (java) S 7241 7244 22004 0 -1 1077944384 6092 13255 0 0 52 5 5 2 20 0 15 0 107329745 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716760542064 140717267470978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7303] ppid=7241 vsize=11080032 memory=1938564 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7303/stat : 7303 (java) S 7241 7244 22004 0 -1 1077944384 22 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716027143776 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7304] ppid=7241 vsize=11080032 memory=1938088 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7304/stat : 7304 (java) S 7241 7244 22004 0 -1 1077944384 21 13255 0 0 0 0 5 2 20 0 15 0 107329746 11345952768 484266 33554432000 4194304 4196468 140726963358480 140715879294336 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7305] ppid=7241 vsize=11080032 memory=1938088 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7305/stat : 7305 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140715571894608 140717267478427 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7306] ppid=7241 vsize=11080032 memory=1937576 CPUtime=5.87 cores=1,3,5,7
/proc/7244/task/7306/stat : 7306 (java) S 7241 7244 22004 0 -1 1077944384 23761 13255 0 0 577 3 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716759488880 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7307] ppid=7241 vsize=11080032 memory=1938088 CPUtime=5.83 cores=1,3,5,7
/proc/7244/task/7307/stat : 7307 (java) S 7241 7244 22004 0 -1 1077944384 20919 13255 0 0 573 3 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716758436080 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7308] ppid=7241 vsize=11080032 memory=1938088 CPUtime=2.64 cores=1,3,5,7
/proc/7244/task/7308/stat : 7308 (java) S 7241 7244 22004 0 -1 1077944384 28707 13255 0 0 251 6 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716757383280 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7309] ppid=7241 vsize=11080032 memory=1937064 CPUtime=0.07 cores=1,3,5,7
/proc/7244/task/7309/stat : 7309 (java) S 7241 7244 22004 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140715141097696 140717267470037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
[pid=7244/tid=7310] ppid=7241 vsize=11080032 memory=18248 CPUtime=0.2 cores=1,3,5,7
/proc/7244/task/7310/stat : 7310 (java) S 7241 7244 22004 0 -1 1077944384 307 13255 0 0 5 8 5 2 20 0 15 0 107329749 11345952768 484266 33554432000 4194304 4196468 140726963358480 140716756331696 140717267470978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 27852800 140726963362418 140726963365217 140726963365217 140726963367887 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1937064 KiB

Child status: 143
Real time (s): 235.35
CPU time (s): 252.132
CPU user time (s): 251.24
CPU system time (s): 0.891568
CPU usage (%): 107.131
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 2071012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.24
system time used= 0.891568
maximum resident set size= 2073060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24184
involuntary context switches= 613


# summary of solver processes directly reported to runsolver:
#   pid: 7244
#   total CPU time (s): 252.132
#   total CPU user time (s): 251.24
#   total CPU system time (s): 0.891568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36623 second user time and 2.34496 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:54:25
IDJOB=4302309
IDBENCH=141484
IDSOLVER=2776
FILE ID=node151/4302309-1532897665
RUNJOBID= node151-1532894133-1621
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302309-1532897665/watcher-4302309-1532897665 -o /tmp/evaluation-result-4302309-1532897665/solver-4302309-1532897665 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=730129384 HOME/instance-4302309-1532897665.xml

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

MD5SUM BENCH= 93689e7972bcd89c8c0248fcf1fc8ef9
RANDOM SEED=730129384

node151.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.87
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.87
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.87
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.87
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:        27179892 kB
MemAvailable:   30919780 kB
Buffers:          219276 kB
Cached:          3794072 kB
SwapCached:            0 kB
Active:          2486496 kB
Inactive:        2631120 kB
Active(anon):    1053832 kB
Inactive(anon):    78188 kB
Active(file):    1432664 kB
Inactive(file):  2552932 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:       1118092 kB
Mapped:            57912 kB
Shmem:             25224 kB
Slab:             168912 kB
SReclaimable:     140252 kB
SUnreclaim:        28660 kB
KernelStack:        3808 kB
PageTables:         7084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2278132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:58:21