Trace number 4396214

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)84 2520.05 2490.04

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-45-01.xml
MD5SUM1713c5d1d522f34d444b6ff7755d5ded
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark273.014
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":1},{"size":151,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":1},{"degree":8,"count":21},{"degree":9,"count":5},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":68},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
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.78/0.55	c Concrete v3.12.2.1568380929293 running
10.28/4.53	o 99
10.28/4.60	o 95
10.59/4.68	o 94
11.43/5.08	o 93
11.56/5.15	o 92
11.56/5.16	o 91
12.16/5.47	o 90
12.59/5.73	o 88
12.59/5.76	o 87
12.72/5.84	o 85
1710.14/1686.77	o 84
2520.00/2490.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2490.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.00/2490.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.00/2490.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2490.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2490.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2490.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2490.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2490.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2490.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2490.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2490.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2490.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.00/2490.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2490.01		at scala.Option.map(Option.scala:243)
2520.00/2490.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2490.01		at concrete.MAC.mac(MAC.scala:216)
2520.00/2490.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2490.02		at scala.util.Try$.apply(Try.scala:212)
2520.00/2490.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2490.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2490.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2490.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2490.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2490.02		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2490.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2490.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2490.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2490.02		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2490.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2490.02		at scala.util.Success.map(Try.scala:264)
2520.00/2490.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2490.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2490.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2490.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2490.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2490.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2490.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2490.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2490.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2490.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2490.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2490.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2490.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2490.02		at scala.App.main(App.scala:75)
2520.00/2490.02		at scala.App.main$(App.scala:73)
2520.00/2490.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2490.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2490.02	v <instantiation
2520.00/2490.02	v         cost = '84'>
2520.00/2490.02	v       <list>
2520.00/2490.02	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
2520.00/2490.02	v       </list>
2520.00/2490.02	v       <values>
2520.00/2490.02	v         0 0 19 0 2 16 4 24 43 4 14 11 14 23 26 57 62 18 29 31 46 38 39 50 53 68 45 68 75 78 73 84
2520.00/2490.02	v       </values>
2520.00/2490.02	v     </instantiation>
2520.00/2490.02	s SATISFIABLE

Verifier Data

OK	84

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15269 MiB free)
  memory of node 1: 16384 MiB (15164 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396214-1568403798/watcher-4396214-1568403798 -o /tmp/evaluation-result-4396214-1568403798/solver-4396214-1568403798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30985 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=233428409 HOME/instance-4396214-1568403798.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
solver pid=1629, runsolver pid=1626
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.45 1.44 1.48 3/222 1686
/proc/meminfo: memFree=31158648/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=9972712 memory=18600 CPUtime=0.09 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 4390 13105 0 0 1 1 5 2 20 0 6 0 416541387 10212057088 4650 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2493178 4650 1933 1 0 2481616 0
[pid=1629/tid=1682] ppid=1626 vsize=9972712 memory=576460756329955604 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 2207 13105 0 0 0 0 5 2 20 0 6 0 416541396 10212057088 4650 33554432000 4194304 4196468 140730178314048 139942232064592 139942241621565 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 6 0 416541397 10212057088 4650 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=9972712 memory=3907213736624259104 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 6 0 416541397 10212057088 4650 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 6 0 416541397 10212057088 4650 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 6 0 416541397 10212057088 4650 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210136 s]*
/proc/loadavg: 1.45 1.44 1.48 4/231 1695
/proc/meminfo: memFree=31139416/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10819664 memory=38812 CPUtime=0.25 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 7027 13105 0 0 16 2 5 2 20 0 15 0 416541387 11079335936 9703 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2704916 9703 3173 1 0 2667149 0
[pid=1629/tid=1682] ppid=1626 vsize=10819664 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 3522 13105 0 0 10 1 5 2 20 0 15 0 416541396 11079335936 9703 33554432000 4194304 4196468 140730178314048 139942232060296 139942241791364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10819664 memory=4294967639 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079335936 9703 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10819664 memory=139815324845107 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079335936 9703 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10819664 memory=139815322142336 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 416541398 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 13 13105 0 0 0 0 5 2 20 0 15 0 416541399 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941711439520 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541399 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941107459312 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11079335936 9703 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 468 13105 0 0 1 0 5 2 20 0 15 0 416541401 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 163 13105 0 0 0 0 5 2 20 0 15 0 416541402 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10819664 memory=139815322142336 CPUtime=0.1 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 645 13105 0 0 3 0 5 2 20 0 15 0 416541402 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11079335936 9703 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10819664 memory=139815322142336 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541402 11079335936 9703 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38812 KiB

