Trace number 4396463

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)7 2400.07 2354.04

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 benchmark22.666
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.78/0.55	c Concrete v3.12.2.1568380929293 running
16.09/6.15	o 5
16.36/6.21	o 6
17.90/7.24	o 7
2400.02/2354.02	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2354.02		at concrete.MAC.mac(MAC.scala:192)
2400.02/2354.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2354.02		at scala.util.Try$.apply(Try.scala:212)
2400.02/2354.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2354.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2354.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2354.02		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2354.02		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2354.02		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2354.02		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2354.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2354.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2354.02		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2354.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2354.02		at scala.util.Success.map(Try.scala:264)
2400.02/2354.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2354.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2354.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2354.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2354.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2354.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2354.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2354.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2354.02		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2354.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2354.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2354.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2354.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2354.02		at scala.App.main(App.scala:75)
2400.02/2354.02		at scala.App.main$(App.scala:73)
2400.02/2354.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2354.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2354.02	v <instantiation
2400.02/2354.02	v         cost = '7'>
2400.02/2354.02	v       <list>
2400.02/2354.02	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]
2400.02/2354.02	v       </list>
2400.02/2354.02	v       <values>
2400.02/2354.02	v         0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 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 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 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1
2400.02/2354.02	v       </values>
2400.02/2354.02	v     </instantiation>
2400.02/2354.02	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 (15196 MiB free)
  memory of node 1: 16384 MiB (13953 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396463-1568409839/watcher-4396463-1568409839 -o /tmp/evaluation-result-4396463-1568409839/solver-4396463-1568409839 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13963 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=484566514 HOME/instance-4396463-1568409839.xml 

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

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


[startup+0.100163 s]*
/proc/loadavg: 0.94 1.20 1.34 3/220 16715
/proc/meminfo: memFree=29842296/32770624 swapFree=66922584/67108860
[pid=16658] ppid=16655 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 4458 13125 0 0 1 1 5 2 20 0 6 0 417239888 10212057088 4204 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2493178 4204 1935 1 0 2481616 0
[pid=16658/tid=16711] ppid=16655 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 2264 13125 0 0 0 0 5 2 20 0 6 0 417239897 10212057088 4204 33554432000 4194304 4196468 140720429939200 140516768166480 140516796351645 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 417239898 10212057088 4204 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=9972712 memory=140051549610954 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 417239898 10212057088 4204 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 417239898 10212057088 4204 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 6 0 417239898 10212057088 4204 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210225 s]*
/proc/loadavg: 0.94 1.20 1.34 4/229 16724
/proc/meminfo: memFree=29822088/32770624 swapFree=66922584/67108860
[pid=16658] ppid=16655 vsize=10819664 memory=39420 CPUtime=0.25 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 7187 13125 0 0 17 1 5 2 20 0 15 0 417239888 11079335936 9855 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2704916 9855 3169 1 0 2667149 0
[pid=16658/tid=16711] ppid=16655 vsize=10819664 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 3675 13125 0 0 11 1 5 2 20 0 15 0 417239897 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516768137328 140516779516528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10819664 memory=140051549610954 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 417239899 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 13 13125 0 0 0 0 5 2 20 0 15 0 417239900 11079335936 9855 33554432000 4194304 4196468 140720429939200 140515827770144 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239900 11079335936 9855 33554432000 4194304 4196468 140720429939200 140515559335024 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079335936 9855 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 314 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 337 13125 0 0 1 0 5 2 20 0 15 0 417239903 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10819664 memory=140051549595264 CPUtime=0.1 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 628 13125 0 0 3 0 5 2 20 0 15 0 417239903 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079335936 9855 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10819664 memory=140051549595264 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079335936 9855 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39420 KiB

