Trace number 4295583

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.8 2018-06-13? (TO) 2520.08 2475.24

General information on the benchmark

NameFrb/
frb-59-26-3-mgd_c18.xml
MD5SUM4c66b19dbffc4da62838f27d220d1d7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints547
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":59}]
Minimum variable degree11
Maximum variable degree27
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":4},{"degree":16,"count":6},{"degree":17,"count":9},{"degree":18,"count":3},{"degree":19,"count":8},{"degree":20,"count":9},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":3},{"degree":24,"count":4},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":547}]
Number of extensional constraints547
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":547}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.03/2475.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2475.21		at concrete.MAC.mac(MAC.scala:188)
2520.03/2475.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2475.21		at scala.util.Try$.apply(Try.scala:209)
2520.03/2475.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2475.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2475.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2475.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2475.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2475.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2475.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2475.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2475.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2475.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2475.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2475.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2475.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.03/2475.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.03/2475.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2475.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2475.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.03/2475.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.03/2475.21		at concrete.Solver.toStream(Solver.scala:68)
2520.03/2475.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.03/2475.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.03/2475.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.03/2475.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.03/2475.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2475.21		at scala.util.Success.map(Try.scala:209)
2520.03/2475.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2475.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2475.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2475.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2475.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2475.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2475.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2475.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2475.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2475.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2475.21		at scala.App.main(App.scala:76)
2520.03/2475.21		at scala.App.main$(App.scala:74)
2520.03/2475.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2475.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2475.22	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 (4023 MiB free)
  memory of node 1: 16384 MiB (8064 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295583-1532585122/watcher-4295583-1532585122 -o /tmp/evaluation-result-4295583-1532585122/solver-4295583-1532585122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=959319633 HOME/instance-4295583-1532585122.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=687, runsolver pid=684

[startup+0.100064 s]*
/proc/loadavg: 1.40 1.26 1.17 3/207 744
/proc/meminfo: memFree=12364812/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=9972712 memory=16280 CPUtime=0.09 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 4213 12861 0 0 1 0 5 3 20 0 6 0 76075432 10212057088 4070 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2493178 4070 1919 1 0 2481616 0
[pid=687/tid=740] ppid=684 vsize=9972712 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 2164 12861 0 0 1 0 5 3 20 0 6 0 76075441 10212057088 4202 33554432000 4194304 4196468 140720593735920 139717760483920 139717770211201 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=9972712 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 6 0 76075442 10212057088 4202 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=9972712 memory=140284746447653 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 6 0 76075442 10212057088 4202 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 6 0 76075442 10212057088 4202 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 6 0 76075442 10212057088 4202 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16280 KiB

[startup+0.210018 s]*
/proc/loadavg: 1.40 1.26 1.17 4/216 753
/proc/meminfo: memFree=12336788/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10818904 memory=40316 CPUtime=0.26 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 7298 12861 0 0 17 1 5 3 20 0 15 0 76075432 11078557696 10079 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2704726 10079 2946 1 0 2667149 0
[pid=687/tid=740] ppid=684 vsize=10818904 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 4475 12861 0 0 11 0 5 3 20 0 15 0 76075441 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717760425120 139717788659094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10818904 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075442 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10818904 memory=140284746447653 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075442 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075442 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075442 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10818904 memory=140284746425984 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075443 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 13 12861 0 0 0 0 5 3 20 0 15 0 76075444 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717098071456 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075444 11078557696 10673 33554432000 4194304 4196468 140720593735920 139716628309488 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11078557696 10673 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 438 12861 0 0 0 0 5 3 20 0 15 0 76075446 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 192 12861 0 0 1 0 5 3 20 0 15 0 76075446 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10818904 memory=140284746425984 CPUtime=0.11 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) R 684 687 32629 0 -1 4202560 597 12861 0 0 3 0 5 3 20 0 15 0 76075446 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717312051440 139717767328465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11078557696 10673 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10818904 memory=140284746425984 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075447 11078557696 10673 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40316 KiB

