Trace number 4304457

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)70 2520.2 2462.79

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
171.22/150.03	o 27
171.57/150.21	o 33
171.57/150.24	o 37
172.55/151.07	o 43
175.83/154.02	o 44
200.52/178.57	o 50
330.16/307.68	o 51
386.06/363.21	o 53
405.61/382.70	o 56
701.67/677.51	o 57
704.53/680.39	o 59
734.82/710.31	o 60
757.31/732.50	o 65
834.79/808.94	o 66
919.69/892.69	o 67
2349.30/2295.61	o 70
2520.09/2462.74	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2462.74		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2462.74		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2462.74		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2462.74		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2462.74		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2462.74		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2462.74		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2462.74		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2462.74		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2462.74		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2462.74		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2462.74		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2462.74		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2462.74		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2462.74		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.09/2462.74		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2462.74		at scala.Option.map(Option.scala:146)
2520.09/2462.74		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2462.74		at concrete.MAC.mac(MAC.scala:203)
2520.09/2462.74		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2462.74		at scala.util.Try$.apply(Try.scala:209)
2520.09/2462.74		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2462.74		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2462.74		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2462.74		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2462.74		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2462.74		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2462.74		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2462.74		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2462.74		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2462.74		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2462.74		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2462.74		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2462.74		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2462.74		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2462.74		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2462.74		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2462.74		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2462.74		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2462.74		at scala.util.Success.map(Try.scala:209)
2520.09/2462.74		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2462.74		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2462.74		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2462.74		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2462.74		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2462.74		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2462.74		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2462.74		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2462.74		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2462.74		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2462.74		at scala.App.main(App.scala:76)
2520.09/2462.74		at scala.App.main$(App.scala:74)
2520.09/2462.74		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2462.74		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2462.76	v <instantiation cost="70">
2520.09/2462.76	v       <list>
2520.09/2462.76	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] 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] 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] 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] 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] 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] 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[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] 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[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] 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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] 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[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7]
2520.09/2462.76	v       </list>
2520.09/2462.76	v       <values>
2520.09/2462.76	v         25012 -1 -1 -1 29471 17611 17611 -1 28449 19082 -1 -1 56513 28334 -1 -1 30290 18578 -1 -1 26933 18578 -1 -1 31594 25723 13135 -1 3126 17611 -1 -1 29425 30695 -1 -1 25703 45660 -1 -1 17972 26933 -1 -1 45915 1324 4573 -1 37559 60558 340 -1 14979 37560 -1 -1 37559 36001 -1 -1 56389 45915 -1 -1 1 -1 -1 -1 0 5 7 -1 0 3 -1 -1 1 4 -1 -1 0 5 -1 -1 0 6 -1 -1 0 2 4 -1 0 7 -1 -1 1 4 -1 -1 0 7 -1 -1 0 3 -1 -1 0 4 7 -1 0 2 5 -1 0 6 -1 -1 0 2 -1 -1 0 5 -1 -1 7 0 0 0 4 0 0 0 0 5 0 0 0 4 0 0 4 0 0 0 5 0 0 0 0 0 4 0 6 0 0 0 0 4 0 0 6 0 0 0 0 5 0 0 3 0 0 0 0 0 0 0 5 0 0 0 0 5 0 0 0 3 0 0 26 7 4 17 14 3 14 19 10 20 10 0 26 4 26 4 8 19 26 4 21 0 13 18 26 19 8 26 8 18 0 8 11 4 13 0 26 4 17 26 8 13 3 8 0 26 4 17 12 26 8 26 2 14 18 0 0 17 0 1 8 0 26 4
2520.09/2462.76	v       </values>
2520.09/2462.76	v     </instantiation>
2520.09/2462.76	s SATISFIABLE

Verifier Data

OK	70

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304457-1534091234/watcher-4304457-1534091234 -o /tmp/evaluation-result-4304457-1534091234/solver-4304457-1534091234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=72655776 HOME/instance-4304457-1534091234.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
solver pid=25463, runsolver pid=25460
Current StackSize limit: 8192 KiB


