Trace number 4402667

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.08 2472.83

General information on the benchmark

NameXCSP19/hcp/
graph171.xml
MD5SUM889399dd2d9405aab831b2de91bd17ad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark72.9286
Satisfiable
(Un)Satisfiability was proved
Number of variables996
Number of constraints1
Number of domains996
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":994},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":996}]
Minimum constraint arity996
Maximum constraint arity996
Distribution of constraint arities[{"arity":996,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.3.1568965526260 running
2520.02/2472.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2472.81		at concrete.MAC.mac(MAC.scala:192)
2520.02/2472.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2472.81		at scala.util.Try$.apply(Try.scala:210)
2520.02/2472.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2472.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2472.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2472.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2472.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2472.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2472.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2472.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2472.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2472.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2472.81		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.02/2472.81		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.02/2472.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2472.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2472.81		at scala.util.Success.map(Try.scala:262)
2520.02/2472.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2472.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2472.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2472.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2472.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2472.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2472.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2472.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2472.81		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2472.81		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2472.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2472.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2472.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2472.81		at scala.App.main(App.scala:73)
2520.02/2472.81		at scala.App.main$(App.scala:71)
2520.02/2472.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2472.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2472.81	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 (4650 MiB free)
  memory of node 1: 16384 MiB (3638 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402667-1568988352/watcher-4402667-1568988352 -o /tmp/evaluation-result-4402667-1568988352/solver-4402667-1568988352 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1785074366 HOME/instance-4402667-1568988352.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=430, runsolver pid=426

[startup+0.110205 s]*
/proc/loadavg: 1.50 1.48 1.49 3/220 491
/proc/meminfo: memFree=8478512/32770624 swapFree=66955408/67108860
[pid=430] ppid=426 vsize=10055356 memory=18136 CPUtime=0.09 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 4787 13023 0 0 2 0 4 3 20 0 7 0 475106608 10296684544 4534 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2513839 4534 2058 1 0 2502277 0
[pid=430/tid=486] ppid=426 vsize=10355560 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 2704 13023 0 0 2 0 4 3 20 0 9 0 475106617 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968915132272 139968927376734 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10355560 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 9 0 475106618 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10355560 memory=140363522158772 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 9 0 475106618 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 9 0 475106618 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 9 0 475106618 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10355560 memory=140363522131584 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 9 0 475106619 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 33 13023 0 0 0 0 4 3 20 0 9 0 475106620 10604093440 5161 33554432000 4194304 4196468 140731300072192 139968401716512 139968943306453 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 9 0 475106620 10604093440 5161 33554432000 4194304 4196468 140731300072192 139967816787632 139968943306453 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 18136 KiB

[startup+0.210092 s]*
/proc/loadavg: 1.50 1.48 1.49 5/228 499
/proc/meminfo: memFree=8464716/32770624 swapFree=66955408/67108860
[pid=430] ppid=426 vsize=10819840 memory=39576 CPUtime=0.25 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 7395 13023 0 0 17 1 4 3 20 0 15 0 475106608 11079516160 9894 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2704960 9894 3181 1 0 2667149 0
[pid=430/tid=486] ppid=426 vsize=10820196 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 4049 13023 0 0 11 0 4 3 20 0 15 0 475106617 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968915107280 139968943318173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10820196 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10820196 memory=140363522158772 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10820196 memory=140363522131584 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106619 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 33 13023 0 0 0 0 4 3 20 0 15 0 475106620 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968401716512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11079880704 10025 33554432000 4194304 4196468 140731300072192 139967816787568 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11079880704 10025 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 353 13023 0 0 1 0 4 3 20 0 15 0 475106622 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) R 426 430 26206 0 -1 4202560 321 13023 0 0 1 0 4 3 20 0 15 0 475106623 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968367106032 139968920556912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10820196 memory=140363522131584 CPUtime=0.1 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 591 13023 0 0 3 0 4 3 20 0 15 0 475106623 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11079880704 10025 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10820196 memory=140363522131584 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106623 11079880704 10025 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819840 KiB
Current children cumulated memory: 39576 KiB

[startup+0.31931 s]*
/proc/loadavg: 1.50 1.48 1.49 3/228 499
/proc/meminfo: memFree=8450532/32770624 swapFree=66955408/67108860
[pid=430] ppid=426 vsize=10820196 memory=48796 CPUtime=0.4 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 10916 13023 0 0 30 3 4 3 20 0 15 0 475106608 11079880704 12199 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2705049 12199 3311 1 0 2667149 0
[pid=430/tid=486] ppid=426 vsize=10820268 memory=1398720917958146503 CPUtime=0.29 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 7410 13023 0 0 20 2 4 3 20 0 15 0 475106617 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968915116464 139968943318173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106619 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10820268 memory=7649399379936555570 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 33 13023 0 0 0 0 4 3 20 0 15 0 475106620 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968401716512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11079954432 12199 33554432000 4194304 4196468 140731300072192 139967816787568 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11079954432 12199 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 353 13023 0 0 1 0 4 3 20 0 15 0 475106622 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10820268 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 426 430 26206 0 -1 1077944384 322 13023 0 0 2 0 4 3 20 0 15 0 475106623 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968367106032 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10820268 memory=140363522131584 CPUtime=0.12 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 600 13023 0 0 5 0 4 3 20 0 15 0 475106623 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11079954432 12199 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10820268 memory=140363522131584 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106623 11079954432 12199 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48796 KiB

[startup+0.700689 s]
/proc/loadavg: 1.50 1.48 1.49 3/228 499
/proc/meminfo: memFree=8436240/32770624 swapFree=66955408/67108860
[pid=430] ppid=426 vsize=10824364 memory=81352 CPUtime=1.14 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 15101 13023 0 0 102 5 4 3 20 0 15 0 475106608 11084148736 20338 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2706091 20338 3496 1 0 2668173 0
[pid=430/tid=486] ppid=426 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 10520 13023 0 0 56 4 4 3 20 0 15 0 475106617 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968915123872 139968943318173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10824364 memory=8025788835636668518 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106618 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10824364 memory=-8608785179803487605 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10824364 memory=7237398200207235424 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10824364 memory=4638778398332704097 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 2 13023 0 0 0 0 4 3 20 0 15 0 475106618 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10824364 memory=3053511329498284128 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 5 13023 0 0 0 0 4 3 20 0 15 0 475106619 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10824364 memory=3470692292451393600 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 33 13023 0 0 0 0 4 3 20 0 15 0 475106620 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968401716512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10824364 memory=976 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11084148736 20338 33554432000 4194304 4196468 140731300072192 139967816787568 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10824364 memory=772 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11084148736 20338 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10824364 memory=3616 CPUtime=0.22 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 829 13023 0 0 15 0 4 3 20 0 15 0 475106622 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10824364 memory=2832 CPUtime=0.19 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) R 426 430 26206 0 -1 4202560 712 13023 0 0 12 0 4 3 20 0 15 0 475106623 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968367106032 139968926852929 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10824364 memory=1548 CPUtime=0.23 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 781 13023 0 0 16 0 4 3 20 0 15 0 475106623 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10824364 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11084148736 20338 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10824364 memory=744 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106623 11084148736 20338 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81352 KiB

[startup+1.50072 s]
/proc/loadavg: 1.50 1.48 1.49 3/228 499
/proc/meminfo: memFree=8394996/32770624 swapFree=66955408/67108860
[pid=430] ppid=426 vsize=10834680 memory=175352 CPUtime=2.63 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 24960 13023 0 0 245 11 4 3 20 0 15 0 475106608 11094712320 43838 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2708670 43838 3579 1 0 2670733 0
[pid=430/tid=486] ppid=426 vsize=10834680 memory=2328 CPUtime=1.43 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 16402 13023 0 0 129 7 4 3 20 0 15 0 475106617 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968915119040 139968943318173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 33 13023 0 0 1 0 4 3 20 0 15 0 475106618 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10834680 memory=5 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 46 13023 0 0 1 0 4 3 20 0 15 0 475106618 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 316 13023 0 0 1 0 4 3 20 0 15 0 475106618 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10834680 memory=171564 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 75 13023 0 0 1 0 4 3 20 0 15 0 475106618 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10834680 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 1426 13023 0 0 1 0 4 3 20 0 15 0 475106619 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10834680 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 34 13023 0 0 0 0 4 3 20 0 15 0 475106620 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968401716576 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10834680 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11094712320 43838 33554432000 4194304 4196468 140731300072192 139967816787584 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10834680 memory=1548 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11094712320 43838 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10834680 memory=1056 CPUtime=0.42 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 1330 13023 0 0 35 0 4 3 20 0 15 0 475106622 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10834680 memory=744 CPUtime=0.37 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 426 430 26206 0 -1 1077944384 1500 13023 0 0 30 0 4 3 20 0 15 0 475106623 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968367106032 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10834680 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 1582 13023 0 0 42 0 4 3 20 0 15 0 475106623 11094712320 43838 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0

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

/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 73717 13023 0 0 229607 48 4 3 20 0 15 0 475106617 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968915131456 139968517084944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10847000 memory=395092 CPUtime=11.94 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 11215 13023 0 0 1132 55 4 3 20 0 15 0 475106618 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10847000 memory=395092 CPUtime=11.95 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 11176 13023 0 0 1134 54 4 3 20 0 15 0 475106618 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10847000 memory=395092 CPUtime=11.89 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 11046 13023 0 0 1132 50 4 3 20 0 15 0 475106618 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10847000 memory=395092 CPUtime=11.92 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 14225 13023 0 0 1131 54 4 3 20 0 15 0 475106618 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10847000 memory=395092 CPUtime=10.64 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 13112 13023 0 0 998 59 4 3 20 0 15 0 475106619 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10847000 memory=395092 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 38 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968401716576 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10847000 memory=395092 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 98773 33554432000 4194304 4196468 140731300072192 139967816787584 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10847000 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11107328000 98773 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10847000 memory=395092 CPUtime=3.52 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 30833 13023 0 0 340 5 4 3 20 0 15 0 475106622 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10847000 memory=395092 CPUtime=4.43 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 426 430 26206 0 -1 1077944384 32393 13023 0 0 431 5 4 3 20 0 15 0 475106623 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968367106032 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10847000 memory=395092 CPUtime=3.37 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 32690 13023 0 0 323 7 4 3 20 0 15 0 475106623 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10847000 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11107328000 98773 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10847000 memory=395092 CPUtime=1.31 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1063 13023 0 0 62 62 4 3 20 0 15 0 475106623 11107328000 98773 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 2367.08 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 395092 KiB

[startup+2382.3 s]
/proc/loadavg: 1.59 1.48 1.42 3/228 877
/proc/meminfo: memFree=7971708/32770624 swapFree=66955412/67108860
[pid=430] ppid=426 vsize=10847000 memory=397140 CPUtime=2428.05 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 235019 13023 0 0 242444 354 4 3 20 0 15 0 475106608 11107328000 99285 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2711750 99285 3632 1 0 2673805 0
[pid=430/tid=486] ppid=426 vsize=10847000 memory=395092 CPUtime=2355.91 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 74327 13023 0 0 235535 49 4 3 20 0 15 0 475106617 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968915131376 139968516069074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10847000 memory=395092 CPUtime=12.29 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 11340 13023 0 0 1166 56 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10847000 memory=395092 CPUtime=12.3 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 11399 13023 0 0 1168 55 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10847000 memory=395092 CPUtime=12.24 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 11109 13023 0 0 1166 51 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10847000 memory=395092 CPUtime=12.26 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 14282 13023 0 0 1163 56 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10847000 memory=395092 CPUtime=10.92 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 13308 13023 0 0 1024 61 4 3 20 0 15 0 475106619 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10847000 memory=397140 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 38 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968401716576 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10847000 memory=395092 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967816787584 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10847000 memory=395092 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10847000 memory=8444 CPUtime=3.52 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 30835 13023 0 0 340 5 4 3 20 0 15 0 475106622 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10847000 memory=397140 CPUtime=4.43 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 426 430 26206 0 -1 1077944384 32396 13023 0 0 431 5 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968367106032 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10847000 memory=397140 CPUtime=3.37 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 32692 13023 0 0 323 7 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10847000 memory=397140 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10847000 memory=42068 CPUtime=1.34 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1080 13023 0 0 64 63 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 2428.05 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 397140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.48 1.42 3/227 881
/proc/meminfo: memFree=7972464/32770624 swapFree=66955412/67108860
[pid=430] ppid=426 vsize=10847000 memory=397140 CPUtime=2489.01 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 237402 13023 0 0 248533 361 4 3 20 0 15 0 475106608 11107328000 99285 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2711750 99285 3632 1 0 2673805 0
[pid=430/tid=486] ppid=426 vsize=10847000 memory=397140 CPUtime=2415.23 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 76386 13023 0 0 241467 49 4 3 20 0 15 0 475106617 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968915131632 139968518595311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10847000 memory=397140 CPUtime=12.62 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 11390 13023 0 0 1197 58 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10847000 memory=504 CPUtime=12.63 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 11474 13023 0 0 1200 56 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10847000 memory=397140 CPUtime=12.56 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 11137 13023 0 0 1197 52 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10847000 memory=397140 CPUtime=12.59 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 14415 13023 0 0 1196 56 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10847000 memory=397140 CPUtime=11.18 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 13343 13023 0 0 1049 62 4 3 20 0 15 0 475106619 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10847000 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 38 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968401716576 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10847000 memory=397140 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967816787584 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10847000 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10847000 memory=397140 CPUtime=3.52 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 30835 13023 0 0 340 5 4 3 20 0 15 0 475106622 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10847000 memory=3620 CPUtime=4.44 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 426 430 26206 0 -1 1077944384 32396 13023 0 0 432 5 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968367106032 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10847000 memory=397140 CPUtime=3.37 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 32692 13023 0 0 323 7 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10847000 memory=397140 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10847000 memory=397140 CPUtime=1.37 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1083 13023 0 0 65 65 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 2489.01 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 397140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.8 s]
/proc/loadavg: 1.52 1.48 1.42 3/227 885
/proc/meminfo: memFree=7972440/32770624 swapFree=66955412/67108860
[pid=430] ppid=426 vsize=10847000 memory=397140 CPUtime=2520.02 cores=0,2,4,6
/proc/430/stat : 430 (java) S 426 430 26206 0 -1 1077944320 238158 13023 0 0 251630 365 4 3 20 0 15 0 475106608 11107328000 99285 33554432000 4194304 4196468 140731300072192 140731300054736 139968943296247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
/proc/430/statm: 2711750 99285 3632 1 0 2673805 0
[pid=430/tid=486] ppid=426 vsize=10847000 memory=397140 CPUtime=2445.38 cores=0,2,4,6
/proc/430/task/486/stat : 486 (java) R 426 430 26206 0 -1 4202560 76660 13023 0 0 244481 50 4 3 20 0 15 0 475106617 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968915131568 139968513019771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=487] ppid=426 vsize=10847000 memory=6947385649911455296 CPUtime=12.79 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) S 426 430 26206 0 -1 1077944384 11431 13023 0 0 1214 58 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968947538320 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=488] ppid=426 vsize=10847000 memory=1548 CPUtime=12.81 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 426 430 26206 0 -1 1077944384 11547 13023 0 0 1217 57 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968835811600 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=489] ppid=426 vsize=10847000 memory=1056 CPUtime=12.74 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 426 430 26206 0 -1 1077944384 11196 13023 0 0 1214 53 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968834759312 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=490] ppid=426 vsize=10847000 memory=744 CPUtime=12.77 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 426 430 26206 0 -1 1077944384 14529 13023 0 0 1213 57 4 3 20 0 15 0 475106618 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968833706512 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=491] ppid=426 vsize=10847000 memory=397140 CPUtime=11.32 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 426 430 26206 0 -1 1077944384 13517 13023 0 0 1063 62 4 3 20 0 15 0 475106619 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968402770544 139968943307394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=492] ppid=426 vsize=10847000 memory=12024 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 426 430 26206 0 -1 1077944384 38 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968401716576 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=493] ppid=426 vsize=10847000 memory=2124 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 426 430 26206 0 -1 1077944384 1 13023 0 0 0 0 4 3 20 0 15 0 475106620 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967816787584 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=494] ppid=426 vsize=10847000 memory=16412 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106622 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967509387856 139968943314843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=495] ppid=426 vsize=10847000 memory=397140 CPUtime=3.52 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 426 430 26206 0 -1 1077944384 30837 13023 0 0 340 5 4 3 20 0 15 0 475106622 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968368158832 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=496] ppid=426 vsize=10847000 memory=2032 CPUtime=4.44 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 426 430 26206 0 -1 1077944384 32398 13023 0 0 432 5 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968367106032 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=497] ppid=426 vsize=10847000 memory=1328 CPUtime=3.37 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 426 430 26206 0 -1 1077944384 32694 13023 0 0 323 7 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968366053744 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=498] ppid=426 vsize=10847000 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 426 430 26206 0 -1 1077944384 3 13023 0 0 0 0 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139967475829216 139968943306453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
[pid=430/tid=499] ppid=426 vsize=10847000 memory=976 CPUtime=1.39 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 426 430 26206 0 -1 1077944384 1098 13023 0 0 66 66 4 3 20 0 15 0 475106623 11107328000 99285 33554432000 4194304 4196468 140731300072192 139968365001648 139968943307394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26513408 140731300080367 140731300082885 140731300082885 140731300085711 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 397140 KiB

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

