Trace number 4304464

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.2-SuperNGSAT (TO)84 2520.4 2411.59

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
800.24/709.71	o 78
1856.94/1754.28	o 79
1863.57/1760.73	o 80
1879.58/1776.56	o 82
1884.36/1781.22	o 83
2211.86/2105.71	o 84
2520.31/2411.54	Exception in thread "main" java.util.concurrent.TimeoutException
2520.31/2411.54		at concrete.MAC.mac(MAC.scala:188)
2520.31/2411.54		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.31/2411.54		at scala.util.Try$.apply(Try.scala:209)
2520.31/2411.54		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.31/2411.54		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.31/2411.54		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.31/2411.54		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.31/2411.54		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.31/2411.54		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.31/2411.54		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.31/2411.54		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.31/2411.54		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.31/2411.54		at concrete.MAC.oneRun(MAC.scala:253)
2520.31/2411.54		at concrete.MAC.nextSolution(MAC.scala:272)
2520.31/2411.54		at concrete.MAC.nextSolution(MAC.scala:355)
2520.31/2411.54		at concrete.Solver.hasNext(Solver.scala:166)
2520.31/2411.54		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.31/2411.54		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.31/2411.54		at concrete.Solver.foreach(Solver.scala:68)
2520.31/2411.54		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.31/2411.54		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.31/2411.54		at scala.util.Success.map(Try.scala:209)
2520.31/2411.54		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.31/2411.54		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.31/2411.54		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.31/2411.54		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.31/2411.54		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.31/2411.54		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.31/2411.54		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.31/2411.54		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.31/2411.54		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.31/2411.54		at scala.collection.immutable.List.foreach(List.scala:389)
2520.31/2411.54		at scala.App.main(App.scala:76)
2520.31/2411.54		at scala.App.main$(App.scala:74)
2520.31/2411.54		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.31/2411.54		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.31/2411.54	v <instantiation cost="84">
2520.31/2411.54	v       <list>
2520.31/2411.54	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] r[7][0] r[7][1] r[7][2] r[7][3] r[8][0] r[8][1] r[8][2] r[8][3] r[9][0] r[9][1] r[9][2] r[9][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] c[9][0] c[9][1] c[9][2] c[9][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pr[8][0] pr[8][1] pr[8][2] pr[8][3] pr[9][0] pr[9][1] pr[9][2] pr[9][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] pc[7][0] pc[7][1] pc[7][2] pc[7][3] pc[8][0] pc[8][1] pc[8][2] pc[8][3] pc[9][0] pc[9][1] pc[9][2] pc[9][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] br[7][0] br[7][1] br[7][2] br[7][3] br[8][0] br[8][1] br[8][2] br[8][3] br[9][0] br[9][1] br[9][2] br[9][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] bc[7][0] bc[7][1] bc[7][2] bc[7][3] bc[8][0] bc[8][1] bc[8][2] bc[8][3] bc[9][0] bc[9][1] bc[9][2] bc[9][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9]
2520.31/2411.54	v       </list>
2520.31/2411.54	v       <values>
2520.31/2411.54	v         75644 12065 -1 -1 17245 0 87032 -1 6438 0 55631 97627 61149 48848 4646 -1 6438 25276 41576 48848 76059 61149 29278 -1 28748 97629 7085 -1 9970 20876 -1 -1 41576 12065 9017 -1 67584 8504 -1 -1 13085 47188 -1 -1 69726 7365 28748 -1 100737 48848 31273 -1 90816 0 23128 4646 39161 49973 12058 -1 28748 51862 84918 -1 6152 48848 63980 -1 86705 6152 -1 -1 90816 100747 31202 -1 21229 38940 -1 -1 1 9 -1 -1 0 4 6 -1 0 3 5 9 0 4 6 -1 0 3 7 9 0 4 8 -1 0 2 7 -1 1 5 -1 -1 0 2 4 -1 0 6 -1 -1 1 8 -1 -1 0 7 9 -1 0 3 5 -1 0 2 4 6 0 3 8 -1 0 2 4 -1 0 5 7 -1 0 6 -1 -1 1 3 5 -1 0 8 -1 -1 7 0 0 0 3 0 4 0 0 0 0 0 3 0 4 0 0 0 0 0 3 3 0 0 0 4 0 0 0 4 0 0 0 0 6 0 5 4 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 4 0 0 0 0 0 0 4 0 0 0 0 4 0 0 0 0 5 0 7 0 0 0 26 15 24 19 7 4 0 18 26 2 2 8 20 26 0 26 18 14 19 14 0 19 26 0 26 12 8 12 26 21 13 8 11 26 11 26 0 13 25 8 0 19 26 3 4 18 26 8 26 11 17 0 4 26 13 8 11 26 4 7 4 26 21 0 0 11 26 0 21 0 26 1 14 0 26 2 14 18 0 26 8 26 2 26 1 4 17 8 13 6 15 4 0 17 24 26 1 0 18 18
2520.31/2411.54	v       </values>
2520.31/2411.54	v     </instantiation>
2520.31/2411.54	s SATISFIABLE

Verifier Data

OK	84

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304464-1534093439/watcher-4304464-1534093439 -o /tmp/evaluation-result-4304464-1534093439/solver-4304464-1534093439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27645 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=578927811 -superng HOME/instance-4304464-1534093439.xml 

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

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


[startup+0.100065 s]*
/proc/loadavg: 2.40 2.00 1.87 3/207 779
/proc/meminfo: memFree=24796196/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=10005480 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 4226 12864 0 0 1 0 5 3 20 0 6 0 226907095 10245611520 4582 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2501370 4582 1930 1 0 2489808 0
[pid=722/tid=775] ppid=719 vsize=10005480 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 2097 12864 0 0 1 0 5 3 20 0 6 0 226907104 10245611520 4648 33554432000 4194304 4196468 140726780637664 139918614925904 139918628401145 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=10005480 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 6 0 226907105 10245611520 4648 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=10005480 memory=4123244469136877216 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 6 0 226907105 10245611520 4648 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 6 0 226907105 10245611520 4648 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 6 0 226907105 10245611520 4648 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.20996 s]*
/proc/loadavg: 2.40 2.00 1.87 3/216 788
/proc/meminfo: memFree=24775460/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=10982744 memory=45480 CPUtime=0.26 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 7557 12864 0 0 17 1 5 3 20 0 15 0 226907095 11246329856 11370 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2745686 11370 2950 1 0 2708109 0
[pid=722/tid=775] ppid=719 vsize=10985364 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 5015 12864 0 0 11 1 5 3 20 0 15 0 226907104 11249012736 11879 33554432000 4194304 4196468 140726780637664 139918614913952 139918635806247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=10985364 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907105 11249012736 11879 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=10983736 memory=4123244469136877216 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907105 11247345664 11878 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907105 11247345664 11639 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246362624 11639 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=10982744 memory=140516280460928 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246329856 11631 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 13 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246329856 11631 33554432000 4194304 4196468 140726780637664 139917485138720 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246329856 11631 33554432000 4194304 4196468 140726780637664 139917283812464 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246329856 11631 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 363 12864 0 0 1 0 5 3 20 0 15 0 226907110 11246329856 11631 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 246 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246362624 11631 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=10982776 memory=140516280460928 CPUtime=0.11 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 611 12864 0 0 3 0 5 3 20 0 15 0 226907110 11246362624 11631 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246362624 11631 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=10982776 memory=140516280460928 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246362624 11631 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45480 KiB