[startup+0.310598 s]*
/proc/loadavg: 0.94 1.20 1.34 3/229 16724
/proc/meminfo: memFree=29808660/32770624 swapFree=66922584/67108860
[pid=16658] ppid=16655 vsize=10820148 memory=50532 CPUtime=0.39 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 10883 13125 0 0 29 3 5 2 20 0 15 0 417239888 11079831552 12633 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2705037 12633 3301 1 0 2667149 0
[pid=16658/tid=16711] ppid=16655 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 7354 13125 0 0 19 2 5 2 20 0 15 0 417239897 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516768129632 140516781697728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 417239898 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10820148 memory=140051549595263 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 417239899 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 13 13125 0 0 0 0 5 2 20 0 15 0 417239900 11079831552 12633 33554432000 4194304 4196468 140720429939200 140515827770144 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239900 11079831552 12633 33554432000 4194304 4196468 140720429939200 140515559335024 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079831552 12633 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 316 13125 0 0 1 0 5 2 20 0 15 0 417239903 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 342 13125 0 0 2 0 5 2 20 0 15 0 417239903 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10820148 memory=140051549595264 CPUtime=0.12 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 638 13125 0 0 5 0 5 2 20 0 15 0 417239903 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079831552 12633 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10820148 memory=140051549595264 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239903 11079831552 12633 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50532 KiB

[startup+0.701552 s]
/proc/loadavg: 1.19 1.24 1.35 4/229 16724
/proc/meminfo: memFree=29794640/32770624 swapFree=66922584/67108860
[pid=16658] ppid=16655 vsize=10824360 memory=83512 CPUtime=1.13 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 15097 13125 0 0 102 4 5 2 20 0 15 0 417239888 11084144640 20878 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2706090 20878 3500 1 0 2668173 0
[pid=16658/tid=16711] ppid=16655 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 10401 13125 0 0 56 3 5 2 20 0 15 0 417239897 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516768154216 140516782578720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10824360 memory=1284 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10824360 memory=1044 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10824360 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239898 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 417239898 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 5 13125 0 0 0 0 5 2 20 0 15 0 417239899 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 13 13125 0 0 0 0 5 2 20 0 15 0 417239900 11084144640 20878 33554432000 4194304 4196468 140720429939200 140515827770144 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239900 11084144640 20878 33554432000 4194304 4196468 140720429939200 140515559335024 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11084144640 20878 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) R 16655 16658 13932 0 -1 4202560 807 13125 0 0 12 0 5 2 20 0 15 0 417239903 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516254440048 140516781227702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10824360 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 792 13125 0 0 15 0 5 2 20 0 15 0 417239903 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 861 13125 0 0 17 0 5 2 20 0 15 0 417239903 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11084144640 20878 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10824360 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239903 11084144640 20878 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83512 KiB

[startup+1.50077 s]
/proc/loadavg: 1.19 1.24 1.35 5/229 16724
/proc/meminfo: memFree=29754096/32770624 swapFree=66922584/67108860
[pid=16658] ppid=16655 vsize=10834676 memory=180172 CPUtime=2.7 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 24342 13125 0 0 253 10 5 2 20 0 15 0 417239888 11094708224 45043 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2708669 45043 3589 1 0 2670733 0
[pid=16658/tid=16711] ppid=16655 vsize=10834676 memory=140051434443352 CPUtime=1.42 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 15789 13125 0 0 130 5 5 2 20 0 15 0 417239897 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516768136080 140516780410206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 91 13125 0 0 1 0 5 2 20 0 15 0 417239898 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10834676 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 307 13125 0 0 1 0 5 2 20 0 15 0 417239898 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10834676 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 36 13125 0 0 1 0 5 2 20 0 15 0 417239898 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10834676 memory=280102869293472 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 88 13125 0 0 1 0 5 2 20 0 15 0 417239898 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10834676 memory=211582973936218 CPUtime=0.08 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 1449 13125 0 0 1 0 5 2 20 0 15 0 417239899 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 14 13125 0 0 0 0 5 2 20 0 15 0 417239900 11094708224 45043 33554432000 4194304 4196468 140720429939200 140515827770208 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10834676 memory=6011695731108115248 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239900 11094708224 45043 33554432000 4194304 4196468 140720429939200 140515559335040 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10834676 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11094708224 45043 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10834676 memory=-7668917182949848256 CPUtime=0.36 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 1051 13125 0 0 29 0 5 2 20 0 15 0 417239903 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10834676 memory=8514726395714956677 CPUtime=0.48 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 1479 13125 0 0 41 0 5 2 20 0 15 0 417239903 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10834676 memory=7100839887184299122 CPUtime=0.51 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 1825 13125 0 0 44 0 5 2 20 0 15 0 417239903 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10834676 memory=4628420171383865741 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11094708224 45043 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 417239903 11094708224 45043 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 10834676 KiB

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