[startup+0.310297 s]*
/proc/loadavg: 1.40 1.26 1.17 6/216 753
/proc/meminfo: memFree=12315636/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10819352 memory=53376 CPUtime=0.38 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 10415 12861 0 0 28 2 5 3 20 0 15 0 76075432 11079016448 13344 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2704838 13344 3065 1 0 2667149 0
[pid=687/tid=740] ppid=684 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 6970 12861 0 0 20 1 5 3 20 0 15 0 76075441 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717760459168 139717780884286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075443 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 13 12861 0 0 0 0 5 3 20 0 15 0 76075444 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717098071456 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075444 11079016448 13344 33554432000 4194304 4196468 140720593735920 139716628309488 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11079016448 13344 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 438 12861 0 0 1 0 5 3 20 0 15 0 76075446 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 197 12861 0 0 1 0 5 3 20 0 15 0 76075446 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 603 12861 0 0 5 0 5 3 20 0 15 0 76075446 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11079016448 13344 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075447 11079016448 13344 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53376 KiB

[startup+0.700786 s]
/proc/loadavg: 1.40 1.26 1.17 6/216 753
/proc/meminfo: memFree=12275364/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10819352 memory=86596 CPUtime=0.99 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 16754 12861 0 0 88 3 5 3 20 0 15 0 76075432 11079016448 21649 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2704838 21649 3246 1 0 2667149 0
[pid=687/tid=740] ppid=684 vsize=10819352 memory=7660742144744843625 CPUtime=0.66 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 12191 12861 0 0 56 2 5 3 20 0 15 0 76075441 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717760467984 139717788661068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10819352 memory=280569275487040 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10819352 memory=140284638082955 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075442 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10819352 memory=280569275500580 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 5 12861 0 0 0 0 5 3 20 0 15 0 76075443 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10819352 memory=280569275500912 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 13 12861 0 0 0 0 5 3 20 0 15 0 76075444 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717098071456 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10819352 memory=280569275501184 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075444 11079016448 21649 33554432000 4194304 4196468 140720593735920 139716628309488 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10819352 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11079016448 21649 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10819352 memory=6689 CPUtime=0.17 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 1041 12861 0 0 9 0 5 3 20 0 15 0 76075446 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10819352 memory=4420 CPUtime=0.16 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 607 12861 0 0 8 0 5 3 20 0 15 0 76075446 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10819352 memory=6628 CPUtime=0.21 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 694 12861 0 0 13 0 5 3 20 0 15 0 76075446 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10819352 memory=6660 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11079016448 21649 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075447 11079016448 21649 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86596 KiB

[startup+1.5008 s]
/proc/loadavg: 1.40 1.26 1.17 5/216 753
/proc/meminfo: memFree=12099708/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10830156 memory=229600 CPUtime=3.02 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 23493 12861 0 0 286 8 5 3 20 0 15 0 76075432 11090079744 57400 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2707539 57400 3460 1 0 2669197 0
[pid=687/tid=740] ppid=684 vsize=10830156 memory=280569275500580 CPUtime=1.45 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 15653 12861 0 0 132 5 5 3 20 0 15 0 76075441 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717760425984 139717771833968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10830156 memory=280569275500912 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 42 12861 0 0 0 0 5 3 20 0 15 0 76075442 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10830156 memory=280569275501184 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 8 12861 0 0 0 0 5 3 20 0 15 0 76075442 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10830156 memory=280560148709237 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 225 12861 0 0 0 0 5 3 20 0 15 0 76075442 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10830156 memory=142545669619573 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 108 12861 0 0 0 0 5 3 20 0 15 0 76075442 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10830156 memory=142549964554773 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 30 12861 0 0 0 0 5 3 20 0 15 0 76075443 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 13 12861 0 0 0 0 5 3 20 0 15 0 76075444 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717098071456 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10830156 memory=280569275492040 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 2 12861 0 0 0 0 5 3 20 0 15 0 76075444 11090079744 57400 33554432000 4194304 4196468 140720593735920 139716628309488 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10830156 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11090079744 57400 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10830156 memory=280569275482352 CPUtime=0.63 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 2157 12861 0 0 55 0 5 3 20 0 15 0 76075446 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10830156 memory=54 CPUtime=0.58 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 1472 12861 0 0 50 0 5 3 20 0 15 0 76075446 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10830156 memory=12813 CPUtime=0.53 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 1587 12861 0 0 45 0 5 3 20 0 15 0 76075446 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10830156 memory=18181 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11090079744 57400 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10830156 memory=280569275518912 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1 12861 0 0 0 0 5 3 20 0 15 0 76075447 11090079744 57400 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 10830156 KiB

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