[startup+0.31042 s]*
/proc/loadavg: 2.40 2.00 1.87 3/216 788
/proc/meminfo: memFree=24762808/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=10983192 memory=56984 CPUtime=0.38 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 10291 12864 0 0 28 2 5 3 20 0 15 0 226907095 11246788608 14246 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2745798 14246 3069 1 0 2708109 0
[pid=722/tid=775] ppid=719 vsize=10983192 memory=1398720917958146503 CPUtime=0.29 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 6872 12864 0 0 20 1 5 3 20 0 15 0 226907104 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918614901152 139918627169630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 13 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246788608 14246 33554432000 4194304 4196468 140726780637664 139917485138720 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246788608 14246 33554432000 4194304 4196468 140726780637664 139917283812464 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246788608 14246 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 364 12864 0 0 1 0 5 3 20 0 15 0 226907110 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 246 12864 0 0 1 0 5 3 20 0 15 0 226907110 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) R 719 722 27613 0 -1 4202560 619 12864 0 0 5 0 5 3 20 0 15 0 226907110 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918064941936 139918623331920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246788608 14246 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246788608 14246 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56984 KiB

[startup+0.700769 s]
/proc/loadavg: 2.40 2.00 1.87 3/216 788
/proc/meminfo: memFree=24753256/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=10983192 memory=89044 CPUtime=1 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 16421 12864 0 0 88 4 5 3 20 0 15 0 226907095 11246788608 22261 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2745798 22261 3238 1 0 2708109 0
[pid=722/tid=775] ppid=719 vsize=10983192 memory=7809914021240465728 CPUtime=0.67 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 11944 12864 0 0 57 2 5 3 20 0 15 0 226907104 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918614909968 139918624654096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=10983192 memory=281032326648640 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=10983192 memory=140516163330290 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=10983192 memory=140516280459793 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907105 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 5 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 13 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246788608 22261 33554432000 4194304 4196468 140726780637664 139917485138720 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907107 11246788608 22261 33554432000 4194304 4196468 140726780637664 139917283812464 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246788608 22261 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 724 12864 0 0 7 0 5 3 20 0 15 0 226907110 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=10983192 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 854 12864 0 0 10 0 5 3 20 0 15 0 226907110 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 671 12864 0 0 13 0 5 3 20 0 15 0 226907110 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246788608 22261 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907110 11246788608 22261 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89044 KiB