[startup+0.310545 s]*
/proc/loadavg: 1.45 1.44 1.48 3/231 1695
/proc/meminfo: memFree=31126532/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10820148 memory=50212 CPUtime=0.39 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 10744 13105 0 0 28 4 5 2 20 0 15 0 416541387 11079831552 12553 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2705037 12553 3309 1 0 2667149 0
[pid=1629/tid=1682] ppid=1626 vsize=10820148 memory=568384 CPUtime=0.28 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 7205 13105 0 0 18 3 5 2 20 0 15 0 416541396 11079831552 12553 33554432000 4194304 4196468 140730178314048 139942232027744 139942244308318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10820148 memory=4294969536 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079831552 12553 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10820148 memory=139815322142336 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079831552 12553 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 416541397 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10820148 memory=139815322142335 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 416541398 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 13 13105 0 0 0 0 5 2 20 0 15 0 416541399 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941711439520 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541399 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941107459312 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11079831552 12553 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 469 13105 0 0 2 0 5 2 20 0 15 0 416541401 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 172 13105 0 0 1 0 5 2 20 0 15 0 416541402 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10820148 memory=139815322142336 CPUtime=0.12 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 669 13105 0 0 5 0 5 2 20 0 15 0 416541402 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11079831552 12553 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10820148 memory=139815322142336 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541402 11079831552 12553 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50212 KiB

[startup+0.700678 s]
/proc/loadavg: 1.45 1.44 1.48 3/231 1695
/proc/meminfo: memFree=31111148/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10824360 memory=83756 CPUtime=1.11 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 15167 13105 0 0 98 6 5 2 20 0 15 0 416541387 11084144640 20939 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2706090 20939 3507 1 0 2668173 0
[pid=1629/tid=1682] ppid=1626 vsize=10824360 memory=3588 CPUtime=0.66 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 10333 13105 0 0 55 4 5 2 20 0 15 0 416541396 11084144640 20939 33554432000 4194304 4196468 140730178314048 139942232054704 139942260249757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10824360 memory=39740 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11084144640 20939 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10824360 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11084144640 20939 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10824360 memory=1940 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541397 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10824360 memory=139815211406399 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 416541397 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10824360 memory=279630422493152 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 5 13105 0 0 0 0 5 2 20 0 15 0 416541398 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10824360 memory=279630422493344 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 13 13105 0 0 0 0 5 2 20 0 15 0 416541399 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941711439520 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10824360 memory=279630422493536 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541399 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941107459312 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10824360 memory=279630422493728 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11084144640 20939 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10824360 memory=279630422493920 CPUtime=0.19 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) R 1626 1629 30411 0 -1 4202560 937 13105 0 0 12 0 5 2 20 0 15 0 416541401 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941785757936 139942237822614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10824360 memory=279630422494112 CPUtime=0.19 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) R 1626 1629 30411 0 -1 4202560 725 13105 0 0 12 0 5 2 20 0 15 0 416541402 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941784705392 139942239944967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10824360 memory=279630422503648 CPUtime=0.24 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 936 13105 0 0 17 0 5 2 20 0 15 0 416541402 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10824360 memory=279630422499712 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11084144640 20939 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10824360 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541402 11084144640 20939 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83756 KiB