[startup+2472.83 s]
# the end of solver process 430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.69957 s

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

Child status: 143
Real time (s): 2472.83
CPU time (s): 2520.08
CPU user time (s): 2516.38
CPU system time (s): 3.69957
CPU usage (%): 101.911
Max. virtual memory (cumulated for all children) (KiB): 10849664
Max. memory (cumulated for all children) (KiB): 944044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.69957
maximum resident set size= 946004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286457
involuntary context switches= 9758


# summary of solver processes directly reported to runsolver:
#   pid: 430
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.69957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1966 second user time and 20.8323 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 16:05:12
IDJOB=4402667
IDBENCH=141696
IDSOLVER=2861
FILE ID=node151/4402667-1568988352
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/hcp/graph171.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402667-1568988352/watcher-4402667-1568988352 -o /tmp/evaluation-result-4402667-1568988352/solver-4402667-1568988352 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1785074366 HOME/instance-4402667-1568988352.xml

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

MD5SUM BENCH= 889399dd2d9405aab831b2de91bd17ad
RANDOM SEED=1785074366

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8487540 kB
MemAvailable:   30655224 kB
Buffers:          131980 kB
Cached:         22064132 kB
SwapCached:        51784 kB
Active:         12223044 kB
Inactive:       11177532 kB
Active(anon):    1149192 kB
Inactive(anon):   100540 kB
Active(file):   11073852 kB
Inactive(file): 11076992 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955408 kB
Dirty:             35652 kB
Writeback:             0 kB
AnonPages:       1260712 kB
Mapped:            62296 kB
Shmem:             36876 kB
Slab:             474104 kB
SReclaimable:     445300 kB
SUnreclaim:        28804 kB
KernelStack:        3744 kB
PageTables:         9600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2096376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1079296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12244 MiB
End job on node151 at 2019-09-20 16:46:25