Trace number 4402873

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.3? (TO) 2520.12 2467.53

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-herbs_c18.xml
MD5SUM01ee442f0f2e93e01b5a5546098ec59b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark405.318
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of constraints121
Number of domains3
Minimum domain size2
Maximum domain size281
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":281,"count":30}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":870},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":60},{"arity":30,"count":31},{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.06/2467.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2467.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2467.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2467.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2467.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2467.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.06/2467.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2467.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2467.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2467.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2467.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2467.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2467.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2467.50		at scala.Option.map(Option.scala:242)
2520.06/2467.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2467.50		at concrete.MAC.mac(MAC.scala:216)
2520.06/2467.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2467.50		at scala.util.Try$.apply(Try.scala:210)
2520.06/2467.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2467.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2467.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2467.50		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2467.50		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2467.50		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.06/2467.50		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2467.50		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2467.50		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2467.50		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2467.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2467.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2467.50		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2467.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2467.50		at scala.util.Success.map(Try.scala:262)
2520.06/2467.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2467.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2467.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2467.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2467.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2467.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2467.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2467.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2467.50		at scala.App.$anonfun$main$1(App.scala:73)
2520.06/2467.50		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.06/2467.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.06/2467.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.06/2467.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.06/2467.50		at scala.App.main(App.scala:73)
2520.06/2467.50		at scala.App.main$(App.scala:71)
2520.06/2467.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2467.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2467.51	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402873-1568987872/watcher-4402873-1568987872 -o /var/tmp/evaluation-result-4402873-1568987872/solver-4402873-1568987872 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1846332404 HOME/instance-4402873-1568987872.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=6622, runsolver pid=6619

[startup+0.110258 s]*
/proc/loadavg: 1.50 1.54 1.47 3/219 6680
/proc/meminfo: memFree=8551380/32770624 swapFree=67021772/67108860
[pid=6622] ppid=6619 vsize=10355560 memory=24004 CPUtime=0.09 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 4724 12990 0 0 2 0 5 2 20 0 9 0 475059769 10604093440 6001 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2588890 6001 2103 1 0 2551431 0
[pid=6622/tid=6675] ppid=6619 vsize=10355560 memory=-9034913285479382979 CPUtime=0.09 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 2506 12990 0 0 2 0 5 2 20 0 9 0 475059778 10604093440 6001 33554432000 4194304 4196468 140726511910416 139731577929584 139731591776051 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10355560 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 9 0 475059779 10604093440 6001 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10355560 memory=140080660477568 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 9 0 475059779 10604093440 6001 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 9 0 475059779 10604093440 6001 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 9 0 475059779 10604093440 6001 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10355560 memory=140080660477568 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 9 0 475059780 10604093440 6001 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 9 0 475059781 10604093440 6001 33554432000 4194304 4196468 140726511910416 139730788279584 139731606103765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 9 0 475059781 10604093440 6001 33554432000 4194304 4196468 140726511910416 139730654062256 139731606103765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24004 KiB

[startup+0.210178 s]*
/proc/loadavg: 1.50 1.54 1.47 3/227 6688
/proc/meminfo: memFree=8535816/32770624 swapFree=67021772/67108860
[pid=6622] ppid=6619 vsize=10820196 memory=41824 CPUtime=0.26 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 7382 12990 0 0 18 1 5 2 20 0 15 0 475059769 11079880704 10456 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2705049 10456 3285 1 0 2667149 0
[pid=6622/tid=6675] ppid=6619 vsize=10820196 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 3878 12990 0 0 11 1 5 2 20 0 15 0 475059778 11079880704 10456 33554432000 4194304 4196468 140726511910416 139731577907744 139731590174046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 10456 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10820196 memory=140080660477568 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 10456 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 10456 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 10456 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10820196 memory=140080660477568 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 475059780 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 15 0 475059781 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730788279584 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059781 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730654062192 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 451 12990 0 0 1 0 5 2 20 0 15 0 475059783 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 217 12990 0 0 1 0 5 2 20 0 15 0 475059784 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10820196 memory=140080660477568 CPUtime=0.1 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) S 6619 6622 1397 0 -1 1077944384 610 12990 0 0 3 0 5 2 20 0 15 0 475059784 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730874694000 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10820196 memory=140080660477568 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059784 11079880704 10456 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41824 KiB