[startup+1.50067 s]
/proc/loadavg: 1.45 1.44 1.48 3/231 1695
/proc/meminfo: memFree=31067120/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10834676 memory=171944 CPUtime=2.41 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 21898 13105 0 0 223 11 5 2 20 0 15 0 416541387 11094708224 42986 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2708669 42986 3577 1 0 2670733 0
[pid=1629/tid=1682] ppid=1626 vsize=10834676 memory=7 CPUtime=1.42 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 15255 13105 0 0 129 6 5 2 20 0 15 0 416541396 11094708224 42986 33554432000 4194304 4196468 140730178314048 139942232022528 139942260239766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10834676 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 406 13105 0 0 1 0 5 2 20 0 15 0 416541397 11094708224 42986 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10834676 memory=39740 CPUtime=0.08 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 65 13105 0 0 1 0 5 2 20 0 15 0 416541397 11094708224 42986 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10834676 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 16 13105 0 0 0 0 5 2 20 0 15 0 416541397 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10834676 memory=1940 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 76 13105 0 0 0 0 5 2 20 0 15 0 416541397 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 179 13105 0 0 1 0 5 2 20 0 15 0 416541398 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 14 13105 0 0 0 0 5 2 20 0 15 0 416541399 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941711439584 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541399 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941107459328 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11094708224 42986 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10834676 memory=6655300316396806240 CPUtime=0.3 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 1088 13105 0 0 23 0 5 2 20 0 15 0 416541401 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10834676 memory=3697 CPUtime=0.29 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 849 13105 0 0 22 0 5 2 20 0 15 0 416541402 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10834676 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) R 1626 1629 30411 0 -1 4202560 1736 13105 0 0 41 0 5 2 20 0 15 0 416541402 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941783652336 139942239356257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10834676 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11094708224 42986 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10834676 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 416541402 11094708224 42986 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 54190 13105 0 0 230499 31 5 2 20 0 15 0 416541396 11107311616 145113 33554432000 4194304 4196468 140730178314048 139942232062656 139941875596928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10846984 memory=580432 CPUtime=7.13 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 10859 13105 0 0 667 39 5 2 20 0 15 0 416541397 11107311616 145113 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10846984 memory=580452 CPUtime=7.12 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 6793 13105 0 0 671 34 5 2 20 0 15 0 416541397 11107311616 145113 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10846984 memory=580452 CPUtime=7.11 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 11835 13105 0 0 670 34 5 2 20 0 15 0 416541397 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10846984 memory=580452 CPUtime=7.15 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 12890 13105 0 0 668 40 5 2 20 0 15 0 416541397 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10846984 memory=580452 CPUtime=6.98 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 12705 13105 0 0 658 33 5 2 20 0 15 0 416541398 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10846984 memory=580452 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 16 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941711439648 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10846984 memory=580452 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 11 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941107459328 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10846984 memory=580452 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11107311616 145113 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10846984 memory=580452 CPUtime=3.48 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 25363 13105 0 0 338 3 5 2 20 0 15 0 416541401 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10846984 memory=1096 CPUtime=4.08 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 24305 13105 0 0 398 3 5 2 20 0 15 0 416541402 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10846984 memory=580452 CPUtime=1.74 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 13498 13105 0 0 163 4 5 2 20 0 15 0 416541402 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10846984 memory=580452 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11107311616 145113 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10846984 memory=580452 CPUtime=1.21 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1344 13105 0 0 56 58 5 2 20 0 15 0 416541402 11107311616 145113 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 2350.85 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 580452 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.37 1.34 3/229 2072
/proc/meminfo: memFree=29995308/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10846984 memory=582564 CPUtime=2411.37 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 176726 13105 0 0 240889 241 5 2 20 0 15 0 416541387 11107311616 145641 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2711746 145641 3630 1 0 2673805 0
[pid=1629/tid=1682] ppid=1626 vsize=10846984 memory=582564 CPUtime=2364.97 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 54602 13105 0 0 236459 31 5 2 20 0 15 0 416541396 11107311616 145641 33554432000 4194304 4196468 140730178314048 139942232063632 139941876853238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10846984 memory=234851 CPUtime=7.3 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 10868 13105 0 0 683 40 5 2 20 0 15 0 416541397 11107311616 145641 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10846984 memory=582564 CPUtime=7.3 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 6840 13105 0 0 689 34 5 2 20 0 15 0 416541397 11107311616 145641 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10846984 memory=582564 CPUtime=7.29 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 11859 13105 0 0 687 35 5 2 20 0 15 0 416541397 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10846984 memory=582500 CPUtime=7.33 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 13059 13105 0 0 686 40 5 2 20 0 15 0 416541397 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10846984 memory=582500 CPUtime=7.15 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 12737 13105 0 0 674 34 5 2 20 0 15 0 416541398 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10846984 memory=582564 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 16 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941711439648 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10846984 memory=582564 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 11 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941107459328 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10846984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11107311616 145641 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10846984 memory=582564 CPUtime=3.48 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 25365 13105 0 0 338 3 5 2 20 0 15 0 416541401 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10846984 memory=582564 CPUtime=4.08 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 24307 13105 0 0 398 3 5 2 20 0 15 0 416541402 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10846984 memory=582564 CPUtime=1.74 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 13500 13105 0 0 163 4 5 2 20 0 15 0 416541402 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10846984 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11107311616 145641 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10846984 memory=582564 CPUtime=1.24 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1350 13105 0 0 58 59 5 2 20 0 15 0 416541402 11107311616 145641 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 2411.37 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 582564 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.31 1.32 3/229 2076
/proc/meminfo: memFree=29999980/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10846984 memory=582576 CPUtime=2471.88 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 177493 13105 0 0 246935 246 5 2 20 0 15 0 416541387 11107311616 145644 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2711746 145644 3630 1 0 2673805 0
[pid=1629/tid=1682] ppid=1626 vsize=10846984 memory=582568 CPUtime=2424.59 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 54961 13105 0 0 242420 32 5 2 20 0 15 0 416541396 11107311616 145644 33554432000 4194304 4196468 140730178314048 139942232062576 139941878245040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10846984 memory=582500 CPUtime=7.47 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 10979 13105 0 0 699 41 5 2 20 0 15 0 416541397 11107311616 145644 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10846984 memory=582576 CPUtime=7.48 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 6878 13105 0 0 706 35 5 2 20 0 15 0 416541397 11107311616 145644 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10846984 memory=582576 CPUtime=7.47 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 11867 13105 0 0 704 36 5 2 20 0 15 0 416541397 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10846984 memory=582576 CPUtime=7.51 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 13111 13105 0 0 703 41 5 2 20 0 15 0 416541397 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10846984 memory=582576 CPUtime=7.32 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 12920 13105 0 0 690 35 5 2 20 0 15 0 416541398 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10846984 memory=3588 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 16 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941711439648 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10846984 memory=582576 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 11 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941107459328 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10846984 memory=582576 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11107311616 145644 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10846984 memory=582576 CPUtime=3.48 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 25365 13105 0 0 338 3 5 2 20 0 15 0 416541401 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10846984 memory=582576 CPUtime=4.08 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 24308 13105 0 0 398 3 5 2 20 0 15 0 416541402 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10846984 memory=582576 CPUtime=1.74 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 13500 13105 0 0 163 4 5 2 20 0 15 0 416541402 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10846984 memory=582576 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11107311616 145644 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10846984 memory=582576 CPUtime=1.27 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1365 13105 0 0 59 61 5 2 20 0 15 0 416541402 11107311616 145644 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 2471.88 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 582576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490 s]*
/proc/loadavg: 1.21 1.29 1.31 3/230 2081
/proc/meminfo: memFree=29998108/32770624 swapFree=67004208/67108860
[pid=1629] ppid=1626 vsize=10846984 memory=582624 CPUtime=2520 cores=0,2,4,6
/proc/1629/stat : 1629 (java) S 1626 1629 30411 0 -1 1077944320 178611 13105 0 0 251743 250 5 2 20 0 15 0 416541387 11107311616 145656 33554432000 4194304 4196468 140730178314048 140730178296592 139942260227831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
/proc/1629/statm: 2711746 145656 3630 1 0 2673805 0
[pid=1629/tid=1682] ppid=1626 vsize=10846984 memory=3848 CPUtime=2471.99 cores=0,2,4,6
/proc/1629/task/1682/stat : 1682 (java) R 1626 1629 30411 0 -1 4202560 55438 13105 0 0 247160 32 5 2 20 0 15 0 416541396 11107311616 145656 33554432000 4194304 4196468 140730178314048 139942232063120 139941876328154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1683] ppid=1626 vsize=10846984 memory=8317482817917895235 CPUtime=7.61 cores=0,2,4,6
/proc/1629/task/1683/stat : 1683 (java) S 1626 1629 30411 0 -1 1077944384 11097 13105 0 0 713 41 5 2 20 0 15 0 416541397 11107311616 145656 33554432000 4194304 4196468 140730178314048 139942264470032 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1684] ppid=1626 vsize=10846984 memory=1096 CPUtime=7.62 cores=0,2,4,6
/proc/1629/task/1684/stat : 1684 (java) S 1626 1629 30411 0 -1 1077944384 6903 13105 0 0 720 35 5 2 20 0 15 0 416541397 11107311616 145656 33554432000 4194304 4196468 140730178314048 139942183221904 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1685] ppid=1626 vsize=10846984 memory=582624 CPUtime=7.6 cores=0,2,4,6
/proc/1629/task/1685/stat : 1685 (java) S 1626 1629 30411 0 -1 1077944384 11967 13105 0 0 717 36 5 2 20 0 15 0 416541397 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941831956752 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1686] ppid=1626 vsize=10846984 memory=14012 CPUtime=7.64 cores=0,2,4,6
/proc/1629/task/1686/stat : 1686 (java) S 1626 1629 30411 0 -1 1077944384 13281 13105 0 0 716 41 5 2 20 0 15 0 416541397 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941830904208 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1687] ppid=1626 vsize=10846984 memory=19276 CPUtime=7.44 cores=0,2,4,6
/proc/1629/task/1687/stat : 1687 (java) S 1626 1629 30411 0 -1 1077944384 13124 13105 0 0 702 35 5 2 20 0 15 0 416541398 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941786811120 139942260238978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1688] ppid=1626 vsize=10846984 memory=14068 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1688/stat : 1688 (java) S 1626 1629 30411 0 -1 1077944384 16 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941711439648 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1689] ppid=1626 vsize=10846984 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1689/stat : 1689 (java) S 1626 1629 30411 0 -1 1077944384 11 13105 0 0 0 0 5 2 20 0 15 0 416541399 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941107459328 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1690] ppid=1626 vsize=10846984 memory=504 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1690/stat : 1690 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541401 11107311616 145656 33554432000 4194304 4196468 140730178314048 139940800059856 139942260246427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1691] ppid=1626 vsize=10846984 memory=1560 CPUtime=3.48 cores=0,2,4,6
/proc/1629/task/1691/stat : 1691 (java) S 1626 1629 30411 0 -1 1077944384 25367 13105 0 0 338 3 5 2 20 0 15 0 416541401 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941785757936 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1692] ppid=1626 vsize=10846984 memory=924 CPUtime=4.08 cores=0,2,4,6
/proc/1629/task/1692/stat : 1692 (java) S 1626 1629 30411 0 -1 1077944384 24310 13105 0 0 398 3 5 2 20 0 15 0 416541402 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941784705392 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1693] ppid=1626 vsize=10846984 memory=8317482817917895235 CPUtime=1.74 cores=0,2,4,6
/proc/1629/task/1693/stat : 1693 (java) S 1626 1629 30411 0 -1 1077944384 13502 13105 0 0 163 4 5 2 20 0 15 0 416541402 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941783652336 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1694] ppid=1626 vsize=10846984 memory=504 CPUtime=0.07 cores=0,2,4,6
/proc/1629/task/1694/stat : 1694 (java) S 1626 1629 30411 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 416541402 11107311616 145656 33554432000 4194304 4196468 140730178314048 139940766501216 139942260238037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
[pid=1629/tid=1695] ppid=1626 vsize=10846984 memory=1560 CPUtime=1.29 cores=0,2,4,6
/proc/1629/task/1695/stat : 1695 (java) S 1626 1629 30411 0 -1 1077944384 1383 13105 0 0 60 62 5 2 20 0 15 0 416541402 11107311616 145656 33554432000 4194304 4196468 140730178314048 139941782600752 139942260238978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35258368 140730178321136 140730178323653 140730178323653 140730178326479 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 582624 KiB

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