[startup+0.107883 s]*
/proc/loadavg: 2.26 1.93 1.76 3/207 25521
/proc/meminfo: memFree=7808052/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=10453864 memory=23728 CPUtime=0.09 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 4573 13139 0 0 2 0 5 2 20 0 9 0 226686617 10704756736 5932 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2613466 5932 2101 1 0 2576007 0
[pid=25463/tid=25516] ppid=25460 vsize=10453864 memory=4351193298085119114 CPUtime=0.09 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 2367 13139 0 0 2 0 5 2 20 0 9 0 226686626 10704756736 5932 33554432000 4194304 4196468 140723377398576 140132095831920 140132124017821 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=10453864 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 9 0 226686627 10704756736 5932 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=10453864 memory=139827562763904 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 9 0 226686627 10704756736 5932 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 9 0 226686627 10704756736 5932 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 9 0 226686627 10704756736 5932 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=10453864 memory=139827562763904 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 9 0 226686628 10704756736 5932 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 9 0 226686628 10704756736 5932 33554432000 4194304 4196468 140723377398576 140130904958368 140132124006101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 9 0 226686629 10704756736 5932 33554432000 4194304 4196468 140723377398576 140130757109296 140132124006101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 23728 KiB

[startup+0.210099 s]*
/proc/loadavg: 2.26 1.93 1.76 3/215 25529
/proc/meminfo: memFree=7787160/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=10982744 memory=49028 CPUtime=0.26 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 9119 13139 0 0 17 2 5 2 20 0 15 0 226686617 11246329856 12257 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2745686 12257 2944 1 0 2708109 0
[pid=25463/tid=25516] ppid=25460 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 5668 13139 0 0 11 1 5 2 20 0 15 0 226686626 11246329856 12257 33554432000 4194304 4196468 140723377398576 140132095820704 140132108076382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246329856 12257 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=10982744 memory=288370203714475648 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=10982744 memory=139827562763904 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 226686628 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 226686628 11246329856 12257 33554432000 4194304 4196468 140723377398576 140130904958368 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686629 11246329856 12257 33554432000 4194304 4196468 140723377398576 140130757109232 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11246329856 12257 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 431 13139 0 0 1 0 5 2 20 0 15 0 226686631 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 188 13139 0 0 1 0 5 2 20 0 15 0 226686631 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=10982744 memory=139827562763904 CPUtime=0.1 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) R 25460 25463 20569 0 -1 4202560 612 13139 0 0 3 0 5 2 20 0 15 0 226686631 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131546626288 140132102485600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11246329856 12257 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=10982744 memory=139827562763904 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686632 11246329856 12257 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 49028 KiB

[startup+0.310531 s]*
/proc/loadavg: 2.26 1.93 1.76 3/215 25529
/proc/meminfo: memFree=7774012/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=10983192 memory=56904 CPUtime=0.38 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 10319 13139 0 0 29 2 5 2 20 0 15 0 226686617 11246788608 14226 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2745798 14226 3063 1 0 2708109 0
[pid=25463/tid=25516] ppid=25460 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 6857 13139 0 0 20 2 5 2 20 0 15 0 226686626 11246788608 14226 33554432000 4194304 4196468 140723377398576 140132095807904 140132104271719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 14226 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=10983192 memory=139827562774497 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 226686628 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 226686628 11246788608 14226 33554432000 4194304 4196468 140723377398576 140130904958368 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686629 11246788608 14226 33554432000 4194304 4196468 140723377398576 140130757109232 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11246788608 14226 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 433 13139 0 0 1 0 5 2 20 0 15 0 226686631 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 188 13139 0 0 1 0 5 2 20 0 15 0 226686631 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=10983192 memory=139827562763904 CPUtime=0.12 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 620 13139 0 0 5 0 5 2 20 0 15 0 226686631 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11246788608 14226 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=10983192 memory=139827562763904 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686632 11246788608 14226 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56904 KiB