[startup+0.310483 s]*
/proc/loadavg: 1.50 1.54 1.47 3/227 6688
/proc/meminfo: memFree=8525272/32770624 swapFree=67021772/67108860
[pid=6622] ppid=6619 vsize=10820196 memory=50220 CPUtime=0.39 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 10761 12990 0 0 29 3 5 2 20 0 15 0 475059769 11079880704 12555 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2705049 12555 3295 1 0 2667149 0
[pid=6622/tid=6675] ppid=6619 vsize=10820196 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 7228 12990 0 0 20 2 5 2 20 0 15 0 475059778 11079880704 12555 33554432000 4194304 4196468 140726511910416 139731577902480 139731592298933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 12555 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10820196 memory=140080660484561 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 12555 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 12555 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059779 11079880704 12555 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 475059780 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 15 0 475059781 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730788279584 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059781 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730654062192 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 451 12990 0 0 1 0 5 2 20 0 15 0 475059783 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 218 12990 0 0 2 0 5 2 20 0 15 0 475059784 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10820196 memory=140080660477568 CPUtime=0.12 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) S 6619 6622 1397 0 -1 1077944384 629 12990 0 0 5 0 5 2 20 0 15 0 475059784 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730874694000 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10820196 memory=140080660477568 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059784 11079880704 12555 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50220 KiB

[startup+0.700746 s]
/proc/loadavg: 1.50 1.54 1.47 4/227 6688
/proc/meminfo: memFree=8509152/32770624 swapFree=67021772/67108860
[pid=6622] ppid=6619 vsize=10824364 memory=83904 CPUtime=1.15 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 15146 12990 0 0 103 5 5 2 20 0 15 0 475059769 11084148736 20976 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2706091 20976 3514 1 0 2668173 0
[pid=6622/tid=6675] ppid=6619 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 10516 12990 0 0 56 3 5 2 20 0 15 0 475059778 11084148736 20976 33554432000 4194304 4196468 140726511910416 139731577920720 139731606115485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10824364 memory=16237163574467624 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 2 12990 0 0 0 0 5 2 20 0 15 0 475059779 11084148736 20976 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059779 11084148736 20976 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059779 11084148736 20976 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059779 11084148736 20976 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10824364 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 5 12990 0 0 0 0 5 2 20 0 15 0 475059780 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 13 12990 0 0 0 0 5 2 20 0 15 0 475059781 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730788279584 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059781 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730654062192 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10824364 memory=11044 CPUtime=0.17 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 860 12990 0 0 10 0 5 2 20 0 15 0 475059783 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 717 12990 0 0 17 0 5 2 20 0 15 0 475059784 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10824364 memory=27300 CPUtime=0.24 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) R 6619 6622 1397 0 -1 4202560 813 12990 0 0 17 0 5 2 20 0 15 0 475059784 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730874689728 139731606114906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10824364 memory=140080559720080 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059784 11084148736 20976 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83904 KiB

[startup+1.50064 s]
/proc/loadavg: 1.50 1.54 1.47 3/227 6688
/proc/meminfo: memFree=8465468/32770624 swapFree=67021772/67108860
[pid=6622] ppid=6619 vsize=10834680 memory=173496 CPUtime=2.52 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 21799 12990 0 0 236 9 5 2 20 0 15 0 475059769 11094712320 43374 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2708670 43374 3582 1 0 2670733 0
[pid=6622/tid=6675] ppid=6619 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 15380 12990 0 0 131 5 5 2 20 0 15 0 475059778 11094712320 43374 33554432000 4194304 4196468 140726511910416 139731577893232 139731207843329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 372 12990 0 0 1 0 5 2 20 0 15 0 475059779 11094712320 43374 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10834680 memory=17 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 44 12990 0 0 1 0 5 2 20 0 15 0 475059779 11094712320 43374 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 77 12990 0 0 1 0 5 2 20 0 15 0 475059779 11094712320 43374 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 29 12990 0 0 1 0 5 2 20 0 15 0 475059779 11094712320 43374 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10834680 memory=140080559988768 CPUtime=0.08 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 136 12990 0 0 1 0 5 2 20 0 15 0 475059780 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10834680 memory=99252 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 14 12990 0 0 0 0 5 2 20 0 15 0 475059781 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730788279648 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 1 12990 0 0 0 0 5 2 20 0 15 0 475059781 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730654062208 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10834680 memory=280161119955168 CPUtime=0.31 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 1023 12990 0 0 23 1 5 2 20 0 15 0 475059783 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10834680 memory=280161120113088 CPUtime=0.38 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 883 12990 0 0 31 0 5 2 20 0 15 0 475059784 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10834680 memory=140080559989504 CPUtime=0.49 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) R 6619 6622 1397 0 -1 4202560 1627 12990 0 0 42 0 5 2 20 0 15 0 475059784 11094712320 43374 33554432000 4194304 4196468 140726511910416 139730874694000 139731590174046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0

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

