Trace number 4293821

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.8 2018-06-13SAT (TO)831 2520.08 2467.33

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had12_c18.xml
MD5SUMfafdea6ca4d8abc1bd6cd2f98399b858
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark826
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size10
Maximum domain size12
Distribution of domain sizes[{"size":10,"count":66},{"size":12,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.8.1528841891564 running
7.36/3.74	o 906
7.36/3.77	o 903
7.36/3.79	o 900
7.69/3.81	o 899
8.05/4.00	o 897
8.05/4.00	o 893
8.42/4.02	o 886
8.42/4.03	o 885
8.75/4.12	o 884
9.06/4.23	o 879
9.06/4.23	o 876
9.06/4.24	o 874
9.06/4.24	o 871
9.06/4.26	o 868
9.06/4.27	o 867
9.06/4.27	o 865
9.06/4.27	o 864
9.06/4.28	o 862
9.06/4.28	o 860
9.70/4.48	o 859
9.70/4.49	o 858
9.98/4.59	o 857
14.47/7.08	o 853
18.05/10.37	o 852
23.95/15.91	o 851
24.38/16.37	o 844
199.14/183.63	o 843
205.52/189.70	o 841
255.94/238.45	o 840
256.16/238.62	o 839
256.16/238.67	o 835
1454.82/1418.43	o 833
1802.11/1760.41	o 831
2520.03/2467.31	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2467.31		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2467.31		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2467.31		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.03/2467.31		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2467.31		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2467.31		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2467.31		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2467.31		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2467.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2467.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2467.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2467.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2467.31		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.03/2467.31		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2467.31		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.03/2467.31		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.03/2467.31		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2467.31		at scala.Option.map(Option.scala:146)
2520.03/2467.31		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2467.31		at concrete.MAC.mac(MAC.scala:203)
2520.03/2467.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2467.31		at scala.util.Try$.apply(Try.scala:209)
2520.03/2467.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2467.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2467.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2467.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2467.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2467.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2467.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2467.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2467.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2467.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2467.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2467.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2467.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2467.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2467.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2467.31		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2467.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2467.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2467.31		at scala.util.Success.map(Try.scala:209)
2520.03/2467.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2467.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2467.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2467.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2467.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2467.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2467.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2467.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2467.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2467.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2467.31		at scala.App.main(App.scala:76)
2520.03/2467.31		at scala.App.main$(App.scala:74)
2520.03/2467.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2467.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2467.32	v <instantiation cost="831">
2520.03/2467.32	v       <list>
2520.03/2467.32	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][8] d[7][9] d[7][10] d[7][11] d[8][9] d[8][10] d[8][11] d[9][10] d[9][11] d[10][11]
2520.03/2467.32	v       </list>
2520.03/2467.32	v       <values>
2520.03/2467.32	v         3 8 6 0 5 10 4 1 7 11 9 2 9 3 6 5 3 5 3 3 6 4 2 8 5 5 5 5 2 1 2 4 2 6 8 6 3 9 6 7 4 4 5 4 8 3 6 6 1 4 7 4 9 5 5 5 4 6 4 5 9 7 3 7 4 7 7 6 2 7 7 6 3 5 4 7 6 6
2520.03/2467.32	v       </values>
2520.03/2467.32	v     </instantiation>
2520.03/2467.32	s SATISFIABLE

Verifier Data

OK	831

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293821-1532374281/watcher-4293821-1532374281 -o /tmp/evaluation-result-4293821-1532374281/solver-4293821-1532374281 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=346875595 HOME/instance-4293821-1532374281.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=15760, runsolver pid=15757

[startup+0.100089 s]*
/proc/loadavg: 1.53 1.33 1.49 3/207 15817
/proc/meminfo: memFree=23154064/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=9972712 memory=15440 CPUtime=0.09 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 4505 12877 0 0 1 0 5 3 20 0 6 0 54991268 10212057088 3860 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2493178 3860 1957 1 0 2481616 0
[pid=15760/tid=15813] ppid=15757 vsize=9988792 memory=4279135703913103756 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 2345 12877 0 0 1 0 5 3 20 0 6 0 54991277 10228523008 3860 33554432000 4194304 4196468 140730332001920 139694655902288 139694665188576 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=9988792 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 6 0 54991277 10228523008 3860 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=9988792 memory=139637052184192 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 6 0 54991278 10228523008 3860 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 6 0 54991278 10228523008 3860 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 6 0 54991278 10228523008 3860 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15440 KiB

[startup+0.209876 s]*
/proc/loadavg: 1.53 1.33 1.49 3/216 15826
/proc/meminfo: memFree=23134456/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10821524 memory=43016 CPUtime=0.26 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 8406 12877 0 0 17 1 5 3 20 0 15 0 54991268 11081240576 10688 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2705381 10754 2984 1 0 2667804 0
[pid=15760/tid=15813] ppid=15757 vsize=10821524 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 5161 12877 0 0 11 0 5 3 20 0 15 0 54991277 11081240576 11018 33554432000 4194304 4196468 140730332001920 139694655890336 139694676745245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10821524 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991277 11081240576 11018 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10821524 memory=139637052184192 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991278 11081240576 11018 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991278 11081240576 11018 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 54991278 11081240576 11084 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10821524 memory=139637052184192 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 54991279 11081240576 11084 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 54991279 11081240576 11084 33554432000 4194304 4196468 140730332001920 139693609968672 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11081240576 11084 33554432000 4194304 4196468 140730332001920 139693475750768 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11081240576 10989 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10821524 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 562 12877 0 0 1 0 5 3 20 0 15 0 54991282 11081240576 10726 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10821524 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 74 12877 0 0 1 0 5 3 20 0 15 0 54991282 11081240576 10726 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10819896 memory=139637052184192 CPUtime=0.11 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 673 12877 0 0 3 0 5 3 20 0 15 0 54991282 11079573504 10726 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11079573504 10486 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10818904 memory=139637052184192 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991283 11078557696 10478 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 43016 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.53 1.33 1.49 3/216 15826
/proc/meminfo: memFree=23121680/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10819352 memory=52388 CPUtime=0.39 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 10675 12877 0 0 29 2 5 3 20 0 15 0 54991268 11079016448 13097 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2704838 13097 3103 1 0 2667149 0
[pid=15760/tid=15813] ppid=15757 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 7117 12877 0 0 20 1 5 3 20 0 15 0 54991277 11079016448 13097 33554432000 4194304 4196468 140730332001920 139694655877536 139694668146014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10819352 memory=7300986251812819024 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991277 11079016448 13097 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991278 11079016448 13097 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991278 11079016448 13097 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 54991278 11079016448 13097 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 54991279 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 54991279 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693609968672 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693475750768 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 568 12877 0 0 1 0 5 3 20 0 15 0 54991282 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 76 12877 0 0 1 0 5 3 20 0 15 0 54991282 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) R 15757 15760 15121 0 -1 4202560 701 12877 0 0 4 0 5 3 20 0 15 0 54991282 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693683341936 139694663457924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991283 11079016448 13097 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52388 KiB