[startup+0.700735 s]
/proc/loadavg: 2.26 1.93 1.76 4/215 25529
/proc/meminfo: memFree=7765576/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=10983192 memory=89340 CPUtime=0.98 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 16393 13139 0 0 87 4 5 2 20 0 15 0 226686617 11246788608 22335 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2745798 22335 3238 1 0 2708109 0
[pid=25463/tid=25516] ppid=25460 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 11854 13139 0 0 57 3 5 2 20 0 15 0 226686626 11246788608 22335 33554432000 4194304 4196468 140723377398576 140132095816720 140132104271217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 22335 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=10983192 memory=2448601122305 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=10983192 memory=8730491 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=10983192 memory=-7453528518462155811 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 226686627 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=10983192 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 5 13139 0 0 0 0 5 2 20 0 15 0 226686628 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 226686628 11246788608 22335 33554432000 4194304 4196468 140723377398576 140130904958368 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686629 11246788608 22335 33554432000 4194304 4196468 140723377398576 140130757109232 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11246788608 22335 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=10983192 memory=8551153264117455490 CPUtime=0.14 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 830 13139 0 0 7 0 5 2 20 0 15 0 226686631 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 811 13139 0 0 9 0 5 2 20 0 15 0 226686631 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=10983192 memory=139827562766417 CPUtime=0.2 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 674 13139 0 0 13 0 5 2 20 0 15 0 226686631 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=10983192 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11246788608 22335 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 226686632 11246788608 22335 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89340 KiB

[startup+1.50075 s]
/proc/loadavg: 2.26 1.93 1.76 3/215 25529
/proc/meminfo: memFree=7719732/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=10991948 memory=268560 CPUtime=2.92 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 23638 13139 0 0 274 11 5 2 20 0 15 0 226686617 11255754752 67140 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2747987 67140 3463 1 0 2709645 0
[pid=25463/tid=25516] ppid=25460 vsize=10991948 memory=9168 CPUtime=1.42 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 14467 13139 0 0 130 5 5 2 20 0 15 0 226686626 11255754752 67140 33554432000 4194304 4196468 140723377398576 140132095829184 140131650242670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=10991948 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 20 13139 0 0 0 0 5 2 20 0 15 0 226686627 11255754752 67140 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=10991948 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 26 13139 0 0 1 1 5 2 20 0 15 0 226686627 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=10991948 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 46 13139 0 0 1 1 5 2 20 0 15 0 226686627 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=10991948 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 301 13139 0 0 1 1 5 2 20 0 15 0 226686627 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=10991948 memory=8551153264117455490 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 86 13139 0 0 0 0 5 2 20 0 15 0 226686628 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 226686628 11255754752 67140 33554432000 4194304 4196468 140723377398576 140130904958368 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=10991948 memory=139827562766417 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 226686629 11255754752 67140 33554432000 4194304 4196468 140723377398576 140130757109232 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=10991948 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11255754752 67140 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=10991948 memory=1624 CPUtime=0.58 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) R 25460 25463 20569 0 -1 4202560 2411 13139 0 0 51 0 5 2 20 0 15 0 226686631 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131548710512 140132105518372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=10991948 memory=1836 CPUtime=0.58 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) R 25460 25463 20569 0 -1 4202560 2741 13139 0 0 51 0 5 2 20 0 15 0 226686631 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131547669152 140132103688995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=10991948 memory=1132 CPUtime=0.4 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 1325 13139 0 0 33 0 5 2 20 0 15 0 226686631 11255754752 67140 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0

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