[startup+1.50121 s]
/proc/loadavg: 2.40 2.00 1.87 3/216 788
/proc/meminfo: memFree=24707204/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=10991948 memory=293524 CPUtime=2.85 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 24506 12864 0 0 261 16 5 3 20 0 15 0 226907095 11255754752 73381 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2747987 73381 3459 1 0 2709645 0
[pid=722/tid=775] ppid=719 vsize=10991948 memory=6943526294502006880 CPUtime=1.43 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 14543 12864 0 0 129 6 5 3 20 0 15 0 226907104 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918614920272 139918176644815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=10991948 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 30 12864 0 0 1 1 5 3 20 0 15 0 226907105 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=10991948 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 41 12864 0 0 1 1 5 3 20 0 15 0 226907105 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=10991948 memory=54 CPUtime=0.11 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 54 12864 0 0 1 2 5 3 20 0 15 0 226907105 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=10991948 memory=13869 CPUtime=0.1 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 302 12864 0 0 1 1 5 3 20 0 15 0 226907105 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=10991948 memory=23474 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 94 12864 0 0 0 0 5 3 20 0 15 0 226907107 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=10991948 memory=281032326661568 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 15 12864 0 0 0 0 5 3 20 0 15 0 226907107 11255754752 73381 33554432000 4194304 4196468 140726780637664 139917485138720 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 2 12864 0 0 0 0 5 3 20 0 15 0 226907107 11255754752 73381 33554432000 4194304 4196468 140726780637664 139917283812464 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=10991948 memory=283239597 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11255754752 73381 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=10991948 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) R 719 722 27613 0 -1 4202560 2999 12864 0 0 46 1 5 3 20 0 15 0 226907110 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918067033040 139918624633361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=10991948 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) R 719 722 27613 0 -1 4202560 2869 12864 0 0 44 0 5 3 20 0 15 0 226907110 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918065975568 139918624610409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=10991948 memory=8 CPUtime=0.41 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 1354 12864 0 0 33 0 5 3 20 0 15 0 226907110 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11255754752 73381 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=10991948 memory=54 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 1 12864 0 0 0 0 5 3 20 0 15 0 226907110 11255754752 73381 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10991948 KiB

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