/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 96993 12861 0 0 229454 55 5 3 20 0 15 0 76075441 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717760481168 139717394039168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10914144 memory=1229928 CPUtime=11.9 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 17702 12861 0 0 1126 56 5 3 20 0 15 0 76075442 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10914144 memory=1229928 CPUtime=11.88 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 19660 12861 0 0 1125 55 5 3 20 0 15 0 76075442 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10914144 memory=1229932 CPUtime=11.86 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 18570 12861 0 0 1118 60 5 3 20 0 15 0 76075442 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10914144 memory=1229928 CPUtime=11.87 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 30207 12861 0 0 1118 61 5 3 20 0 15 0 76075442 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10914144 memory=1229932 CPUtime=11.25 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 19816 12861 0 0 1059 58 5 3 20 0 15 0 76075443 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10914144 memory=1229928 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 20 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717098071520 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10914144 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 9 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 307483 33554432000 4194304 4196468 140720593735920 139716628309504 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10914144 memory=1700 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11176083456 307483 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10914144 memory=1408 CPUtime=3.92 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 10966 12861 0 0 379 5 5 3 20 0 15 0 76075446 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10914144 memory=3196 CPUtime=4.03 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 15066 12861 0 0 392 3 5 3 20 0 15 0 76075446 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10914144 memory=1229932 CPUtime=1.91 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 17831 12861 0 0 180 3 5 3 20 0 15 0 76075446 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10914144 memory=10600 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11176083456 307483 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10914144 memory=1229932 CPUtime=1.56 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1510 12861 0 0 70 78 5 3 20 0 15 0 76075447 11176083456 307483 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 2364.73 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1229932 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.33 1.32 3/215 827
/proc/meminfo: memFree=9476840/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10914144 memory=1231980 CPUtime=2425.69 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 252848 12861 0 0 242190 371 5 3 20 0 15 0 76075432 11176083456 307995 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2728536 307995 3522 1 0 2690189 0
[pid=687/tid=740] ppid=684 vsize=10914144 memory=3228 CPUtime=2354.44 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 97956 12861 0 0 235379 57 5 3 20 0 15 0 76075441 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717760481072 139717398307782 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10914144 memory=1231980 CPUtime=12.22 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 17960 12861 0 0 1157 57 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10914144 memory=1229932 CPUtime=12.22 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 20210 12861 0 0 1157 57 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10914144 memory=1229932 CPUtime=12.2 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 18591 12861 0 0 1150 62 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10914144 memory=1229932 CPUtime=12.2 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 30386 12861 0 0 1150 62 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10914144 memory=1229932 CPUtime=11.57 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 20118 12861 0 0 1089 60 5 3 20 0 15 0 76075443 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 20 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717098071520 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10914144 memory=1231980 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 9 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 307995 33554432000 4194304 4196468 140720593735920 139716628309504 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10914144 memory=1231980 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10914144 memory=1231980 CPUtime=3.92 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 10969 12861 0 0 379 5 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10914144 memory=1231980 CPUtime=4.03 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 15068 12861 0 0 392 3 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10914144 memory=0 CPUtime=1.91 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 17834 12861 0 0 180 3 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10914144 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11176083456 307995 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10914144 memory=22776 CPUtime=1.6 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1532 12861 0 0 72 80 5 3 20 0 15 0 76075447 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 2425.69 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1231980 KiB