/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 93999 12990 0 0 235533 66 5 2 20 0 15 0 475059778 11109412864 121416 33554432000 4194304 4196468 140726511910416 139731577928384 139731226795759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10849036 memory=500028 CPUtime=13.49 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 17186 12990 0 0 1284 58 5 2 20 0 15 0 475059779 11109412864 121416 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10849036 memory=495412 CPUtime=13.52 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 12032 12990 0 0 1285 60 5 2 20 0 15 0 475059779 11109412864 121416 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10849036 memory=495412 CPUtime=13.51 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 17825 12990 0 0 1287 57 5 2 20 0 15 0 475059779 11109412864 121416 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10849036 memory=485664 CPUtime=13.53 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 14327 12990 0 0 1288 58 5 2 20 0 15 0 475059779 11109412864 121416 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10849036 memory=485664 CPUtime=10.36 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 14937 12990 0 0 961 68 5 2 20 0 15 0 475059780 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10849036 memory=485664 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730788279648 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10849036 memory=487204 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 7 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730654062208 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10849036 memory=485664 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10849036 memory=3648 CPUtime=4.76 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 26408 12990 0 0 465 4 5 2 20 0 15 0 475059783 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10849036 memory=490280 CPUtime=4.92 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 32904 12990 0 0 481 4 5 2 20 0 15 0 475059784 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10849036 memory=1608 CPUtime=2.31 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) S 6619 6622 1397 0 -1 1077944384 19621 12990 0 0 219 5 5 2 20 0 15 0 475059784 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730874694000 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10849036 memory=485664 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10849036 memory=3648 CPUtime=1.33 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1120 12990 0 0 63 63 5 2 20 0 15 0 475059784 11109412864 121416 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 2433.27 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 485664 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.50 1.43 3/228 7065
/proc/meminfo: memFree=7819604/32770624 swapFree=67021816/67108860
[pid=6622] ppid=6619 vsize=10849036 memory=497472 CPUtime=2494.4 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 254514 12990 0 0 249031 402 5 2 20 0 15 0 475059769 11109412864 124368 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2712259 124368 3630 1 0 2674317 0
[pid=6622/tid=6675] ppid=6619 vsize=10849036 memory=497472 CPUtime=2415.38 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 95193 12990 0 0 241465 66 5 2 20 0 15 0 475059778 11109412864 124368 33554432000 4194304 4196468 140726511910416 139731577927888 139731227916898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10849036 memory=483608 CPUtime=13.87 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 17296 12990 0 0 1321 59 5 2 20 0 15 0 475059779 11109412864 124368 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10849036 memory=495936 CPUtime=13.9 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 12388 12990 0 0 1321 62 5 2 20 0 15 0 475059779 11109412864 124368 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10849036 memory=497472 CPUtime=13.88 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 17959 12990 0 0 1323 58 5 2 20 0 15 0 475059779 11109412864 124368 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10849036 memory=497472 CPUtime=13.9 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 14414 12990 0 0 1324 59 5 2 20 0 15 0 475059779 11109412864 124368 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10849036 memory=497472 CPUtime=10.62 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 14972 12990 0 0 986 69 5 2 20 0 15 0 475059780 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10849036 memory=495924 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730788279648 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10849036 memory=2084 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 7 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730654062208 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10849036 memory=497472 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10849036 memory=497472 CPUtime=4.76 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 26408 12990 0 0 465 4 5 2 20 0 15 0 475059783 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10849036 memory=497472 CPUtime=4.92 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 32904 12990 0 0 481 4 5 2 20 0 15 0 475059784 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10849036 memory=497472 CPUtime=2.31 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) S 6619 6622 1397 0 -1 1077944384 19621 12990 0 0 219 5 5 2 20 0 15 0 475059784 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730874694000 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10849036 memory=497472 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10849036 memory=2508 CPUtime=1.36 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1124 12990 0 0 64 65 5 2 20 0 15 0 475059784 11109412864 124368 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 2494.4 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 497472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.5 s]
/proc/loadavg: 1.46 1.46 1.42 3/227 7066
/proc/meminfo: memFree=7814656/32770624 swapFree=67021816/67108860
[pid=6622] ppid=6619 vsize=10849036 memory=501052 CPUtime=2520.06 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 255327 12990 0 0 251594 405 5 2 20 0 15 0 475059769 11109412864 125263 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2712259 125263 3630 1 0 2674317 0
[pid=6622/tid=6675] ppid=6619 vsize=10849036 memory=1480 CPUtime=2440.29 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 95839 12990 0 0 243955 67 5 2 20 0 15 0 475059778 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731577928320 139731227834318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10849036 memory=501052 CPUtime=14.03 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 17302 12990 0 0 1336 60 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10849036 memory=496956 CPUtime=14.05 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 12399 12990 0 0 1336 62 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10849036 memory=496956 CPUtime=14.04 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 17964 12990 0 0 1338 59 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10849036 memory=496956 CPUtime=14.06 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 14425 12990 0 0 1339 60 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10849036 memory=500912 CPUtime=10.72 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 15097 12990 0 0 995 70 5 2 20 0 15 0 475059780 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10849036 memory=501052 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730788279648 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10849036 memory=501052 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 7 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730654062208 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10849036 memory=501052 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10849036 memory=497468 CPUtime=4.76 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 26410 12990 0 0 465 4 5 2 20 0 15 0 475059783 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10849036 memory=500912 CPUtime=4.92 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 32906 12990 0 0 481 4 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10849036 memory=6655300316396806240 CPUtime=2.31 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) S 6619 6622 1397 0 -1 1077944384 19623 12990 0 0 219 5 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730874694000 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10849036 memory=1744 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10849036 memory=924 CPUtime=1.38 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1127 12990 0 0 65 66 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 501052 KiB

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

