Trace number 4396330

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)72 2520.11 2476.23

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark885.287
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.77/0.56	c Concrete v3.12.2.1568380929293 running
7.93/3.50	o 94
8.89/3.84	o 93
10.62/4.44	o 92
10.78/4.53	o 80
11.19/4.80	o 79
21.85/14.26	o 78
71.53/63.34	o 77
94.13/85.71	o 74
116.98/107.63	o 73
893.65/873.81	o 72
2520.06/2476.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2476.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2476.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2476.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2476.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2476.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2476.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2476.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2476.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2476.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2476.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2476.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2476.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2476.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2476.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2476.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2476.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2476.21		at scala.Option.map(Option.scala:243)
2520.06/2476.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2476.21		at concrete.MAC.mac(MAC.scala:216)
2520.06/2476.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2476.21		at scala.util.Try$.apply(Try.scala:212)
2520.06/2476.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2476.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2476.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2476.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2476.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2476.21		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2476.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2476.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2476.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2476.21		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2476.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2476.21		at scala.util.Success.map(Try.scala:264)
2520.06/2476.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2476.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2476.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2476.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2476.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2476.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2476.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2476.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2476.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2476.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2476.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2476.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2476.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2476.21		at scala.App.main(App.scala:75)
2520.06/2476.21		at scala.App.main$(App.scala:73)
2520.06/2476.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2476.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2476.21	v <instantiation
2520.06/2476.21	v         cost = '72'>
2520.06/2476.21	v       <list>
2520.06/2476.21	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2520.06/2476.21	v       </list>
2520.06/2476.21	v       <values>
2520.06/2476.21	v         0 3 14 16 20 41 48 53 63 71 72 3 14 16 20 41 48 53 63 71 72 11 13 17 38 45 50 60 68 69 2 6 27 34 39 49 57 58 4 25 32 37 47 55 56 21 28 33 43 51 52 7 12 22 30 31 5 15 23 24 10 18 19 8 9 1
2520.06/2476.21	v       </values>
2520.06/2476.21	v     </instantiation>
2520.06/2476.21	s SATISFIABLE

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396330-1568413084/watcher-4396330-1568413084 -o /tmp/evaluation-result-4396330-1568413084/solver-4396330-1568413084 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=459828333 HOME/instance-4396330-1568413084.xml 

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

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=2509, runsolver pid=2506

[startup+0.100097 s]*
/proc/loadavg: 1.45 1.57 1.63 3/218 2566
/proc/meminfo: memFree=28918540/32770624 swapFree=66936796/67108860
[pid=2509] ppid=2506 vsize=9972712 memory=16688 CPUtime=0.08 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 4439 13066 0 0 1 0 5 2 20 0 6 0 417566856 10212057088 4172 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2493178 4172 1933 1 0 2481616 0
[pid=2509/tid=2562] ppid=2506 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 2298 13066 0 0 1 0 5 2 20 0 6 0 417566865 10212057088 4238 33554432000 4194304 4196468 140723894508352 140095836058192 140095848301918 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=9972712 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 6 0 417566866 10212057088 4238 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=9972712 memory=140627559913088 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 6 0 417566866 10212057088 4238 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 6 0 417566866 10212057088 4238 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 6 0 417566866 10212057088 4238 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16688 KiB

[startup+0.213173 s]*
/proc/loadavg: 1.45 1.57 1.63 3/227 2575
/proc/meminfo: memFree=28894904/32770624 swapFree=66936796/67108860
[pid=2509] ppid=2506 vsize=10819664 memory=41928 CPUtime=0.26 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 7301 13066 0 0 18 1 5 2 20 0 15 0 417566856 11079335936 10482 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2704916 10482 3164 1 0 2667149 0
[pid=2509/tid=2562] ppid=2506 vsize=10819664 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 3799 13066 0 0 11 0 5 2 20 0 15 0 417566865 11079335936 10482 33554432000 4194304 4196468 140723894508352 140095836047760 140095864233366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10819664 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079335936 10482 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10819664 memory=288371003711624832 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079335936 10482 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079335936 10482 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079335936 10482 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10819664 memory=140627559913088 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 417566867 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 13 13066 0 0 0 0 5 2 20 0 15 0 417566868 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094786758304 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566868 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094652540144 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 501 13066 0 0 1 0 5 2 20 0 15 0 417566871 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 168 13066 0 0 1 0 5 2 20 0 15 0 417566871 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10819664 memory=140627559913088 CPUtime=0.1 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) R 2506 2509 28159 0 -1 4202560 610 13066 0 0 3 0 5 2 20 0 15 0 417566871 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094864340976 140095842852115 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10819664 memory=140627559913088 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566871 11079335936 10482 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41928 KiB