[startup+2442.3 s]
/proc/loadavg: 1.83 1.44 1.35 3/215 828
/proc/meminfo: memFree=9474300/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10914144 memory=1231980 CPUtime=2486.62 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 255069 12861 0 0 248274 380 5 3 20 0 15 0 76075432 11176083456 307995 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2728536 307995 3522 1 0 2690189 0
[pid=687/tid=740] ppid=684 vsize=10914144 memory=1231980 CPUtime=2413.69 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 98867 12861 0 0 241304 57 5 3 20 0 15 0 76075441 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717760482144 139717398558704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10914144 memory=1231980 CPUtime=12.56 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 17985 12861 0 0 1189 59 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10914144 memory=1231980 CPUtime=12.55 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 20377 12861 0 0 1188 59 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10914144 memory=1229932 CPUtime=12.54 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 19370 12861 0 0 1182 64 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10914144 memory=1231980 CPUtime=12.53 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 30401 12861 0 0 1182 63 5 3 20 0 15 0 76075442 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10914144 memory=1231980 CPUtime=11.87 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 20424 12861 0 0 1118 61 5 3 20 0 15 0 76075443 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10914144 memory=1231980 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 20 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717098071520 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10914144 memory=1231980 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 9 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 307995 33554432000 4194304 4196468 140720593735920 139716628309504 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10914144 memory=1231980 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10914144 memory=1231980 CPUtime=3.92 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 10971 12861 0 0 379 5 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10914144 memory=1231980 CPUtime=4.03 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 15071 12861 0 0 392 3 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10914144 memory=1231980 CPUtime=1.91 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 17837 12861 0 0 180 3 5 3 20 0 15 0 76075446 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10914144 memory=6947385649911455296 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11176083456 307995 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10914144 memory=1404 CPUtime=1.64 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1542 12861 0 0 74 82 5 3 20 0 15 0 76075447 11176083456 307995 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 2486.62 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1231980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.2 s]
/proc/loadavg: 2.05 1.55 1.39 3/215 829
/proc/meminfo: memFree=9464876/32770624 swapFree=67108860/67108860
[pid=687] ppid=684 vsize=10914144 memory=1240044 CPUtime=2520.03 cores=0,2,4,6
/proc/687/stat : 687 (java) S 684 687 32629 0 -1 1077944320 256930 12861 0 0 251610 385 5 3 20 0 15 0 76075432 11176083456 310011 33554432000 4194304 4196468 140720593735920 140720593718464 139717788647159 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
/proc/687/statm: 2728536 310011 3522 1 0 2690189 0
[pid=687/tid=740] ppid=684 vsize=10914144 memory=1240044 CPUtime=2446.17 cores=0,2,4,6
/proc/687/task/740/stat : 740 (java) R 684 687 32629 0 -1 4202560 99491 12861 0 0 244552 57 5 3 20 0 15 0 76075441 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717760481232 139717392884728 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=741] ppid=684 vsize=10914144 memory=7163929967395693935 CPUtime=12.75 cores=0,2,4,6
/proc/687/task/741/stat : 741 (java) S 684 687 32629 0 -1 1077944384 18009 12861 0 0 1207 60 5 3 20 0 15 0 76075442 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717792889104 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=742] ppid=684 vsize=10914144 memory=6947385649911455296 CPUtime=12.74 cores=0,2,4,6
/proc/687/task/742/stat : 742 (java) S 684 687 32629 0 -1 1077944384 20476 12861 0 0 1205 61 5 3 20 0 15 0 76075442 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717707708816 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=743] ppid=684 vsize=10914144 memory=303148795569635639 CPUtime=12.71 cores=0,2,4,6
/proc/687/task/743/stat : 743 (java) S 684 687 32629 0 -1 1077944384 19658 12861 0 0 1199 64 5 3 20 0 15 0 76075442 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717706656272 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=744] ppid=684 vsize=10914144 memory=14973360622798207 CPUtime=12.72 cores=0,2,4,6
/proc/687/task/744/stat : 744 (java) S 684 687 32629 0 -1 1077944384 30896 12861 0 0 1200 64 5 3 20 0 15 0 76075442 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717705603728 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=745] ppid=684 vsize=10914144 memory=1952 CPUtime=12.04 cores=0,2,4,6
/proc/687/task/745/stat : 745 (java) S 684 687 32629 0 -1 1077944384 20725 12861 0 0 1134 62 5 3 20 0 15 0 76075443 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717315209712 139717788658306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=746] ppid=684 vsize=10914144 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/746/stat : 746 (java) S 684 687 32629 0 -1 1077944384 20 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717098071520 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=747] ppid=684 vsize=10914144 memory=10600 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/747/stat : 747 (java) S 684 687 32629 0 -1 1077944384 9 12861 0 0 0 0 5 3 20 0 15 0 76075444 11176083456 310011 33554432000 4194304 4196468 140720593735920 139716628309504 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=748] ppid=684 vsize=10914144 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/748/stat : 748 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075446 11176083456 310011 33554432000 4194304 4196468 140720593735920 139716320910032 139717788665755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=749] ppid=684 vsize=10914144 memory=1428 CPUtime=3.92 cores=0,2,4,6
/proc/687/task/749/stat : 749 (java) S 684 687 32629 0 -1 1077944384 10974 12861 0 0 379 5 5 3 20 0 15 0 76075446 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717314156528 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=750] ppid=684 vsize=10914144 memory=15876 CPUtime=4.03 cores=0,2,4,6
/proc/687/task/750/stat : 750 (java) S 684 687 32629 0 -1 1077944384 15073 12861 0 0 392 3 5 3 20 0 15 0 76075446 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717313103984 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=751] ppid=684 vsize=10914144 memory=1408 CPUtime=1.91 cores=0,2,4,6
/proc/687/task/751/stat : 751 (java) S 684 687 32629 0 -1 1077944384 17840 12861 0 0 180 3 5 3 20 0 15 0 76075446 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717312051440 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=752] ppid=684 vsize=10914144 memory=3200 CPUtime=0.08 cores=0,2,4,6
/proc/687/task/752/stat : 752 (java) S 684 687 32629 0 -1 1077944384 3 12861 0 0 0 0 5 3 20 0 15 0 76075447 11176083456 310011 33554432000 4194304 4196468 140720593735920 139716287351392 139717788657365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
[pid=687/tid=753] ppid=684 vsize=10914144 memory=1240044 CPUtime=1.65 cores=0,2,4,6
/proc/687/task/753/stat : 753 (java) S 684 687 32629 0 -1 1077944384 1564 12861 0 0 74 83 5 3 20 0 15 0 76075447 11176083456 310011 33554432000 4194304 4196468 140720593735920 139717310999344 139717788658306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15138816 140720593738351 140720593741148 140720593741148 140720593743823 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1240044 KiB

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