[startup+2467.53 s]
# the end of solver process 6622 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.02 s, system=4.09597 s

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

[startup+2467.5 s]
/proc/loadavg: 1.46 1.46 1.42 3/227 7066
/proc/meminfo: memFree=7814656/32770624 swapFree=67021816/67108860
[pid=6622] ppid=6619 vsize=10849036 memory=501052 CPUtime=2520.06 cores=0,2,4,6
/proc/6622/stat : 6622 (java) S 6619 6622 1397 0 -1 1077944320 255327 12990 0 0 251594 405 5 2 20 0 15 0 475059769 11109412864 125263 33554432000 4194304 4196468 140726511910416 140726511892960 139731606093559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
/proc/6622/statm: 2712259 125263 3630 1 0 2674317 0
[pid=6622/tid=6675] ppid=6619 vsize=10849036 memory=1480 CPUtime=2440.29 cores=0,2,4,6
/proc/6622/task/6675/stat : 6675 (java) R 6619 6622 1397 0 -1 4202560 95839 12990 0 0 243955 67 5 2 20 0 15 0 475059778 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731577928320 139731227834318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6676] ppid=6619 vsize=10849036 memory=501052 CPUtime=14.03 cores=0,2,4,6
/proc/6622/task/6676/stat : 6676 (java) S 6619 6622 1397 0 -1 1077944384 17302 12990 0 0 1336 60 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731610335632 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6677] ppid=6619 vsize=10849036 memory=496956 CPUtime=14.05 cores=0,2,4,6
/proc/6622/task/6677/stat : 6677 (java) S 6619 6622 1397 0 -1 1077944384 12399 12990 0 0 1336 62 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731529087248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6678] ppid=6619 vsize=10849036 memory=496956 CPUtime=14.04 cores=0,2,4,6
/proc/6622/task/6678/stat : 6678 (java) S 6619 6622 1397 0 -1 1077944384 17964 12990 0 0 1338 59 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731528034960 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6679] ppid=6619 vsize=10849036 memory=496956 CPUtime=14.06 cores=0,2,4,6
/proc/6622/task/6679/stat : 6679 (java) S 6619 6622 1397 0 -1 1077944384 14425 12990 0 0 1339 60 5 2 20 0 15 0 475059779 11109412864 125263 33554432000 4194304 4196468 140726511910416 139731177232912 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6680] ppid=6619 vsize=10849036 memory=500912 CPUtime=10.72 cores=0,2,4,6
/proc/6622/task/6680/stat : 6680 (java) S 6619 6622 1397 0 -1 1077944384 15097 12990 0 0 995 70 5 2 20 0 15 0 475059780 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730877852272 139731606104706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6681] ppid=6619 vsize=10849036 memory=501052 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6681/stat : 6681 (java) S 6619 6622 1397 0 -1 1077944384 15 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730788279648 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6682] ppid=6619 vsize=10849036 memory=501052 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6682/stat : 6682 (java) S 6619 6622 1397 0 -1 1077944384 7 12990 0 0 0 0 5 2 20 0 15 0 475059781 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730654062208 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6683] ppid=6619 vsize=10849036 memory=501052 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6683/stat : 6683 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059783 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730145335888 139731606112155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6684] ppid=6619 vsize=10849036 memory=497468 CPUtime=4.76 cores=0,2,4,6
/proc/6622/task/6684/stat : 6684 (java) S 6619 6622 1397 0 -1 1077944384 26410 12990 0 0 465 4 5 2 20 0 15 0 475059783 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730876799088 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6685] ppid=6619 vsize=10849036 memory=500912 CPUtime=4.92 cores=0,2,4,6
/proc/6622/task/6685/stat : 6685 (java) S 6619 6622 1397 0 -1 1077944384 32906 12990 0 0 481 4 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730875746288 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6686] ppid=6619 vsize=10849036 memory=6655300316396806240 CPUtime=2.31 cores=0,2,4,6
/proc/6622/task/6686/stat : 6686 (java) S 6619 6622 1397 0 -1 1077944384 19623 12990 0 0 219 5 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730874694000 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6687] ppid=6619 vsize=10849036 memory=1744 CPUtime=0.07 cores=0,2,4,6
/proc/6622/task/6687/stat : 6687 (java) S 6619 6622 1397 0 -1 1077944384 3 12990 0 0 0 0 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730111777248 139731606103765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
[pid=6622/tid=6688] ppid=6619 vsize=10849036 memory=924 CPUtime=1.38 cores=0,2,4,6
/proc/6622/task/6688/stat : 6688 (java) S 6619 6622 1397 0 -1 1077944384 1127 12990 0 0 65 66 5 2 20 0 15 0 475059784 11109412864 125263 33554432000 4194304 4196468 140726511910416 139730873641904 139731606104706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22310912 140726511917667 140726511920309 140726511920309 140726511923151 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 501052 KiB