[startup+2490.04 s]
# the end of solver process 1629 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.51 s, system=2.53959 s

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

Child status: 143
Real time (s): 2490.04
CPU time (s): 2520.05
CPU user time (s): 2517.51
CPU system time (s): 2.53959
CPU usage (%): 101.205
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 582624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.51
system time used= 2.53959
maximum resident set size= 586836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192761
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216185
involuntary context switches= 8048


# summary of solver processes directly reported to runsolver:
#   pid: 1629
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.51
#   total CPU system time (s): 2.53959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.382 second user time and 23.0059 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 21:42:41
IDJOB=4396214
IDBENCH=129972
IDSOLVER=2846
FILE ID=node148/4396214-1568403798
RUNJOBID= node148-1568393484-30985
PBS_JOBID= 21701862
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-45-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396214-1568403798/watcher-4396214-1568403798 -o /tmp/evaluation-result-4396214-1568403798/solver-4396214-1568403798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30985 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=233428409 HOME/instance-4396214-1568403798.xml

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

MD5SUM BENCH= 1713c5d1d522f34d444b6ff7755d5ded
RANDOM SEED=233428409

node148.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.13
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.13
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.13
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.13
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:        31165064 kB
MemAvailable:   31360324 kB
Buffers:           43928 kB
Cached:           450016 kB
SwapCached:         3836 kB
Active:           862312 kB
Inactive:         193292 kB
Active(anon):     558952 kB
Inactive(anon):    43744 kB
Active(file):     303360 kB
Inactive(file):   149548 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004208 kB
Dirty:             35528 kB
Writeback:             0 kB
AnonPages:        668276 kB
Mapped:            57608 kB
Shmem:             32328 kB
Slab:             145108 kB
SReclaimable:     116372 kB
SUnreclaim:        28736 kB
KernelStack:        3760 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1848672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-13 22:24:11