/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 235163 13139 0 0 236303 84 5 2 20 0 15 0 226686626 11345952768 776616 33554432000 4194304 4196468 140723377398576 140132094022816 140131659924893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=11080032 memory=3117176 CPUtime=13.68 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 42644 13139 0 0 1324 37 5 2 20 0 15 0 226686627 11345952768 776616 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=11080032 memory=3124860 CPUtime=13.66 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 57402 13139 0 0 1320 39 5 2 20 0 15 0 226686627 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=11080032 memory=4000 CPUtime=13.68 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 41137 13139 0 0 1323 38 5 2 20 0 15 0 226686627 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=11080032 memory=3107492 CPUtime=13.71 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 46629 13139 0 0 1324 40 5 2 20 0 15 0 226686627 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=11080032 memory=3872 CPUtime=4.16 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 27339 13139 0 0 390 19 5 2 20 0 15 0 226686628 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=11080032 memory=61388 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 27 13139 0 0 0 0 5 2 20 0 15 0 226686628 11345952768 776616 33554432000 4194304 4196468 140723377398576 140130904958432 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=11080032 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686629 11345952768 776616 33554432000 4194304 4196468 140723377398576 140130757109248 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=11080032 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11345952768 776616 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=11080032 memory=2212 CPUtime=5.69 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 55500 13139 0 0 556 6 5 2 20 0 15 0 226686631 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=11080032 memory=3106464 CPUtime=6.13 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 58701 13139 0 0 598 8 5 2 20 0 15 0 226686631 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=11080032 memory=3108516 CPUtime=2.09 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 55093 13139 0 0 195 7 5 2 20 0 15 0 226686631 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=11080032 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11345952768 776616 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=11080032 memory=860 CPUtime=1.7 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 3032 13139 0 0 70 93 5 2 20 0 15 0 226686632 11345952768 776616 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 2437.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3106464 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.42 1.50 3/215 25756
/proc/meminfo: memFree=5731388/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=11080032 memory=3094200 CPUtime=2499.27 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 637891 13139 0 0 249558 362 5 2 20 0 15 0 226686617 11345952768 773550 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2770008 773550 3527 1 0 2731661 0
[pid=25463/tid=25516] ppid=25460 vsize=11080032 memory=3094200 CPUtime=2423.32 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 238731 13139 0 0 242240 85 5 2 20 0 15 0 226686626 11345952768 773550 33554432000 4194304 4196468 140723377398576 140132087852864 140131659927928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=11080032 memory=139827425850912 CPUtime=14.12 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 44266 13139 0 0 1368 37 5 2 20 0 15 0 226686627 11345952768 773550 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=11080032 memory=3094200 CPUtime=14.1 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 59286 13139 0 0 1363 40 5 2 20 0 15 0 226686627 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=11080032 memory=3094200 CPUtime=14.13 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 43209 13139 0 0 1367 39 5 2 20 0 15 0 226686627 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=11080032 memory=3117176 CPUtime=14.15 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 47327 13139 0 0 1368 40 5 2 20 0 15 0 226686627 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=11080032 memory=5420 CPUtime=4.32 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 28013 13139 0 0 405 20 5 2 20 0 15 0 226686628 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=11080032 memory=3100844 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 27 13139 0 0 0 0 5 2 20 0 15 0 226686628 11345952768 773550 33554432000 4194304 4196468 140723377398576 140130904958432 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=11080032 memory=3094712 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686629 11345952768 773550 33554432000 4194304 4196468 140723377398576 140130757109248 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=11080032 memory=61388 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11345952768 773550 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=11080032 memory=3094200 CPUtime=5.69 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 55505 13139 0 0 556 6 5 2 20 0 15 0 226686631 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=11080032 memory=3094200 CPUtime=6.13 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 59898 13139 0 0 598 8 5 2 20 0 15 0 226686631 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=11080032 memory=3094712 CPUtime=2.1 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 56321 13139 0 0 195 8 5 2 20 0 15 0 226686631 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=11080032 memory=3094712 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11345952768 773550 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=11080032 memory=3094712 CPUtime=1.74 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 3106 13139 0 0 71 96 5 2 20 0 15 0 226686632 11345952768 773550 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 2499.27 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3094200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.7 s]
/proc/loadavg: 1.08 1.40 1.49 3/215 25757
/proc/meminfo: memFree=5745956/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=11080032 memory=3085488 CPUtime=2520.09 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 638361 13139 0 0 251638 364 5 2 20 0 15 0 226686617 11345952768 771372 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2770008 771372 3527 1 0 2731661 0
[pid=25463/tid=25516] ppid=25460 vsize=11080032 memory=3093176 CPUtime=2443.54 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 238962 13139 0 0 244262 85 5 2 20 0 15 0 226686626 11345952768 771372 33554432000 4194304 4196468 140723377398576 140132094669312 140131659930125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=11080032 memory=3092152 CPUtime=14.25 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 44283 13139 0 0 1381 37 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=11080032 memory=3093692 CPUtime=14.23 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 59312 13139 0 0 1376 40 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=11080032 memory=3089080 CPUtime=14.26 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 43350 13139 0 0 1380 39 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=11080032 memory=3086000 CPUtime=14.28 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 47370 13139 0 0 1381 40 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=11080032 memory=3086000 CPUtime=4.35 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 28023 13139 0 0 408 20 5 2 20 0 15 0 226686628 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=11080032 memory=3086000 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 27 13139 0 0 0 0 5 2 20 0 15 0 226686628 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130904958432 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=11080032 memory=279654852039104 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686629 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130757109248 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=11080032 memory=2308 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=11080032 memory=3089592 CPUtime=5.69 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 55505 13139 0 0 556 6 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=11080032 memory=4199712 CPUtime=6.13 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 59898 13139 0 0 598 8 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=11080032 memory=2048 CPUtime=2.1 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 56321 13139 0 0 195 8 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=11080032 memory=3086000 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=11080032 memory=3086000 CPUtime=1.76 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 3108 13139 0 0 72 97 5 2 20 0 15 0 226686632 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3085488 KiB

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