[startup+0.311118 s]*
/proc/loadavg: 1.45 1.57 1.63 4/227 2575
/proc/meminfo: memFree=28881872/32770624 swapFree=66936796/67108860
[pid=2509] ppid=2506 vsize=10820148 memory=53080 CPUtime=0.39 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 10998 13066 0 0 29 3 5 2 20 0 15 0 417566856 11079831552 13270 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2705037 13270 3296 1 0 2667149 0
[pid=2509/tid=2562] ppid=2506 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 7471 13066 0 0 19 2 5 2 20 0 15 0 417566865 11079831552 13270 33554432000 4194304 4196468 140723894508352 140095836026800 140095848345939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079831552 13270 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10820148 memory=8226496019563508123 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079831552 13270 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10820148 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079831552 13270 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 417566866 11079831552 13270 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 417566867 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 13 13066 0 0 0 0 5 2 20 0 15 0 417566868 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094786758304 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566868 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094652540144 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 502 13066 0 0 2 0 5 2 20 0 15 0 417566871 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 177 13066 0 0 2 0 5 2 20 0 15 0 417566871 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) S 2506 2509 28159 0 -1 1077944384 619 13066 0 0 5 0 5 2 20 0 15 0 417566871 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094864340976 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566871 11079831552 13270 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53080 KiB

[startup+0.704099 s]
/proc/loadavg: 1.45 1.57 1.63 3/227 2575
/proc/meminfo: memFree=28867920/32770624 swapFree=66936796/67108860
[pid=2509] ppid=2506 vsize=10824360 memory=85520 CPUtime=1.14 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 15091 13066 0 0 102 5 5 2 20 0 15 0 417566856 11084144640 21380 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2706090 21380 3495 1 0 2668173 0
[pid=2509/tid=2562] ppid=2506 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 10421 13066 0 0 55 4 5 2 20 0 15 0 417566865 11084144640 21380 33554432000 4194304 4196468 140723894508352 140095836037344 140095850357250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11084144640 21380 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11084144640 21380 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10824360 memory=7522124424389264872 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566866 11084144640 21380 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 417566866 11084144640 21380 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 5 13066 0 0 0 0 5 2 20 0 15 0 417566867 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 13 13066 0 0 0 0 5 2 20 0 15 0 417566868 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094786758304 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10824360 memory=281254859640592 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566868 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094652540144 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10824360 memory=546658138 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10824360 memory=4639929758805433257 CPUtime=0.19 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) R 2506 2509 28159 0 -1 4202560 911 13066 0 0 12 0 5 2 20 0 15 0 417566871 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094866446576 140095849103120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10824360 memory=6369613148758568813 CPUtime=0.23 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 753 13066 0 0 16 0 5 2 20 0 15 0 417566871 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10824360 memory=7013340846366745708 CPUtime=0.24 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) S 2506 2509 28159 0 -1 1077944384 770 13066 0 0 17 0 5 2 20 0 15 0 417566871 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094864340976 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10824360 memory=8514726395715219252 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566871 11084144640 21380 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85520 KiB