Child status: 143
Real time (s): 2467.53
CPU time (s): 2520.12
CPU user time (s): 2516.02
CPU system time (s): 4.09597
CPU usage (%): 102.131
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1647508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.02
system time used= 4.09597
maximum resident set size= 1647512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269463
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258810
involuntary context switches= 7639


# summary of solver processes directly reported to runsolver:
#   pid: 6622
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.02
#   total CPU system time (s): 4.09597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0049 second user time and 23.8227 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 15:57:12
IDJOB=4402873
IDBENCH=141359
IDSOLVER=2861
FILE ID=node150/4402873-1568987872
RUNJOBID= node150-1568967596-1428
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-herbs_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402873-1568987872/watcher-4402873-1568987872 -o /var/tmp/evaluation-result-4402873-1568987872/solver-4402873-1568987872 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1846332404 HOME/instance-4402873-1568987872.xml

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

MD5SUM BENCH= 01ee442f0f2e93e01b5a5546098ec59b
RANDOM SEED=1846332404

node150.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.79
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.79
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.79
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.79
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:         8562824 kB
MemAvailable:   31021712 kB
Buffers:          158576 kB
Cached:         22204564 kB
SwapCached:         7984 kB
Active:         11964356 kB
Inactive:       11237096 kB
Active(anon):     807748 kB
Inactive(anon):    72044 kB
Active(file):   11156608 kB
Inactive(file): 11165052 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021772 kB
Dirty:             35328 kB
Writeback:             0 kB
AnonPages:        942052 kB
Mapped:            61096 kB
Shmem:             32400 kB
Slab:             594316 kB
SReclaimable:     565688 kB
SUnreclaim:        28628 kB
KernelStack:        3696 kB
PageTables:        11112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1794528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node150 at 2019-09-20 16:38:20