[startup+0.700734 s]
/proc/loadavg: 1.53 1.33 1.49 4/216 15826
/proc/meminfo: memFree=23110640/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10819352 memory=85832 CPUtime=1 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 17111 12877 0 0 89 3 5 3 20 0 15 0 54991268 11079016448 21458 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2704838 21458 3237 1 0 2667149 0
[pid=15760/tid=15813] ppid=15757 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 12341 12877 0 0 57 2 5 3 20 0 15 0 54991277 11079016448 21458 33554432000 4194304 4196468 140730332001920 139694655886352 139694665629083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991277 11079016448 21458 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10819352 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991278 11079016448 21458 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991278 11079016448 21458 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 2 12877 0 0 0 0 5 3 20 0 15 0 54991278 11079016448 21458 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 5 12877 0 0 0 0 5 3 20 0 15 0 54991279 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 13 12877 0 0 0 0 5 3 20 0 15 0 54991279 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693609968672 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693475750768 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 1145 12877 0 0 9 0 5 3 20 0 15 0 54991282 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10819352 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 493 12877 0 0 7 0 5 3 20 0 15 0 54991282 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10819352 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 908 12877 0 0 13 0 5 3 20 0 15 0 54991282 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991283 11079016448 21458 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85832 KiB

[startup+1.50077 s]
/proc/loadavg: 1.53 1.33 1.49 3/216 15826
/proc/meminfo: memFree=23066604/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10834252 memory=178424 CPUtime=2.29 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 24288 12877 0 0 212 9 5 3 20 0 15 0 54991268 11094274048 44606 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2708563 44606 3465 1 0 2670221 0
[pid=15760/tid=15813] ppid=15757 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 17884 12877 0 0 130 5 5 3 20 0 15 0 54991277 11094274048 44606 33554432000 4194304 4196468 140730332001920 139694655896912 139694668109157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 28 12877 0 0 1 0 5 3 20 0 15 0 54991277 11094274048 44606 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 52 12877 0 0 1 0 5 3 20 0 15 0 54991278 11094274048 44606 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 192 12877 0 0 1 0 5 3 20 0 15 0 54991278 11094274048 44606 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 41 12877 0 0 1 0 5 3 20 0 15 0 54991278 11094274048 44606 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 69 12877 0 0 1 0 5 3 20 0 15 0 54991279 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10834252 memory=279273806047488 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 14 12877 0 0 0 0 5 3 20 0 15 0 54991279 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693609968736 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693475750784 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10834252 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10834252 memory=1704 CPUtime=0.3 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 1599 12877 0 0 22 0 5 3 20 0 15 0 54991282 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10834252 memory=9924 CPUtime=0.27 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 702 12877 0 0 19 0 5 3 20 0 15 0 54991282 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10834252 memory=5788 CPUtime=0.4 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 1506 12877 0 0 32 0 5 3 20 0 15 0 54991282 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10834252 memory=1936 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10834252 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991283 11094274048 44606 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 94456 12877 0 0 235566 52 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694655901168 139694298942782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10916192 memory=1408 CPUtime=12.13 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 9192 12877 0 0 1151 54 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.15 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 8228 12877 0 0 1147 60 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.13 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 13010 12877 0 0 1146 59 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.11 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 12307 12877 0 0 1143 60 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10916192 memory=929732 CPUtime=11.22 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 12263 12877 0 0 1055 59 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 15 12877 0 0 0 0 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693609968736 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693475750784 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10916192 memory=929732 CPUtime=6.3 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 24820 12877 0 0 617 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10916192 memory=929732 CPUtime=7.36 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 32393 12877 0 0 723 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10916192 memory=929732 CPUtime=3.15 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 27444 12877 0 0 301 6 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10916192 memory=279273807662048 CPUtime=1.51 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1041 12877 0 0 61 82 5 3 20 0 15 0 54991283 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 2433.73 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 929732 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.52 1.44 3/216 16051
/proc/meminfo: memFree=22691472/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10916192 memory=929732 CPUtime=2494.64 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 238427 12877 0 0 249076 380 5 3 20 0 15 0 54991268 11178180608 232433 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2729048 232433 3525 1 0 2690701 0
[pid=15760/tid=15813] ppid=15757 vsize=10916192 memory=929732 CPUtime=2415.56 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 95054 12877 0 0 241495 53 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694655900688 139694287950686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.45 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 9202 12877 0 0 1182 55 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.47 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 8553 12877 0 0 1177 62 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.46 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 13021 12877 0 0 1177 61 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.44 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 12370 12877 0 0 1174 62 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10916192 memory=929732 CPUtime=11.51 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 12302 12877 0 0 1082 61 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 15 12877 0 0 0 0 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693609968736 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693475750784 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10916192 memory=796 CPUtime=6.3 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 24822 12877 0 0 617 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10916192 memory=929732 CPUtime=7.36 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 32395 12877 0 0 723 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10916192 memory=1936 CPUtime=3.15 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 27446 12877 0 0 301 6 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10916192 memory=929732 CPUtime=1.55 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1047 12877 0 0 63 84 5 3 20 0 15 0 54991283 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 2494.64 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 929732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.3 s]
/proc/loadavg: 1.58 1.51 1.44 3/216 16052
/proc/meminfo: memFree=22694456/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10916192 memory=929732 CPUtime=2520.03 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 239026 12877 0 0 251611 384 5 3 20 0 15 0 54991268 11178180608 232433 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2729048 232433 3525 1 0 2690701 0
[pid=15760/tid=15813] ppid=15757 vsize=10916192 memory=929732 CPUtime=2440.28 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 95387 12877 0 0 243967 53 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694655900160 139694298946139 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.59 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 9212 12877 0 0 1195 56 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10916192 memory=0 CPUtime=12.61 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 8613 12877 0 0 1190 63 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.59 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 13026 12877 0 0 1189 62 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.57 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 12378 12877 0 0 1187 62 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10916192 memory=929732 CPUtime=11.64 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 12474 12877 0 0 1094 62 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 15 12877 0 0 0 0 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693609968736 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693475750784 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10916192 memory=929732 CPUtime=6.3 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 24822 12877 0 0 617 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10916192 memory=929732 CPUtime=7.36 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 32395 12877 0 0 723 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10916192 memory=17676 CPUtime=3.15 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 27446 12877 0 0 301 6 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10916192 memory=4126316290023845779 CPUtime=1.56 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1058 12877 0 0 64 84 5 3 20 0 15 0 54991283 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 929732 KiB

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