[startup+1.50075 s]
/proc/loadavg: 1.45 1.57 1.63 4/227 2575
/proc/meminfo: memFree=28825308/32770624 swapFree=66936796/67108860
[pid=2509] ppid=2506 vsize=10834676 memory=173352 CPUtime=2.45 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 21781 13066 0 0 229 9 5 2 20 0 15 0 417566856 11094708224 43338 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2708669 43338 3579 1 0 2670733 0
[pid=2509/tid=2562] ppid=2506 vsize=10834676 memory=-7966001967407402336 CPUtime=1.42 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 15340 13066 0 0 130 5 5 2 20 0 15 0 417566865 11094708224 43338 33554432000 4194304 4196468 140723894508352 140095836021536 140095848301948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10834676 memory=-7019007797916124576 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 52 13066 0 0 1 0 5 2 20 0 15 0 417566866 11094708224 43338 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10834676 memory=4628415523589229910 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 393 13066 0 0 0 0 5 2 20 0 15 0 417566866 11094708224 43338 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10834676 memory=6525018278055875452 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 18 13066 0 0 1 0 5 2 20 0 15 0 417566866 11094708224 43338 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10834676 memory=-8253362664378451622 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 81 13066 0 0 1 0 5 2 20 0 15 0 417566866 11094708224 43338 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10834676 memory=99448 CPUtime=0.08 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 133 13066 0 0 1 0 5 2 20 0 15 0 417566867 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 13 13066 0 0 0 0 5 2 20 0 15 0 417566868 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094786758368 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10834676 memory=19265 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 417566868 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094652540160 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10834676 memory=-1664385933527490352 CPUtime=0.32 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 1139 13066 0 0 25 0 5 2 20 0 15 0 417566871 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 888 13066 0 0 25 0 5 2 20 0 15 0 417566871 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10834676 memory=15599321222257 CPUtime=0.47 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) R 2506 2509 28159 0 -1 4202560 1510 13066 0 0 40 0 5 2 20 0 15 0 417566871 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094864340976 140095843190271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10834676 memory=369 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10834676 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 417566871 11094708224 43338 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 57850 13066 0 0 229584 41 5 2 20 0 15 0 417566865 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095836056688 140095480553570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10846984 memory=739080 CPUtime=11.65 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 11259 13066 0 0 1100 58 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10846984 memory=739080 CPUtime=11.62 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 9176 13066 0 0 1100 55 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10846984 memory=739080 CPUtime=11.62 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 14140 13066 0 0 1095 60 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10846984 memory=741128 CPUtime=11.6 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 8769 13066 0 0 1096 57 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10846984 memory=741128 CPUtime=10.8 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 11974 13066 0 0 1018 55 5 2 20 0 15 0 417566867 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10846984 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 16 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094786758432 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10846984 memory=741128 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094652540160 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10846984 memory=741128 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10846984 memory=739080 CPUtime=3.49 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 19094 13066 0 0 339 3 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10846984 memory=984 CPUtime=3.89 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 17614 13066 0 0 379 3 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10846984 memory=741128 CPUtime=1.68 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) S 2506 2509 28159 0 -1 1077944384 16107 13066 0 0 158 3 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094864340976 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10846984 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10846984 memory=25184 CPUtime=1.56 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1404 13066 0 0 75 74 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 2363.71 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 741128 KiB

[startup+2382.3 s]
/proc/loadavg: 0.66 0.98 1.24 2/207 2860
/proc/meminfo: memFree=30783476/32770624 swapFree=66936812/67108860
[pid=2509] ppid=2506 vsize=10846984 memory=741128 CPUtime=2424.67 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 170435 13066 0 0 242110 350 5 2 20 0 15 0 417566856 11107311616 185282 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2711746 185282 3625 1 0 2673805 0
[pid=2509/tid=2562] ppid=2506 vsize=10846984 memory=741128 CPUtime=2355.64 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 58412 13066 0 0 235515 42 5 2 20 0 15 0 417566865 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095836056672 140095482022248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10846984 memory=741128 CPUtime=11.97 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 11438 13066 0 0 1131 59 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10846984 memory=741128 CPUtime=11.95 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 9186 13066 0 0 1131 57 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10846984 memory=741128 CPUtime=11.94 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 14153 13066 0 0 1126 61 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10846984 memory=741128 CPUtime=11.93 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 8787 13066 0 0 1127 59 5 2 20 0 15 0 417566866 11107311616 185282 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10846984 memory=741128 CPUtime=11.11 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 11998 13066 0 0 1046 58 5 2 20 0 15 0 417566867 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10846984 memory=741128 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 16 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094786758432 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10846984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094652540160 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10846984 memory=1976 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10846984 memory=741128 CPUtime=3.49 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 19096 13066 0 0 339 3 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10846984 memory=741128 CPUtime=3.89 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 17616 13066 0 0 379 3 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10846984 memory=741128 CPUtime=1.68 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) S 2506 2509 28159 0 -1 1077944384 16109 13066 0 0 158 3 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094864340976 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10846984 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10846984 memory=741128 CPUtime=1.6 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1410 13066 0 0 77 76 5 2 20 0 15 0 417566871 11107311616 185282 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 2424.67 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 741128 KiB