/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 877095 12864 0 0 228724 107 5 3 20 0 15 0 226907104 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918604947568 139918175994660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=11080032 memory=752 CPUtime=30.76 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 107619 12864 0 0 2952 116 5 3 20 0 15 0 226907105 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=11080032 memory=836 CPUtime=30.65 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 92486 12864 0 0 2943 114 5 3 20 0 15 0 226907105 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=11080032 memory=6236488 CPUtime=30.74 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 96364 12864 0 0 2945 121 5 3 20 0 15 0 226907105 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=11080032 memory=1984 CPUtime=30.81 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 82090 12864 0 0 2959 114 5 3 20 0 15 0 226907105 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=11080032 memory=920 CPUtime=3.11 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 48584 12864 0 0 293 10 5 3 20 0 15 0 226907107 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=11080032 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 27 12864 0 0 0 0 5 3 20 0 15 0 226907107 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139917485138848 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=11080032 memory=1260 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 16 12864 0 0 0 0 5 3 20 0 15 0 226907107 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139917283812480 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=11080032 memory=14872 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=11080032 memory=1404 CPUtime=6.49 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 64735 12864 0 0 634 7 5 3 20 0 15 0 226907110 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=11080032 memory=3708 CPUtime=5.92 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 61039 12864 0 0 577 7 5 3 20 0 15 0 226907110 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=11080032 memory=61728 CPUtime=2.34 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 77399 12864 0 0 217 9 5 3 20 0 15 0 226907110 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=11080032 memory=2080 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=11080032 memory=1036 CPUtime=1.67 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 3421 12864 0 0 71 88 5 3 20 0 15 0 226907110 11345952768 1559122 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 2430.28 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6236488 KiB

[startup+2382.3 s]
/proc/loadavg: 0.67 0.86 1.23 2/194 913
/proc/meminfo: memFree=22264240/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=11080032 memory=6269332 CPUtime=2490.88 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 1543178 12864 0 0 248391 689 5 3 20 0 15 0 226907095 11345952768 1567333 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2770008 1567333 3533 1 0 2731661 0
[pid=722/tid=775] ppid=719 vsize=11080032 memory=1736 CPUtime=2348.17 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 896095 12864 0 0 234699 110 5 3 20 0 15 0 226907104 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918608224432 139918186378112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=11080032 memory=752 CPUtime=30.94 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 109250 12864 0 0 2969 117 5 3 20 0 15 0 226907105 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=11080032 memory=836 CPUtime=30.82 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 94507 12864 0 0 2959 115 5 3 20 0 15 0 226907105 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=11080032 memory=61728 CPUtime=30.92 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 99199 12864 0 0 2962 122 5 3 20 0 15 0 226907105 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=11080032 memory=2080 CPUtime=30.98 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 83446 12864 0 0 2975 115 5 3 20 0 15 0 226907105 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=11080032 memory=1036 CPUtime=3.16 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 48927 12864 0 0 298 10 5 3 20 0 15 0 226907107 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=11080032 memory=6269332 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 27 12864 0 0 0 0 5 3 20 0 15 0 226907107 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139917485138848 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=11080032 memory=1600 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 16 12864 0 0 0 0 5 3 20 0 15 0 226907107 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139917283812480 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=11080032 memory=7952 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=11080032 memory=4088 CPUtime=6.49 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 65034 12864 0 0 634 7 5 3 20 0 15 0 226907110 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=11080032 memory=6947385649911455296 CPUtime=5.94 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 62523 12864 0 0 579 7 5 3 20 0 15 0 226907110 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=11080032 memory=1260 CPUtime=2.34 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 78466 12864 0 0 217 9 5 3 20 0 15 0 226907110 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=11080032 memory=14872 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=11080032 memory=1404 CPUtime=1.71 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 3486 12864 0 0 72 91 5 3 20 0 15 0 226907110 11345952768 1567333 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 2490.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6269332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.2 s]
/proc/loadavg: 0.80 0.88 1.22 2/194 914
/proc/meminfo: memFree=22251808/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=11080032 memory=6281644 CPUtime=2520 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 1570274 12864 0 0 251298 694 5 3 20 0 15 0 226907095 11345952768 1570411 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2770008 1570411 3533 1 0 2731661 0
[pid=722/tid=775] ppid=719 vsize=11080032 memory=6277548 CPUtime=2376.99 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 913583 12864 0 0 237578 113 5 3 20 0 15 0 226907104 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918612030512 139918186378348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=11080032 memory=6277548 CPUtime=31 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 110408 12864 0 0 2975 117 5 3 20 0 15 0 226907105 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=11080032 memory=6277548 CPUtime=30.89 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 98168 12864 0 0 2965 116 5 3 20 0 15 0 226907105 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=11080032 memory=6277548 CPUtime=30.98 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 100544 12864 0 0 2968 122 5 3 20 0 15 0 226907105 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=11080032 memory=6277548 CPUtime=31.04 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 84729 12864 0 0 2981 115 5 3 20 0 15 0 226907105 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=11080032 memory=6269332 CPUtime=3.18 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 49250 12864 0 0 300 10 5 3 20 0 15 0 226907107 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=11080032 memory=6273444 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 27 12864 0 0 0 0 5 3 20 0 15 0 226907107 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139917485138848 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=11080032 memory=6271392 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 16 12864 0 0 0 0 5 3 20 0 15 0 226907107 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139917283812480 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=11080032 memory=6277548 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=11080032 memory=6281644 CPUtime=6.49 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 65036 12864 0 0 634 7 5 3 20 0 15 0 226907110 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=11080032 memory=6277548 CPUtime=5.94 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 62526 12864 0 0 579 7 5 3 20 0 15 0 226907110 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=11080032 memory=1404 CPUtime=2.34 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 80240 12864 0 0 217 9 5 3 20 0 15 0 226907110 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=11080032 memory=6277548 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 15 0 226907110 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=11080032 memory=6277548 CPUtime=1.73 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 3545 12864 0 0 73 92 5 3 20 0 15 0 226907110 11345952768 1570411 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 6281644 KiB

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