/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 77007 13125 0 0 217814 60 5 2 20 0 15 0 417239897 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516768165616 140516383307206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10846984 memory=6791534058613427641 CPUtime=11.01 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 20992 13125 0 0 1040 54 5 2 20 0 15 0 417239898 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10846984 memory=1653340 CPUtime=10.97 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 23725 13125 0 0 1042 48 5 2 20 0 15 0 417239898 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10846984 memory=1653340 CPUtime=10.98 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 19667 13125 0 0 1041 50 5 2 20 0 15 0 417239898 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10846984 memory=708 CPUtime=10.97 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 14574 13125 0 0 1041 49 5 2 20 0 15 0 417239898 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10846984 memory=1653392 CPUtime=9.97 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 21820 13125 0 0 939 51 5 2 20 0 15 0 417239899 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10846984 memory=216714 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 16 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413348 33554432000 4194304 4196468 140720429939200 140515827770208 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10846984 memory=1653392 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413348 33554432000 4194304 4196468 140720429939200 140515559335040 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10846984 memory=1653392 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413348 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10846984 memory=1653356 CPUtime=4.69 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 18351 13125 0 0 458 4 5 2 20 0 15 0 417239903 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10846984 memory=11044 CPUtime=5.26 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 28282 13125 0 0 516 3 5 2 20 0 15 0 417239903 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10846984 memory=8048 CPUtime=2.37 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 13115 13125 0 0 226 4 5 2 20 0 15 0 417239903 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10846984 memory=3444 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413348 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10846984 memory=6791534058613427641 CPUtime=1.43 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1214 13125 0 0 67 69 5 2 20 0 15 0 417239903 11107311616 413348 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 2245.95 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1653392 KiB

[startup+2262.3 s]
/proc/loadavg: 0.63 0.71 0.80 2/205 16975
/proc/meminfo: memFree=29690212/32770624 swapFree=66922604/67108860
[pid=16658] ppid=16655 vsize=10846984 memory=1653476 CPUtime=2306.86 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 242785 13125 0 0 230338 341 5 2 20 0 15 0 417239888 11107311616 413369 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2711746 413369 3627 1 0 2673805 0
[pid=16658/tid=16711] ppid=16655 vsize=10846984 memory=1653476 CPUtime=2238.19 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 77940 13125 0 0 223752 60 5 2 20 0 15 0 417239897 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516768165504 140516401431710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10846984 memory=1653468 CPUtime=11.32 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 21261 13125 0 0 1070 55 5 2 20 0 15 0 417239898 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10846984 memory=1653468 CPUtime=11.27 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 23790 13125 0 0 1071 49 5 2 20 0 15 0 417239898 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10846984 memory=1653468 CPUtime=11.29 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 19760 13125 0 0 1071 51 5 2 20 0 15 0 417239898 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10846984 memory=0 CPUtime=11.27 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 14771 13125 0 0 1070 50 5 2 20 0 15 0 417239898 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10846984 memory=1653476 CPUtime=10.24 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 22048 13125 0 0 965 52 5 2 20 0 15 0 417239899 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10846984 memory=1653476 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 16 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413369 33554432000 4194304 4196468 140720429939200 140515827770208 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10846984 memory=3472323898181169233 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413369 33554432000 4194304 4196468 140720429939200 140515559335040 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10846984 memory=1653400 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413369 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10846984 memory=0 CPUtime=4.69 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 18353 13125 0 0 458 4 5 2 20 0 15 0 417239903 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10846984 memory=1653476 CPUtime=5.26 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 28284 13125 0 0 516 3 5 2 20 0 15 0 417239903 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10846984 memory=1552 CPUtime=2.37 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 13117 13125 0 0 226 4 5 2 20 0 15 0 417239903 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10846984 memory=8048 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413369 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10846984 memory=1653468 CPUtime=1.47 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1231 13125 0 0 69 71 5 2 20 0 15 0 417239903 11107311616 413369 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 2306.86 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1653476 KiB