[startup+2467.33 s]
# the end of solver process 15760 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.88684 s

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

[startup+2467.3 s]
/proc/loadavg: 1.58 1.51 1.44 3/216 16052
/proc/meminfo: memFree=22694456/32770624 swapFree=67108860/67108860
[pid=15760] ppid=15757 vsize=10916192 memory=929732 CPUtime=2520.03 cores=1,3,5,7
/proc/15760/stat : 15760 (java) S 15757 15760 15121 0 -1 1077944320 239026 12877 0 0 251611 384 5 3 20 0 15 0 54991268 11178180608 232433 33554432000 4194304 4196468 140730332001920 140730331984464 139694684065527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
/proc/15760/statm: 2729048 232433 3525 1 0 2690701 0
[pid=15760/tid=15813] ppid=15757 vsize=10916192 memory=929732 CPUtime=2440.28 cores=1,3,5,7
/proc/15760/task/15813/stat : 15813 (java) R 15757 15760 15121 0 -1 4202560 95387 12877 0 0 243967 53 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694655900160 139694298946139 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15814] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.59 cores=1,3,5,7
/proc/15760/task/15814/stat : 15814 (java) S 15757 15760 15121 0 -1 1077944384 9212 12877 0 0 1195 56 5 3 20 0 15 0 54991277 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694688308368 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15815] ppid=15757 vsize=10916192 memory=0 CPUtime=12.61 cores=1,3,5,7
/proc/15760/task/15815/stat : 15815 (java) S 15757 15760 15121 0 -1 1077944384 8613 12877 0 0 1190 63 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694618065936 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15816] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.59 cores=1,3,5,7
/proc/15760/task/15816/stat : 15816 (java) S 15757 15760 15121 0 -1 1077944384 13026 12877 0 0 1189 62 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694256352144 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15817] ppid=15757 vsize=10916192 memory=929732 CPUtime=12.57 cores=1,3,5,7
/proc/15760/task/15817/stat : 15817 (java) S 15757 15760 15121 0 -1 1077944384 12378 12877 0 0 1187 62 5 3 20 0 15 0 54991278 11178180608 232433 33554432000 4194304 4196468 140730332001920 139694255299344 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15818] ppid=15757 vsize=10916192 memory=929732 CPUtime=11.64 cores=1,3,5,7
/proc/15760/task/15818/stat : 15818 (java) S 15757 15760 15121 0 -1 1077944384 12474 12877 0 0 1094 62 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693686499696 139694684076674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15819] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15819/stat : 15819 (java) S 15757 15760 15121 0 -1 1077944384 15 12877 0 0 0 0 5 3 20 0 15 0 54991279 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693609968736 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15820] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15820/stat : 15820 (java) S 15757 15760 15121 0 -1 1077944384 1 12877 0 0 0 0 5 3 20 0 15 0 54991280 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693475750784 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15821] ppid=15757 vsize=10916192 memory=929732 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15821/stat : 15821 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693235459920 139694684084123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15822] ppid=15757 vsize=10916192 memory=929732 CPUtime=6.3 cores=1,3,5,7
/proc/15760/task/15822/stat : 15822 (java) S 15757 15760 15121 0 -1 1077944384 24822 12877 0 0 617 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693685447536 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15823] ppid=15757 vsize=10916192 memory=929732 CPUtime=7.36 cores=1,3,5,7
/proc/15760/task/15823/stat : 15823 (java) S 15757 15760 15121 0 -1 1077944384 32395 12877 0 0 723 5 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693684394736 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15824] ppid=15757 vsize=10916192 memory=17676 CPUtime=3.15 cores=1,3,5,7
/proc/15760/task/15824/stat : 15824 (java) S 15757 15760 15121 0 -1 1077944384 27446 12877 0 0 301 6 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693683341936 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15825] ppid=15757 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15760/task/15825/stat : 15825 (java) S 15757 15760 15121 0 -1 1077944384 3 12877 0 0 0 0 5 3 20 0 15 0 54991282 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693201902304 139694684075733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
[pid=15760/tid=15826] ppid=15757 vsize=10916192 memory=4126316290023845779 CPUtime=1.56 cores=1,3,5,7
/proc/15760/task/15826/stat : 15826 (java) S 15757 15760 15121 0 -1 1077944384 1058 12877 0 0 64 84 5 3 20 0 15 0 54991283 11178180608 232433 33554432000 4194304 4196468 140730332001920 139693682289328 139694684076674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27181056 140730332007023 140730332009820 140730332009820 140730332012495 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 929732 KiB