[startup+2411.59 s]
# the end of solver process 722 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.39 s, system=7.01413 s

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

[startup+2411.5 s]
/proc/loadavg: 0.80 0.88 1.22 2/194 914
/proc/meminfo: memFree=22251808/32770624 swapFree=67108804/67108860
[pid=722] ppid=719 vsize=11342184 memory=6283868 CPUtime=2520.31 cores=1,3,5,7
/proc/722/stat : 722 (java) S 719 722 27613 0 -1 1077944320 1570668 12864 0 0 251329 694 5 3 20 0 17 0 226907095 11614396416 1570967 33554432000 4194304 4196468 140726780637664 140726780620208 139918643089143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
/proc/722/statm: 2835546 1570967 3534 1 0 2797199 0
[pid=722/tid=775] ppid=719 vsize=11342184 memory=303148756931707193 CPUtime=2377.29 cores=1,3,5,7
/proc/722/task/775/stat : 775 (java) R 719 722 27613 0 -1 4202560 913583 12864 0 0 237608 113 5 3 20 0 17 0 226907104 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918612030400 139918186376180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=776] ppid=719 vsize=11342184 memory=13848560227583450 CPUtime=31 cores=1,3,5,7
/proc/722/task/776/stat : 776 (java) S 719 722 27613 0 -1 1077944384 110408 12864 0 0 2975 117 5 3 20 0 17 0 226907105 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918647331728 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=777] ppid=719 vsize=11342184 memory=808 CPUtime=30.89 cores=1,3,5,7
/proc/722/task/777/stat : 777 (java) S 719 722 27613 0 -1 1077944384 98168 12864 0 0 2965 116 5 3 20 0 17 0 226907105 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918502050576 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=778] ppid=719 vsize=11342184 memory=1692 CPUtime=30.98 cores=1,3,5,7
/proc/722/task/778/stat : 778 (java) S 719 722 27613 0 -1 1077944384 100544 12864 0 0 2968 122 5 3 20 0 17 0 226907105 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918500998288 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=779] ppid=719 vsize=11342184 memory=916 CPUtime=31.04 cores=1,3,5,7
/proc/722/task/779/stat : 779 (java) S 719 722 27613 0 -1 1077944384 84729 12864 0 0 2981 115 5 3 20 0 17 0 226907105 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918499945488 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=780] ppid=719 vsize=11342184 memory=3848 CPUtime=3.18 cores=1,3,5,7
/proc/722/task/780/stat : 780 (java) S 719 722 27613 0 -1 1077944384 49250 12864 0 0 300 10 5 3 20 0 17 0 226907107 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918068099184 139918643100290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=781] ppid=719 vsize=11342184 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/781/stat : 781 (java) S 719 722 27613 0 -1 1077944384 27 12864 0 0 0 0 5 3 20 0 17 0 226907107 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139917485138848 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=782] ppid=719 vsize=11342184 memory=14872 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/782/stat : 782 (java) S 719 722 27613 0 -1 1077944384 16 12864 0 0 0 0 5 3 20 0 17 0 226907107 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139917283812480 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=783] ppid=719 vsize=11342184 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/783/stat : 783 (java) S 719 722 27613 0 -1 1077944384 206 12864 0 0 0 0 5 3 20 0 17 0 226907110 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139916976412752 139918643107739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=784] ppid=719 vsize=11342184 memory=3184 CPUtime=6.49 cores=1,3,5,7
/proc/722/task/784/stat : 784 (java) S 719 722 27613 0 -1 1077944384 65036 12864 0 0 634 7 5 3 20 0 17 0 226907110 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918067047024 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=785] ppid=719 vsize=11342184 memory=6277548 CPUtime=5.94 cores=1,3,5,7
/proc/722/task/785/stat : 785 (java) S 719 722 27613 0 -1 1077944384 62526 12864 0 0 579 7 5 3 20 0 17 0 226907110 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918065994224 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=786] ppid=719 vsize=11342184 memory=4104 CPUtime=2.34 cores=1,3,5,7
/proc/722/task/786/stat : 786 (java) S 719 722 27613 0 -1 1077944384 80240 12864 0 0 217 9 5 3 20 0 17 0 226907110 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918064941936 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=787] ppid=719 vsize=11342184 memory=3296 CPUtime=0.08 cores=1,3,5,7
/proc/722/task/787/stat : 787 (java) S 719 722 27613 0 -1 1077944384 3 12864 0 0 0 0 5 3 20 0 17 0 226907110 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139916545616864 139918643099349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
[pid=722/tid=788] ppid=719 vsize=11342184 memory=6281644 CPUtime=1.73 cores=1,3,5,7
/proc/722/task/788/stat : 788 (java) S 719 722 27613 0 -1 1077944384 3545 12864 0 0 73 92 5 3 20 0 17 0 226907110 11614396416 1570967 33554432000 4194304 4196468 140726780637664 139918063888816 139918643100290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7925760 140726780643940 140726780646748 140726780646748 140726780649423 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 6283868 KiB