[startup+2322.3 s]
/proc/loadavg: 0.73 0.73 0.80 2/205 16986
/proc/meminfo: memFree=29690404/32770624 swapFree=66922608/67108860
[pid=16658] ppid=16655 vsize=10846984 memory=1653588 CPUtime=2367.78 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 244606 13125 0 0 236421 350 5 2 20 0 15 0 417239888 11107311616 413397 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2711746 413397 3627 1 0 2673805 0
[pid=16658/tid=16711] ppid=16655 vsize=10846984 memory=1653524 CPUtime=2297.53 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 78819 13125 0 0 229685 61 5 2 20 0 15 0 417239897 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516768165104 140516382888366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10846984 memory=1653552 CPUtime=11.64 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 21386 13125 0 0 1101 56 5 2 20 0 15 0 417239898 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10846984 memory=1653552 CPUtime=11.59 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 23894 13125 0 0 1100 52 5 2 20 0 15 0 417239898 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10846984 memory=1653496 CPUtime=11.61 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 19873 13125 0 0 1101 53 5 2 20 0 15 0 417239898 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10846984 memory=1653568 CPUtime=11.59 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 14953 13125 0 0 1100 52 5 2 20 0 15 0 417239898 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10846984 memory=1653568 CPUtime=10.52 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 22424 13125 0 0 991 54 5 2 20 0 15 0 417239899 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10846984 memory=1653588 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 16 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413397 33554432000 4194304 4196468 140720429939200 140515827770208 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10846984 memory=1653588 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413397 33554432000 4194304 4196468 140720429939200 140515559335040 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10846984 memory=1653588 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413397 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10846984 memory=2848 CPUtime=4.69 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 18357 13125 0 0 458 4 5 2 20 0 15 0 417239903 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10846984 memory=1653568 CPUtime=5.26 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 28288 13125 0 0 516 3 5 2 20 0 15 0 417239903 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10846984 memory=1653588 CPUtime=2.37 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 13121 13125 0 0 226 4 5 2 20 0 15 0 417239903 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10846984 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413397 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10846984 memory=6791534058613427641 CPUtime=1.51 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1261 13125 0 0 71 73 5 2 20 0 15 0 417239903 11107311616 413397 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 2367.78 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1653588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2354 s]*
/proc/loadavg: 0.84 0.75 0.80 2/207 17012
/proc/meminfo: memFree=29687820/32770624 swapFree=66922620/67108860
[pid=16658] ppid=16655 vsize=10846984 memory=1655676 CPUtime=2400.02 cores=0,2,4,6
/proc/16658/stat : 16658 (java) S 16655 16658 13932 0 -1 1077944320 245688 13125 0 0 239640 355 5 2 20 0 15 0 417239888 11107311616 413919 33554432000 4194304 4196468 140720429939200 140720429921744 140516796329719 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
/proc/16658/statm: 2711746 413919 3627 1 0 2673805 0
[pid=16658/tid=16711] ppid=16655 vsize=10846984 memory=8317482817917895235 CPUtime=2328.88 cores=0,2,4,6
/proc/16658/task/16711/stat : 16711 (java) R 16655 16658 13932 0 -1 4202560 79293 13125 0 0 232819 62 5 2 20 0 15 0 417239897 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516768165616 140516392727943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16712] ppid=16655 vsize=10846984 memory=3848 CPUtime=11.81 cores=0,2,4,6
/proc/16658/task/16712/stat : 16712 (java) S 16655 16658 13932 0 -1 1077944384 21474 13125 0 0 1117 57 5 2 20 0 15 0 417239898 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516800572304 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16713] ppid=16655 vsize=10846984 memory=2848 CPUtime=11.76 cores=0,2,4,6
/proc/16658/task/16713/stat : 16713 (java) S 16655 16658 13932 0 -1 1077944384 23945 13125 0 0 1117 52 5 2 20 0 15 0 417239898 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516704774928 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16714] ppid=16655 vsize=10846984 memory=1408 CPUtime=11.79 cores=0,2,4,6
/proc/16658/task/16714/stat : 16714 (java) S 16655 16658 13932 0 -1 1077944384 19939 13125 0 0 1118 54 5 2 20 0 15 0 417239898 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516703722640 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16715] ppid=16655 vsize=10846984 memory=3140 CPUtime=11.76 cores=0,2,4,6
/proc/16658/task/16715/stat : 16715 (java) S 16655 16658 13932 0 -1 1077944384 15138 13125 0 0 1116 53 5 2 20 0 15 0 417239898 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516702669840 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16716] ppid=16655 vsize=10846984 memory=1655676 CPUtime=10.68 cores=0,2,4,6
/proc/16658/task/16716/stat : 16716 (java) S 16655 16658 13932 0 -1 1077944384 22620 13125 0 0 1007 54 5 2 20 0 15 0 417239899 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516255492208 140516796340866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16717] ppid=16655 vsize=10846984 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16717/stat : 16717 (java) S 16655 16658 13932 0 -1 1077944384 16 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413919 33554432000 4194304 4196468 140720429939200 140515827770208 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16718] ppid=16655 vsize=10846984 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16718/stat : 16718 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239900 11107311616 413919 33554432000 4194304 4196468 140720429939200 140515559335040 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16719] ppid=16655 vsize=10846984 memory=8317482817917895235 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16719/stat : 16719 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413919 33554432000 4194304 4196468 140720429939200 140515319044176 140516796348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16720] ppid=16655 vsize=10846984 memory=3444 CPUtime=4.69 cores=0,2,4,6
/proc/16658/task/16720/stat : 16720 (java) S 16655 16658 13932 0 -1 1077944384 18359 13125 0 0 458 4 5 2 20 0 15 0 417239903 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516254440048 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16721] ppid=16655 vsize=10846984 memory=1556 CPUtime=5.26 cores=0,2,4,6
/proc/16658/task/16721/stat : 16721 (java) S 16655 16658 13932 0 -1 1077944384 28290 13125 0 0 516 3 5 2 20 0 15 0 417239903 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516253387248 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16722] ppid=16655 vsize=10846984 memory=1655676 CPUtime=2.37 cores=0,2,4,6
/proc/16658/task/16722/stat : 16722 (java) S 16655 16658 13932 0 -1 1077944384 13123 13125 0 0 226 4 5 2 20 0 15 0 417239903 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516252334960 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16723] ppid=16655 vsize=10846984 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/16658/task/16723/stat : 16723 (java) S 16655 16658 13932 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 417239903 11107311616 413919 33554432000 4194304 4196468 140720429939200 140515285486560 140516796339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
[pid=16658/tid=16724] ppid=16655 vsize=10846984 memory=14012 CPUtime=1.52 cores=0,2,4,6
/proc/16658/task/16724/stat : 16724 (java) S 16655 16658 13932 0 -1 1077944384 1277 13125 0 0 72 73 5 2 20 0 15 0 417239903 11107311616 413919 33554432000 4194304 4196468 140720429939200 140516251281840 140516796340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140720429943536 140720429946053 140720429946053 140720429948879 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1655676 KiB

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