[startup+2462.79 s]
# the end of solver process 25463 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.49 s, system=3.70726 s

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

[startup+2462.7 s]
/proc/loadavg: 1.08 1.40 1.49 3/215 25757
/proc/meminfo: memFree=5745956/32770624 swapFree=67108496/67108860
[pid=25463] ppid=25460 vsize=11080032 memory=3085488 CPUtime=2520.09 cores=1,3,5,7
/proc/25463/stat : 25463 (java) S 25460 25463 20569 0 -1 1077944320 638361 13139 0 0 251638 364 5 2 20 0 15 0 226686617 11345952768 771372 33554432000 4194304 4196468 140723377398576 140723377381120 140132123995895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
/proc/25463/statm: 2770008 771372 3527 1 0 2731661 0
[pid=25463/tid=25516] ppid=25460 vsize=11080032 memory=3093176 CPUtime=2443.54 cores=1,3,5,7
/proc/25463/task/25516/stat : 25516 (java) R 25460 25463 20569 0 -1 4202560 238962 13139 0 0 244262 85 5 2 20 0 15 0 226686626 11345952768 771372 33554432000 4194304 4196468 140723377398576 140132094669312 140131659930125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25517] ppid=25460 vsize=11080032 memory=3092152 CPUtime=14.25 cores=1,3,5,7
/proc/25463/task/25517/stat : 25517 (java) S 25460 25463 20569 0 -1 1077944384 44283 13139 0 0 1381 37 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140132128237840 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25518] ppid=25460 vsize=11080032 memory=3093692 CPUtime=14.23 cores=1,3,5,7
/proc/25463/task/25518/stat : 25518 (java) S 25460 25463 20569 0 -1 1077944384 59312 13139 0 0 1376 40 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131982956944 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25519] ppid=25460 vsize=11080032 memory=3089080 CPUtime=14.26 cores=1,3,5,7
/proc/25463/task/25519/stat : 25519 (java) S 25460 25463 20569 0 -1 1077944384 43350 13139 0 0 1380 39 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131981904400 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25520] ppid=25460 vsize=11080032 memory=3086000 CPUtime=14.28 cores=1,3,5,7
/proc/25463/task/25520/stat : 25520 (java) S 25460 25463 20569 0 -1 1077944384 47370 13139 0 0 1381 40 5 2 20 0 15 0 226686627 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131980851856 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25521] ppid=25460 vsize=11080032 memory=3086000 CPUtime=4.35 cores=1,3,5,7
/proc/25463/task/25521/stat : 25521 (java) S 25460 25463 20569 0 -1 1077944384 28023 13139 0 0 408 20 5 2 20 0 15 0 226686628 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131549784560 140132124007042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25522] ppid=25460 vsize=11080032 memory=3086000 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25522/stat : 25522 (java) S 25460 25463 20569 0 -1 1077944384 27 13139 0 0 0 0 5 2 20 0 15 0 226686628 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130904958432 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25523] ppid=25460 vsize=11080032 memory=279654852039104 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25523/stat : 25523 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686629 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130757109248 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25524] ppid=25460 vsize=11080032 memory=2308 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25524/stat : 25524 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130449709776 140132124014491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25525] ppid=25460 vsize=11080032 memory=3089592 CPUtime=5.69 cores=1,3,5,7
/proc/25463/task/25525/stat : 25525 (java) S 25460 25463 20569 0 -1 1077944384 55505 13139 0 0 556 6 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131548731376 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25526] ppid=25460 vsize=11080032 memory=4199712 CPUtime=6.13 cores=1,3,5,7
/proc/25463/task/25526/stat : 25526 (java) S 25460 25463 20569 0 -1 1077944384 59898 13139 0 0 598 8 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131547678832 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25527] ppid=25460 vsize=11080032 memory=2048 CPUtime=2.1 cores=1,3,5,7
/proc/25463/task/25527/stat : 25527 (java) S 25460 25463 20569 0 -1 1077944384 56321 13139 0 0 195 8 5 2 20 0 15 0 226686631 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131546626288 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25528] ppid=25460 vsize=11080032 memory=3086000 CPUtime=0.07 cores=1,3,5,7
/proc/25463/task/25528/stat : 25528 (java) S 25460 25463 20569 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 226686632 11345952768 771372 33554432000 4194304 4196468 140723377398576 140130018912864 140132124006101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
[pid=25463/tid=25529] ppid=25460 vsize=11080032 memory=3086000 CPUtime=1.76 cores=1,3,5,7
/proc/25463/task/25529/stat : 25529 (java) S 25460 25463 20569 0 -1 1077944384 3108 13139 0 0 72 97 5 2 20 0 15 0 226686632 11345952768 771372 33554432000 4194304 4196468 140723377398576 140131545574192 140132124007042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 18976768 140723377400430 140723377403228 140723377403228 140723377405903 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3085488 KiB