[startup+2442.3 s]
/proc/loadavg: 0.73 0.95 1.21 2/207 2864
/proc/meminfo: memFree=30781568/32770624 swapFree=66936812/67108860
[pid=2509] ppid=2506 vsize=10846984 memory=743176 CPUtime=2485.66 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 171578 13066 0 0 248201 358 5 2 20 0 15 0 417566856 11107311616 185794 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2711746 185794 3625 1 0 2673805 0
[pid=2509/tid=2562] ppid=2506 vsize=10846984 memory=743176 CPUtime=2414.93 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 59065 13066 0 0 241443 43 5 2 20 0 15 0 417566865 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095836057616 140095480281203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10846984 memory=743176 CPUtime=12.3 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 11651 13066 0 0 1163 60 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10846984 memory=743176 CPUtime=12.29 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 9239 13066 0 0 1164 58 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10846984 memory=743176 CPUtime=12.28 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 14159 13066 0 0 1159 62 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10846984 memory=743176 CPUtime=12.27 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 8807 13066 0 0 1160 60 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10846984 memory=743176 CPUtime=11.4 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 12191 13066 0 0 1074 59 5 2 20 0 15 0 417566867 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10846984 memory=743176 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 16 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094786758432 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10846984 memory=743176 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094652540160 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10846984 memory=743176 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10846984 memory=743176 CPUtime=3.49 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 19096 13066 0 0 339 3 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10846984 memory=743176 CPUtime=3.89 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 17616 13066 0 0 379 3 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10846984 memory=743176 CPUtime=1.68 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) S 2506 2509 28159 0 -1 1077944384 16109 13066 0 0 158 3 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094864340976 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10846984 memory=743176 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10846984 memory=743176 CPUtime=1.63 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1415 13066 0 0 78 78 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 2485.66 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 743176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 0.72 0.93 1.20 2/207 2868
/proc/meminfo: memFree=30781072/32770624 swapFree=66936812/67108860
[pid=2509] ppid=2506 vsize=10846984 memory=743176 CPUtime=2520.06 cores=0,2,4,6
/proc/2509/stat : 2509 (java) S 2506 2509 28159 0 -1 1077944320 172172 13066 0 0 251637 362 5 2 20 0 15 0 417566856 11107311616 185794 33554432000 4194304 4196468 140723894508352 140723894490896 140095864221431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
/proc/2509/statm: 2711746 185794 3625 1 0 2673805 0
[pid=2509/tid=2562] ppid=2506 vsize=10846984 memory=8112282956445269571 CPUtime=2448.47 cores=0,2,4,6
/proc/2509/task/2562/stat : 2562 (java) R 2506 2509 28159 0 -1 4202560 59414 13066 0 0 244796 44 5 2 20 0 15 0 417566865 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095836056784 140095481403515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2563] ppid=2506 vsize=10846984 memory=1060 CPUtime=12.48 cores=0,2,4,6
/proc/2509/task/2563/stat : 2563 (java) S 2506 2509 28159 0 -1 1077944384 11802 13066 0 0 1180 61 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095868463632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2564] ppid=2506 vsize=10846984 memory=14012 CPUtime=12.46 cores=0,2,4,6
/proc/2509/task/2564/stat : 2564 (java) S 2506 2509 28159 0 -1 1077944384 9247 13066 0 0 1180 59 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095437593232 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2565] ppid=2506 vsize=10846984 memory=10956 CPUtime=12.45 cores=0,2,4,6
/proc/2509/task/2565/stat : 2565 (java) S 2506 2509 28159 0 -1 1077944384 14169 13066 0 0 1175 63 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095436540176 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2566] ppid=2506 vsize=10846984 memory=14056 CPUtime=12.44 cores=0,2,4,6
/proc/2509/task/2566/stat : 2566 (java) S 2506 2509 28159 0 -1 1077944384 8851 13066 0 0 1176 61 5 2 20 0 15 0 417566866 11107311616 185794 33554432000 4194304 4196468 140723894508352 140095435487632 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2567] ppid=2506 vsize=10846984 memory=2116 CPUtime=11.56 cores=0,2,4,6
/proc/2509/task/2567/stat : 2567 (java) S 2506 2509 28159 0 -1 1077944384 12213 13066 0 0 1089 60 5 2 20 0 15 0 417566867 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094867499760 140095864232578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2568] ppid=2506 vsize=10846984 memory=516 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2568/stat : 2568 (java) S 2506 2509 28159 0 -1 1077944384 16 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094786758432 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2569] ppid=2506 vsize=10846984 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2569/stat : 2569 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566868 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094652540160 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2570] ppid=2506 vsize=10846984 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2570/stat : 2570 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094412249552 140095864240027 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2571] ppid=2506 vsize=10846984 memory=288230574492221466 CPUtime=3.49 cores=0,2,4,6
/proc/2509/task/2571/stat : 2571 (java) S 2506 2509 28159 0 -1 1077944384 19098 13066 0 0 339 3 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094866446576 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2572] ppid=2506 vsize=10846984 memory=288230621803970871 CPUtime=3.89 cores=0,2,4,6
/proc/2509/task/2572/stat : 2572 (java) S 2506 2509 28159 0 -1 1077944384 17618 13066 0 0 379 3 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094865394032 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2573] ppid=2506 vsize=10846984 memory=13852953995905338 CPUtime=1.68 cores=0,2,4,6
/proc/2509/task/2573/stat : 2573 (java) S 2506 2509 28159 0 -1 1077944384 16111 13066 0 0 158 3 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094864340976 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2574] ppid=2506 vsize=10846984 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/2509/task/2574/stat : 2574 (java) S 2506 2509 28159 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094378690912 140095864231637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
[pid=2509/tid=2575] ppid=2506 vsize=10846984 memory=2116 CPUtime=1.66 cores=0,2,4,6
/proc/2509/task/2575/stat : 2575 (java) S 2506 2509 28159 0 -1 1077944384 1419 13066 0 0 80 79 5 2 20 0 15 0 417566871 11107311616 185794 33554432000 4194304 4196468 140723894508352 140094863289392 140095864232578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14761984 140723894516464 140723894518981 140723894518981 140723894521807 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 743176 KiB

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