[startup+2354.04 s]
# the end of solver process 16658 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.48 s, system=3.59381 s

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

Child status: 143
Real time (s): 2354.04
CPU time (s): 2400.07
CPU user time (s): 2396.48
CPU system time (s): 3.59381
CPU usage (%): 101.955
Max. virtual memory (cumulated for all children) (KiB): 10851364
Max. memory (cumulated for all children) (KiB): 1672140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.59381
maximum resident set size= 1674188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259817
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274921
involuntary context switches= 7973


# summary of solver processes directly reported to runsolver:
#   pid: 16658
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.48
#   total CPU system time (s): 3.59381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.428 second user time and 22.3102 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 22:22:02
IDJOB=4396463
IDBENCH=141484
IDSOLVER=2847
FILE ID=node107/4396463-1568409839
RUNJOBID= node107-1568395638-13963
PBS_JOBID= 21701875
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396463-1568409839/watcher-4396463-1568409839 -o /tmp/evaluation-result-4396463-1568409839/solver-4396463-1568409839 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568395638-13963 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=484566514 HOME/instance-4396463-1568409839.xml

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

MD5SUM BENCH= 93689e7972bcd89c8c0248fcf1fc8ef9
RANDOM SEED=484566514

node107.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.11
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.11
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.11
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.11
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:        29850580 kB
MemAvailable:   30384760 kB
Buffers:          162612 kB
Cached:           644144 kB
SwapCached:        79292 kB
Active:          1938972 kB
Inactive:         395592 kB
Active(anon):    1457740 kB
Inactive(anon):   100980 kB
Active(file):     481232 kB
Inactive(file):   294612 kB
Unevictable:      109976 kB
Mlocked:          109976 kB
SwapTotal:      67108860 kB
SwapFree:       66922584 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:       1559556 kB
Mapped:            48220 kB
Shmem:             22316 kB
Slab:             177584 kB
SReclaimable:     148344 kB
SUnreclaim:        29240 kB
KernelStack:        3728 kB
PageTables:        10224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2433880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1427456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59004 MiB
End job on node107 at 2019-09-13 23:01:16