Child status: 143
Real time (s): 2411.59
CPU time (s): 2520.4
CPU user time (s): 2513.39
CPU system time (s): 7.01413
CPU usage (%): 104.512
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 6839372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.39
system time used= 7.01413
maximum resident set size= 6839372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1585206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70114
involuntary context switches= 2797


# summary of solver processes directly reported to runsolver:
#   pid: 722
#   total CPU time (s): 2520.4
#   total CPU user time (s): 2513.39
#   total CPU system time (s): 7.01413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7416 second user time and 23.2229 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 19:03:59
IDJOB=4304464
IDBENCH=141306
IDSOLVER=2781
FILE ID=node105/4304464-1534093439
RUNJOBID= node105-1534063459-27645
PBS_JOBID= 21036987
Free space on /tmp= 40884 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304464-1534093439/watcher-4304464-1534093439 -o /tmp/evaluation-result-4304464-1534093439/solver-4304464-1534093439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27645 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=578927811 -superng HOME/instance-4304464-1534093439.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=578927811

node105.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.32
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.32
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.32
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.32
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:        24807032 kB
MemAvailable:   28251400 kB
Buffers:          145856 kB
Cached:          3555440 kB
SwapCached:           16 kB
Active:          5539800 kB
Inactive:        1865664 kB
Active(anon):    3656152 kB
Inactive(anon):   100472 kB
Active(file):    1883648 kB
Inactive(file):  1765192 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             54884 kB
Writeback:             0 kB
AnonPages:       3711568 kB
Mapped:            63896 kB
Shmem:             49748 kB
Slab:             250560 kB
SReclaimable:     222724 kB
SUnreclaim:        27836 kB
KernelStack:        3504 kB
PageTables:        12596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4916940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3438592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40920 MiB
End job on node105 at 2018-08-12 19:44:11