Child status: 143
Real time (s): 2467.33
CPU time (s): 2520.08
CPU user time (s): 2516.19
CPU system time (s): 3.88684
CPU usage (%): 102.138
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 929732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.88684
maximum resident set size= 933944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308077
involuntary context switches= 6488


# summary of solver processes directly reported to runsolver:
#   pid: 15760
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.88684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5914 second user time and 20.7087 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 21:31:21
IDJOB=4293821
IDBENCH=141240
IDSOLVER=2750
FILE ID=node105/4293821-1532374281
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293821-1532374281/watcher-4293821-1532374281 -o /tmp/evaluation-result-4293821-1532374281/solver-4293821-1532374281 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=346875595 HOME/instance-4293821-1532374281.xml

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

MD5SUM BENCH= fafdea6ca4d8abc1bd6cd2f98399b858
RANDOM SEED=346875595

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:        23160592 kB
MemAvailable:   31094800 kB
Buffers:          198624 kB
Cached:          7880804 kB
SwapCached:            0 kB
Active:          2303660 kB
Inactive:        6670268 kB
Active(anon):     848704 kB
Inactive(anon):    65656 kB
Active(file):    1454956 kB
Inactive(file):  6604612 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        867280 kB
Mapped:            50576 kB
Shmem:             17036 kB
Slab:             330300 kB
SReclaimable:     303100 kB
SUnreclaim:        27200 kB
KernelStack:        3824 kB
PageTables:         6796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1885868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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= 44800 MiB
End job on node105 at 2018-07-23 22:12:28