Child status: 143
Real time (s): 2462.79
CPU time (s): 2520.2
CPU user time (s): 2516.49
CPU system time (s): 3.70726
CPU usage (%): 102.331
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 3675792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.49
system time used= 3.70726
maximum resident set size= 3675792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 654072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87387
involuntary context switches= 3280


# summary of solver processes directly reported to runsolver:
#   pid: 25463
#   total CPU time (s): 2520.2
#   total CPU user time (s): 2516.49
#   total CPU system time (s): 3.70726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3254 second user time and 24.1627 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 18:27:14
IDJOB=4304457
IDBENCH=141303
IDSOLVER=2780
FILE ID=node149/4304457-1534091234
RUNJOBID= node149-1534063810-20601
PBS_JOBID= 21036989
Free space on /tmp= 38920 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304457-1534091234/watcher-4304457-1534091234 -o /tmp/evaluation-result-4304457-1534091234/solver-4304457-1534091234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=72655776 HOME/instance-4304457-1534091234.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=72655776

node149.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.60
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.60
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.60
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.60
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:         7819872 kB
MemAvailable:   26896440 kB
Buffers:          199664 kB
Cached:         18909268 kB
SwapCached:           28 kB
Active:         12920100 kB
Inactive:       11242924 kB
Active(anon):    5003468 kB
Inactive(anon):   103080 kB
Active(file):    7916632 kB
Inactive(file): 11139844 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             36580 kB
Writeback:             0 kB
AnonPages:       5061912 kB
Mapped:            67512 kB
Shmem:             49616 kB
Slab:             476980 kB
SReclaimable:     448552 kB
SUnreclaim:        28428 kB
KernelStack:        3536 kB
PageTables:        15336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5739736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4564992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39084 MiB
End job on node149 at 2018-08-12 19:08:17