[startup+2475.24 s]
# the end of solver process 687 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.18 s, system=3.90027 s

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

Child status: 143
Real time (s): 2475.24
CPU time (s): 2520.08
CPU user time (s): 2516.18
CPU system time (s): 3.90027
CPU usage (%): 101.812
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1240044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.18
system time used= 3.90027
maximum resident set size= 1244292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 309173
involuntary context switches= 9818


# summary of solver processes directly reported to runsolver:
#   pid: 687
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.18
#   total CPU system time (s): 3.90027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0459 second user time and 24.7236 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 08:05:23
IDJOB=4295583
IDBENCH=141579
IDSOLVER=2750
FILE ID=node139/4295583-1532585122
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38760 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-59-26-3-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295583-1532585122/watcher-4295583-1532585122 -o /tmp/evaluation-result-4295583-1532585122/solver-4295583-1532585122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=959319633 HOME/instance-4295583-1532585122.xml

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

MD5SUM BENCH= 4c66b19dbffc4da62838f27d220d1d7d
RANDOM SEED=959319633

node139.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.80
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.80
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.80
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.80
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:        12378056 kB
MemAvailable:   31858556 kB
Buffers:          231296 kB
Cached:         19206496 kB
SwapCached:            0 kB
Active:          2998132 kB
Inactive:       16565172 kB
Active(anon):      80068 kB
Inactive(anon):    73596 kB
Active(file):    2918064 kB
Inactive(file): 16491576 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53904 kB
Writeback:             0 kB
AnonPages:        110824 kB
Mapped:            51084 kB
Shmem:             25228 kB
Slab:             526852 kB
SReclaimable:     499320 kB
SUnreclaim:        27532 kB
KernelStack:        3472 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1336500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 08:46:38