[startup+2476.23 s]
# the end of solver process 2509 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.45 s, system=3.66253 s

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

Child status: 143
Real time (s): 2476.23
CPU time (s): 2520.11
CPU user time (s): 2516.45
CPU system time (s): 3.66253
CPU usage (%): 101.772
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 743176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.45
system time used= 3.66253
maximum resident set size= 747404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301447
involuntary context switches= 12872


# summary of solver processes directly reported to runsolver:
#   pid: 2509
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.45
#   total CPU system time (s): 3.66253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3564 second user time and 23.7941 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 23:16:30
IDJOB=4396330
IDBENCH=141364
IDSOLVER=2846
FILE ID=node105/4396330-1568413084
RUNJOBID= node105-1568388801-30330
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396330-1568413084/watcher-4396330-1568413084 -o /tmp/evaluation-result-4396330-1568413084/solver-4396330-1568413084 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=459828333 HOME/instance-4396330-1568413084.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=459828333

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.00
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.00
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.00
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.00
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:        28923300 kB
MemAvailable:   29308252 kB
Buffers:          171488 kB
Cached:           507644 kB
SwapCached:        68048 kB
Active:          2916744 kB
Inactive:         384556 kB
Active(anon):    2561424 kB
Inactive(anon):    93840 kB
Active(file):     355320 kB
Inactive(file):   290716 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936796 kB
Dirty:             35268 kB
Writeback:             0 kB
AnonPages:       2660196 kB
Mapped:            50660 kB
Shmem:             24444 kB
Slab:             137764 kB
SReclaimable:     109504 kB
SUnreclaim:        28260 kB
KernelStack:        4032 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3634776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2482176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60828 MiB
End job on node105 at 2019-09-13 23:57:46